I dont understand why wait signal does not trigger even though Signal relay already got signal turn to True. I tried to play with it in many different way but it still does not execute the step. I tried manual trigger it in siugnal relay write and it work but it will stop at this step again…
The WaitSignal statement has options for either waiting a new signal or to also accept current signal value. Maybe verify that those are set correctly for your purpose?
If “WaitTrigger” is on for the Wait Signal process statement, it will not check the current state, but wait for a new signal to trigger.
If it is not enabled, it will also check the current state,