Commit 9f84a024 authored by Georgios Dagkakis's avatar Georgios Dagkakis

batch full model with no operators to use the same plugins

parent 1cd8a6b3
...@@ -115,6 +115,14 @@ ...@@ -115,6 +115,14 @@
"type": "object_view", "type": "object_view",
"title": "Buffer Levels" "title": "Buffer Levels"
}, },
"view_download_spreadsheet": {
"gadget": "Output_viewDownloadFile",
"configuration": {
"output_id": "operator_spreadsheet"
},
"type": "object_view",
"title": "Operator Schedule Spreadsheet"
},
"view_exit_results": { "view_exit_results": {
"gadget": "Output_viewSpreadsheet", "gadget": "Output_viewSpreadsheet",
"configuration": { "configuration": {
...@@ -146,7 +154,7 @@ ...@@ -146,7 +154,7 @@
"output_id": "operator_gantt" "output_id": "operator_gantt"
}, },
"type": "object_view", "type": "object_view",
"title": "Operator Schedule" "title": "Operator Schedule Gantt"
}, },
"view_station_utilization": { "view_station_utilization": {
"gadget": "Output_viewGraph", "gadget": "Output_viewGraph",
...@@ -313,6 +321,10 @@ ...@@ -313,6 +321,10 @@
{ {
"output_id": "operator_gantt", "output_id": "operator_gantt",
"_class": "dream.plugins.Batches.BatchesOperatorGantt.BatchesOperatorGantt" "_class": "dream.plugins.Batches.BatchesOperatorGantt.BatchesOperatorGantt"
},
{
"output_id": "operator_spreadsheet",
"_class": "dream.plugins.Batches.BatchesOperatorSpreadsheet.BatchesOperatorSpreadsheet"
} }
] ]
}, },
...@@ -549,25 +561,16 @@ ...@@ -549,25 +561,16 @@
"_class": "Dream.BatchScrapMachine", "_class": "Dream.BatchScrapMachine",
"id": "St8M1" "id": "St8M1"
}, },
"B9": { "B4": {
"coordinate": { "coordinate": {
"top": 0.7565175398133711, "top": 0.24087466145736686,
"left": 0.21072871541220164 "left": 0.5187142701900398
}, },
"_class": "Dream.Queue", "_class": "Dream.LineClearance",
"capacity": 4, "capacity": 2,
"name": "B9", "name": "B4",
"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": {
...@@ -859,6 +862,15 @@ ...@@ -859,6 +862,15 @@
"_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,
...@@ -976,15 +988,14 @@ ...@@ -976,15 +988,14 @@
"_class": "Dream.BatchSource", "_class": "Dream.BatchSource",
"id": "Dream.BatchSource1" "id": "Dream.BatchSource1"
}, },
"B4": { "St7D": {
"coordinate": { "coordinate": {
"top": 0.24087466145736686, "top": 0.7640847057948053,
"left": 0.5187142701900398 "left": 0.6385832092381459
}, },
"_class": "Dream.LineClearance", "_class": "Dream.BatchDecomposition",
"capacity": 2, "numberOfSubBatches": 8,
"name": "B4", "name": "St7_D"
"schedulingRule": "FIFO"
}, },
"B7": { "B7": {
"coordinate": { "coordinate": {
...@@ -1037,14 +1048,15 @@ ...@@ -1037,14 +1048,15 @@
"name": "B8", "name": "B8",
"schedulingRule": "FIFO" "schedulingRule": "FIFO"
}, },
"BRB": { "B9": {
"coordinate": { "coordinate": {
"top": 0.22001598561825875, "top": 0.7565175398133711,
"left": 0.732266858260719 "left": 0.21072871541220164
}, },
"_class": "Dream.BatchReassembly", "_class": "Dream.Queue",
"numberOfSubBatches": 4, "capacity": 4,
"name": "BRB" "name": "B9",
"schedulingRule": "FIFO"
}, },
"BRA": { "BRA": {
"coordinate": { "coordinate": {
...@@ -1057,9 +1069,9 @@ ...@@ -1057,9 +1069,9 @@
} }
}, },
"edge": { "edge": {
"con_459": { "con_1497": {
"source": "B2", "source": "St8M0",
"destination": "St2M0", "destination": "St8RA",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_1043": { "con_1043": {
...@@ -1082,9 +1094,9 @@ ...@@ -1082,9 +1094,9 @@
"destination": "B10", "destination": "B10",
"_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_581": { "con_581": {
...@@ -1137,6 +1149,11 @@ ...@@ -1137,6 +1149,11 @@
"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",
...@@ -1147,9 +1164,9 @@ ...@@ -1147,9 +1164,9 @@
"destination": "B1", "destination": "B1",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_1497": { "con_459": {
"source": "St8M0", "source": "B2",
"destination": "St8RA", "destination": "St2M0",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_645": { "con_645": {
...@@ -1177,11 +1194,6 @@ ...@@ -1177,11 +1194,6 @@
"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",
...@@ -1202,14 +1214,14 @@ ...@@ -1202,14 +1214,14 @@
"destination": "BDA", "destination": "BDA",
"_class": "Dream.Edge" "_class": "Dream.Edge"
}, },
"con_1509": { "con_1523": {
"source": "St8RB", "source": "St8RA",
"destination": "Dream.Exit1", "destination": "Dream.Exit1",
"_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_1443": { "con_1443": {
...@@ -1252,9 +1264,9 @@ ...@@ -1252,9 +1264,9 @@
"seed": 1, "seed": 1,
"confidenceLevel": 0.95, "confidenceLevel": 0.95,
"maxSimTime": 5000, "maxSimTime": 5000,
"timeUnit": "minute", "throughputTarget": 1000,
"currentDate": "2014/07/31 11:00", "currentDate": "2014/07/31 11:00",
"throughputTarget": 1000 "timeUnit": "minute"
}, },
"class_definition": { "class_definition": {
"node": { "node": {
...@@ -2259,20 +2271,6 @@ ...@@ -2259,20 +2271,6 @@
null null
] ]
], ],
"operator_shift_spreadsheet": [
[
"Date",
"Product Builder",
"Start",
"Stop"
],
[
null,
null,
null,
null
]
],
"machine_shift_spreadsheet": [ "machine_shift_spreadsheet": [
[ [
"Date", "Date",
...@@ -2371,6 +2369,20 @@ ...@@ -2371,6 +2369,20 @@
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