GRAPH table

 images\btn_mini.gifNotation 

Summary

This table contains all the global graph properties, such as the default graph period, data source (*.bcl or *.log), window properties, etc.

Important: It is not possible to insert a new record in this table. Create a new record in the CONF table or SUPERCONF 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 (read only).

-

AREA

CHAR (31)

The name of the area in which the graph resides

Name in Area Properties dialog box

ENAME

CHAR (31)

The name of the graph

Name in New Graph Properties dialog box

TYPE

INTEGER

A number identifying the data source:

2 = Log data

3 = Base class data

Source in Define Graph Parameters dialog box

STYLE

INTEGER

Windows style extension. See the Microsoft documentation for bit values.

 

STATUSBAR

INTEGER

0 = Status bar not visible

1 = Status bar visible

Status bar in Graph Properties dialog box

TITLEBAR

INTEGER

0 = Title bar not visible

1 = Title bar visible

Title bar in Graph Properties dialog box

GRID

INTEGER

0 = Grid is not visible behind the graph

1 = Grid is visible

Grid in Graph Properties dialog box

AUTOSTART

INTEGER

0 = The graph is not started automatically. The operator has the opportunity to change the graph period

1 = The graph is automatically started. The operator has no chance of changing the graph period.

Autostart in Define Graph Parameters dialog box

PINABLE

INTEGER

1, if the diagram can be put “on top”, 0 if not.

Pinable in the Graph Properties dialog box

STARTOFFSET

INTEGER

Start offset in seconds

Start offset in Define Graph Parameters dialog box

GRAPHPERIOD

INTEGER

Graph period in seconds. This is the default period suggested to the operator when he opens the graph.

Window period in Define Graph Parameters dialog box

XDIVISIONS

INTEGER

The number of divisions on the X axis (time). The divisions are only visible when the grid is enabled.

X-divisions in Define Graph Parameters dialog box

STARTPRECISION

INTEGER

The precision of the start time of the graph (i.e. the first time stamp on the X-axis)

0 = Seconds

1 = Minutes

2 = Hour

3 = Day

Start Precision in Define Graph Parameters dialog box

STARTBIAS

INTEGER

 

 

X

INTEGER

X coordinate for the graph window (IGSS units)

Position of the finished graph window.

Y

INTEGER

Y coordinate for the graph window (IGSS units)

Position of the finished graph window.

WIDTH

INTEGER

The width of the graph window (IGSS units)

Width of the finished graph window.

HEIGHT

INTEGER

The height of the graph window (IGSS units)

Height of the finished graph window.

BGCOLOR

INTEGER

A number identifying the background color behind the graph.

The number must be given in RGB hexadecimal notation.

Graph drop-down list in Define Graph Parameters dialog box

WINDOWCOLOR

INTEGER

A number identifying the background color of the graph window.

The number must be given in RGB hexadecimal notation.

Window drop-down list in Define Graph Parameters dialog box

XAXISCOLOR

INTEGER

A number identifying the x-axis color in the graph window.

The number must be given in RGB hexadecimal notation.

 

GRIDCOLOR

INTEGER

A number identifying the grid color in the graph window.

The number must be given in RGB hexadecimal notation.

 

RULERCOLOR

INTEGER

A number identifying the color of the ruler in the graph window.

The number must be given in RGB hexadecimal notation.

 

FONTINDEX

INTEGER

Index into the DSC_FONT table of the font used.

 

TOMENU

INTEGER

0 = Not present in the Graph menu.

1 = Present in the Graph menu.

Name to Menu in the Graph Properties dialog box.


 
See Also