FIX conf INGENIA
This commit is contained in:
@@ -9,7 +9,7 @@ VENDOR=INGENIA
|
||||
MODEL=RobotAutomPressaValvital
|
||||
|
||||
[CNC]
|
||||
IP=192.168.214.25
|
||||
IP=192.168.214.81
|
||||
CPUTYPE=S7300
|
||||
RACK=0
|
||||
SLOT=0
|
||||
@@ -47,27 +47,14 @@ BLINK_FILT=0
|
||||
|
||||
[OPTPAR]
|
||||
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
|
||||
; attenzione memoria sempre base BYTE (1604 DW --> 6416...)
|
||||
PZCOUNT_MODE=STD.DB1275.DBDW4
|
||||
PZCOUNT_MODE=STD.DB700.DBDW28
|
||||
PZSCRAP_MODE=STD.DB700.DBDW32
|
||||
DISABLE_PZCOUNT=TRUE
|
||||
ENABLE_DYN_DATA=TRUE
|
||||
FORCE_DYN_DATA=TRUE
|
||||
TSVC_Power_01=MAX:5
|
||||
TSVC_Power_02=MAX:5
|
||||
TSVC_Power_03=MAX:5
|
||||
TSVC_Power_04=MAX:5
|
||||
TSVC_TempPirom_01=MAX:5
|
||||
TSVC_TempPirom_02=MAX:5
|
||||
TSVC_TempPirom_03=MAX:5
|
||||
TSVC_TempPirom_04=MAX:5
|
||||
TSVC_TempCool_01=MAX:5
|
||||
TSVC_TempCool_02=MAX:5
|
||||
TSVC_TempCool_03=MAX:5
|
||||
TSVC_TempCool_04=MAX:5
|
||||
TSVC_PartStatus_01=MAX:5
|
||||
TSVC_PartStatus_02=MAX:5
|
||||
TSVC_PartStatus_03=MAX:5
|
||||
TSVC_PartStatus_04=MAX:5
|
||||
|
||||
; conf parametri memoria READ/WRITE
|
||||
PARAM_CONF=VL25.json
|
||||
|
||||
[BRANCH]
|
||||
NAME=master
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"mMapWrite": {
|
||||
"setArt": {
|
||||
"name": "setArt",
|
||||
"description": "Articolo",
|
||||
"memAddr": "DB701.DBB20",
|
||||
"tipoMem": "DInt",
|
||||
"index": 20,
|
||||
"size": 4
|
||||
},
|
||||
"setComm": {
|
||||
"name": "setComm",
|
||||
"description": "Commessa",
|
||||
"memAddr": "DB701.DBB24",
|
||||
"tipoMem": "DInt",
|
||||
"index": 24,
|
||||
"size": 4
|
||||
},
|
||||
"setPzComm": {
|
||||
"name": "setPzComm",
|
||||
"description": "Qty",
|
||||
"memAddr": "DB701.DBB28",
|
||||
"tipoMem": "DInt",
|
||||
"index": 28,
|
||||
"size": 4
|
||||
}
|
||||
},
|
||||
"mMapRead": {
|
||||
"ContaBuoni": {
|
||||
"name": "ContaBuoni",
|
||||
"description": "Contapezzi BUONI",
|
||||
"memAddr": "DB700.DBB28",
|
||||
"tipoMem": "DInt",
|
||||
"index": 28,
|
||||
"size": 4,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"ContaScarti": {
|
||||
"name": "ContaScarti",
|
||||
"description": "Contapezzi SCARTO",
|
||||
"memAddr": "DB700.DBB32",
|
||||
"tipoMem": "DInt",
|
||||
"index": 32,
|
||||
"size": 4,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user