Correzioni minori x nuova versione da testare

This commit is contained in:
Samuele Locatelli
2026-05-25 19:23:17 +02:00
parent 9d3f2cd1c5
commit 70419dcd03
36 changed files with 369 additions and 43 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ namespace IOB_UT_NEXT.Config.Base
/// <summary>
/// Determina se sia prevista gestione PODL (creazione/avvio/chiusura) come Soitaab
/// </summary>
public bool EnabelPodlManFull { get; set; } = false;
public bool EnablePodlManFull { get; set; } = false;
/// <summary>
/// Soglia massima errori prima della disconnessione automatica in check
+2 -2
View File
@@ -127,7 +127,7 @@ namespace IOB_UT_NEXT.Config
DelayReadPzCountSetup = Convert.ToDouble(fIni.ReadString("OPTPAR", "DELAY_READ_PZ_COUNT_SETUP", "0.01")),
FileName = Path.GetFileName(iniFilePath),
Customer = fIni.ReadString("TAGS", "Customer", "EgalWare"),
EnabelPodlManFull = bool.Parse(fIni.ReadString("OPTPAR", "EnabelPodlManFull", "false")),
EnablePodlManFull = bool.Parse(fIni.ReadString("OPTPAR", "EnablePodlManFull", "false")),
EnabRedisQue = bool.Parse(fIni.ReadString("IOB", "EnableRedisQueue", "true")),
MachWLoopSingleThread = bool.Parse(fIni.ReadString("OPTPAR", "MachSingleThread", "false")),
MaxErroriCheck = fIni.ReadInteger("OPTPAR", "MAX_ERR_CHECK", maxErrCheck),
@@ -144,7 +144,7 @@ namespace IOB_UT_NEXT.Config
exclOptPar.Add("CodGruppoIob");
exclOptPar.Add("DELAY_READ_PZ_COUNT");
exclOptPar.Add("DISABLE_SEND_WDST");
exclOptPar.Add("EnabelPodlManFull");
exclOptPar.Add("EnablePodlManFull");
exclOptPar.Add("MachSingleThread");
exclOptPar.Add("MAX_ERR_CHECK");
exclOptPar.Add("MAX_PING_RETRY");
+1 -1
View File
@@ -343,7 +343,7 @@ namespace IOB_UT_NEXT.Iob
/// <summary>
/// Determina se sia prevista gestione PODL (creazione/avvio/chiusura) come Soitaab
/// </summary>
protected bool EnabelPodlManFull = false;
protected bool EnablePodlManFull = false;
/// <summary>
/// Abilita riscrittura memoria se trova differenze lettura/richiesti
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -31,6 +31,6 @@ CLI_INST=SteamWareSim
;STARTLIST=3029
;STARTLIST=LVF755
;STARTLIST=3001
STARTLIST=SIMUL_01
STARTLIST=SIMUL_02
MAXCNC=10
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -95,7 +95,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+111
View File
@@ -0,0 +1,111 @@
;Configurazione IOB-WIN
[IOB]
CNCTYPE=SIMULA
PING_MS_TIMEOUT=500
MinDeltaSec=5
EnableRedisQueue=true
[MACHINE]
VENDOR=STEAMWARE
MODEL=DEMO_SIMULATOR
[CNC]
IP=127.0.0.1
PORT=0000
[SERVER]
MPIP=http://10.74.82.218
MPURL=/MP/RIOC/api
APICLASS=IOB
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDULOG=/IOB/ulog/
CMDALIVE=/IOB
CMDENABLED=/IOB/enabled/
CMDADV1=?valore=
CMDREBO=/sendReboot.aspx?idxMacchina=
CMD_ODL_STARTED=/IOB/getCurrOdlStart/
CMD_FORCLE_SPLIT_ODL=/IOB/forceSplitOdlFull/
CMD_IDLE_TIME=/IOB/getIdlePeriod/
[MEMORY]
[BLINK]
MAX_COUNTER_BLINK = 15
BLINK_FILT=0
[OPTPAR]
AUTO_CHANGE_ODL=true
AUTO_SNAPSHOT_DOSSIER=true
CHANGE_ODL_HOURS=24
CHANGE_ODL_IDLE_MIN=0
CHANGE_ODL_MODE=SIMUL
; gestione custom timer
timerIntMs=991
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
PZCOUNT_MODE=BIT
ENABLE_PZ_RESET=TRUE
;gestione invio pezzi in blocco
ENABLE_SEND_PZC_BLOCK=TRUE
MIN_SEND_PZC_BLOCK=0
MAX_SEND_PZC_BLOCK=200
; per il simulatore: 50|1 = WAIT 50, DURATION 1 con riferimento al PERIODO base (PER_BASE in ms, default 10 secondi)
PER_BASE=7500
SIM_PZCNT=8|1
SIM_ALARM=900|15
SIM_MANU=40|5
; indica gestione e simulazione bit 5 --> slow/emergenza
SIM_SLOW=4500|20
; indica gestione e simulazione bit 6 --> warmup/cooldown
SIM_WUCD=8000|20
; indica gestione e simulazione bit 7 --> emergenza
SIM_EMRG=4000|10
; indica simulazione delle funzionalità power ON/ OFF
SIM_POW_ON_OFF=false
T_ON=6
T_OFF=22
; indica simulazione controlli utente
SIM_RC=682|1
; indica simulazione registro scarti
SIM_RS=462|1
; indica simulazione dichiarazioni (note) utente
SIM_DICH=762|1
; indica matricola opr simulata
SIM_MATR_OPR=1
; gestione DynData simulati
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
NEW_DYN_DATA=TRUE
;gestione invio pezzi in blocco
ENABLE_SEND_PZC_BLOCK=TRUE
MIN_SEND_PZC_BLOCK=0
MAX_SEND_PZC_BLOCK=200
MIN_DURATA_ODL=960
; indica parametri gestione TcMan
TC_MAX_TC_FACTOR=3.9
TC_LAMBDA=0.4
TC_MAX_INCR=5
MAX_PZ_INCR_PERC=1000
; conf parametri memoria READ/WRITE
PARAM_CONF=SIMUL_02.json
;conf test FTP
FTP_SERVER=ftp.steamware.net
FTP_USER=testftpuser
FTP_PWD=we4reFromB3rghem!
FTP_CERT=
FTP_SKIP=TRUE
FTP_LOC_DIR=temp\csv
FTP_REM_DIR=
[BRANCH]
NAME=master
; Tags manuali
[TAGS]
Customer=Steamware
HostOS=WIN
HostName=IOB-WIN-SIMULA
HostAddr=10.74.82.76
+201
View File
@@ -0,0 +1,201 @@
{
"mMapRead": {
"TEMP_01": {
"func": "MAX",
"period": 120,
"sendEnabled": true,
"name": "TEMP_01",
"description": "Temperatura 01",
"memAddr": "",
"tipoMem": "Real",
"index": 0,
"size": 0,
"factor": 1.0,
"maxVal": 24.0,
"minVal": 18.0,
"unit": "",
"value": "",
"decodeMap": [],
"displOrdinal": 4
},
"POWER_01": {
"func": "MAX",
"period": 120,
"sendEnabled": true,
"name": "POWER_01",
"description": "Potenza impianto",
"memAddr": "",
"tipoMem": "Int",
"index": 0,
"size": 0,
"factor": 1.0,
"maxVal": 80.0,
"minVal": 40.0,
"unit": "",
"value": "",
"decodeMap": [],
"displOrdinal": 5
},
"FEED_OVER": {
"func": "MAX",
"period": 120,
"sendEnabled": true,
"name": "FEED_OVER",
"description": "FEED override",
"memAddr": "",
"tipoMem": "Int",
"index": 0,
"size": 0,
"factor": 1.0,
"maxVal": 100.0,
"minVal": 0.0,
"unit": "",
"value": "",
"decodeMap": [],
"displOrdinal": 6
},
"RAPID_OVER": {
"func": "MAX",
"period": 120,
"sendEnabled": true,
"name": "RAPID_OVER",
"description": "RAPID override",
"memAddr": "",
"tipoMem": "Int",
"index": 0,
"size": 0,
"factor": 1.0,
"maxVal": 120.0,
"minVal": 50.0,
"unit": "",
"value": "",
"decodeMap": [],
"displOrdinal": 7
},
"POS_X": {
"func": "MAX",
"period": 120,
"sendEnabled": true,
"name": "POS_X",
"description": "Asse X",
"memAddr": "",
"tipoMem": "Int",
"index": 0,
"size": 0,
"factor": 1.0,
"maxVal": 2000.0,
"minVal": -2000.0,
"unit": "",
"value": "",
"decodeMap": [],
"displOrdinal": 8
},
"POS_Y": {
"func": "MAX",
"period": 120,
"sendEnabled": true,
"name": "POS_Y",
"description": "Asse Y",
"memAddr": "",
"tipoMem": "Int",
"index": 0,
"size": 0,
"factor": 1.0,
"maxVal": 2000.0,
"minVal": 0.0,
"unit": "",
"value": "",
"decodeMap": [],
"displOrdinal": 9
},
"POS_Z": {
"func": "MAX",
"period": 120,
"sendEnabled": true,
"name": "POS_Z",
"description": "Asse Z",
"memAddr": "",
"tipoMem": "Int",
"index": 0,
"size": 0,
"factor": 1.0,
"maxVal": 1500.0,
"minVal": 0.0,
"unit": "",
"value": "",
"decodeMap": [],
"displOrdinal": 10
}
},
"mMapWrite": {
"setArt": {
"name": "setArt",
"description": "Articolo",
"memAddr": "DB150.DBB12",
"tipoMem": "String",
"index": 12,
"size": 20,
"factor": 1.0,
"maxVal": 9999.0,
"minVal": 0.0,
"unit": "",
"value": "",
"decodeMap": [],
"displOrdinal": 1
},
"setComm": {
"name": "setComm",
"description": "Commessa",
"memAddr": "DB150.DBB32",
"tipoMem": "String",
"index": 32,
"size": 20,
"factor": 1.0,
"maxVal": 9999.0,
"minVal": 0.0,
"unit": "",
"value": "",
"decodeMap": [],
"displOrdinal": 2
},
"setPzComm": {
"name": "setPzComm",
"description": "Qta Richiesta",
"memAddr": "DB150.DBB8",
"tipoMem": "Int",
"index": 8,
"size": 4,
"factor": 1.0,
"maxVal": 9999.0,
"minVal": 0.0,
"unit": "",
"value": "",
"decodeMap": [],
"displOrdinal": 3
},
"forceSetPzCount": {
"name": "forceSetPzCount",
"description": "Imposta Qta",
"memAddr": "DB150.DBB8",
"tipoMem": "Int",
"index": 8,
"size": 4,
"factor": 1.0,
"maxVal": 9999.0,
"minVal": 0.0,
"unit": "",
"value": "",
"decodeMap": [],
"displOrdinal": 11
}
},
"DataDecodMap": {},
"FileDecod": {},
"mMapWriteLink": {},
"OptKVP": {
"fluxLogReduce": "true",
"fluxLogRedDeadBand": "2.5",
"fluxLogResendPeriod": "30"
},
"OptMemPar": {}
}
+6
View File
@@ -289,6 +289,12 @@
<None Include="DATA\CONF\LVF755.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="DATA\CONF\SIMUL_02.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="DATA\CONF\SIMUL_02.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="DATA\CONF\SIMUL_01-IO.ini" />
<None Include="DATA\CONF\VL27.ini" />
<None Include="DATA\CONF\VL27.json" />
@@ -72,7 +72,7 @@ ENABLE_DATA_FILTER=TRUE
ENABLE_CLI_RESTART=TRUE
DISABLE_SEND_WDST=TRUE
VetoReadSec=5
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=GRP-CC-025
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+16 -8
View File
@@ -769,10 +769,6 @@ namespace IOB_WIN_FORM
TimerMachine.Veto.Add(item, adesso.AddMilliseconds(iobObj.IOBConfFull.TimerMs(item, 0)));
TimerMachine.CycleCount.Add(item, 0);
TimerMachine.CycleElaps.Add(item, 0);
TimerServer.Veto.Add(item, adesso.AddMilliseconds(iobObj.IOBConfFull.TimerMs(item, 0)));
TimerServer.CycleCount.Add(item, 0);
TimerServer.CycleElaps.Add(item, 0);
}
sendStartFLog = utils.CRB("sendStartFLog");
displayTaskAndLog("Adapter Running...", true);
@@ -1609,8 +1605,14 @@ namespace IOB_WIN_FORM
}
else
{
TimerMachine.Veto.Add(item, adesso.AddMilliseconds(iobObj.IOBConfFull.TimerMs(item, 0)));
TimerMachine.CycleCount.Add(item, 0);
if (!TimerMachine.Veto.ContainsKey(item))
{
TimerMachine.Veto.Add(item, adesso.AddMilliseconds(iobObj.IOBConfFull.TimerMs(item, 0)));
}
if (!TimerMachine.CycleCount.ContainsKey(item))
{
TimerMachine.CycleCount.Add(item, 0);
}
if (!TimerMachine.CycleElaps.ContainsKey(item))
{
TimerMachine.CycleElaps.Add(item, 0);
@@ -1666,8 +1668,14 @@ namespace IOB_WIN_FORM
}
else
{
TimerServer.Veto.Add(item, adesso.AddMilliseconds(iobObj.IOBConfFull.TimerMs(item, 0)));
TimerServer.CycleCount.Add(item, 0);
if (!TimerMachine.Veto.ContainsKey(item))
{
TimerMachine.Veto.Add(item, adesso.AddMilliseconds(iobObj.IOBConfFull.TimerMs(item, 0)));
}
if (!TimerMachine.CycleCount.ContainsKey(item))
{
TimerMachine.CycleCount.Add(item, 0);
}
if (!TimerServer.CycleElaps.ContainsKey(item))
{
TimerServer.CycleElaps.Add(item, 0);
+1 -1
View File
@@ -5548,7 +5548,7 @@ namespace IOB_WIN_FORM.Iob
// gruppo macchina
CodGruppoIob = IOBConfFull.General.CodGruppoIob;
// gestione completa PODL
EnabelPodlManFull = IOBConfFull.General.EnabelPodlManFull;
EnablePodlManFull = IOBConfFull.General.EnablePodlManFull;
// abilitazione invio WDST disabilitazione controllo range valori DynData
disableWdst = IOBConfFull.General.DisabWDST;
+2 -2
View File
@@ -663,7 +663,7 @@ namespace IOB_WIN_FORM.Iob
}
}
// commentato post test x Soitaab
if (EnabelPodlManFull)
if (EnablePodlManFull)
{
// test decodifica log (tipo soitaab)
try
@@ -678,7 +678,7 @@ namespace IOB_WIN_FORM.Iob
}
catch (Exception exc)
{
lgError($"Eccezione in EnabelPodlManFull{Environment.NewLine}{exc}");
lgError($"Eccezione in EnablePodlManFull{Environment.NewLine}{exc}");
}
}
}
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+2 -2
View File
@@ -21,9 +21,9 @@ CLI_INST=SteamWareSim
;NB: mettere copy always ai file di conf x fare test...
;STARTLIST=3024
;STARTLIST=SIMUL_01
;STARTLIST=FOV062
STARTLIST=3024
;STARTLIST=LVF652
;STARTLIST=3024
STARTLIST=SIMUL_01
MAXCNC=10
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -90,7 +90,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -91,7 +91,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -77,7 +77,7 @@ MAX_PZ_INCR_PERC=1000
;SHELLY_PARAM=SHELLY_01.json
PARAM_CONF=SHELLY_01.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -69,7 +69,7 @@ MAX_PZ_INCR_PERC=1000
; conf parametri memoria READ/WRITE
PARAM_CONF=SIMUL_03_SHELLY.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -69,7 +69,7 @@ MAX_PZ_INCR_PERC=1000
; conf parametri memoria READ/WRITE
PARAM_CONF=SIMUL_04_SHELLY.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
@@ -72,7 +72,7 @@ ENABLE_DATA_FILTER=TRUE
ENABLE_CLI_RESTART=TRUE
DISABLE_SEND_WDST=TRUE
VetoReadSec=5
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=GRP-CC-025
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true
+1 -1
View File
@@ -93,7 +93,7 @@ MAX_PZ_INCR_PERC=1000
PARAM_CONF=SIMUL_01.json
ALARM_CONF=SIMUL_01_alarm.json
;test gestione logfile (eg: soitaab)
EnabelPodlManFull=true
EnablePodlManFull=true
CodGruppoIob=STEAMWARE-SIM-FASE-01
; invio flux alla lettura file
sendFluxOnRead=true