Stop model!

Stop model!

alan_tp
Not applicable
208 Views
1 Reply
Message 1 of 2

Stop model!

alan_tp
Not applicable

[ FlexSim 19.0.9 ]

Hello!

The problem I have is that I can't stop my model when a certain quantity of items is entered in my model.

I require the model to stop when 1000 items have entered the "inspection" process.

I wanted to use triggers to finish the model, but time is ticking.

Inspection.fsm

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

m_rosadini
Advocate
Advocate
Accepted solution

Hi Alan,

in proces flow you can use an Event Triggered source to listen to the "on Output change" event on the object and set it to "When value increases exactly to 1000". Then execute a custom code activity with the following line:

stop();