diff --git a/IOB-WIN-NEXT/DATA/CONF/GIACO_ICOEL_002.json b/IOB-WIN-NEXT/DATA/CONF/GIACO_ICOEL_002.json index 766e5bcb..6af521b5 100644 --- a/IOB-WIN-NEXT/DATA/CONF/GIACO_ICOEL_002.json +++ b/IOB-WIN-NEXT/DATA/CONF/GIACO_ICOEL_002.json @@ -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 } } -} +} \ No newline at end of file