pickfromorders.fsm In the attached model, I have a logic in the processflow making orders inside the “pickorders” list. The idea is to generate different orders and use them to guide the operator. Beyond that, I have a little model in 3D with one source and two queues. So now, I need to use this orders created inside “pickorders” list to guide the operator to load itens in queue 1 and unload in queue 2, considering the information (quantitites and types) from orders.
Example: The list has three orders (OrderNo 1, OrderNo 2, OrderNo 3) with different types and quantities of itens. In this case, the operator should pick first the itens from OrderNo 1, considering types and quantities, when he picks all the itens inside OrderNo 1 he should start the OrderNo 2 and so on.