Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets... DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!
If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Lastmanuals provides you a fast and easy access to the user manual HEIDENHAIN TNC 415B. We hope that this HEIDENHAIN TNC 415B user guide will be useful to you.
Lastmanuals help download the user guide HEIDENHAIN TNC 415B.
Detailed instructions for use are in the User's Guide.
[. . . ] Controls on the TNC 407, TNC 415 B and TNC 425
Controls on the visual display unit Toggle display between machining and programming modes
GRAPHICS TEXT SPLIT SCREEN
Programming path movements
APPR DEP L
Approach/depart contour Straight line
Switch-over key for displaying graphics only, program blocks only, or both program blocks and graphics Soft keys for selecting function in screen
CC
Circle center/pole for polar coordinates Circle with center point Circle with radius Tangential circle Chamfer Corner rounding
C
CR
Shift keys for soft keys Brightness, Contrast
CT
CHF
RND
Typewriter keyboard for entering letters and symbols
QWE R T Y GFSTM
Machine operating modes
File names/ comments ISO programs
Tool functions
TOOL DEF TOOL CALL
Enter or call tool length and radius Activate tool radius compensation
R L R+ R-
Cycles, subprograms and program section repeats MANUAL OPERATION EL. HANDWHEEL POSITIONING WITH MDI PROGRAM RUN/SINGLE BLOCK PROGRAM RUN/FULL SEQUENCE Programming modes PROGRAMMING AND EDITING TEST RUN Program/file management
PGM NAME CL PGM PGM CALL EXT CYCL DEF CYCL CALL
Define and call cycles Enter and call labels for subprogramming and program section repeats Enter program stop in a program Enter touch probe functions in a program
LBL SET
LBL CALL
STOP
TOUCH PROBE
Coordinate axes and numbers, editing
X 0 . . . .
V 9
Select coordinate axes or enter them into program Numbers Decimal point Arithmetic sign Polar coordinates Incremental dimensions
Select programs and files Delete programs and files Enter program call in a program Activate external data transfer Select miscellaneous functions
P
MOD
Moving the cursor and for going directly to blocks, cycles and parameter functions Move cursor (highlight)
GOTO
Q
Q parameters for part families or in mathematical functions Capture actual position
Go directly to blocks, cycles and parameter functions Spindle speed
100
NO ENT ENT
Skip dialog questions, delete words Confirm entry and resume dialog End block Clear numerical entry or TNC message Abort dialog; delete program sections
Override control knobs 100 Feed rate
END
50
150 F% 0
50
150 S% 0
CE
DEL
TNC Guideline: From workpiece drawing to program-controlled machining
Step Task TNC operating mode Section in manual
Preparation 1 2 Select tools Set workpiece datum for coordinate system Determine spindle speeds and feed rates Switch on machine ---- ----
----
----
3
---- ----
12. 4 1. 3
4
5 6 7
Cross over reference marks Clamp workpiece Set datum / Reset position display. . . without 3D Touch Probe
or ----
1. 3, 2. 1 ----
7a 7b
or or
9. 2 2. 3
Entering and testing part programs 8 Enter part program or download over external data interface 5 to 8 or 10
or
EXT
9
Test part program for errors
3. 1
10
Test run: Run program block by block without tool
3. 2
11
If necessary: Optimize part program
5 to 8
Machining the workpiece 12 Insert tool and run part program
3. 2
1
Introduction
1. 1 The TNC 425, TNC 415 B and TNC 407
The TNCs are shop-floor programmable contouring controls for boring machines, milling machines and machining centers with up to 5 axes. [. . . ] Set pole at bolt hole circle center 34 LP PR+Q4 PA+Q5 R0 F MAX M3 . . . . . . . . . . . . . . . . . . . . . . . . Move in the plane to 1st hole 35 L Z+Q7 R0 F MAX M99 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Move in Z to setup clearance, call cycle 36 FN 1: Q10 = +Q10 + +1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Count finished holes 37 FN 9: IF +Q10 EQU +Q3 GOTO LBL 99. . . . . . . . . . . . . . 38 LBL 2 39 LP PR+Q4 PA+Q11 R0 F MAX M99. . . . . . . . . . . . . . . . . . . . Make a second and further holes 40 FN 1: Q10 = +Q10 + +1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Count finished holes 41 FN 1: Q11 = +Q11 + +Q6 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Calculate angle for next hole (update) 42 FN 12: IF + Q10 LT + Q3 GOTO LBL 2 . . . . . . . . . . . . . . . . 43 LBL 99 44 L IZ+200 R0 F MAX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Retract in Z 45 LBL 0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . End of subprogram 46 END PGM K71 MM
TNC 425/TNC 415 B/TNC 407
7-19
7 7. 8
Programming with Q Parameters Examples for Exercise
Ellipse
X coordinate calculation: X = a x cos Y coordinate calculation: Y = b x sin : Semimajor and semiminor axes of the ellipse : Angle between the leading axis and the connecting line from P to the center of the ellipse. X0, Y0 : Center of the ellipse Process: The points of the ellipse are calculated and connected by many short lines. The more points that are calculated and the shorter the lines between them, the smoother the curve. The machining direction can be varied by changing the entries for start and end angles. The input parameters are listed below in blocks 112. Calculations are programmed with the FORMULA function. a, b
Y
Y
b Y1 X2 a Y2 b 2 1 X1 a P
X
Y
Y
Q5 S
X
DR
0 = E Q4
DR+
X
X
Part program 0 BEGIN PGM K72 MM . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Load data 1 FN 0: Q1 = +50 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . X coordinate for center of ellipse 2 FN 0: Q2 = +50 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Y coordinate for center of ellipse 3 FN 0: Q3 = +50 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Semiaxis in X 4 FN 0: Q4 = +20 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Semiaxis in Y 5 FN 0: Q5 = +0 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . [. . . ] WRONG RPM Program a spindle speed within the permissible range. WRONG SIGN PROGRAMMED Enter the correct sign for the cycle parameter.
12-28
TNC 425/TNC 415 B/TNC 407
12
Tables and Overviews
12. 5 TNC Messages
TNC messages during digitizing
AXIS DOUBLE PROGRAMMED Program two different axes for the coordinates of the starting point (CONTOUR LINES cycle). EXCHANGE TOUCH PROBE BATTERY Change the battery in the probe head (TS 511). This message is output when the digitizing probe reaches the end of a line. [. . . ]
DISCLAIMER TO DOWNLOAD THE USER GUIDE HEIDENHAIN TNC 415B
Lastmanuals offers a socially driven service of sharing, storing and searching manuals related to use of hardware and software : user guide, owner's manual, quick start guide, technical datasheets... In any way can't Lastmanuals be held responsible if the document you are looking for is not available, incomplete, in a different language than yours, or if the model or language do not match the description. Lastmanuals, for instance, does not offer a translation service.
Click on "Download the user manual" at the end of this Contract if you accept its terms, the downloading of the manual HEIDENHAIN TNC 415B will begin.