Bozza conf macchina IMI

This commit is contained in:
Samuele E. Locatelli
2019-11-20 17:30:47 +01:00
parent a14b63b0f0
commit bd9c416ed5
5 changed files with 140 additions and 4 deletions
+66
View File
@@ -0,0 +1,66 @@
;Configurazione IOB-WIN
[IOB]
;Macchina miscelazione Ossidi di Ferro Interclays
CNCTYPE=MTConnect
PING_MS_TIMEOUT=500
[MACHINE]
VENDOR=CMS
MODEL=WaterJet
[CNC]
;IP=127.0.0.1
;IP=192.168.139.100
IP=172.28.30.50
PORT=5000
[SERVER]
;MPIP=http://10.74.82.218
MPIP=http://192.168.0.110
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=STD.[PAR/MEM].info|BIT.indice
; attenzione memoria sempre base BYTE (1604 DW --> 6416...)
PZCOUNT_MODE=STD.DM20.2
DISABLE_PZCOUNT=TRUE
ENABLE_DYN_DATA=TRUE
FORCE_DYN_DATA=TRUE
; conf parametri memoria READ/WRITE
PARAM_CONF=IMI_50.json
[BRANCH]
NAME=master
+60
View File
@@ -0,0 +1,60 @@
{
"mMapWrite": {
"kgRich": {
"name": "kgRich",
"description": "Pesatura Richiesta",
"memAddr": "D26",
"tipoMem": "Int",
"index": 26,
"size": 2,
"value": "0"
},
"kgLotto": {
"name": "kgLotto",
"description": "Tot Lotto (kg)",
"memAddr": "D52",
"tipoMem": "Int",
"index": 52,
"size": 2,
"value": "0"
},
"portata": {
"name": "portata",
"description": "Portata Ton/h",
"memAddr": "D50",
"tipoMem": "Int",
"index": 50,
"size": 1
},
"setComm": {
"name": "setComm",
"description": "Commessa",
"memAddr": "W0",
"tipoMem": "String",
"index": 0,
"size": 10
}
},
"mMapRead": {
"kgAct": {
"name": "kgAct",
"description": "Pesatura Rilevata",
"memAddr": "D20",
"tipoMem": "Int",
"index": 20,
"size": 2,
"period": 60,
"value": "0"
},
"kgImp": {
"name": "kgImp",
"description": "Pesatura Impostata",
"memAddr": "D22",
"tipoMem": "Int",
"index": 22,
"size": 2,
"period": 60,
"value": "0"
}
}
}
+5 -2
View File
@@ -11,6 +11,8 @@ NAME=master
;MPIP=10.74.82.218
; server interclays
MPIP=10.0.0.233
; server REMOSA
MPIP=192.168.0.110
MPURL=/MP/IO
CMDREBO=/IOB/sendRebootGateway?GWIP=
CMDIOB2CALL=/IOB/getIob2call?GWIP=
@@ -45,11 +47,12 @@ CMDIOB2CALL=/IOB/getIob2call?GWIP=
; INTERCLAYS MISCELA
;STARTLIST=INTERCL_02
; IMI REMOSA
STARTLIST=IMI_50
; SIMULAZIONE verso server ufficio
;STARTLIST=SIMUL_01,SIMUL_02,SIMUL_03,SIMUL_04
;STARTLIST=SIMUL_01
STARTLIST=TEST
;STARTLIST=TEST
MAXCNC=10
+3 -2
View File
@@ -10,12 +10,13 @@ MODEL=WaterJet
[CNC]
;IP=127.0.0.1
IP=192.168.139.100
;IP=192.168.139.100
IP=172.28.30.50
PORT=5000
[SERVER]
;MPIP=http://10.74.82.218
MPIP=http://172.28.30.50
MPIP=http://192.168.0.110
MPURL=/MP/IO
CMDBASE=/IOB/input/
CMDFLOG=/IOB/flog/
+6
View File
@@ -251,6 +251,12 @@
<None Include="DATA\CONF\3015.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="DATA\CONF\IMI_50.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="DATA\CONF\IMI_50.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="DATA\CONF\TEST.ini">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>