I would like to hava an operator pick up an item and bring it to an available processor.
The operator is meant to be running on a loop but not to be waiting for the processors to finish.
So I would like to have the processors to be released when the process is finished, independent from the operator.
As I have the operator on a loop, flexsim creates an array on the label with the references to the processors.
Thats fine, I juat don't know to access this correctly to release the correct processor.
If i just use "first/last aquired" it overloads the processor and creates a weird round robin like pattern.
I attached a Model to show what I try to do.
EDIT:
I attached a new Model.
Ignore the AGV Stuff, that's just to show why I can't use a simple A-connection and use the standard functions of the processors.
Thanks in advance
Phil