beautypg.com

Defining a program call, 1 1 defining coor dinat e tr ansf or mations – HEIDENHAIN iTNC 530 (60642x-04) User Manual

Page 466

background image

466

Programming: Special Functions

1

1

.1

1 Defining coor

dinat

e

tr

ansf

or

mations

Defining a program call

Using the program selection functions you can select any NC program

with the SEL PGM function and call it later with CALL PGM SELECTED. The
SEL PGM

function is also permitted with string parameters, so that you

can dynamically control program calls.

Define the program to be called

Show the soft-key row with special functions

Select the menu for defining various plain-language

functions

Select the menu for functions for defining the

program selection

Select the SEL PGM function: enter path names directly

or select the program via the SELECTION WINDOW

soft key. To enter a string parameter you press the Q

key and then enter the string number

Calling a selected program

Show the soft-key row with special functions

Select the menu for defining various plain-language

functions

Select the menu for functions for defining the

program selection

Select the CALL PGM SELECTED function: enter path

names directly or select the program via the

SELECTION WINDOW soft key. To enter a string

parameter you press the Q key and then enter the

string number

Example: NC blocks

13 SEL PGM “ROT34.H“

14 ...

33 CALL PGM SELECTED

34 ...

66 SEL PGM QS35

65 CALL PGM SELECTED

If you have selected a datum table in the TRANS DATUM
TABLE

block, then the TNC uses the programmed line

number only until the next call of a datum number

(blockwise effective datum shift).
If you did not define a datum table in the TRANS DATUM
TABLE

block, then the TNC uses the datum table already

selected in the NC program with SEL TABLE, or the datum

table with status M selected in one of the Program Run

modes.