From 2d0026c15689e50551f32ebd5df5f5c665ca6e1a Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 15 Dec 2021 09:54:22 +0100 Subject: [PATCH] gestione conf parametri x setup Mecolpress specifico --- IOB-WIN-NEXT/IobOpcUaEwonMonti.cs | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/IOB-WIN-NEXT/IobOpcUaEwonMonti.cs b/IOB-WIN-NEXT/IobOpcUaEwonMonti.cs index f6a1af7f..75fd353b 100644 --- a/IOB-WIN-NEXT/IobOpcUaEwonMonti.cs +++ b/IOB-WIN-NEXT/IobOpcUaEwonMonti.cs @@ -39,24 +39,6 @@ namespace IOB_WIN_NEXT /// protected override void plcWriteParams(ref List updatedPar) { -#if false - if (!testDone) - { - try - { - if (UA_ref != null) - { - UA_ref.WriteTestNodes(); - testDone = true; - } - } - catch (Exception exc) - { - lgError($"Eccezione in WriteTestNodes{Environment.NewLine}{exc}"); - } - } -#endif - dataConf currMem = null; int byteSize = 0; string memAddrWrite = "";