Programming Q Parameters | Additional functions
10
386
HEIDENHAIN | TNC 620 | Conversational Programming User's Manual | 10/2017
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",CAL-
L_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_AP-
PEND_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_PORTUGUE Outputs text only for Portuguese conversa-
tional language
L_SWEDISH Outputs text only for Swedish conversation-
al 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_HUNGARIA Outputs text only for Hungarian conversa-
tional language
L_CHINESE Outputs text only for Chinese conversational
language
L_CHINESE_TRAD Outputs text only for Chinese (traditional)
conversational language