From 0c08e551ed577a2f644342f2a7f038df7b4437c6 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 11 Oct 2019 09:45:55 +0200 Subject: [PATCH] MTH: aggiunto fix ODL --- IOB-WIN/IobSiemensTorri.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/IOB-WIN/IobSiemensTorri.cs b/IOB-WIN/IobSiemensTorri.cs index b1765555..a08275f1 100644 --- a/IOB-WIN/IobSiemensTorri.cs +++ b/IOB-WIN/IobSiemensTorri.cs @@ -54,10 +54,9 @@ namespace IOB_WIN case "stopSetup": taskVal = "VALUE DB701.0.4 --> 0"; break; - //case "forceSetPzCount": - // taskVal = "Wrote PzCount as ##"; - //bool fatto = S7WriteBB(ref MemBlock,"DB700",22, 0); - //break; + case "fixStopSetup": + taskVal = "VALUE DB701.0.4 --> 0"; + break; default: // anche se non faccio nulla SEGNO con value = NOT DONE taskVal = "UNKNOWN KEY | NO EXEC";