Summary
This table contains information about the individual objects in a graph. The name of each graph object, the colour used to identify it, its value scale, etc.
Important: To insert a new record in this table, the object specified must exist. To do this, create a new record in the CONF table or SUPERCONF table which will supply the OAN, AREA and ENAME fields. Then you can insert records matching that into this table.
|
Field name |
SQL type |
Description |
GUI name |
|---|---|---|---|
|
OAN |
INTEGER |
The object’s autonumber (read only). |
- |
|
AREA |
CHAR (31) |
Area name |
Name in Area Properties dialog box |
|
ENAME |
CHAR (31) |
Object name |
Name in Graph Properties dialog box |
|
IDX |
INTEGER |
The sequence of the objects in the graph (determines the order of the Y-axes) 0 = 1st object to be shown in the graph 1 = 2nd object 2 = 3rd object 3 = 4th object 4 = 5th object |
Sequence of objects in the Object name column |
|
SHOWOAN |
INTEGER |
The autonumber of the object shown in the graph. |
- |
|
SHOWAREA |
CHAR (31) |
The area name in which the object shown in the graph resides |
- |
|
SHOWENAME |
CHAR (31) |
The name of the object shown in the graph. You can have up to five objects in a graph |
Object name drop-down list in Define Graph Parameters dialog box |
|
ATOM |
INTEGER |
A number identifying the exact value you want to show in the graph. |
Index in Define Graph Parameters dialog box |
|
DRM |
INTEGER |
|
- |
|
YMIN |
DOUBLE |
The min. value of the Y axis |
Y-min in Define Graph Parameters dialog box |
|
YMAX |
DOUBLE |
The max. value of the Y axis |
Y-max in Define Graph Parameters dialog box |
|
COLOR |
INTEGER |
A number identifying the color used to represent this object. This color is used for the object name and description and the Y axis belonging to the object. |
Color in Define Graph Parameters dialog box |
|
STEPS |
INTEGER |
The number of tick marks you want on the Y axis. |
Y-div in Define Graph Parameters dialog box |
|
DROP_YAXIS |
INTEGER |
0 = The Y axis is visible for this object 1 = The Y axis is not visible |
Y-axis in Define Graph Parameters dialog box |
|
THICK |
INTEGER |
0 = Graph line has normal line thickness 1 = Graph line is thicker than normal |
Wide in Define Graph Parameters dialog box |
|
FILL |
INTEGER |
0 = Pattern disabled (blank pattern selected) 1 = Shaded pattern or solid pattern selected (set in the FULL field above) |
Pattern in Define Graph Parameters dialog box |
|
LASTVALUE |
INTEGER |
0 = Smooth option enabled 1 = Smooth option disabled (graph shows last value) |
Smooth in Define Graph Parameters dialog box |
|
NODETAILS |
INTEGER |
0 = Show details for this object (description and measuring range) 1 = Show only object name and value |
Show Details in Define Graph Parameters dialog box |
|
PATTERN |
INTEGER |
FILL must be set to 1, before this field is used. 0 = Shaded pattern 1 = Solid pattern |
Pattern in Define Graph Parameters dialog box |
See Also