aggiunta conf x SIMEC

This commit is contained in:
Samuele E. Locatelli
2020-09-15 22:37:18 +02:00
parent f145c64ceb
commit c640dca338
2 changed files with 101 additions and 0 deletions
+60
View File
@@ -0,0 +1,60 @@
;Configurazione IOB-WIN
[IOB]
;Macchina taglio barre per Valvital
CNCTYPE=SIEMENS_SIMEC
PING_MS_TIMEOUT=500
[MACHINE]
VENDOR=SIMEC
MODEL=180
[CNC]
IP=192.168.219.15
CPUTYPE=S7300
RACK=0
SLOT=0
[SERVER]
MPIP=http://192.168.214.4
MPURL=/MP/IO
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
CMDALIVE=/IOB
CMDENABLED=/IOB/enabled/
CMDADV1=?valore=
CMDREBO=/sendReboot.aspx?idxMacchina=
[MEMORY]
ADDR_READ=DB29.DBB0
ADDR_WRITE=DB30.DBB0
SIZE_READ=10
SIZE_WRITE=40
[BLINK]
;MAX_COUNTER_BLINK = 30
MAX_COUNTER_BLINK = 15
;bit0 = 0
;bit1 = 0
;bit2 = 1
;bit3 = 1
;bit4 = 1
;bit5 = 0
;bit6 = 0
;bit7 = 0
BLINK_FILT=0
;BLINK_FILT=28
[OPTPAR]
;PZCOUNT_MODE=STD.[PAR/MEM].info|BIT.indice
PZCOUNT_MODE=STD.DB29.DBDW6
;PZSCRAP_MODE=STD.DB700.DBDW32
DISABLE_PZCOUNT=TRUE
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
; conf parametri memoria READ/WRITE
PARAM_CONF=VL26.json
[BRANCH]
NAME=master
+41
View File
@@ -0,0 +1,41 @@
{
"mMapWrite": {
"setPzComm": {
"name": "setProg",
"description": "Programma",
"tipoMem": "String",
"memAddr": "DB30.DBB30",
"index": 30,
"size": 10
},
"setComm": {
"name": "setComm",
"description": "Commessa",
"tipoMem": "String",
"memAddr": "DB30.DBB20",
"index": 20,
"size": 10
},
"setArt": {
"name": "setArt",
"description": "Articolo",
"tipoMem": "String",
"memAddr": "DB30.DBB0",
"index": 0,
"size": 20
}
},
"mMapRead": {
"ContatoreAssoluto": {
"name": "ContatoreAssoluto",
"description": "Contapezzi ASSOLUTO",
"memAddr": "DB29.DBB2",
"tipoMem": "DInt",
"index": 2,
"size": 4,
"func": "MAX",
"period": 60,
"factor": 1
}
}
}