Hello everyone,
I am trying to create an assembly table with a multiprocessor where almost all the assembly operations are done. Two operations have to be done separately on another machine (a processor). I would like to define that after the third process of the multiprocessor, the item is going to processor1 and when coming back from processor1, goes directly to process 4 of the multiprocessor. Is it possible without having 2 multiprocessors ?
I tried to send the item to a port after a specific number of process with the parameter opnum but it is not working.
Best regards,