Character string “traunreut – HEIDENHAIN CNC Pilot 4290 Instructions for engraving cycles User Manual
Page 8

6
HEIDENHAIN DataPilot 4290 V7
Character string “Traunreut”
The character string is engraved linearly.
Programming the character string:
8
Position the tool to XK = –32, YK = –15
8
Parameters for subprogram call:
Letter height: LA=10 mm
Angle (LB) is not programmed; the default of 0° is
valid
Milling depth to Z=0 (LC=0)
Retraction plane to Z=3 (LD=3)
Engraving on the front face (LE=0)
Linear character string (LF=0)
Separation factor: 1.4 * default separation (I=1.4)
Example: Program and block structure
. . .
N47 G100 XK-32 YK-15
N48 L"T" V1 LA10 LC0 LD3 LE0 LF0 I1.4
N49 L"R" V1 LA10 LC0 LD3 LE0 LF0 I1.4
N50 L"A" V1 LA10 LC0 LD3 LE0 LF0 I1.4
N51 L"U" V1 LA10 LC0 LD3 LE0 LF0 I1.4
N52 L"N" V1 LA10 LC0 LD3 LE0 LF0 I1.4
N53 L"R" V1 LA10 LC0 LD3 LE0 LF0 I1.4
N54 L"E" V1 LA10 LC0 LD3 LE0 LF0 I1.4
N55 L"U" V1 LA10 LC0 LD3 LE0 LF0 I1.4
N56 L"T" V1 LA10 LC0 LD3 LE0 LF0 I1.4
N.. . . .