KEYS
- Last UpdatedAug 28, 2025
- 2 minute read
|
Function: |
Allows components with specified SKEYS to be treated like instruments. |
|
Description: |
Component types that can be tagged, that is, types that can have their names plotted automatically on the isometric drawing, can be treated like instruments. This means that:
The types that can be tagged are: INST VALV FILTER PCOM TRAP VENT TWA VFWA To treat a component type as an instrument, give each specific component type a key number, and then relate the key number to the symbol key (SKEY) by the KEYS command. Refer to TAGGING command for more information about tagging. |
|
Examples: |
KEYS 1 ’VVFL’ If a valve with the symbol key WFL is named, it will have its name appended to its description, and the itemcode column will be left blank. If a valve with the symbol key VVFL is not named, its SPREF will be output as its itemcode in the normal way. KEYS 1 Remove the component from the key number list by quoting its number only. |
|
Command Syntax: |
>--- KEYS --- keynumber --+--- skey’ ---. | | ‘--------------+---> where keynumber is the key number (which must be in the range 1 to 20) and skey is the symbol key (SKEY attribute). |
|
Querying: |
Q OPTIONS Q KEYS List the key numbers currently set. Q KEYS keynumber List the SKEY associated with the number. |