TABLEOBJ table

 images\btn_mini.gif Notation 

Summary

This table contains all the table-specific properties for table objects.

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)

Name of the area in which the table resides

Area in Definition of Object dialog box

ENAME

CHAR (31)

Name of the table object

Name in Definition of Object 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 Table tab.

DECIMALS

INTEGER

The number of decimals with which you want to display object values for this object.

Decimal Point on Table tab

LENGTH

INTEGER

For string objects this is the maximum length of the string, for table objects, this is the current number of entries in use.

Number of filled rows on the Table 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.


 
See Also