ADM CIndicator Widget

CIndicator is an awt component bean. It display a property's value in the control system as a moving triangle (indicator). The size, bound, foreground, background and the font of the label on the widget can be set like an awt component.

The color of the moving triangle is same as the foreground (Fig.2, Fig.3) if the color mode property is set to CLRMOD_STATIC (default). It will change from foreground color to yellow or red (Fig.1, Fig. 4) depending on the value, warning and control limits when CLRMOD_ALARM is used.

There are four label styles which can be selected with a default of LABEL_NONE (Fig.1). If LABEL_AXIS is used, the tick mark and display range will appear on the widget (Fig. 2). The property's value will also shown on the widget if LABEL_VALUE is selected (Fig. 3). The device and property name will on the widget when LABEL_ALL is used (Fig.4).

The orientation of the CIndicator widget can be either VERTICAL (default) or HORIZONTAL.


A horizontal CIndicator with LABEL_NONE A vertical CIndicator with LABEL_AXIS A horizontal CIndicator with LABEL_VALUE A vertical CIndicator with LABEL_ALL
Fig. 1Fig. 2 Fig. 3Fig. 4