Programming Q parameters
9.8
Additional functions
9
344
HEIDENHAIN | TNC 620 | ISO Programming User's Manual | 9/2016
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;
Содержание TNC 620 Programming Station
Страница 1: ...TNC 620 User s Manual ISO programming NC Software 817600 04 817601 04 817605 04 English en 9 2016 ...
Страница 4: ......
Страница 5: ...Fundamentals ...
Страница 28: ...Contents 28 HEIDENHAIN TNC 620 ISO Programming User s Manual 9 2016 ...
Страница 57: ...1 First Steps with the TNC 620 ...
Страница 77: ...2 Introduction ...
Страница 110: ......
Страница 111: ...3 Fundamentals file management ...
Страница 166: ......
Страница 167: ...4 Programming aids ...
Страница 194: ......
Страница 195: ...5 Tools ...
Страница 234: ......
Страница 235: ...6 Programming contours ...
Страница 284: ......
Страница 285: ...7 Data transfer from CAD files ...
Страница 304: ......
Страница 305: ...8 Subprograms and program section repeats ...
Страница 323: ...9 Programming Q parameters ...
Страница 384: ......
Страница 385: ...10 Miscellaneous functions ...
Страница 407: ...11 Special functions ...
Страница 433: ...12 Multiple axis machining ...
Страница 475: ...13 Pallet management ...
Страница 480: ......
Страница 481: ...14 Manual Operation and Setup ...
Страница 549: ...15 Positioning with Manual Data Input ...
Страница 554: ......
Страница 555: ...16 Test Run and Program Run ...
Страница 590: ......
Страница 591: ...17 MOD Functions ...
Страница 622: ......
Страница 623: ...18 Tables and Overviews ...