Hello everyone.
I want to create a picking process. The orders come from a Global Table that shows a schedule of arrivals, the product SKU (OrderID) and the Quantity.
I want the operator to go thorugh the warehousing and pick the items. For example, for the first order, the operator has to pick 15 boxes with the label "OrderID" = 5.
So i added a Schedule Source that creates 15 tokens that pulls the boxes with the ID required from a list ("Box List"), and so on.
But when the Picking Process starts, the System Console shows that the labels i am using doesn't exist. Can somebody tell me what's happening?
Other subprocess:
Inventory: creates boxes
Push Box to List: send boxes with ID label to "Box List"
picking_test.fsm