Modifica conf Helpi x baseAddr nuovo formato

This commit is contained in:
Samuele E. Locatelli
2023-10-17 17:03:22 +02:00
parent db4b957f73
commit b84b2f4c46
3 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ ADDR_READ=41050
ADDR_WRITE=41060
SIZE_READ=60
SIZE_WRITE=50
CALC_BASE_ADDR=false
HR_BASE_ADDR=0
;HR_BASE_ADDR=40000
DELTA_BASE=0
@@ -61,7 +61,7 @@ FORCE_DYN_DATA=TRUE
DELTA_VAL=0.1
; clock base (da 10ms)
timerIntMs=10
timerIntMs=20
; conf parametri memoria READ/WRITE
PARAM_CONF=FINASSI_HELPI_01.json
+14 -14
View File
@@ -5,7 +5,7 @@
"description": "Numero Ricetta richiamata",
"memAddr": "41060",
"tipoMem": "Int",
"index": 1060,
"index": 41060,
"size": 1,
"minVal": 0,
"maxVal": 32767,
@@ -16,7 +16,7 @@
"description": "Richiesta applicazione Ricetta",
"memAddr": "41061",
"tipoMem": "Int",
"index": 1061,
"index": 41061,
"size": 1,
"minVal": 0,
"maxVal": 1,
@@ -27,7 +27,7 @@
"description": "Numero ODL richiesto",
"memAddr": "41062",
"tipoMem": "String",
"index": 1062,
"index": 41062,
"size": 16,
"unit": "#"
},
@@ -36,7 +36,7 @@
"description": "Numero LOTTO richiesto",
"memAddr": "41078",
"tipoMem": "String",
"index": 1078,
"index": 41078,
"size": 16,
"unit": "#"
},
@@ -45,7 +45,7 @@
"description": "Numero Pacchi Richiesti",
"memAddr": "41098",
"tipoMem": "IntLH",
"index": 1098,
"index": 41098,
"size": 2,
"unit": "#"
}
@@ -56,7 +56,7 @@
"description": "Numero Ricetta richiamata",
"memAddr": "41060",
"tipoMem": "Int",
"index": 1060,
"index": 41060,
"size": 1,
"minVal": 0,
"maxVal": 32767,
@@ -70,7 +70,7 @@
"description": "Richiesta applicazione Ricetta",
"memAddr": "41061",
"tipoMem": "Int",
"index": 1061,
"index": 41061,
"size": 1,
"minVal": 0,
"maxVal": 1,
@@ -84,7 +84,7 @@
"description": "Numero ODL richiesto",
"memAddr": "41062",
"tipoMem": "String",
"index": 1062,
"index": 41062,
"size": 16,
"unit": "#",
"func": "POINT",
@@ -95,7 +95,7 @@
"description": "Numero LOTTO richiesto",
"memAddr": "41078",
"tipoMem": "String",
"index": 1078,
"index": 41078,
"size": 16,
"unit": "#",
"func": "POINT",
@@ -106,7 +106,7 @@
"description": "Numero Pacchi Richiesti",
"memAddr": "41098",
"tipoMem": "IntLH",
"index": 1098,
"index": 41098,
"size": 2,
"unit": "#",
"func": "POINT",
@@ -118,7 +118,7 @@
"description": "Numero Pacchi Fatti",
"memAddr": "41100",
"tipoMem": "IntLH",
"index": 1100,
"index": 41100,
"size": 2,
"unit": "#",
"func": "POINT",
@@ -130,7 +130,7 @@
"description": "DateTime inizio lavorazione formato EPOCH",
"memAddr": "41102",
"tipoMem": "IntLH",
"index": 1102,
"index": 41102,
"size": 2,
"unit": "EPOCH",
"func": "POINT",
@@ -142,7 +142,7 @@
"description": "DateTime fine lavorazione formato EPOCH",
"memAddr": "41104",
"tipoMem": "IntLH",
"index": 1104,
"index": 41104,
"size": 2,
"unit": "EPOCH",
"func": "POINT",
@@ -154,7 +154,7 @@
"description": "Velocita espressa come Pacchi Per Minuto",
"memAddr": "41106",
"tipoMem": "RealLH",
"index": 1106,
"index": 41106,
"size": 2,
"unit": "#",
"func": "POINT",
@@ -1,5 +1,5 @@
{
"ReadBlocks": {
"41060": 50
"41050": 60
}
}