Test ok, pulizia codice!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user