From 30fa7ed9bff51bec208c6c9449c1cc7fc9bdf1d4 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 18 Mar 2022 13:36:11 +0100 Subject: [PATCH] Aggiunta gestione fixStopSetup x SAET --- IOB-WIN-NEXT/IobSiemensSaet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IOB-WIN-NEXT/IobSiemensSaet.cs b/IOB-WIN-NEXT/IobSiemensSaet.cs index 4cb7fbca..a92c667f 100644 --- a/IOB-WIN-NEXT/IobSiemensSaet.cs +++ b/IOB-WIN-NEXT/IobSiemensSaet.cs @@ -193,7 +193,6 @@ namespace IOB_WIN_NEXT switch (tName) { case taskType.nihil: - case taskType.fixStopSetup: case taskType.forceResetPzCount: case taskType.forceSetPzCount: case taskType.setProg: @@ -263,6 +262,7 @@ namespace IOB_WIN_NEXT lgInfo($"Chiamata startSetup | memAddrWrite: {memAddrWrite} | MemBlock: {MemBlock}"); break; + case taskType.fixStopSetup: case taskType.stopSetup: // processo scrittura BIT x richiesta nuovo ordine a FINE setup MemBlock = new byte[2];