Fix conf x Beckhoff
This commit is contained in:
@@ -63,10 +63,13 @@ BLINK_FILT=0
|
||||
;;PZCAD_MODE=STD.D.6408.DW
|
||||
;ENABLE_PZ_RESET=TRUE
|
||||
;ENABLE_PZ_RESET_stopSetup=TRUE
|
||||
;;gestione invio pezzi in blocco
|
||||
;ENABLE_SEND_PZC_BLOCK=TRUE
|
||||
;MIN_SEND_PZC_BLOCK=5
|
||||
;MAX_SEND_PZC_BLOCK=100
|
||||
;gestione invio pezzi in blocco
|
||||
STATE_VAR=VarADS.StatoMacchina
|
||||
ENABLE_SEND_PZC_BLOCK=TRUE
|
||||
MIN_SEND_PZC_BLOCK=5
|
||||
MAX_SEND_PZC_BLOCK=100
|
||||
EARLY_CONNECT=FALSE
|
||||
PARAM_CONF=3023.json
|
||||
|
||||
[BRANCH]
|
||||
NAME=master
|
||||
@@ -0,0 +1,118 @@
|
||||
{
|
||||
"mMapWrite": {
|
||||
"setComm": {
|
||||
"name": "setComm",
|
||||
"description": "Commessa",
|
||||
"tipoMem": "String",
|
||||
"memAddr": "VarADS.NomeLancioRichiesto",
|
||||
"index": 0,
|
||||
"size": 0
|
||||
},
|
||||
"setArt": {
|
||||
"name": "setArt",
|
||||
"description": "Articolo",
|
||||
"tipoMem": "String",
|
||||
"memAddr": "VarADS.NomeDisegnoRichiesto",
|
||||
"index": 0,
|
||||
"size": 0
|
||||
},
|
||||
"setPzComm": {
|
||||
"name": "setPzComm",
|
||||
"description": "Qty",
|
||||
"memAddr": "VarADS.nQuantitaRichiesta",
|
||||
"tipoMem": "DInt",
|
||||
"index": 0,
|
||||
"size": 0
|
||||
}
|
||||
},
|
||||
"mMapRead": {
|
||||
//"StatoMacc": {
|
||||
// "name": "StatoMacc",
|
||||
// "description": "Stato Macchina",
|
||||
// "memAddr": "VarADS.StatoMacchina",
|
||||
// "tipoMem": "DInt",
|
||||
// "index": 0,
|
||||
// "size": 0,
|
||||
// "func": "POINT",
|
||||
// "period": 60,
|
||||
// "factor": 1
|
||||
//},
|
||||
"CurrArt": {
|
||||
"name": "CurrArt",
|
||||
"description": "Articolo Corrente",
|
||||
"memAddr": "VarADS.NomeDisegno",
|
||||
"tipoMem": "String",
|
||||
"index": 0,
|
||||
"size": 0,
|
||||
"func": "POINT",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"CurrComm": {
|
||||
"name": "CurrComm",
|
||||
"description": "Commessa Corrente",
|
||||
"memAddr": "VarADS.NomeLancio",
|
||||
"tipoMem": "String",
|
||||
"index": 0,
|
||||
"size": 0,
|
||||
"func": "POINT",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"ContTotali": {
|
||||
"name": "ContTotali",
|
||||
"description": "Pezzi Totali",
|
||||
"memAddr": "VarADS.TotaliLancio",
|
||||
"tipoMem": "DInt",
|
||||
"index": 0,
|
||||
"size": 0,
|
||||
"func": "POINT",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"ContBuoni": {
|
||||
"name": "ContBuoni",
|
||||
"description": "Pezzi Buoni",
|
||||
"memAddr": "VarADS.BuoniLancio",
|
||||
"tipoMem": "DInt",
|
||||
"index": 0,
|
||||
"size": 0,
|
||||
"func": "POINT",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"ContScarti": {
|
||||
"name": "ContScarti",
|
||||
"description": "Pezzi Scarto",
|
||||
"memAddr": "VarADS.ScartiLancio",
|
||||
"tipoMem": "DInt",
|
||||
"index": 0,
|
||||
"size": 0,
|
||||
"func": "POINT",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"ContGenerici": {
|
||||
"name": "ContGenerici",
|
||||
"description": "Pezzi Generici",
|
||||
"memAddr": "VarADS.GenericiLancio",
|
||||
"tipoMem": "DInt",
|
||||
"index": 0,
|
||||
"size": 0,
|
||||
"func": "POINT",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
},
|
||||
"LastMess": {
|
||||
"name": "LastMess",
|
||||
"description": "Ultimo Messaggio",
|
||||
"memAddr": "VarADS.MessaggioInterfaccia",
|
||||
"tipoMem": "String",
|
||||
"index": 0,
|
||||
"size": 0,
|
||||
"func": "POINT",
|
||||
"period": 60,
|
||||
"factor": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user