Freely definable tables 11.6
11
TNC 320 | User's Manual
HEIDENHAIN Conversational Programming | 3/2014
377
FN 27: TAPWRITE: Write to a freely definable table
After you have opened a table with
FN 26: TABOPEN
you can use
the function
FN 27: TABWRITE
to write to it.
You can define and write to several column names in a
TABWRITE
block. The column names must be written between quotation
marks and separated by a comma. You define the values that the
TNC is to write to the respective column with Q parameters.
Note that by default the
FN 27: TABWRITE
function
writes values to the currently open table also in the
Test Run mode. The
FN18 ID992 NR16
function
enables you to query in which operating mode the
program is to be run. If the
FN27
function is to be run
only in the Program Run operating modes, you can
skip the respective program section by using a jump
command page 276.
You can write only to numerical table fields.
If you wish to write to more than one column in a
block, you must save the values under successive Q
parameter numbers.
Example
You wish to write to the columns “Radius,” “Depth” and “D” in
line 5 of the presently opened table. The value to be written in the
table must be saved in the Q parameters Q5, Q6 and Q7.
53 Q5 = 3.75
54 Q6 = -5
55 Q7 = 7.5
56 FN 27: TABWRITE 5/“RADIUS,DEPTH,D“ = Q5
Содержание TNC 320
Страница 4: ...Controls of the TNC 4 TNC 320 User s Manual HEIDENHAIN Conversational Programming 3 2014 ...
Страница 5: ...Fundamentals ...
Страница 16: ...Contents 16 TNC 320 User s Manual HEIDENHAIN Conversational Programming 3 2014 ...
Страница 43: ...1 First Steps with the TNC 320 ...
Страница 63: ...2 Introduction ...
Страница 81: ...3 Programming Fundamentals file management ...
Страница 124: ......
Страница 125: ...4 Programming Programming aids ...
Страница 152: ......
Страница 153: ...5 Programming Tools ...
Страница 180: ......
Страница 181: ...6 Programming Programming contours ...
Страница 232: ......
Страница 233: ...7 Programming Data transfer from DXF files or plain language contours ...
Страница 251: ...8 Programming Subprograms and program section repeats ...
Страница 267: ...9 Programming Q Parameters ...
Страница 337: ...10 Programming Miscellaneous functions ...
Страница 357: ...11 Programming Special functions ...
Страница 379: ...12 Programming Multiple Axis Machining ...
Страница 406: ......
Страница 407: ...13 Manual operation and setup ...
Страница 462: ......
Страница 463: ...14 Positioning with Manual Data Input ...
Страница 468: ......
Страница 469: ...15 Test run and program run ...
Страница 497: ...16 MOD functions ...
Страница 525: ...17 Tables and overviews ...