Fn37:export, 10 .8 a d ditional f u nctions – HEIDENHAIN TNC 320 (340 551-02) User Manual
Page 364
Advertising

364
10 Programming: Q Parameters
1
0
.8 A
d
ditional F
u
nctions
FN37:EXPORT
You need the FN37: EXPORT function if you want to create your own
cycles and integrate them in the TNC. The Q parameters 0 to 99 are
effective only locally. This means that the Q parameters are effective
only in the program in which they were defined. With the FN37:
EXPORT function you can export locally effective Q parameters into
another (calling) program.
Example: The local Q parameter Q25 is exported
Example: The local Q parameters Q25 to Q30 are exported
56 FN37: EXPORT Q25
56 FN37: EXPORT Q25 - Q30
The TNC exports the value that the parameter has at the
time of the EXPORT command.
The parameter is exported only to the presently calling
program.
Advertising