Shortcut: CTRL + L
The label of that network.
command inserts a jump. The target of a jump is another network, that is theIn FBD or LD, depending on the selected position, insertion takes place directly in front of a selected input (cursor position 2), directly after a selected output (cursor position 4) or - if a whole network or subnetwork is selected - at the end of the network or subnetwork (cursor position 6 or 11).
For an inserted jump, a selection can be made accompanying the entered text ???
, and the jump can be replaced by the name of the label to which it is to be assigned.
In IL, a jump is programmed via the JMP operator as shown in the example:
If a JMP operator, that has been inserted in IL without preceding LD, is converted to LD, a dummy operator ???
will be inserted.
Example: Conversion of JMP operator from IL to LD