Update modbus x log ping e gestione test ping non duplicato
This commit is contained in:
@@ -714,6 +714,7 @@ namespace IOB_WIN_NEXT
|
||||
}
|
||||
|
||||
// ora tento avvio PLC... SE PING OK...
|
||||
lastPING = DateTime.Now;
|
||||
IPStatus esitoPing = testPingMachine;
|
||||
if (esitoPing == IPStatus.Success)
|
||||
{
|
||||
@@ -749,7 +750,7 @@ namespace IOB_WIN_NEXT
|
||||
}
|
||||
else
|
||||
{
|
||||
lgError($"Errore in ping: esito {esitoPing}");
|
||||
lgError($"ModBusTCP IOB | Errore in ping: esito {esitoPing}");
|
||||
}
|
||||
parentForm.commPlcActive = false;
|
||||
}
|
||||
|
||||
@@ -609,7 +609,7 @@ namespace IOB_WIN_NEXT
|
||||
}
|
||||
else
|
||||
{
|
||||
lgError($"Errore in ping: esito {esitoPing}");
|
||||
lgError($"IOB SIEMENS | Errore in ping: esito {esitoPing}");
|
||||
}
|
||||
parentForm.commPlcActive = false;
|
||||
// carico conf vettore memoria...
|
||||
|
||||
Reference in New Issue
Block a user