Additional functions
9.8
9
TNC 320 | User's Manual
HEIDENHAIN Conversational Programming | 3/2014
285
FN 16: F-PRINT: Output of formatted texts and Q
parameter values
With
FN 16
you can also output to the screen any
messages from the NC program. Such messages are
displayed by the TNC in a pop-up window.
The function
FN 16: F-PRINT
transfers Q parameter values and
texts in a selectable format. If you send the values, the TNC saves
the data in the file that you defined in the
FN 16
block.
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.
Example of a text file to define the output format:
"MEASURING LOG OF IMPELLER CENTER OF GRAVITY";
"DATE: %2d-%2d-%4d",DAY,MONTH,YEAR4;
"TIME: %2d:%2d:%2d",HOUR,MIN,SEC;
"NO. OF MEASURED VALUES: = 1";
"X1 = %9.3LF", Q31;
"Y1 = %9.3LF", Q32;
"Z1 = %9.3LF", Q33;
When you create a text file, use the following formatting functions:
Special
characters
Function
“...........“
Define output format for texts and variables
between the quotation marks
%9.3LF
Define the format for Q parameters: 9 total
characters (incl. decimal point), of which
3 are after the decimal, Long, Floating
(decimal number)
%S
Format for text variable
%d
Format for integer
,
Separation character between output format
and parameter
;
End of block character
\n
Line break
Summary of Contents for TNC 320
Page 4: ...Controls of the TNC 4 TNC 320 User s Manual HEIDENHAIN Conversational Programming 3 2014 ...
Page 5: ...Fundamentals ...
Page 16: ...Contents 16 TNC 320 User s Manual HEIDENHAIN Conversational Programming 3 2014 ...
Page 43: ...1 First Steps with the TNC 320 ...
Page 63: ...2 Introduction ...
Page 81: ...3 Programming Fundamentals file management ...
Page 124: ......
Page 125: ...4 Programming Programming aids ...
Page 152: ......
Page 153: ...5 Programming Tools ...
Page 180: ......
Page 181: ...6 Programming Programming contours ...
Page 232: ......
Page 233: ...7 Programming Data transfer from DXF files or plain language contours ...
Page 251: ...8 Programming Subprograms and program section repeats ...
Page 267: ...9 Programming Q Parameters ...
Page 337: ...10 Programming Miscellaneous functions ...
Page 357: ...11 Programming Special functions ...
Page 379: ...12 Programming Multiple Axis Machining ...
Page 406: ......
Page 407: ...13 Manual operation and setup ...
Page 462: ......
Page 463: ...14 Positioning with Manual Data Input ...
Page 468: ......
Page 469: ...15 Test run and program run ...
Page 497: ...16 MOD functions ...
Page 525: ...17 Tables and overviews ...