Update tracciato invio info x includere nome EXE

This commit is contained in:
Samuele Locatelli
2025-06-30 15:01:10 +02:00
parent 4fd661dc68
commit cc750cecbf
6 changed files with 7 additions and 4 deletions
+3
View File
@@ -11,6 +11,7 @@ using System.IO;
using System.Linq;
using System.Net;
using System.Net.NetworkInformation;
using System.Reflection;
using System.Threading;
using System.Windows.Forms;
using System.Xml.Serialization;
@@ -3089,6 +3090,7 @@ namespace IOB_WIN_FORM.Iob
{
// preparo dizionario da inviare
Dictionary<string, string> currDict = new Dictionary<string, string>();
Assembly entryAssembly = Assembly.GetEntryAssembly();
if (IOBConfFull != null)
{
// creo obj dati necessari...
@@ -3098,6 +3100,7 @@ namespace IOB_WIN_FORM.Iob
currDict.Add("MachPort", IOBConfFull.Device.Connect.Port);
currDict.Add("Vendor", IOBConfFull.Device.Vendor);
currDict.Add("Model", IOBConfFull.Device.Model);
currDict.Add("IobExe", $"{entryAssembly?.GetName()}");
currDict.Add("IobVersion", IOBConfFull.General.RelVers);
if (IOBConfFull.OptPar != null)
{
+1 -1
View File
@@ -19,4 +19,4 @@ CLI_INST=SteamWareSim
;STARTLIST=IMI_SONATEST
STARTLIST=FTP_SONATEST
MAXCNC=10
MAXCNC=10
+1
View File
@@ -25,3 +25,4 @@ STARTLIST=SIMUL_01
;STARTLIST=3024
MAXCNC=10
-1
View File
@@ -9,7 +9,6 @@ MPIP=10.74.82.218
MPURL=/MP/IO
CMDREBO=/IOB/sendRebootGateway?GWIP=
CMDIOB2CALL=/IOB/getIob2call?GWIP=
;Client Install
CLI_INST=SteamWareSim
+1 -1
View File
@@ -19,4 +19,4 @@ STARTLIST=FTP-PING
;STARTLIST=SIMUL_08
;STARTLIST=3024-PING
MAXCNC=10
MAXCNC=10
+1 -1
View File
@@ -22,4 +22,4 @@ CLI_INST=SteamWareSim
STARTLIST=3018
;STARTLIST=3019
MAXCNC=10
MAXCNC=10