beautypg.com

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

Page 619

background image

L-force | PLC Designer

General Editors

DMS 4.1 EN 03/2011 TD29

617

Aperture angle method
If the arc is defined with the aperture angle T, you have to regard, that maximal three
full circles (T >= 180) are allowed.

Example for the same semi circles specified via aperture angle method
G-Code

N10 G1 X100 Y100
N15 G99
N20 G2 I50 J0 T180


Example for a helix (two full circles)
G-Code

N10 G1 X100 Y100
N15 G99
N20 G2 I50 J0 T720


Arcs in 3D-mode
In 3D-mode, the system places the circular arc through the interpolation plane defined
via the commands G15-G19: „CNC-Languages DIN 66025“.

Example for semi circle in the X/Z-plane and semi circle in the X/Y-plane
G-Code

N10 G1 X100 Y100
N15 G18
N20 G2 X200 R50
N25 G17
N30 G3 X100 R50

Delay Time
Command G4
With this command in DIN66025 a delay time is implemented. The interpolator pauses
for a certain length of time on its current position.

Example:

N0 G4 T1 (delays for 1s)