aggiunta fov62 --> trevisan fluitek
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
;Configurazione IOB-WIN
|
||||
[IOB]
|
||||
;Centro di lavoro HAAS MTConnect
|
||||
CNCTYPE=MTConnect
|
||||
PING_MS_TIMEOUT=500
|
||||
|
||||
[MACHINE]
|
||||
VENDOR=TREVISAN
|
||||
MODEL=DS500
|
||||
|
||||
[CNC]
|
||||
IP=192.168.20.100
|
||||
PORT=5000
|
||||
GETPRGNAME=true
|
||||
|
||||
[SERVER]
|
||||
MPIP=http://192.168.168.17
|
||||
MPURL=/MP/IO
|
||||
CMDBASE=/IOB/input/
|
||||
CMDFLOG=/IOB/flog/
|
||||
CMDALIVE=/IOB
|
||||
CMDENABLED=/IOB/enabled/
|
||||
CMDADV1=?valore=
|
||||
CMDREBO=/sendReboot.aspx?idxMacchina=
|
||||
|
||||
[MEMORY]
|
||||
ADDR_READ=DB9999.DBB0
|
||||
ADDR_WRITE=DB9999.DBB0
|
||||
SIZE_READ=0
|
||||
SIZE_WRITE=0
|
||||
;BIT0=CONN
|
||||
;BIT1=DB60.DBB1
|
||||
;BIT2=PZCOUNT.STD.DB700.DBW22
|
||||
;BIT3=DB60.DBB3
|
||||
;BIT4=DB60.DBB4
|
||||
|
||||
|
||||
[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=MTC
|
||||
DISABLE_PZCOUNT=FALSE
|
||||
ENABLE_SEND_PZC_BLOCK=TRUE
|
||||
MIN_SEND_PZC_BLOCK=0
|
||||
MAX_SEND_PZC_BLOCK=100
|
||||
ENABLE_DYN_DATA=FALSE
|
||||
FORCE_DYN_DATA=TRUE
|
||||
ENABLE_DATA_FILTER=TRUE
|
||||
ENABLE_MTC_RESTART=TRUE
|
||||
|
||||
; conf parametri memoria READ/WRITE
|
||||
MTC_PARAM_CONF=FOV062.json
|
||||
|
||||
[BRANCH]
|
||||
NAME=master
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"keyPartCount": "npartcnt1",
|
||||
"keyPartReq": "",
|
||||
"keyPartId": "",
|
||||
"keyProgName": "nprogram1",
|
||||
"keyRunMode": "nmode1",
|
||||
"keyEStop": "nestop1",
|
||||
"pingAsPowerOn": true,
|
||||
"condPowerOn": {
|
||||
"keyName": "navail",
|
||||
"targetValue": "AVAILABLE"
|
||||
},
|
||||
"condWork": [
|
||||
{
|
||||
"keyName": "nexecution1",
|
||||
"targetValue": "ACTIVE"
|
||||
}
|
||||
],
|
||||
"itemTranslation": {
|
||||
"navail": "Machine Available",
|
||||
"nexecution1": "Execution Mode",
|
||||
"nmode1": "Controller Mode",
|
||||
"nprogram1": "Program Name",
|
||||
"npartcnt1": "Contapezzi",
|
||||
"lpremain": "Qta Richiesta",
|
||||
"nfeedoverride1": "PATH FEED OVERRIDE",
|
||||
"nrapidoverride1": "PATH RAPID OVERRIDE"
|
||||
},
|
||||
"paramsEndThresh": {
|
||||
"PosAct": 50,
|
||||
"PosTgt": 50,
|
||||
"InvDDone": 50
|
||||
}
|
||||
}
|
||||
@@ -67,7 +67,8 @@ CLI_INST=SteamWareSim
|
||||
;STARTLIST=1033
|
||||
;STARTLIST=PIZ08
|
||||
;STARTLIST=PIZ04
|
||||
STARTLIST=PIZ05
|
||||
;STARTLIST=PIZ05
|
||||
STARTLIST=FOV062
|
||||
;STARTLIST=OPC_UA
|
||||
|
||||
MAXCNC=10
|
||||
Reference in New Issue
Block a user