Hello,
In my process flow, I want to send orders to stations in a round robin method such that the first order goes to station 1, second order to station 2, third order to station 1, fourth order to station 2...etc. Each station contains a operator and specific resources to carry out the process
- Station Picker goes to grab empty tote
- Station Picker picks item from an inventory tote on a conveyor and places item into empty Tote
- Station Picker places tote onto a conveyor
Since the Station Picker, Empty Tote, Inventory Tote, and conveyor is different in each station. Do I have to store all that information specifically on the token? or is there a better way of identifying the individual components of a station?