ANALOG table

 images\btn_mini.gif Notation 

Summary

This table contains all the analog-specific properties, incl. alarm limits and setpoint. Properties specific to analog templates are saved in the ANA_TEMPLATE table.

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 where the analog object or template resides

Area in Definition of Object or Create Template dialog box

ENAME

CHAR (31)

The name of the analog object or template

Name in Definition of Object or Create Template dialog box

CONNECT_OAN

INTEGER

The autonumber of the connected to object.

-

CONNECT_AREA

CHAR (31)

The name of the area where the connected to object resides.

-

CONNECT_ENAME

CHAR (31)

The name of the object you want to connect this object to.

For further information about connecting different object types, click here images\chiclet.gif.

Connect To on Data Management Definitions tab

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 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


 
See Also