question

Ashen J avatar image
0 Likes"
Ashen J asked Andrew O commented

Floor Rack output one by one when it fully fill

Hello

I have to add conditions on the floor rack. When it is fully filed, it should start relocating items one by one. Can someone help me solve this problem soon.

FlexSim 22.1.1
rack output problem
· 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.

Andrew O avatar image Andrew O commented ·

Hi @Ashen J, was Jeanette F's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jeanette F avatar image
0 Likes"
Jeanette F answered

Hello @Ashen J,

You can create two triggers. The first is an on reset trigger that closes the output port of the rack. The second is an on entry trigger that open the output port. There is a condition on this trigger to check the content of the rack. When this condition is true then the output port will open.

current.stats.content.value >= 1000 // 1000 is an example max content. Determine the max content of your rack

1660156018527.png

1660156028544.png


1660156018527.png (11.5 KiB)
1660156028544.png (10.5 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.

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.