request for schedule in operator results added to readSKilledOperators plugin

parent ca3c5172
...@@ -29,7 +29,8 @@ class ReadSkilledOperators(plugin.InputPreparationPlugin): ...@@ -29,7 +29,8 @@ class ReadSkilledOperators(plugin.InputPreparationPlugin):
"_class": "Dream.Operator", "_class": "Dream.Operator",
"capacity": 1, "capacity": 1,
"name":PBId, "name":PBId,
"skills":skills "skills":skills,
"ouputSchedule" : 1
} }
# for every station that has one or more skilled operators set operation type to MT-Load-Processing # for every station that has one or more skilled operators set operation type to MT-Load-Processing
for stationId in skills: for stationId in skills:
......
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