478 Programming: Special Functions
11.15 Freely definable tables
FN 26: TABOPEN: Opening a freely definable
table
With FN 26: TABOPEN you can define a table to be written with FN27,
or to be read from with FN 28.
Example: Open the table TAB1.TAB, which is saved in the
directory TNC:\DIR1.
Only one table can be open in an NC program. A new block
with TABOPEN automatically closes the last opened table.
The table to be opened must have the file name extension
.TAB.
56 FN 26: TABOPEN TNC:\DIR1\TAB1.TAB