Overview Of Functions - HEIDENHAIN TNC 620 User Manual

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

Advertisement

10
Transaction
Example of an SQL transaction:
Assign Q parameters to table columns for read or write access
using SQL BIND
Select data using SQL SELECT or SQL EXECUTE with the
SELECT instruction
Read, change, or add data using SQL FETCH, SQL UPDATE, and
SQL INSERT
Confirm or discard interaction using SQL COMMIT and SQL
ROLLBACK
Approve bindings between table columns and Q parameters
using SQL BIND
You must conclude all transactions that have been
started—even exclusively read accesses. Concluding
the transaction is the only way to ensure that changes
and additions are transferred, that locks are removed,
and that used resources are released.

Overview of functions

Overview of soft keys
Soft
Command
key
SQL BIND establishes or removes connec-
tions between table columns and Q or QS
parameters
SQL EXECUTE opens a transaction for
selected table columns and table rows or
enables the use of other SQL instructions
(miscellaneous functions).
Further information:
tions", page 427
SQL FETCH transfers the values to the
bound Q parameters
SQL ROLLBACK discards all changes and
concludes the transaction
SQL COMMIT saves all changes and
concludes the transaction
SQL UPDATE transfers all values from the
bound Q parameters to the table
SQL INSERT creates a new table row
SQL SELECT reads out a single values from a
table and does not open any transaction
426
Programming Q Parameters | Accessing tables with SQL commands
Page
429
430
"Overview of instruc-
433
437
436
434
435
438
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