Hi everyone,
is it possible that processor is waiting for an other processor to receive an item before both start processing simultaneously?
In pseudocode it's something like
if((content(processor1)==1)&&(content(processor2)==1))
{
processor 1 starts processing
processor 2 starts processing
}
If you know what i mean and if you got an idea how and where to implement this logic, please let me know
Unfortunately, for academic reasons, I have to use version 7.3.6, so there is no process flow available to me