jobShop instance configuration updated

parent 8490108a
...@@ -738,73 +738,45 @@ ...@@ -738,73 +738,45 @@
} }
}, },
"output" : { "output" : {
"view_station_utilization" : { "view_station_utilization": {
"title" : "StationUtilization", "configuration": {
"type" : "object_view", "output_id": "station_utilization"
"gadget" : "Output_viewStationUtilisationGraph",
"configuration" : {
"columns" : []
}
}, },
"view_exit_stats" : { "gadget": "Output_viewGraph",
"title" : "ExitStatistics", "title": "Station Utilization",
"type" : "object_view", "type": "object_view"
"gadget" : "Output_viewExitStatistics",
"configuration" : {
"properties" : {
"throughput" : {
"type" : "number"
}, },
"taktTime" : { "view_operator_utilization": {
"type" : "number" "configuration": {
"output_id": "operator_utilization"
}, },
"lifespan" : { "gadget": "Output_viewGraph",
"type" : "number" "title": "Operator Utilization",
} "type": "object_view"
}
}
}, },
"view_component_gantt" : { "view_component_gantt" : {
"title" : "Component Gantt", "title" : "Orders Schedule",
"type" : "object_view", "type" : "object_view",
"gadget" : "Output_viewJobGantt", "gadget" : "Output_viewGantt",
"configuration" : { "configuration" : {
"properties" : {} "output_id": "component_gantt"
} }
}, },
"view_operator_gantt" : { "view_operator_gantt": {
"title" : "Operator Gantt", "configuration": {
"type" : "object_view", "output_id": "operator_gantt"
"gadget" : "Output_viewJobGantt", },
"configuration" : { "gadget": "Output_viewGantt",
"properties" : {} "title": "Operator Schedule",
} "type": "object_view"
}, },
"view_component_schedule_spreadsheet" : { "view_component_schedule_spreadsheet" : {
"title" : "Component Schedule", "title" : "Component Schedule",
"type" : "object_view", "type" : "object_view",
"gadget" : "Output_viewJobScheduleSpreadsheet", "gadget" : "Output_viewSpreadsheet",
"configuration" : { "configuration": {
"columns" : [{ "handsontable_options": {},
"name" : "Component ID", "output_id": "component_schedule"
"type" : "string",
"format" : "date-time"
}, {
"name" : "Sequence",
"type" : "string"
}, {
"name" : "Station",
"type" : "string"
}, {
"name" : "Entry",
"type" : "string",
"format" : "date-time"
}, {
"name" : "Exit",
"type" : "string",
"format" : "date-time"
}
]
} }
} }
}, },
...@@ -857,9 +829,31 @@ ...@@ -857,9 +829,31 @@
"_class" : "dream.plugins.plugin.DefaultExecutionPlugin", "_class" : "dream.plugins.plugin.DefaultExecutionPlugin",
"input_id" : "Simulation" "input_id" : "Simulation"
}, },
"post_processing" : { "post_processing": {
"description" : "", "description": "",
"plugin_list" : [] "plugin_list": [
{
"_class": "dream.plugins.JSStationUtilization.JSStationUtilization",
"family": "Server",
"output_id": "station_utilization"
},
{
"_class": "dream.plugins.JSOperatorUtilization.JSOperatorUtilization",
"output_id": "operator_utilization"
},
{
"_class": "dream.plugins.JSOperatorGantt.JSOperatorGantt",
"output_id": "operator_gantt"
},
{
"_class": "dream.plugins.JSComponentGantt.JSComponentGantt",
"output_id": "component_gantt"
},
{
"_class": "dream.plugins.JSComponentTabSchedule.JSComponentTabSchedule",
"output_id": "component_schedule"
}
]
}, },
"general" : { "general" : {
"properties" : { "properties" : {
......
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