question

GRodea avatar image
0 Likes"
GRodea asked Carter Walch commented

Picking from rack and breaking it to use in a processor in process flow

Hello,

I am trying to pick up a Fulltote and then moved to Honsberg to process the Calipers and then bring them back in the racks.

I am doing it all in process flow.

My current problem is that the Forklift cannot load it to move it to my queue. Also, I have not find much information on how to break the tote and the boxes and process them separately.

Thanks for your support,Not picking and then break into components.fsm

FlexSim 23.1.0
pickingunbatching
· 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.

1 Answer

Jonah K avatar image
0 Likes"
Jonah K answered Jonah K commented

The main issue is that all of the tokens were combined into one token when you made a batch, so you can't get the same repeating load/unload behavior you were getting before. One workaround to this is to create all the tokens again with Create Tokens, like I've done in the attached model. After the resource is acquired, I assign each of the new tokens a new label called currentCaliper which is the last item inside the tote.

Make sure as you continue that you acquire your Operator resource, then reference that same operator with token.resource in your Executer field of your Load/Unload activities, then release your Operator to begin the next cycle.

Additionally, a Separator fixed resource can be used to easily separate a container from its contents. In this case, I just used token.FullTote.last to get the last item in the current tote, which also works.

not-picking-and-then-break-into-components_JK.fsm


· 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.