question

Eddiegoqo avatar image
0 Likes"
Eddiegoqo asked Ben Wilson commented

Lift sequence

Hi everyone, can you help me take a look. I want Elevator1 to be placed in the rack 30 seconds apart and then taken out in order.ROBOT.fsm

FlexSim 20.0.10
flexsim 20.0.102021lift
擷取.png (9.9 KiB)
robot.fsm (39.3 KiB)
· 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.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @俊欽 , was Eric M's answer helpful? If so, please click the red "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

·
Eric M avatar image
1 Like"
Eric M answered

The error is coming from the slot assignment strategy. Try one of the other dropdown options to see if it will work for your purposes.

As far as getting the timing to be 30 seconds apart, you can set the source to have an inter-arrival time of 30 seconds, the processor to take 30 seconds, have the items go to a queue in between the processor and elevator and wait for 30 seconds, change the load / unload time of the elevator. You could also use process flow to delay the movement of the box until 30 seconds have passed. Would any of those work for what you're wanting?

To get the items taken out in order, click on Elevator2 to bring up its properties, look for the "Dispatcher" section, and change the "Queue Strategy" to "No Queue Strategy - Straight FIFO" (where FIFO means first in, first out).


1621437025532.png (16.4 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.