diff --git a/IOB-WIN/DATA/CONF/VL26.ini b/IOB-WIN/DATA/CONF/VL26.ini new file mode 100644 index 00000000..da2e1e13 --- /dev/null +++ b/IOB-WIN/DATA/CONF/VL26.ini @@ -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 \ No newline at end of file diff --git a/IOB-WIN/DATA/CONF/VL26.json b/IOB-WIN/DATA/CONF/VL26.json new file mode 100644 index 00000000..02214474 --- /dev/null +++ b/IOB-WIN/DATA/CONF/VL26.json @@ -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 + } + } +} \ No newline at end of file