From 432e53cd246a44ed9f43bb3ae95b97c7bed22fbb Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 20 Jul 2021 18:17:26 +0200 Subject: [PATCH] registro anche evento 01 alive... --- AppData/ComLib.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/AppData/ComLib.cs b/AppData/ComLib.cs index 92ae17f..e1c2e1d 100644 --- a/AppData/ComLib.cs +++ b/AppData/ComLib.cs @@ -1986,10 +1986,11 @@ namespace AppData memLayer.ML.setRSV(clockDriftKey, $"{driftSec}"); break; - case "01": - // x ora lo ignoro ma so che ora la macchina è ALIVE... - break; + //case "01": + // // x ora lo ignoro ma so che ora la macchina è ALIVE... + // break; + case "01": default: DLMan.taStatLog.insert(item.DtRecord.AddMilliseconds(driftSec), updateRecords.Machine, item.Station, item.Code, item.Payload, 0); break;