question

Mathilde DOUSSET avatar image
0 Likes"
Mathilde DOUSSET asked Kaspar Chabot answered

How to make an object go out each 306s?

Hi!

I have 2 sources (one of palet and one of rearaxle) , after there is a combiner to make one palet with above 3 rearaxles , then a queue where deposit the finish palet.

I would like that one palet go out in the queue each 306 seconds , how to make it?

And, is it possible to have ever a full palet at the begin ?

Thank you !

I join my model!100agv-autosave.fsm

FlexSim 16.2.0
time to go out object
100agv-autosave.fsm (13.1 MiB)
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

·
Kaspar Chabot avatar image
1 Like"
Kaspar Chabot answered

In the combiner object, add the following to your OnExit trigger (assuming your model is in seconds): closeoutput(current); senddelayedmessage(current, 306, current);

In the same combiner object, add the following to your OnMessage trigger: openoutput(current);

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.