diff --git a/MTC_Adapter/SCMA/AdapterESA.cs b/MTC_Adapter/SCMA/AdapterESA.cs index e09ccbf..300e73f 100644 --- a/MTC_Adapter/SCMA/AdapterESA.cs +++ b/MTC_Adapter/SCMA/AdapterESA.cs @@ -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