refresh
This commit is contained in:
@@ -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_", ""));
|
||||
|
||||
Reference in New Issue
Block a user