question

Fwteini K avatar image
0 Likes"
Fwteini K asked Fwteini K commented

District Picking

test1.fsmHi there,

We have this model with 6 orders. We want operator to collect each order one by one, especially operator should collect the first order and pass it in Order_queue1. Similarly operator should travel for the second order and pass in to Order_queue1 too. For the collecting proccess we want to follow the s-type routing. If someone knows something please help us.


Thank you in advance!



FlexSim 19.2.4
operatorflexsim 19.2.4routingcollects-type
test1.fsm (215.0 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

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Fwteini K commented

You should be able to use preferred path instead of mandatory in combination an ordering method to sequence the picks.

You could add a fixed attribute eg. 'picksequence' across all racks and items, and then pulling the items by adding the clause ORDER BY picksequence which should then give you an approximation to the desired S-path.

A better solution is to first determine the Aisles which have the order's items and then select them ordering them by the bay - alternating between ascending (ORDER BY bay ASC) and descending (ORDER BY bay DESC) as pull from each aisle.

· 3
5 |100000

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