From 84e830072f88344bd5d8ca1e1bcd22f0b763c009 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 8 Mar 2022 12:16:06 +0100 Subject: [PATCH] fix salvataggio lastTry x siemens --- IOB-WIN-NEXT/App.config | 2 +- IOB-WIN-NEXT/IobSiemens.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/IOB-WIN-NEXT/App.config b/IOB-WIN-NEXT/App.config index 952e20bb..a5608a95 100644 --- a/IOB-WIN-NEXT/App.config +++ b/IOB-WIN-NEXT/App.config @@ -69,7 +69,7 @@ - + diff --git a/IOB-WIN-NEXT/IobSiemens.cs b/IOB-WIN-NEXT/IobSiemens.cs index fe0cbfad..614bb0a6 100644 --- a/IOB-WIN-NEXT/IobSiemens.cs +++ b/IOB-WIN-NEXT/IobSiemens.cs @@ -595,6 +595,7 @@ namespace IOB_WIN_NEXT // lo ripeto x evitare che ci sia un loop... e tryConnect richiami la procedura corrente... needRefresh = false; lgInfo("SIEMENS: tryConnect"); + lastConnectTry = DateTime.Now; tryConnect(); lgInfo("End init Adapter SIEMENS"); if (isVerboseLog)