Hello experts,
I hope you're doing well.
I’m trying to track the utilized time of an operator because they occasionally need to perform other tasks. Specifically, I’d like to create an event that triggers when the utilized time for Operator1
reaches 10 seconds. And here's my question model: 0119_model.fsm
For example, I was considering using a condition like this:getstat(Model.find("Operator1"), "State", STAT_TIME_AT_VALUE, 0, STATE_UTILIZE) == 10
.
However, I’m not sure if it’s possible to achieve this using a FlexSim function. I’ve read the manual about "User Events," but those seem to be time-based triggers, which doesn’t align with the logic I’m aiming for.
Is there a way to accomplish this in FlexSim? Or is there another approach you’d recommend for tracking and triggering events based on an operator’s utilized time?
Thank you in advance for your guidance!