Fix conf in prod x Valvital
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
;Configurazione IOB-WIN
|
||||
;Configurazione IOB-WIN
|
||||
[IOB]
|
||||
;Macchina preriscaldo barre per Valvital
|
||||
;Macchina tempra induzione officina Valvital
|
||||
CNCTYPE=SIEMENS_SAET
|
||||
PING_MS_TIMEOUT=500
|
||||
|
||||
@@ -52,13 +52,13 @@ BLINK_FILT=0
|
||||
;BLINK_FILT=28
|
||||
|
||||
[OPTPAR]
|
||||
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
|
||||
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
|
||||
PZCOUNT_MODE=STD.DB1275.DBDW4
|
||||
DISABLE_PZCOUNT=FALSE
|
||||
ENABLE_SEND_PZC_BLOCK=TRUE
|
||||
MIN_SEND_PZC_BLOCK=0
|
||||
MAX_SEND_PZC_BLOCK=100
|
||||
;GESTIONE DATI DYN
|
||||
; GEST DATI DYN
|
||||
ENABLE_DYN_DATA=TRUE
|
||||
FORCE_DYN_DATA=TRUE
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"name": "setPzComm",
|
||||
"description": "Qty",
|
||||
"memAddr": "DB1275.DBB144",
|
||||
"tipoMem": "Int",
|
||||
"tipoMem": "DInt",
|
||||
"index": 144,
|
||||
"size": 4
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
;Configurazione IOB-WIN
|
||||
;Configurazione IOB-WIN
|
||||
[IOB]
|
||||
;Macchina DENTATRICE per Valvital
|
||||
CNCTYPE=SIEMENS_COMUR
|
||||
@@ -53,12 +53,13 @@ BLINK_FILT=0
|
||||
|
||||
[OPTPAR]
|
||||
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
|
||||
; attenzione memoria sempre base BYTE (1604 DW --> 6416...)
|
||||
PZCOUNT_MODE=SPEC.DB111.DBDW24
|
||||
DISABLE_PZCOUNT=FALSE
|
||||
ENABLE_SEND_PZC_BLOCK=TRUE
|
||||
MIN_SEND_PZC_BLOCK=0
|
||||
MAX_SEND_PZC_BLOCK=100
|
||||
;GESTIONE DATI DYN
|
||||
; GEST DATI DYN
|
||||
ENABLE_DYN_DATA=TRUE
|
||||
FORCE_DYN_DATA=TRUE
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
;Configurazione IOB-WIN
|
||||
;Configurazione IOB-WIN
|
||||
[IOB]
|
||||
;Macchina preriscaldo barre per Valvital
|
||||
CNCTYPE=SIEMENS_LASCO
|
||||
@@ -59,7 +59,6 @@ BLINK_FILT=0
|
||||
[OPTPAR]
|
||||
NO_PING=false
|
||||
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
|
||||
; attenzione memoria sempre base BYTE (1604 DW --> 6416...)
|
||||
PZCOUNT_MODE=STD.DB1001.DBDW2
|
||||
DISABLE_PZCOUNT=FALSE
|
||||
ENABLE_SEND_PZC_BLOCK=TRUE
|
||||
|
||||
+54
-54
@@ -26,59 +26,59 @@
|
||||
}
|
||||
},
|
||||
"mMapRead": {
|
||||
"RamPosition": {
|
||||
"name": "RamPosition",
|
||||
"tipoMem": "Int",
|
||||
"index": 18,
|
||||
"size": 2,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 10
|
||||
},
|
||||
"LowerEjectorPosition": {
|
||||
"name": "LowerEjectorPosition",
|
||||
"tipoMem": "Int",
|
||||
"index": 20,
|
||||
"size": 2,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 10
|
||||
},
|
||||
"UpperTool": {
|
||||
"name": "UpperTool",
|
||||
"tipoMem": "Int",
|
||||
"index": 22,
|
||||
"size": 2,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 10
|
||||
},
|
||||
"TempMainMotorU": {
|
||||
"name": "TempMainMotorU",
|
||||
"tipoMem": "Int",
|
||||
"index": 24,
|
||||
"size": 2,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"TempMainMotorV": {
|
||||
"name": "TempMainMotorV",
|
||||
"tipoMem": "Int",
|
||||
"index": 26,
|
||||
"size": 2,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"TempMainMotorW": {
|
||||
"name": "TempMainMotorW",
|
||||
"tipoMem": "Int",
|
||||
"index": 28,
|
||||
"size": 2,
|
||||
"func": "MAX",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
}
|
||||
//"RamPosition": {
|
||||
// "name": "RamPosition",
|
||||
// "tipoMem": "Int",
|
||||
// "index": 18,
|
||||
// "size": 2,
|
||||
// "func": "MAX",
|
||||
// "period": 60,
|
||||
// "factor": 10
|
||||
//},
|
||||
//"LowerEjectorPosition": {
|
||||
// "name": "LowerEjectorPosition",
|
||||
// "tipoMem": "Int",
|
||||
// "index": 20,
|
||||
// "size": 2,
|
||||
// "func": "MAX",
|
||||
// "period": 60,
|
||||
// "factor": 10
|
||||
//},
|
||||
//"UpperTool": {
|
||||
// "name": "UpperTool",
|
||||
// "tipoMem": "Int",
|
||||
// "index": 22,
|
||||
// "size": 2,
|
||||
// "func": "MAX",
|
||||
// "period": 60,
|
||||
// "factor": 10
|
||||
//},
|
||||
//"TempMainMotorU": {
|
||||
// "name": "TempMainMotorU",
|
||||
// "tipoMem": "Int",
|
||||
// "index": 24,
|
||||
// "size": 2,
|
||||
// "func": "MAX",
|
||||
// "period": 60,
|
||||
// "factor": 1
|
||||
//},
|
||||
//"TempMainMotorV": {
|
||||
// "name": "TempMainMotorV",
|
||||
// "tipoMem": "Int",
|
||||
// "index": 26,
|
||||
// "size": 2,
|
||||
// "func": "MAX",
|
||||
// "period": 60,
|
||||
// "factor": 1
|
||||
//},
|
||||
//"TempMainMotorW": {
|
||||
// "name": "TempMainMotorW",
|
||||
// "tipoMem": "Int",
|
||||
// "index": 28,
|
||||
// "size": 2,
|
||||
// "func": "MAX",
|
||||
// "period": 60,
|
||||
// "factor": 1
|
||||
//}
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
;Configurazione IOB-WIN
|
||||
;Configurazione IOB-WIN
|
||||
[IOB]
|
||||
;Macchina preriscaldo barre per Valvital
|
||||
CNCTYPE=SIEMENS_PRESSOIL_CEI
|
||||
@@ -51,9 +51,7 @@ BLINK_FILT=0
|
||||
;BLINK_FILT=28
|
||||
|
||||
[OPTPAR]
|
||||
;NO_PING=true
|
||||
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
|
||||
; attenzione memoria sempre base BYTE (1604 DW --> 6416...)
|
||||
PZCOUNT_MODE=STD.DB64.DBDW2
|
||||
DISABLE_PZCOUNT=FALSE
|
||||
ENABLE_SEND_PZC_BLOCK=TRUE
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
;Configurazione IOB-WIN
|
||||
;Configurazione IOB-WIN
|
||||
[IOB]
|
||||
;Macchina preriscaldo barre per Valvital
|
||||
CNCTYPE=SIEMENS_SAET
|
||||
@@ -62,6 +62,7 @@ MAX_SEND_PZC_BLOCK=100
|
||||
ENABLE_DYN_DATA=TRUE
|
||||
FORCE_DYN_DATA=TRUE
|
||||
|
||||
NEW_DYN_DATA=TRUE
|
||||
; conf parametri memoria READ/WRITE
|
||||
PARAM_CONF=VL24.json
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
"name": "setPzComm",
|
||||
"description": "Qty",
|
||||
"memAddr": "DB1275.DBB144",
|
||||
"tipoMem": "Int",
|
||||
"tipoMem": "DInt",
|
||||
"index": 52,
|
||||
"size": 4
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
;Configurazione IOB-WIN
|
||||
;Configurazione IOB-WIN
|
||||
[IOB]
|
||||
;Macchina preriscaldo barre per Valvital
|
||||
CNCTYPE=SIEMENS_INGENIA
|
||||
@@ -28,7 +28,7 @@ CMDREBO=/sendReboot.aspx?idxMacchina=
|
||||
ADDR_READ=DB700.DBB0
|
||||
ADDR_WRITE=DB01.DBB0
|
||||
SIZE_READ=44
|
||||
SIZE_WRITE=68
|
||||
SIZE_WRITE=48
|
||||
|
||||
|
||||
[BLINK]
|
||||
|
||||
@@ -70,9 +70,9 @@
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"ContaScartiCollaudo": {
|
||||
"name": "ContaScartiCollaudo",
|
||||
"description": "Contapezzi SCARTO per Collaudo",
|
||||
"ContaScartiPressoil": {
|
||||
"name": "ContaScartiPressoil",
|
||||
"description": "Contapezzi SCARTO PRESSOIL",
|
||||
"memAddr": "DB700.DBB40",
|
||||
"tipoMem": "DInt",
|
||||
"index": 40,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
;Configurazione IOB-WIN
|
||||
;Configurazione IOB-WIN
|
||||
[IOB]
|
||||
;Macchina taglio barre per Valvital
|
||||
CNCTYPE=SIEMENS_SIMEC
|
||||
@@ -10,9 +10,9 @@ MODEL=180
|
||||
|
||||
[CNC]
|
||||
IP=192.168.219.15
|
||||
CPUTYPE=S71500
|
||||
CPUTYPE=S7300
|
||||
RACK=0
|
||||
SLOT=1
|
||||
SLOT=0
|
||||
|
||||
[SERVER]
|
||||
MPIP=http://192.168.214.4
|
||||
@@ -52,10 +52,11 @@ DISABLE_PZCOUNT=FALSE
|
||||
ENABLE_SEND_PZC_BLOCK=TRUE
|
||||
MIN_SEND_PZC_BLOCK=0
|
||||
MAX_SEND_PZC_BLOCK=100
|
||||
;GESTIONE DATI DYN
|
||||
; GEST DATI DYN
|
||||
ENABLE_DYN_DATA=TRUE
|
||||
FORCE_DYN_DATA=TRUE
|
||||
|
||||
|
||||
; conf parametri memoria READ/WRITE
|
||||
PARAM_CONF=VL26.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user