Commit 17497fcd authored by Georgios Dagkakis's avatar Georgios Dagkakis

Batch model updated to use new plugins

parent d9083295
...@@ -106,13 +106,23 @@ ...@@ -106,13 +106,23 @@
} }
}, },
"output": { "output": {
"view_station_utilization": { "view_buffer_state": {
"gadget": "Output_viewGraph", "gadget": "Output_viewSpreadsheet",
"configuration": { "configuration": {
"output_id": "station_utilization" "handsontable_options": {},
"output_id": "buffer_output"
}, },
"type": "object_view", "type": "object_view",
"title": "Station Utilization" "title": "Buffer Levels"
},
"view_exit_results": {
"gadget": "Output_viewSpreadsheet",
"configuration": {
"handsontable_options": {},
"output_id": "exit_output"
},
"type": "object_view",
"title": "Exit statistics"
}, },
"view_queue_stats": { "view_queue_stats": {
"gadget": "Output_viewGraph", "gadget": "Output_viewGraph",
...@@ -122,33 +132,29 @@ ...@@ -122,33 +132,29 @@
"type": "object_view", "type": "object_view",
"title": "Queue Statistics" "title": "Queue Statistics"
}, },
"view_exit_results": { "view_operator_utilization": {
"gadget": "Output_viewSpreadsheet", "gadget": "Output_viewGraph",
"configuration": { "configuration": {
"handsontable_options": {}, "output_id": "operator_utilization"
"output_id": "exit_output"
}, },
"type": "object_view", "type": "object_view",
"title": "Exit statistics" "title": "Operator Utilization"
}, },
"view_operator_gantt": { "view_operator_gantt": {
"gadget": "Output_viewGantt", "gadget": "Output_viewGantt",
"configuration": { "configuration": {
"data": { "output_id": "operator_gantt"
"Operator": []
}
}, },
"type": "object_view", "type": "object_view",
"title": "Operator Gantt" "title": "Operator Schedule"
}, },
"view_buffer_state": { "view_station_utilization": {
"gadget": "Output_viewSpreadsheet", "gadget": "Output_viewGraph",
"configuration": { "configuration": {
"handsontable_options": {}, "output_id": "station_utilization"
"output_id": "buffer_output"
}, },
"type": "object_view", "type": "object_view",
"title": "Buffer Levels" "title": "Station Utilization"
} }
}, },
"input": { "input": {
...@@ -157,11 +163,6 @@ ...@@ -157,11 +163,6 @@
"type": "object_view", "type": "object_view",
"title": "Manage Document" "title": "Manage Document"
}, },
"debug": {
"gadget": "Input_viewDebugJson",
"title": "Edit Configuration",
"type": "object_view"
},
"view_operator_shift_spreadsheet": { "view_operator_shift_spreadsheet": {
"gadget": "Input_viewSpreadsheet", "gadget": "Input_viewSpreadsheet",
"configuration": { "configuration": {
...@@ -264,6 +265,11 @@ ...@@ -264,6 +265,11 @@
"type": "object_view", "type": "object_view",
"title": "Machine Shifts Spreadsheet" "title": "Machine Shifts Spreadsheet"
}, },
"debug": {
"gadget": "Input_viewDebugJson",
"type": "object_view",
"title": "Edit Configuration"
},
"view_run_simulation": { "view_run_simulation": {
"gadget": "Input_viewSimulation", "gadget": "Input_viewSimulation",
"type": "object_view", "type": "object_view",
...@@ -299,6 +305,14 @@ ...@@ -299,6 +305,14 @@
{ {
"output_id": "buffer_output", "output_id": "buffer_output",
"_class": "dream.plugins.BatchesTabularQueues.BatchesTabularQueues" "_class": "dream.plugins.BatchesTabularQueues.BatchesTabularQueues"
},
{
"output_id": "operator_utilization",
"_class": "dream.plugins.BatchesOperatorUtilization.BatchesOperatorUtilization"
},
{
"output_id": "operator_gantt",
"_class": "dream.plugins.BatchesOperatorGantt.BatchesOperatorGantt"
} }
] ]
}, },
...@@ -535,16 +549,25 @@ ...@@ -535,16 +549,25 @@
"_class": "Dream.BatchScrapMachine", "_class": "Dream.BatchScrapMachine",
"id": "St8M1" "id": "St8M1"
}, },
"B4": { "B9": {
"coordinate": { "coordinate": {
"top": 0.24087466145736686, "top": 0.7565175398133711,
"left": 0.5187142701900398 "left": 0.21072871541220164
}, },
"_class": "Dream.LineClearance", "_class": "Dream.Queue",
"capacity": 2, "capacity": 4,
"name": "B4", "name": "B9",
"schedulingRule": "FIFO" "schedulingRule": "FIFO"
}, },
"St7D": {
"coordinate": {
"top": 0.7640847057948053,
"left": 0.6385832092381459
},
"_class": "Dream.BatchDecomposition",
"numberOfSubBatches": 8,
"name": "St7_D"
},
"St2M1": { "St2M1": {
"interruption": { "interruption": {
"failure": { "failure": {
...@@ -836,15 +859,6 @@ ...@@ -836,15 +859,6 @@
"_class": "Dream.BatchScrapMachine", "_class": "Dream.BatchScrapMachine",
"id": "St1M1" "id": "St1M1"
}, },
"BRB": {
"coordinate": {
"top": 0.22001598561825875,
"left": 0.732266858260719
},
"_class": "Dream.BatchReassembly",
"numberOfSubBatches": 4,
"name": "BRB"
},
"St8RA": { "St8RA": {
"coordinate": { "coordinate": {
"top": 0.5350013587825962, "top": 0.5350013587825962,
...@@ -962,14 +976,15 @@ ...@@ -962,14 +976,15 @@
"_class": "Dream.BatchSource", "_class": "Dream.BatchSource",
"id": "Dream.BatchSource1" "id": "Dream.BatchSource1"
}, },
"St7D": { "B4": {
"coordinate": { "coordinate": {
"top": 0.7640847057948053, "top": 0.24087466145736686,
"left": 0.6385832092381459 "left": 0.5187142701900398
}, },
"_class": "Dream.BatchDecomposition", "_class": "Dream.LineClearance",
"numberOfSubBatches": 8, "capacity": 2,
"name": "St7_D" "name": "B4",
"schedulingRule": "FIFO"
}, },
"B7": { "B7": {
"coordinate": { "coordinate": {
...@@ -1022,15 +1037,14 @@ ...@@ -1022,15 +1037,14 @@
"name": "B8", "name": "B8",
"schedulingRule": "FIFO" "schedulingRule": "FIFO"
}, },
"B9": { "BRB": {
"coordinate": { "coordinate": {
"top": 0.7565175398133711, "top": 0.22001598561825875,
"left": 0.21072871541220164 "left": 0.732266858260719
}, },
"_class": "Dream.Queue", "_class": "Dream.BatchReassembly",
"capacity": 4, "numberOfSubBatches": 4,
"name": "B9", "name": "BRB"
"schedulingRule": "FIFO"
}, },
"BRA": { "BRA": {
"coordinate": { "coordinate": {
...@@ -1043,9 +1057,9 @@ ...@@ -1043,9 +1057,9 @@
} }
}, },
"edge": { "edge": {
"con_1497": { "con_459": {
"source": "St8M0", "source": "B2",
"destination": "St8RA", "destination": "St2M0",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_1043": { "con_1043": {
...@@ -1068,9 +1082,9 @@ ...@@ -1068,9 +1082,9 @@
"destination": "B10", "destination": "B10",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_1401": { "con_57": {
"source": "St7D", "source": "Dream.BatchSource1",
"destination": "St7M0", "destination": "BDB",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_581": { "con_581": {
...@@ -1123,11 +1137,6 @@ ...@@ -1123,11 +1137,6 @@
"destination": "B10", "destination": "B10",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_1509": {
"source": "St8RB",
"destination": "Dream.Exit1",
"_class": "Dream.Edge"
},
"con_1261": { "con_1261": {
"source": "B10", "source": "B10",
"destination": "St6M0", "destination": "St6M0",
...@@ -1138,9 +1147,9 @@ ...@@ -1138,9 +1147,9 @@
"destination": "B1", "destination": "B1",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_459": { "con_1497": {
"source": "B2", "source": "St8M0",
"destination": "St2M0", "destination": "St8RA",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_645": { "con_645": {
...@@ -1168,6 +1177,11 @@ ...@@ -1168,6 +1177,11 @@
"destination": "St0M1", "destination": "St0M1",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_1523": {
"source": "St8RA",
"destination": "Dream.Exit1",
"_class": "Dream.Edge"
},
"con_1423": { "con_1423": {
"source": "St7M0", "source": "St7M0",
"destination": "B12", "destination": "B12",
...@@ -1188,14 +1202,14 @@ ...@@ -1188,14 +1202,14 @@
"destination": "BDA", "destination": "BDA",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_1523": { "con_1509": {
"source": "St8RA", "source": "St8RB",
"destination": "Dream.Exit1", "destination": "Dream.Exit1",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_57": { "con_1401": {
"source": "Dream.BatchSource1", "source": "St7D",
"destination": "BDB", "destination": "St7M0",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_1443": { "con_1443": {
...@@ -1238,9 +1252,9 @@ ...@@ -1238,9 +1252,9 @@
"seed": 1, "seed": 1,
"confidenceLevel": 0.95, "confidenceLevel": 0.95,
"maxSimTime": 5000, "maxSimTime": 5000,
"throughputTarget": 1000, "timeUnit": "minute",
"currentDate": "2014/07/31 11:00", "currentDate": "2014/07/31 11:00",
"timeUnit": "minute" "throughputTarget": 1000
}, },
"class_definition": { "class_definition": {
"node": { "node": {
...@@ -2245,6 +2259,20 @@ ...@@ -2245,6 +2259,20 @@
null null
] ]
], ],
"operator_shift_spreadsheet": [
[
"Date",
"Product Builder",
"Start",
"Stop"
],
[
null,
null,
null,
null
]
],
"machine_shift_spreadsheet": [ "machine_shift_spreadsheet": [
[ [
"Date", "Date",
...@@ -2343,20 +2371,6 @@ ...@@ -2343,20 +2371,6 @@
null null
] ]
], ],
"operator_shift_spreadsheet": [
[
"Date",
"Product Builder",
"Start",
"Stop"
],
[
null,
null,
null,
null
]
],
"operator_skill_spreadsheet": [ "operator_skill_spreadsheet": [
[ [
"Product Builder", "Product Builder",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment