From 9a0f3864baf0e2622e47f4ad08fb530e629ad536 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 13 Nov 2024 09:48:15 +0100 Subject: [PATCH] FANUC: - test reset richiesta set numCommessa / numArticolo --- IOB-WIN-NEXT/Iob/Fanuc.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/IOB-WIN-NEXT/Iob/Fanuc.cs b/IOB-WIN-NEXT/Iob/Fanuc.cs index d5e48c45..e83f8b94 100644 --- a/IOB-WIN-NEXT/Iob/Fanuc.cs +++ b/IOB-WIN-NEXT/Iob/Fanuc.cs @@ -291,6 +291,8 @@ namespace IOB_WIN_NEXT.Iob if (rVal == newVal) { lgInfo("All OK"); + // invio aggiornamento x reset richiesta... test! + sendOptVal(item.Key, newVal); } else { @@ -343,6 +345,8 @@ namespace IOB_WIN_NEXT.Iob if (rVal == newVal) { lgInfo("All OK"); + // invio aggiornamento x reset richiesta... test! + sendOptVal(item.Key, newVal); } else { @@ -862,7 +866,7 @@ namespace IOB_WIN_NEXT.Iob // gestione con ricerca in memoria Write / optPar... if (string.IsNullOrEmpty(memAddrPzReq)) { - lgTrace("PzCount disabilitato | NO memConf.Write | NO optPar"); + lgTrace("PzReq disabilitato | NO memConf.Write | NO optPar"); } else {