Summary
This table contains a mapping of command numbers to the user-defined command names. The command bits are defined in the DIG_TEMPLATE table.
Important: It is not possible to insert a new record in this table. Create a new record in the CONF table or SUPERCONF table which will supply the OAN, AREA and ENAME fields. Then you can enter the remaining properties.
|
Field name |
SQL type |
Description |
GUI name |
|---|---|---|---|
|
OAN |
INTEGER |
The object’s autonumber (read only). |
- |
|
AREA |
CHAR (31) |
The name of the area in which the digital template resides |
Area in Create Template dialog box |
|
ENAME |
CHAR (31) |
The name of the digital template |
Name in Create Template dialog box |
|
COMMAND |
INTEGER |
Command number. Initially, all commands are numbered from 0 and upwards. 0 = 1st command 1 = 2nd command 2 = 3rd command … |
Initial value in Commands drop-down list on States and Commands tab. |
|
NAME |
CHAR (31) |
The command name corresponding to the above command number |
The user-defined command name defined on the States and Commands tab. |
See Also