Summary
This table contains properties for bar descriptors.
|
Field name |
SQL type |
Description |
|---|---|---|
|
DESCINDEX |
INTEGER |
Unique number of the descriptor. |
|
SHOW3DVIEW |
INTEGER |
1 if 3D view, 0 if not. |
|
EXTENDSCALE |
INTEGER |
1 if scale lines should be extended through the bar, 0 if not (only used when SHOWSCALE is 1). |
|
HIDESETPOINT |
INTEGER |
1 if the setpoint should be hidden, 0 if should be shown. |
|
EXPONENTIAL |
INTEGER |
1 if exponential notation should be used for scale values, 0 if not (only used when SHOWSCALEVALUES is 1). |
|
SHOWUNIT |
INTEGER |
1 if the unit should be shown on the scale, 0 if not (only used when SHOWSCALEVALUES is 1). |
|
SHOWSCALE |
INTEGER |
1 if the scale should be shown, 0 if not. |
|
SHOWVALUES |
INTEGER |
1 if the scale values should be shown, 0 if not. |
|
BASETYPE |
INTEGER |
The type of base point to be used: |
|
LIMITTYPE |
INTEGER |
The manner in which limits are shown: |
|
ALIGNMENT |
INTEGER |
Where the bar is grown from: |
|
SCALEPOSITION |
INTEGER |
Position of the scale: |
|
FONTINDEX |
INTEGER |
Index of the font used for the scale. |
|
LIMITAREACOLOR |
INTEGER |
A number identifying the color used for the limit area. The number must be given in RGB hexadecimal notation. |
|
SCALECOLOR |
INTEGER |
A number identifying the color used for the scale. The number must be given in RGB hexadecimal notation. |
|
SETPOINTCOLOR |
INTEGER |
A number identifying the color used for the setpoint. The number must be given in RGB hexadecimal notation. |
|
BGCOLOR |
INTEGER |
A number identifying the color used for the background. The number must be given in RGB hexadecimal notation. |
|
BASEAREACOLOR |
INTEGER |
A number identifying the color used for the base area. The number must be given in RGB hexadecimal notation. |
|
LIMITLINECOLOR |
INTEGER |
A number identifying the color used for the limit line. The number must be given in RGB hexadecimal notation. |
|
FIXEDBASE |
DOUBLE |
Fixed base point (only used when BASETYPE is 2). |
|
SCALEDIVISIONS |
INTEGER |
The number of divisions on the scale. |
|
SCALETYPE |
INTEGER |
The type of the scale lines. |
|
SCALETHICKNESS |
INTEGER |
The thickness of the scale lines. |
|
PATTERN |
INTEGER |
The pattern used for the bar. |