Hello, experts.
Thank you in advance for your help. I want to implement a function using a script in Flexsim.
Here's my question model: problem-model.fsm
The situation is illustrated in the attached image:
At time = 1 second, Operator1 is traveling to Processor1. I want to use a script to free Operator1, meaning that Operator1 will not continue traveling to Processor1, and Processor1 should remain idle. Is it possible to do that? In my case, I use moveobject
to send an item to another Processor for processing, and I use freeoperators()
to release the Operator. However, in situations like this, freeoperators()
doesn't seem to work.
Could anyone help me understand how to achieve this? I'm very grateful for any assistance.