Test ok, pulizia codice!

This commit is contained in:
Samuele E. Locatelli
2018-08-24 12:42:14 +02:00
parent 8607788e89
commit 794bb63dcf
-6
View File
@@ -409,16 +409,10 @@ namespace SCMA
status = "OK";
}
currGateway.updateItemNodeValue(vettLubro[numero - 1].statusKey, status);
#if false
vettLubro[numero - 1].mLubroStatus.Value = status;
#endif
}
else if (mapIOT_Byte[i].varName.EndsWith("_CNT"))
{
currGateway.updateItemNodeValue(vettLubro[numero - 1].countKey, ncDevice.PLC_MemoryAreaIOT_Byte[byteNum]);
#if false
vettLubro[numero - 1].mLubroNum.Value = ncDevice.PLC_MemoryAreaIOT_Byte[byteNum];
#endif
}
}
else