cambio test PIZ01 --> PIZ08
This commit is contained in:
@@ -1,71 +0,0 @@
|
||||
{
|
||||
"mMapWrite": {
|
||||
"setProg": {
|
||||
"name": "setProg",
|
||||
"description": "Programma",
|
||||
"tipoMem": "String",
|
||||
"memAddr": "DB6.DBB50",
|
||||
"index": 50,
|
||||
"size": 50
|
||||
},
|
||||
"setComm": {
|
||||
"name": "setComm",
|
||||
"description": "Commessa",
|
||||
"tipoMem": "String",
|
||||
"memAddr": "DB6.DBB0",
|
||||
"index": 0,
|
||||
"size": 50
|
||||
},
|
||||
"setArt": {
|
||||
"name": "setArt",
|
||||
"description": "Articolo",
|
||||
"tipoMem": "String",
|
||||
"memAddr": "DB6.DBB100",
|
||||
"index": 100,
|
||||
"size": 50
|
||||
},
|
||||
"setPzComm": {
|
||||
"name": "setPzComm",
|
||||
"description": "Qty",
|
||||
"memAddr": "DB30.DBB212",
|
||||
"tipoMem": "DInt",
|
||||
"index": 212,
|
||||
"size": 4
|
||||
}
|
||||
},
|
||||
"mMapRead": {
|
||||
"TempoLav": {
|
||||
"name": "TempoLav",
|
||||
"description": "TempoLav ASSOLUTO",
|
||||
"memAddr": "DB6.DBB220",
|
||||
"tipoMem": "Int",
|
||||
"index": 220,
|
||||
"size": 2,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 10
|
||||
},
|
||||
"CadenzaH": {
|
||||
"name": "CadenzaH",
|
||||
"description": "Pezzi Ora",
|
||||
"memAddr": "DB6.DBB222",
|
||||
"tipoMem": "Int",
|
||||
"index": 222,
|
||||
"size": 2,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 10
|
||||
},
|
||||
"ContatoreParziale": {
|
||||
"name": "ContatoreParziale",
|
||||
"description": "Contapezzi Parziale",
|
||||
"memAddr": "DB6.DBB208",
|
||||
"tipoMem": "DInt",
|
||||
"index": 4,
|
||||
"size": 4,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
;Configurazione IOB-WIN
|
||||
[IOB]
|
||||
;Impianto COMECA epr Pizzaferri
|
||||
;Impianto COMECA per Pizzaferri
|
||||
CNCTYPE=SIEMENS_COMECA
|
||||
PING_MS_TIMEOUT=500
|
||||
|
||||
@@ -14,15 +14,16 @@ CPUTYPE=S71500
|
||||
RACK=0
|
||||
SLOT=0
|
||||
|
||||
[SERVER]
|
||||
MPIP=http://gwms.egalware.com/
|
||||
MPURL=/
|
||||
[SERVER]
|
||||
MPIP=https://localhost:44339
|
||||
;MPIP=http://gwms.egalware.com
|
||||
MPURL=/api
|
||||
CMDBASE=/IOB/input/
|
||||
CMDFLOG=/IOB/flog/
|
||||
CMDALIVE=/IOB
|
||||
CMDENABLED=/IOB/enabled/
|
||||
CMDADV1=?valore=
|
||||
CMDREBO=/sendReboot.aspx?idxMacchina=
|
||||
CMDREBO=/IOB/sendReboot?idxMacchina=
|
||||
|
||||
[MEMORY]
|
||||
ADDR_READ=DB85.DBB0
|
||||
@@ -47,8 +48,8 @@ BLINK_FILT=0
|
||||
|
||||
[OPTPAR]
|
||||
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
|
||||
PZCOUNT_MODE=STD.DB85.DBDW16
|
||||
DISABLE_PZCOUNT=TRUE
|
||||
PZCOUNT_MODE=STD.DB85.DBRE16
|
||||
DISABLE_PZCOUNT=FALSE
|
||||
ENABLE_SEND_PZC_BLOCK=TRUE
|
||||
MIN_SEND_PZC_BLOCK=0
|
||||
MAX_SEND_PZC_BLOCK=100
|
||||
@@ -56,13 +57,15 @@ MAX_SEND_PZC_BLOCK=100
|
||||
ENABLE_DYN_DATA=TRUE
|
||||
FORCE_DYN_DATA=TRUE
|
||||
|
||||
; clock base (da 10ms)
|
||||
timerIntMs=20
|
||||
|
||||
; conf parametri memoria READ/WRITE
|
||||
PARAM_CONF=PIZ01.json
|
||||
PARAM_CONF=PIZ08.json
|
||||
|
||||
;NO_PING=TRUE
|
||||
NO_PING=TRUE
|
||||
; conf aree allarme
|
||||
ALARM_CONF=PIZ01_alarm.json
|
||||
ALARM_CONF=PIZ08_alarm.json
|
||||
|
||||
[BRANCH]
|
||||
NAME=master
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"mMapWrite": {
|
||||
"setProg": {
|
||||
"name": "setProg",
|
||||
"description": "Programma",
|
||||
"tipoMem": "String",
|
||||
"memAddr": "DB6.DBB50",
|
||||
"index": 50,
|
||||
"size": 50
|
||||
},
|
||||
"setComm": {
|
||||
"name": "setComm",
|
||||
"description": "Commessa",
|
||||
"tipoMem": "String",
|
||||
"memAddr": "DB6.DBB0",
|
||||
"index": 0,
|
||||
"size": 50
|
||||
},
|
||||
"setArt": {
|
||||
"name": "setArt",
|
||||
"description": "Articolo",
|
||||
"tipoMem": "String",
|
||||
"memAddr": "DB6.DBB100",
|
||||
"index": 100,
|
||||
"size": 50
|
||||
},
|
||||
"setPzComm": {
|
||||
"name": "setPzComm",
|
||||
"description": "Qty",
|
||||
"memAddr": "DB30.DBB212",
|
||||
"tipoMem": "DInt",
|
||||
"index": 212,
|
||||
"size": 4
|
||||
}
|
||||
},
|
||||
"mMapRead": {
|
||||
"TE2A": {
|
||||
"name": "TE2A",
|
||||
"description": "Temperatura Controllo Tenute Pompa A",
|
||||
"memAddr": "DB85.DBB0",
|
||||
"tipoMem": "Real",
|
||||
"index": 0,
|
||||
"size": 4,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"TE1A": {
|
||||
"name": "TE1A",
|
||||
"description": "Temperatura Raffreddamento Pompa A",
|
||||
"memAddr": "DB85.DBB4",
|
||||
"tipoMem": "Real",
|
||||
"index": 4,
|
||||
"size": 4,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"TE3A": {
|
||||
"name": "TE3A",
|
||||
"description": "Temperatura Cavitazione Pompa A",
|
||||
"memAddr": "DB85.DBB8",
|
||||
"tipoMem": "Real",
|
||||
"index": 8,
|
||||
"size": 4,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"TE04": {
|
||||
"name": "TE04",
|
||||
"description": "Temperatura Cavitazione Pompa A",
|
||||
"memAddr": "DB85.DBB12",
|
||||
"tipoMem": "Real",
|
||||
"index": 12,
|
||||
"size": 4,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"LT15": {
|
||||
"name": "LT15",
|
||||
"description": "Livello Serbatoio",
|
||||
"memAddr": "DB85.DBB16",
|
||||
"tipoMem": "Real",
|
||||
"index": 16,
|
||||
"size": 4,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user