Hello Everyone,
I would like to create logic that works as follows:
The AGV takes a certain material to 4 production lines. On each trip he takes 18 items. Each line processes this material at different times. I would like as soon as the items are running out AGV will take more material for this line.
What I had thought of, but it didn't work, was a WAIT FOR EVENT with the condition that whenever the input reaches 17, which would be the penultimate piece before running out of material, a token is released and the transport process starts again. That way it didn't work. Could anyone help me?