update conf Comur x Valital

This commit is contained in:
Samuele E. Locatelli
2020-09-14 15:54:04 +02:00
parent 1eb05d8224
commit 768194aee0
2 changed files with 50 additions and 28 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
;Configurazione IOB-WIN
[IOB]
;Macchina preriscaldo barre per Valvital
;Macchina DENTATRICE per Valvital
CNCTYPE=SIEMENS_COMUR
PING_MS_TIMEOUT=500
@@ -54,7 +54,7 @@ BLINK_FILT=0
[OPTPAR]
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
; attenzione memoria sempre base BYTE (1604 DW --> 6416...)
PZCOUNT_MODE=STD.DB111.DBD2
PZCOUNT_MODE=SPEC.DB111.DBB2
DISABLE_PZCOUNT=TRUE
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
+48 -26
View File
@@ -1,30 +1,52 @@
{
"mMapWrite": {
"setArt": {
"name": "setArt",
"description": "Articolo",
"memAddr": "DB150.DBB12",
"tipoMem": "String",
"index": 12,
"size": 20
"mMapWrite": {
"setArt": {
"name": "setArt",
"description": "Articolo",
"memAddr": "DB150.DBB12",
"tipoMem": "String",
"index": 12,
"size": 20
},
"setComm": {
"name": "setComm",
"description": "Commessa",
"memAddr": "DB150.DBB32",
"tipoMem": "String",
"index": 32,
"size": 20
},
"setPzComm": {
"name": "setPzComm",
"description": "Qty",
"memAddr": "DB150.DBB8",
"tipoMem": "Int",
"index": 8,
"size": 4
}
},
"setComm": {
"name": "setComm",
"description": "Commessa",
"memAddr": "DB150.DBB32",
"tipoMem": "String",
"index": 32,
"size": 20
},
"setPzComm": {
"name": "setPzComm",
"description": "Qty",
"memAddr": "DB150.DBB8",
"tipoMem": "Int",
"index": 8,
"size": 4
"mMapRead": {
"CodUte": {
"name": "CodUte",
"description": "Codice Utensile in Uso",
"memAddr": "DB150.DBB56",
"tipoMem": "Int",
"index": 56,
"size": 4,
"func": "MAX",
"period": 60,
"factor": 1
},
"CodPezzo": {
"name": "CodPezzo",
"description": "Codice Pezzo in lavorazione",
"memAddr": "DB150.DBB52",
"tipoMem": "Int",
"index": 52,
"size": 4,
"func": "MAX",
"period": 60,
"factor": 1
}
}
},
"mMapRead": {
}
}