How to use an order from a list to guide the operator task?

How to use an order from a list to guide the operator task?

nelson_c
Not applicable
112 Views
2 Replies
Message 1 of 3

How to use an order from a list to guide the operator task?

nelson_c
Not applicable

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.

0 Likes
Accepted solutions (1)
113 Views
2 Replies
Replies (2)
Message 2 of 3

joshua_s
Not applicable
Accepted solution

@Nelson C, Here's your model with an order pulling method. I got rid of the partitions you where pushing the orders to, the OrderNo was already prioritizing what to pull. It pulls an order from the list, then pulls items from Itemlist1 that matched the orders request.

17926-pickfromorders.fsm

Message 3 of 3

nelson_c
Not applicable

@Joshua S Thanks!! Your model is exaclty what I needed. It is working perfectly.

0 Likes