From e8d19223aa94fced16f03a2d6a9511cbbbd63990 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Thu, 16 Nov 2017 18:45:25 +0100 Subject: [PATCH] correzione chaimata FLog... --- IOB-WIN/App.config | 2 +- IOB-WIN/IobGeneric.cs | 2 +- IOB-WIN/MainForm.cs | 8 +++++--- IOB-WIN/Resources/ChangeLog.html | 1 + 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/IOB-WIN/App.config b/IOB-WIN/App.config index 1daf0340..a81a3aea 100644 --- a/IOB-WIN/App.config +++ b/IOB-WIN/App.config @@ -9,7 +9,7 @@ - + diff --git a/IOB-WIN/IobGeneric.cs b/IOB-WIN/IobGeneric.cs index 0a4eede5..13063f98 100644 --- a/IOB-WIN/IobGeneric.cs +++ b/IOB-WIN/IobGeneric.cs @@ -1368,7 +1368,7 @@ namespace IOB_WIN /// /// Fornisce il valore di flusso e valore in formato valido x messa in coda nel formato dtEve#flux#value#cont /// - protected string qEncodeFLog(string flusso, string valore) + public string qEncodeFLog(string flusso, string valore) { string answ = ""; try diff --git a/IOB-WIN/MainForm.cs b/IOB-WIN/MainForm.cs index 570f2cff..c234bda2 100644 --- a/IOB-WIN/MainForm.cs +++ b/IOB-WIN/MainForm.cs @@ -594,8 +594,9 @@ namespace IOB_WIN } try { - // segnalo reboot (programma)... - iobObj.sendToMoonPro(urlType.FLog, "IOB INI Loaded"); + // segnalo reboot (programma)... metto in coda invio... + //iobObj.sendToMoonPro(urlType.FLog, "IOB INI Loaded"); + iobObj.QueueFLog.Enqueue(iobObj.qEncodeFLog("IOB-STATUS", "IOB INI Loaded")); } catch (Exception exc) { @@ -814,7 +815,8 @@ namespace IOB_WIN try { // segnalo reboot (programma)... - iobObj.sendToMoonPro(urlType.FLog, "IOB Started"); + //iobObj.sendToMoonPro(urlType.FLog, "IOB Started"); + iobObj.QueueFLog.Enqueue(iobObj.qEncodeFLog("IOB-STATUS", "IOB Started")); } catch (Exception exc) { diff --git a/IOB-WIN/Resources/ChangeLog.html b/IOB-WIN/Resources/ChangeLog.html index a6087453..b58ebf72 100644 --- a/IOB-WIN/Resources/ChangeLog.html +++ b/IOB-WIN/Resources/ChangeLog.html @@ -22,6 +22,7 @@
  • NUOVA Gestione rami cliente e URL di update
  • Gestione modi CNC
  • Lettura dari dinamycs FANUC (feed, speed)
  • +
  • aggiunta gestione aree G0..G30 (overrides?)