question

재우 avatar image
1 Like"
재우 asked 재우 commented

How to make 'AS/RS sequence' with Process flow?

Hey everyone, I have a question about AS/RS and Process flow.


I want to design the Process flow for AS/RS sequence.

First, I hope to make AS/RS to fill 400 of totes in Rack1 and then move to Rack2 for storage.

For that, I wanna change the properties of 'Exit Transfer 2' of conveyor2 through process flow.


Is it possible to change the 'Output Ports Rank - 1' of the 'Transfer Exit2' from Rack 1 to Rack 2, when Batch is filled to 400 in Process flow? Or if there is another way, please let me know.

MiniLoad_Question.fsm.

FlexSim 20.0.0
process flowasrsflexsim 20.0.0change outport ports
1595923395787.png (422.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

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered 재우 commented

The connections are in a subtree under an attribute node called "connectionsout".

You have to switch the subnodes ranks. That is the easier part. I do this in Send to Port of the Exit Transfer.

The not so easy part is to reset this back. You have to identify the current rank of the original first outObject and set it back to rank number 1 under the connectionsout node. I have done this in On Reset trigger of Queue1 in attached model.

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

재우 avatar image 재우 commented ·

Thank you so much for help! I'll try the way you told me

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.