I am new to Codesys Ladder programming. We are converting our Ladder application to Codesys LD. Our application has several processes. Each process handles different subjects. Each process is activated by a Jump To Subprocess element from another process. For example: MainProcess: Rung1: if Relay is Open->Jump to Process1; If Relay is closed - Jump to Process2 Process1{} Process2{}
I'm looking for a way to implement the same thing (jump from a process to a different process ) with Syscode LD.
Thanks