There is no Cam Queue but conditional buffer

parent 5c17bc5b
......@@ -377,8 +377,7 @@
},
"description": "A station that assembles sub-batches back into a parent batch",
"name": "Reassembly"
},
},
"Dream.BatchDecomposition": {
"_class": "node",
"allOf": [
......@@ -411,8 +410,7 @@
},
"description": "A station that decomposes a batch into sub-batches",
"name": "Decomposition"
},
},
"Dream.BatchScrapMachine": {
"_class": "node",
"allOf": [
......
......@@ -388,7 +388,7 @@
]
},
"Dream.ConditionalBuffer":{
"name" : "Cam Queue",
"name" : "Queue",
"_class":"node",
"description" : "A buffer where entities can be hold until the next station is ready to process them and a certain condition is met",
"css": {
......@@ -808,18 +808,9 @@
"pre_processing" : {
"description" : "",
"plugin_list" : [{
"_class" : "dream.plugins.PartJobShop.PartJobShop",
"input_id" : "Simulation"
}, {
"_class" : "dream.plugins.ReadShiftFromSpreadsheet.ReadShiftFromSpreadsheet",
"input_id" : "ShiftSpreadsheet"
}, {
"_class" : "dream.plugins.ReadWipFromSpreadsheet.ReadWipFromSpreadsheet",
"input_id" : "WipSpreadsheet"
}, {
"_class" : "dream.plugins.ReadRouteFromSpreadsheet.ReadRouteFromSpreadsheet",
"input_id" : "RouteSpreadsheet"
}
"_class": "dream.plugins.ReadShiftFromSpreadsheet.ReadShiftFromSpreadsheet",
"input_id": "ShiftSpreadsheet"
}
]
},
"processing_plugin" : {
......
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