Programming Qparameters | Additional functions
9
Keyword Function
L_SLOVENIAN Outputs text only if Slovenian is the conver-
sational language
L_NORWEGIAN Outputs text only if Norwegian is the
conversational language
L_ROMANIAN Outputs text only if Romanian is the conver-
sational language
L_SLOVAK Outputs text only if Slovak is the conversa-
tional language
L_TURKISH Outputs text only if Turkish is the conversa-
tional language
L_ALL Display text independently of the conversa-
tional language
HOUR Number of hours from the real-time clock
MIN Number of minutes from the real-time clock
SEC Number of seconds from the real-time clock
DAY Day from the real-time clock
MONTH Month as a number from the real-time clock
STR_MONTH Month as a string abbreviation from the
real-time clock
YEAR2 Two-digit year from the real-time clock
YEAR4 Four-digit year from the real-time clock
Example
Example of a text file to define the output format:
"MEASURING LOG OF IMPELLER CENTER OF GRAVITY";
“DATE: %02d.%02d.%04d“,DAY,MONTH,YEAR4;
“TIME: %02d:%02d:%02d“,HOUR,MIN,SEC;
"NO. OF MEASURED VALUES: = 1";
“X1 = %9.3F“, Q31;
“Y1 = %9.3F“, Q32;
“Z1 = %9.3F“, Q33;
L_GERMAN;
"Werkzeuglänge beachten";
L_ENGLISH;
"Remember the tool length";
300
HEIDENHAIN | TNC620 | Klartext Programming User's Manual | 01/2022