Programming: q parameters 9.8 additional functions – HEIDENHAIN TNC 620 (81760x-02) ISO programming User Manual

Page 308

Advertising
background image

Programming: Q parameters

9.8

Additional functions

9

308

TNC 620 | User's ManualDIN/ISO Programming | 2/2015

The following functions allow you to include the following additional

information in the protocol log file:

Keyword

Function

CALL_PATH

Indicates the path for the NC program

where you will find the FN16 function.

Example: "Measuring program:

%S",CALL_PATH;

M_CLOSE

Closes the file to which you are writing with

FN16. Example: M_CLOSE;

M_APPEND

Upon renewed output, appends the log to

the existing log. Example: M_APPEND;

M_APPEND_MAX Upon renewed output, appends the log to

the existing log until the maximum specified

file size in kilobytes is exceeded. Example:

M_APPEND_MAX20;

M_TRUNCATE

Overwrites the log upon renewed output.

Example: M_TRUNCATE;

L_ENGLISH

Outputs text only for English conversational

language

L_GERMAN

Outputs text only for German conversational

language

L_CZECH

Outputs text only for Czech conversational

language

L_FRENCH

Outputs text only for French conversational

language

L_ITALIAN

Outputs text only for Italian conversational

language

L_SPANISH

Outputs text only for Spanish conversational

language

L_SWEDISH

Outputs text only for Swedish

conversational language

L_DANISH

Outputs text only for Danish conversational

language

L_FINNISH

Outputs text only for Finnish conversational

language

L_DUTCH

Outputs text only for Dutch conversational

language

L_POLISH

Outputs text only for Polish conversational

language

L_PORTUGUE

Outputs text only for Portuguese

conversational language

L_HUNGARIA

Outputs text only for Hungarian

conversational language

L_SLOVENIAN

Outputs text only for Slovenian

conversational language

L_ALL

Display text independently of the

conversational language

Advertising