question

Sean B avatar image
0 Likes"
Sean B asked Felix Möhlmann edited

Delay and Release Objects in Specified Order

In the attached image, the three types of pallets need to release from the system as ordered sets of type 1, 2, 3. Because type 1 pallets will release from the system much faster than types 2 and 3. With this in mind, Decision Point 16 needs to hold the next Type 1 pallet until the Type 2 and 3 pallet exits the system before releasing it. Conversely, there needs to be a fail safe in place so Type 2 Pallets don't release out of order if the required Type 3 pallet hasn't escaped the system yet. With this in mind, how should I go about setting these delays so the pallets can release in sets?

I tried to attach the simulation but for some reason the file is 44,000KB. Is there a way to decrease this file size?

Thanks for any help.

1636577626640.png


FlexSim 21.0.8
sequencingpallet delay
1636577626640.png (547.4 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jeanette F avatar image Jeanette F ♦♦ commented ·
Hello @Sean B, You can upload you model to a cloud application and then share the link to its location here
0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Felix Möhlmann edited

I've done something like this by using a label that signifies whether the next item may resume or not. In the message trigger I check that label (and other conditions) and resume the item if all are met. The message is send either by the decision point itself after the delay time has elapsed or from another point connected to a center port, which would also have set the label that allows the release before sending the message.

Since the message trigger of the decision doesn't have a reference to the item at the point, I also write it to a label in the arrival trigger.

21G30Q01R00M01R00_2.fsm

The model file is large because a dwg file is embedded in it (is/was used as background). To save the model without the file embedded uncheck the respective option in the model settings.

1636621584601.png


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.