371
1
0
.8 A
d
ditional F
unctions
FN16: F-PRINT: Formatted output of texts or Q
parameter values
The function FN16: F-PRINT transfers Q parameter values and texts in
a selectable format through the data interface, for example to a printer.
If you save the values internally or send them to a computer, 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:
“TEST RECORD IMPELLER CENTER OF GRAVITY”;
“————————————————————————“
“NO. OF MEASURED VALUES : = 1”;
“*******************************************“;#
“X1 = %5.3LF”, Q31;
“Y1 = %5.3LF”, Q32;
“Z1 = %5.3LF”, Q33;
“******************************************“;
When you create a text file, use the following formatting functions:
Setting the data interface: In the menu option PRINT or
PRINT-TEST, you must enter the path for storing the text
file. See “Assign,” page 423.
Special
character
Function
“............“
Define output format for texts and variables
between the quotation marks
%5.3LF
Define format for Q parameter:
5 places before and 4 places behind the decimal
point; long, floating (decimal number)
%S
Format for text variable
,
Separation character between output format
and parameter
;
End of block character
Содержание TNC 426
Страница 3: ......
Страница 4: ......
Страница 8: ...IV...
Страница 10: ...VI...
Страница 26: ......
Страница 27: ...1 Introduction...
Страница 41: ...2 Manual Operation and Setup...
Страница 54: ......
Страница 55: ...3 Positioning with Manual Data Input MDI...
Страница 59: ...4 Programming Fundamentals of NC File Management Programming Aids Pallet Management...
Страница 122: ......
Страница 123: ...5 Programming Tools...
Страница 153: ...6 Programming Programming Contours...
Страница 201: ...7 Programming Miscellaneous functions...
Страница 226: ......
Страница 227: ...8 Programming Cycles...
Страница 366: ......
Страница 367: ...9 Programming Subprograms and Program Section Repeats...
Страница 381: ...10 Programming Q Parameters...
Страница 424: ......
Страница 425: ...11 Test run and Program Run...
Страница 443: ...12 MOD Functions...
Страница 472: ......
Страница 473: ...13 Tables and Overviews...
Страница 496: ......