Hello everyone!
My model works the following way: an item entries into the Processor, and that comand send a message to close input, then it is processed by the Processor and goes to Sink. Sink sends a message with a 30 seconds delay to re-open Processor's input.
I want to make an operator travels to Processor that has been recently used, stay there for during this 30 seconds delay, and then goes back to a home location.
If possible, I want that using 3D logic, please.
Notice that I have more than just a single Processor, so the Operator should traver to different places each time.