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

L-force | PLC Designer
General Editors
DMS 4.1 EN 03/2011 TD29
613
Graphical representation
In the graphic editor the position command is represented by a black line with black
bordered small circles for start and end points.
Abb. 327 CNC element line
Example:
N000 G92 X0 Y0 Z0 F100
N010 G01 X64 Y64 Z0
Example
Line from start position (default 0/0/0) to 1/2/3 with velocity 1, acceleration 10,
deceleration 20. Simultaneously the orientation axis A is moved to 180 degree.
G-Code
N010 G01 X1 Y2 Z3 A180 F1 E10 E-20
Example
Start position is set to 50/50/50. Then the line interpolation with feed 100 is done
from 50/50/50 to 64/30/0.
G-Code
N000 G92 X50 Y50 Z50 F100 (Start position to 50/50/50)
N010 G01 X64 Y30 Z0 (Line interpolation from 50/50/50 to 64/30/0, feed 100)