HEIDENHAIN TNC 620 User Manual page 432

Cnc
Hide thumbs Also See for TNC 620:
Table of Contents

Advertisement

10
Syntax examples
The following examples are listed without context. The NC blocks
are limited exclusively to the possibilities of the SQL command SQL
EXECUTE.
Example
9 SQL Q1800 "CREATE SYNONYM my_table FOR 'TNC:
\table\MILL.TAB'"
9 SQL Q1800 "DROP SYNONYM my_table"
9 SQL Q1800 "CREATE TABLE my_table (NO,WMAT)"
9 SQL Q1800 "COPY TABLE my_table TO 'TNC:\table
\MILL2.TAB'"
9 SQL Q1800 "RENAME TABLE my_table TO 'TNC:\table
\MILL3.TAB'"
9 SQL Q1800 "DROP TABLE my_table"
9 SQL Q1800 "INSERT INTO my_table VALUES
(1,'ENAW',240)"
9 SQL Q1800 "DELETE FROM my_table WHERE NO==3"
9 SQL Q1800 "ALTER TABLE my_table ADD (WMAT2)"
9 SQL Q1800 "ALTER TABLE my_table DROP (WMAT2)"
9 SQL Q1800 "RENAME COLUMN my_table (WMAT2) TO
(WMAT3)"
432
Programming Q Parameters | Accessing tables with SQL commands
Create synonym
Delete synonym
Create table with the rows NO and WMAT.
Copy table
Rename table
Delete the table
Insert table row
Delete table row
Insert table rows
Delete table rows
Rename table column
HEIDENHAIN | TNC 620 | Conversational Programming User's Manual | 10/2017

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tnc 620 eTnc 620 programming station

Table of Contents