question

Roberto D avatar image
0 Likes"
Roberto D asked Jeff Nordgren edited

Picking up boxes and grouping tasks for 1 operator in a waiting line

I have a process where, I didn't know how to change the dispatcher logic can send sequence in batch or grouping tasks for an operator. I would like to work with only 1 combiner been fed for 1 operator initially and adding more until 6 operators to test different scenario picking parts from racks.

I have an order list table named "Pedidos" and every column(order) must be picked up for only one operator, the second order should be send to next operator. I try t use a dispatcher but doesn't work, where all operators go to pick all parts of the same orders.

My idea is a logic of a restaurant with waiting line, where each operator (customer) has a Mess Tray, with "16" compartments (a Tote and an order list) to take food but must waiting line to follow and cannot by pass. I attached my model as an example if could fix it I'll be appreciated, because I believe the problem is the dispatcher logics and custom code may solve.

Please Duo to I am not experience With PF, I would appreciated to receive response using picking list trigger or an update my model example attached to be more clear.

R.Daltro

picking-process-sequence-1.fsm

FlexSim 18.1.2
combinerspicking goodstask sequence done by an operatorbatch order pickingdispatching rule
· 4
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

José Antonio MD avatar image
1 Like"
José Antonio MD answered Jeff Nordgren edited

Hello @Roberto D,

I attached a model with the solution without using the ProcessFlow.

I have created a Global Variable ("OperatorNum") and in the Dispatcher I select the operator according to "OperatorNum" that is updated every time an item leaves the combiner.

I hope I have been helpful.

example.fsm


example.fsm (238.4 KiB)
· 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.