pendingEntities list added to globals for use by OperatorRouter

parent 03ebc06f
......@@ -1016,6 +1016,9 @@ def createWIP():
G.OrderComponentList=[]
G.OrderList=[]
G.MouldList=[]
# entities that just finished processing in a station
# and have to enter the next machine
G.pendingEntities=[]
json_data = G.JSONData
#Read the json data
......
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