Hi,
I get an error while running the attached model.
At time 600 a trigger level is reached for the kinetic tracked variable (in the Wait for trackedvar ).
There are two event that I am waiting for at this wait for event, the first one fires. The problem seems to be that the second listener is not removed correctly. If you look at the event list there is an event scheduled at time 3540 (that would be the time of the second event in the wait for event if nothing would change). When the tokens falls out of the wait for event this event seems to be incorrect. The object is no longer valid, and after the breathe activity the event shouldn't even happen (the rate is set to 0).
Why is the object invalid and what goes wrong here?
Thanks for your time,
Patrick