Files
Mapo-IOB-WIN/IOB-WIN-NEXT/DATA/CONF/IMI_GOMBA.json
T
2023-09-15 17:39:45 +02:00

56 lines
1.2 KiB
JSON

{
"mMapWrite": {
"reqIN": {
"name": "reqIN",
"description": "Reg. Peso IN",
"memAddr": "000",
"tipoMem": "SOAP",
"index": 0,
"size": 1
},
"reqOUT": {
"name": "reqOUT",
"description": "Reg. Peso OUT",
"memAddr": "000",
"tipoMem": "SOAP",
"index": 0,
"size": 1
}
},
"mMapRead": {
"lastWeightIn": {
"name": "lastWeightIn",
"description": "Ultima Pesata IN (kg)",
"memAddr": "lastWeightIn",
"tipoMem": "Int",
"index": 0,
"size": 0,
"func": "MAX",
"period": 60,
"factor": 1
},
"lastWeightOut": {
"name": "lastWeightOut",
"description": "Ultima Pesata OUT (kg)",
"memAddr": "lastWeightOut",
"tipoMem": "Int",
"index": 0,
"size": 0,
"func": "MAX",
"period": 60,
"factor": 1
}
//"TotMerceCaricTonn": {
// "name": "TotMerceCaricTonn",
// "description": "Totale merce caricata oggi su impianto (Tonn)",
// "memAddr": "TotMerceCaricTonn",
// "tipoMem": "Real",
// "index": 0,
// "size": 0,
// "func": "MAX",
// "period": 60,
// "factor": 1
//}
}
}