New nc program, 3 the din plus edit o r – HEIDENHAIN CNC Pilot 4290 V7.1 User Manual
Page 127

HEIDENHAIN CNC PILOT 4290
127
4.3 The DIN PLUS Edit
o
r
New NC program
NC programs contain instructions and information that are configured
specially to your lathe and organization. You can combine these data
in a starting template and use it to write new programs (see
programming example). Such a sample program makes it easier to
write a new program and aids in standardizing NC programs.
If you do not use the starting template, CNC PILOT makes a new NC
program with the standard program section codes.
The degree of detail included in the starting template depends on the
complexity of your machine, your organization and many other criteria.
For more on creating and editing your starting template: see “DIN
PLUS Templates” on page 354.
To create a new NC program using a starting template:
U
Select “Prog > New”.
U
Enter a program name.
U
Make the settings of the NC main program.
U
Press “OK.” The CNC PILOT makes an NC program on the basis of
the starting template (prerequisite: The DINSTART.bev file is in the
NCPS directory)
To create a new NC program:
U
Select “Prog > New”
U
Enter a program name
U
Make the settings of the NC main program
U
Press the Program Head button: The NC editor creates the NC
program and switches to the program head editing function.
To create a new subprogram:
U
Select “Prog > New”
U
Enter a program name
U
Make the subprogram settings
U
Press “OK.” The NC editor creates the subprogram.
Example: “Starting template”
PROGRAMMKOPF [PROGRAM HEAD]
#MATERIAL St
60-2
[MATERIAL]
#MASCHINE [MACHINE]
STANDARD
#SPANNDRUCK [CLAMP. PRESS.]
40
#SCHLITTEN
$1 [SLIDE]
#SYNCHRO
0
REVOLVER 1 [TURRET]
SPANNMITTEL [CHUCKING EQUIPMENT] (Zero
point shift Z...)
H1 ID"KH250"
H2 ID"KBA250-69" X 100 Q2
ROHTEIL [WORKPIECE BLANK]
N1 G20 X100 Z100 K2
FERTIGTEIL [FINISHED PART]
N2 G0 X0 Z0
BEARBEITUNG [MACHINING]
N22 G59 Z100 [enter zero point shift]
N23 G26 S4000 [enter speed limit]
N24 G65 H1 X0 Z-100 [enter chuck position]
N25 G65 H2 X100 Z-100
N26 G14 Q0
ENDE [END]