Hi everyone,
In my model, I want to realize a material flow using the pull strategy. There are 3 processors that change a label on the flowitem using the "OnProcessFinish"-trigger.
Example:
The pull strategy for processor 1 ensures that it only pull items whose label "test1" does not have the value 1. After working the item, the "OnProcessFinish" trigger sets the value of the label "test1" to 1 so that the item can no longer be pulled from Processor 1.
I did the same thing with the other processors using the labels "test2" for processor 2 and "test3" for processor 3.
Now there is a problem with my pull strategy, after I shortened the process time of processor 2:
Processor 2 now also pulls items whose label "test1" has the value 0 because a logical AND link is missing, which ensures that only items are pulled, where the label "test1" has the value 1 and the label "test2" has the value 0.
I hope you understand my problem and may have a solution for it.
Remark: For academic reasons, I have to work with version 7.3.6