question

Amit Kulkarni avatar image
0 Likes"
Amit Kulkarni asked Amit Kulkarni commented

Send totes from one conveyor to multiple conveyors based on process finish

CPAK_10.21.2020.fsm

@Jeff Nordgren Using this model that you helped me with as base, here is what I am trying to do:

Currently, all totes wait at the picking station and are send together to the queue "CompletedOrders". Once the operator has finished picking to a green tote, I want to send that tote first, followed by the totes where the operator has finished the picking operation. Also, I want to send a empty tote buffered on the conveyor to that station. For example, if the operator finished picking operation for green tote at station 1, the tote should be released immediately and another empty tote should be send to that location.

Currently the logic at decision point DP5 is sending empty green totes to the 4 picking stations chronologically by case using the index assigned to it during the creation process.

I can keep adding cases to the "Send Item by Case" logic at decision point DP5 to accommodate additional totes, which is easy for say 10-12 totes. What is needed to change to send totes dynamically to the station at which the operator has finished picking?

FlexSim 20.2.3
flexsim 20.2.3conveyorsconveyor decision point
greentoteindex.png (37.4 KiB)
change-index.png (285.0 KiB)
cpak-10212020.fsm (152.6 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
0 Likes"
Jason Lightfoot answered Amit Kulkarni commented

Attached I've changed the code to pull the DP from the list FreePickAreaDP. When each tote is finished/released, just push the DP to that list (before it leaves the restricted area). I've added the DP label to the tote to make it easier for you to push the correct DP.

cpak-10212020_jl.fsm


cpak-10212020-jl.fsm (104.7 KiB)
· 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.