HEIDENHAIN TNC 320 User Manual page 335

Compact contouring control
Hide thumbs Also See for TNC 320:
Table of Contents

Advertisement

Keyword
Function
L_SLOVENIAN
Outputs text only for Slovenian
conversational language
L_NORWEGIAN
Outputs text only for Norwegian
conversational language
L_ROMANIAN
Outputs text only for Rumanian
conversational language
L_SLOVAK
Outputs text only for Slovak conversational
language
L_TURKISH
Outputs text only for Turkish conversational
language
L_ALL
Display text independently of the
conversational 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
Creating a text file
To output the formatted texts and Q-parameter values, create a
text file with the TNC's text editor. In this file you then define the
output format and Q parameters you want to output. Create this
file with the extension .A.
Example of a text file to define the output format:
"MEASURING LOG OF IMPELLER CENTER OF GRAVITY";
"DATUM: %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;
HEIDENHAIN | TNC 320 | Conversational Programming User's Manual | 9/2016
Additional functions
9
9.8
335

Advertisement

Table of Contents
loading

Table of Contents