Jumps, L-force | plc designer – Lenze PLC Designer PLC Designer (R3-1) User Manual

Page 629

Advertising
background image

L-force | PLC Designer

General Editors

DMS 4.1 EN 03/2011 TD29

627

Command G15
This command changes the element and all further elements to 2D mode.
Command G16
This command changes the path element and all further elements to 3D mode by
activating the 3D plane function in normal plane with coordinates I/J/K. Lines, arcs and
splines support this function.
Command G17
This command changes the path element and all further elements to 3D mode by
activating the 3D plane function in X/Y plane. Lines, arcs and splines support this
function.
Command G18
This command changes the path element and all further elements to 3D mode by
activating the 3D plane function in Z/X plane. Lines, arcs and splines support this
function.
Command G19
This command changes the path element and all further elements to 3D mode by
activating the 3D plane function in Y/Z plane. Lines, arcs and splines support this
function.

Jumps
Command G20
Using command G20 in DIN66025 a conditional jump can be realized. For this purpose
the sentence number of the jump target (L) and the condition for the jump (K) are
entered. If no jump condition is specified, automatically the implicit decoder variable
will be used. The jump will always be executed, when the condition is not 0.
The graphical editor does not support the use of G36/G37 commands with explicit
variables.

Allowed syntax
G20 L O

Parameters of
the command

L

Sentence number of the jump target.

O

Condition: The jump is executed, when the value of O is not 0 (O <>0). If O is not
specified, then the intern decoder variable is used.

Advertising