|
The components below are a collection of 14 ActiveX
and VCL components intended for the display or input of digital-based data. These 14 components are included when you
purchase our Instrument Pack Standard, Instrument Pack Pro, or Instrument Ultra Pack.
Each component is designed for high-speed and
robustness. All components including double, triple, or quadruple-buffering to improve display performance with a low
impact on processor usage.
LED Round & LED Rectangle
The LED Round and LED Rectangle controls are LEDs with a None, Raised, or
Lowered Bevel Style. The LED inactive (OFF) color is automatically calculated.
Seven Segment Integer, Binary, Hexadecimal, Clock, and Character
The Seven Segment Integer control is a seven-segment display used for displaying
Integer values. If the Value overflows the display in the positive direction, then up
arrows will be shown. If the Value overflows the display in the negative direction, then down arrows will be shown.
The Seven Segment Binary control is a seven-segment display used for displaying
binary values. The value property is of String type to support greater than 31 digits.
If the Value overflows the display, then up arrows will be shown.
The Seven Segment Hexadecimal control is a seven-segment display used for
displaying hexadecimal values. The value property is of String type to support
greater than 4 digits. If the Value overflows the display, then up arrows will be shown.
The Seven Segment Clock control is a seven-segment display used for displaying
time values. Supports both 12 and 24 hour display mode.
The Seven Segment Character control is a basic seven-segment character display.
Supports 0-9, A-F, and several special characters.
LED Switch
The LED Switch control is a binary switch with a rectangle LED indicator. If the
LED is on, then the Active property is True. If the LED is off, the Active property is false.
Slider Switch
The Slider Switch control is a sliding switch with user configurable positions and
labels. Supports 4 different pointer styles, 4 different track styles, and 3 different
position indicator styles.
Toggle Switch
The Toggle Switch control is a binary switch with a moving slider. Supports Vertical
or Horizontal orientation, Click-To-Toggle or Drag-To-Toggle mouse control style,
and 3 bevel styles for the switch surface.
Rotary Switch
The Switch Rotary control is a rotating switch with up to 8 positions with labels.
Supports 2 different pointer styles and 3 different position indicator styles.
Switch Panel
The Switch Panel control is a 2-3-position panel switch.
Mode Combo Box
The Switch Panel control is a combo box similar to our other switch components.
Supports customizable Item values as well as support for OPC. A complete rewrite
of the standard Windows/QT combo box. Addressable by your own item values or
the standard 0-based item index values.
Integer Output
The Switch Rotary control is a simple control for entering Integer (32-bit) value and
units. Supports controlled entry and display of Integer, Hexadecimal, Binary, and
Octal numbers.
For example, when the FormatStyle property is set to Hexadecimal, only numbers
that make up Hex numbers can be entered (such as 0-9 and A-F) as all others
characters are ignored. In Binary mode, only "0" and "1" characters can be entered
.
Use the OnChange event to respond to use changes in the value. Use the
OnBeforeChange event to interlock or provide custom limits for the data. |