Calls in an iso program, 2 calls in an iso program – HEIDENHAIN TNC 335 Technical Manual User Manual

Page 561

Advertising
background image

8/95

TNC 360

3 Calling OEM Cycles

9-9

3.2 Calls in an ISO program

In an ISO program, OEM cycles are not called via a G- function but via key "D" and the cycle number
(e.g. D88).

The individual parameters are input via the numeric keyboard and entered with ENT.

In the case of a "DEF-active" OEM-cycle, the cycle is effective immediately after definition. Once
defined, a "CALL-active" OEM-cycle can be called and hence activated either via G79 or M99.

Example:

% 1000 G71*
N10 G30 G17 X+0 Y+0 Z–20*

Definition of blank

N20 G31 G90 X+100 Y+100 Z+0*

For test/program-run graphics

N30 G99 T1 L+0 R+2*

Tool definition

N40 T1 G17 S1000*

Tool call

N50 G00 G40 G90 Z+2 M3*

Safety clearance

N60 D68 P1+8 P2+40 P3+60

Call of cycle 68 "Bolt hole circle"

P4+50 P5–2 P6–20 P7+100*
N70 G79*

Cycle active

N99999 % 1000 G71*

Advertising