Hello team,
I'm setting up an assembly line sequencing, and in some parts, I'm using process flow. I'm still a beginner in process flow, but I'm making an effort. In my simulation, I have a source 1 that generates 3 models for me in the sequence 1,1,1,1,2,1,1,1,1,3... When my product reaches processor 31, a signal is sent to queue2 using process flow to create a kit for the product there. My first problem is that in processor 33 and queue4, the product and the kit need to be the same, but this is not happening. It ends up with product model 1 and kit model 2, but I don't know how to fix this. The second problem is in my processor 32; this processor represents when I have defective product output. When this product is fixed, I want to make another call similar to what I do in processor 31, but with an IF condition: if there is a leftover kit in queue4, it makes another kit in queue2.
I will share my model to make understanding easier.