Stop model!

Stop model!

alan_tp
Not applicable
31 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)
32 Views
1 Reply
Reply (1)
Message 2 of 2

marcello_rosadini
Not applicable
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();