beautypg.com

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

Page 613

background image

L-force | PLC Designer

General Editors

DMS 4.1 EN 03/2011 TD29

611

Allowed syntax
G0 X Y Z A B C P Q U V W F E H L/O S
G92 X Y Z A B C P Q U V W H L/O

Parameters of the
positioning commands

X Y Z

Target position of the Cartesian axes

A B C P Q U V W

Target positions of the additional axces

F E

Path velocity, acceleration, deceleration
G-Code word identifiers (character address)

H L/O

Switch point (H-function)

D

Tool radius

S

S profile
G-Code word identifiers (character address)


Example
Positioning with line interpolation with defined feed.
G-Code

N0 G92 X10 Y10 (Set the position to 10/10)
N10 G1 X20 F10 (Line interpolation to 20/10 with feed rate 10)
N20 G0 Y20 F100 (Line interpolation to 20/20 with feed rate 100)


Example
Various positioning modes.
G-Code

N0 G92 X100 Y100 F100 (Set the position to 100/100)
N10 G1 X100 Y100 (Make sure the output of this position for one cycle)
N20 G92 X50 Y100 (Set the position to 50/100 by jump)