question

Nelson C avatar image
0 Likes"
Nelson C asked Nelson C commented

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

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.

listpickingorder pickingorderlist entries
pickfromorders.fsm (29.2 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Joshua S avatar image
1 Like"
Joshua S answered Nelson C commented

@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


· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Nelson C avatar image Nelson C commented ·

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

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.