This commit is contained in:
Samuele E. Locatelli
2017-03-09 17:10:44 +01:00
parent ac1d593ca2
commit f00d01051b
-2
View File
@@ -309,7 +309,6 @@ namespace MTC_Adapter
}
else if (mapIOT_Byte[i].varName.StartsWith("IOT_LUB_"))
{
// recupero NUMERO
try
{
numero = Convert.ToInt32(mapIOT_Byte[i].varName.Replace("IOT_LUB_", "").Replace("_STA", "").Replace("_CNT", ""));
@@ -345,7 +344,6 @@ namespace MTC_Adapter
}
else if (mapIOT_Byte[i].varName.StartsWith("IOT_I_MD_"))
{
// recupero NUMERO
try
{
numero = Convert.ToInt32(mapIOT_Byte[i].varName.Replace("IOT_I_MD_", ""));