Wait for Event

Wait for Event

AmandaPrado
Not applicable
14 Views
1 Reply
Message 1 of 2

Wait for Event

AmandaPrado
Not applicable

[ FlexSim 24.0.0 ]

Hello Everyone,

I would like to create logic that works as follows:

The AGV takes a certain material to 4 production lines. On each trip he takes 18 items. Each line processes this material at different times. I would like as soon as the items are running out AGV will take more material for this line.

What I had thought of, but it didn't work, was a WAIT FOR EVENT with the condition that whenever the input reaches 17, which would be the penultimate piece before running out of material, a token is released and the transport process starts again. That way it didn't work. Could anyone help me?



1723465693262.png

0 Likes
Accepted solutions (1)
15 Views
1 Reply
Reply (1)
Message 2 of 2

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

Îf you want to count then you do this by a batch. Create a token whenever an item enters an object. Batch them and then release a token for this batch.

It you want to get a token if a thresholds has been achieved, then the event is called On Change. There are several options how to trigger this event On Change.

0 Likes