question

재우 avatar image
0 Likes"
재우 asked 재우 commented

Changing output port of Rack in specific output value.

MiniLoad_Question2.fsm

I'm trying to change output port of 'Rack2' from conveyor 1 to conveyor 3 after the Rack2 send 400 of empty totes to conveyor1, So I can start sending totes with item to the sink witch is connected with conveyor3.

At the beginning, Each of Rack is filled with 400 empty totes. Then AS/RS vehicle send them through conveyor1 for combiner process. And then, AR/RS vehicle restore totes which own items to Racks.

After sending all of empty totes through conveyor1 and restoring totes which own items to the rack, I want AS/RS vehicle to send filled totes through Conveyor3 so I can send items to the sink.

For that, I've changed output property of Rack2 but It's not working properly.

Could someone help me for this problem?

FlexSim 20.0.0
rackasrsflexsim 20.0.0output
1596098655414.png (627.3 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

Your condition depends on the content of the totes. If there is content then send totes to the entry transfer 4 at output port 2 of rack 2:

Set condition to:
item.subnodes.length 

Any value larger than evaluated integer 0 is interpreted as true

if you like you can

set the condition also to

item.subnodes.length > 0

· 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 for help joerg, I'll try in this way

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.