Update json ICOEL SOAP

This commit is contained in:
Samuele Locatelli
2022-06-28 11:44:52 +02:00
parent 2690235596
commit c3b641d5aa
+61 -2
View File
@@ -1,6 +1,21 @@
{
"mMapWrite": {
"L1_Batch": {
"name": "L1_Batch",
"description": "Send Batch",
"tipoMem": "String",
"memAddr": "L1_Batch",
"index": 0,
"size": 50
},
"L2_Batch": {
"name": "L2_Batch",
"description": "Send Batch",
"tipoMem": "String",
"memAddr": "L2_Batch",
"index": 0,
"size": 50
}
},
"mMapRead": {
"VelTonnOra": {
@@ -46,6 +61,50 @@
"func": "AVG",
"period": 50,
"factor": 1
},
"L1_Batch": {
"name": "L1_Batch",
"description": "Send Batch",
"tipoMem": "String",
"memAddr": "L1_Batch",
"index": 0,
"size": 50,
"func": "POINT",
"period": 120,
"factor": 1
},
"L2_Batch": {
"name": "L2_Batch",
"description": "Send Batch",
"tipoMem": "String",
"memAddr": "L2_Batch",
"index": 0,
"size": 50,
"func": "POINT",
"period": 120,
"factor": 1
},
"L1_Grower": {
"name": "L1_Grower",
"description": "Grower Data",
"tipoMem": "String",
"memAddr": "L1_Grower",
"index": 0,
"size": 50,
"func": "POINT",
"period": 120,
"factor": 1
},
"L2_Grower": {
"name": "L2_Grower",
"description": "Grower Data",
"tipoMem": "String",
"memAddr": "L2_Grower",
"index": 0,
"size": 50,
"func": "POINT",
"period": 120,
"factor": 1
}
}
}
}