Pablo Concha
08-23-2007, 08:28 AM
Hi,
Let's say there is a queue, a processor, a dispatcher and two operators. The flowitem needs an operator to carry it from the queue to the processor, and then needs an operator for the setup of the process. After the setup i need to send the operator back to its starting position (next to the dispatcher).
my questions are:
-how do i use the same operator that transported the flowitem from the queue to the processor to do the setup?
-how do i send the operator back to a specific location after the setup if he is not needed anywhere else?
is there an easy way to do this without having to create a manual tasksequence? i tried to put a createtraveltask on the onsetupfinish trigger, but the tasksequence is passed to the operator that is idle rather than the one that did the setup.
thanks
Pablo Concha E.
Let's say there is a queue, a processor, a dispatcher and two operators. The flowitem needs an operator to carry it from the queue to the processor, and then needs an operator for the setup of the process. After the setup i need to send the operator back to its starting position (next to the dispatcher).
my questions are:
-how do i use the same operator that transported the flowitem from the queue to the processor to do the setup?
-how do i send the operator back to a specific location after the setup if he is not needed anywhere else?
is there an easy way to do this without having to create a manual tasksequence? i tried to put a createtraveltask on the onsetupfinish trigger, but the tasksequence is passed to the operator that is idle rather than the one that did the setup.
thanks
Pablo Concha E.