Summary
This table contains the properties which are specific to analog templates, that is, the alarm indication and alarm acknowledgement bits. Note that the properties defined here for a given template will be automatically inherited by all analog objects based on that template.
Important: It is not possible to insert a new record in this table. Create a new record in the CONF table which will supply the OAN, AREA and ENAME fields. Then you can enter the remaining properties in this table.
|
Field name |
SQL type |
Description |
GUI name |
|---|---|---|---|
|
OAN |
INTEGER |
The object’s autonumber; a unique identifier assigned to each objects, which cannot be altered or reused (read only). |
- |
|
AREA |
CHAR (31) |
The name of the area in which the analog template resides |
Area in Create Template dialog box |
|
ENAME |
CHAR (31) |
The name of the template |
Name in Create Template dialog box |
|
UNIT |
INTEGER |
Index into the BaseUnits table located in the configuration’s .mdb-file. |
Unit box on Analog tab. |
|
DECIMALS |
INTEGER |
The number of decimals with which you want to display object values for this object. |
Decimal Point on Analog tabs |
|
SINGLEBITALM |
INTEGER |
0 = Single Bits disabled 1 = Single Bits used |
Single Bits on Alarm In/Ack bit tab |
|
MIN_VAL |
DOUBLE |
The minimum value of the measuring range for this object. |
Minimum value on Analog tab. |
|
MAX_VAL |
DOUBLE |
The maximum value of the measuring range for this object. |
Maximum value on Analog tab. |
|
HIGHALARM |
DOUBLE |
High alarm value. For counter objects this is the limit. |
High Alarm on Analog tab. |
|
HIGHWARNING |
DOUBLE |
High limit value. |
High Limit on Analog tab |
|
VALUE |
DOUBLE |
Initial process value. |
Actual Value on Analog tab. |
|
SETPOINT |
DOUBLE |
Set point value. For counter objects this is the preset value. |
Set Point on Analog tab. |
|
LOWWARNING |
DOUBLE |
Low limit value. |
Low Limit on Analog tab |
|
LOWALARM |
DOUBLE |
Low alarm value. |
Low Alarm on Analog tab |
|
MINACK |
INTEGER |
Bit map for acknowledge bit to PC represented as integer |
To PC bit map on Alarm In/Ack bit tab |
|
MOUTACK |
INTEGER |
Bit map for acknowledge bit from PC represented as
integer |
From PC bit map on Alarm In/Ack bit tab |
|
MINALM |
INTEGER |
Bit map for alarm indication bits to PC represented as integer |
To PC bit map on the Alarm In/Ack bit tab |
See Also