10 .8 a d ditional f unctions – HEIDENHAIN TNC 620 (340 56x-01) User Manual
Page 403

HEIDENHAIN TNC 620
403
1
0
.8 A
d
ditional F
unctions
When you create a text file, use the following formatting functions:
The following functions allow you to include the following additional
information in the protocol log file:
Special
character
Function
“............“
Define output format for texts and variables
between the quotation marks
%9.3LF
Define format for Q parameter:
9 characters in total (incl. decimal point), of
which 3 are after the decimal point, Long,
Floating (decimal number)
%S
Format for text variable
,
Separation character between output format and
parameter
;
End of block character
Keyword
Function
CALL_PATH
Gives 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
Appends the file to the end. Example:
M_APPEND;
ALL_DISPLAY
Outputs Q-parameter values regardless of MM/
INCH setting of the MOD function
MM_DISPLAY
Outputs Q-parameter values in millimeters, if
MM display is set in the MOD function
INCH_DISPLAY
Converts Q-parameter values to inches if INCH
display is set in the MOD function
L_ENGLISH
Display text only in English conversational
L_GERMAN
Display text only in German conversational
L_CZECH
Display text only in Czech conversational
L_FRENCH
Display text only in French conversational
L_ITALIAN
Display text only in Italian conversational
L_SPANISH
Display text only in Spanish conversational
L_SWEDISH
Display text only in Swedish conversational
L_DANISH
Display text only in Danish conversational