====== GOTO, LABEL ====== ''GOTO label'' \\ ''LABEL label'' The GOTO command causes a jump to label. The LABEL command is used to name a position in the program to jump to. {{ :cubloc:goto_label:goto.png?nolink |}} In the ladder above, when START turns ON, the program will jump to label SK_1 In the ladder below, when D0 equals C0, the program will jump to SK_1. {{ :cubloc:goto_label:goto2.png?nolink |}} [[cubloc:index#Ladder_Logic:|Go CUBLOC Ladder Logic home]]