batch-all-inlusive file updated to use new generic plugin (graph)

parent 7a73f85c
...@@ -782,21 +782,34 @@ ...@@ -782,21 +782,34 @@
}, },
"output" : { "output" : {
"view_station_utilization" : { "view_station_utilization" : {
"title" : "StationUtilization", "title" : "Station Utilization",
"type" : "object_view", "type" : "object_view",
"gadget" : "Output_viewStationUtilisationGraph", "gadget" : "Output_viewGraph",
"configuration" : { "configuration" : {
"columns" : [] "family" : "Server",
"plot" : "bars",
"data" : {
"working" : [
"working_ratio",
"setup_ratio",
"load_ratio"
],
"blockage" : ["blockage_ratio"],
"waiting" : ["waiting_ratio"],
"failure" : ["failure_ratio"]
}
} }
}, },
"view_queue_stats" : { "view_queue_stats" : {
"title" : "Queue Statistics", "title" : "Queue Utilization Graph",
"type" : "object_view", "type" : "object_view",
"gadget" : "Output_viewQueueStatGraph", "gadget" : "Output_viewGraph",
"configuration" : { "configuration" : {
"columns" : [ "family" : "Buffer",
"plot" : "line",
] "data" : {
"queue_stat" : ["wip_stat_list"]
}
} }
}, },
"view_exit_stats" : { "view_exit_stats" : {
...@@ -833,13 +846,15 @@ ...@@ -833,13 +846,15 @@
}, },
"preprocessing" : { "preprocessing" : {
"plugin_list" : [{ "plugin_list" : [{
"plugin" : "GatherWIPStat.GatherWIPStat",
"input_id" : "WIPStat"
}, {
"plugin" : "ReadShiftFromSpreadsheet.ReadShiftFromSpreadsheet", "plugin" : "ReadShiftFromSpreadsheet.ReadShiftFromSpreadsheet",
"input_id" : "ShiftSpreadsheet" "input_id" : "ShiftSpreadsheet"
}, { }, {
"plugin" : "BatchesWIPSpreadsheet.BatchesWIPSpreadsheet", "plugin" : "BatchesWIPSpreadsheet.BatchesWIPSpreadsheet",
"input_id" : "WipSpreadsheet" "input_id" : "WipSpreadsheet"
}, }, {
{
"plugin" : "ReadSkilledOperators.ReadSkilledOperators", "plugin" : "ReadSkilledOperators.ReadSkilledOperators",
"input_id" : "SkilledOperatorsSpreadsheet" "input_id" : "SkilledOperatorsSpreadsheet"
} }
......
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