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

Page 639

Advertising
background image

L-force | PLC Designer

General Editors

DMS 4.1 EN 03/2011 TD29

637

Example
The coordinates interpreted as relative values. The interpolator moved to position
10/10 and further to 110/10.

G-Code

N0 G91
N10 G1 X10 Y10 F100
N20 G1 X100


Example

The coordinates interpreted as absolute values. The center of the semicirle is 150/0.

G-Code

N00 G98
N10 G92 X100 Y0 (Start position)
N20 G2 X200 Y0 I150 J0 F100


Example
The coordinates are interpreted as values relative to the starting point. The center of
the semicirle is 150/0.

G-Code

N00 G99
N10 G92 X100 Y0 (Start position)
N20 G2 X200 Y0 I50 J0 F100

Advertising