Processor Waiting for Operator but Operator is Stuck

Processor Waiting for Operator but Operator is Stuck

thomas_smithWKC4J
Enthusiast Enthusiast
27 Views
2 Replies
Message 1 of 3

Processor Waiting for Operator but Operator is Stuck

thomas_smithWKC4J
Enthusiast
Enthusiast

[ FlexSim 23.0.15 ]

I have attached an example model that replicates my issue. I have a processor with >1 max content. An operator is required for the setup time, but not for the processing time. Sometimes the processor gets stuck waiting for operator while other items are processing. This stops the processor and all of its items, causing the operator to be deadlocked in a utilized state. Any potential solutions here?

waiting for operator stuck utilized.fsm

0 Likes
Accepted solutions (1)
28 Views
2 Replies
Replies (2)
Message 2 of 3

moehlmann_fe
Observer
Observer
Accepted solution

A maximum content larger than 1 is not supported when using operators. See the linked post for an explanation and possible workaround.

https://answers.flexsim.com/questions/146595/machine-waiting-operator-already-utilized.html

Though with this being the setup time there would also be the question whether other items stop processing while the new one is set up or if they can continue.

If the process of other items continues, you could just use a second processor placed in front to simulate the setup time (with a max. content of 1).

Otherwise, I think it might be easiest to implement this through Process Flow. Listen to the "Setup Time" event, then stop the processor and build out the task sequence for the operator.

waiting-for-operator-stuck-utilized_1.fsm

Message 3 of 3

thomas_smithWKC4J
Enthusiast
Enthusiast

Thanks for the response. I don't want to stop the processing of other items while the new item goes through setup/waiting for operator, and it's too expensive to model ~10k different processors (with max content of 1), so I think I'll model a separate setup activity and do some offline math to convert to the correct equipment statistics. Thanks again.

0 Likes