From 794bb63dcffbcd2f06253ef485c04788b4771b5b Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 24 Aug 2018 12:42:14 +0200 Subject: [PATCH] Test ok, pulizia codice! --- MTC_Adapter/SCMA/AdapterESA.cs | 6 ------ 1 file changed, 6 deletions(-) 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