MultiStateIndicator

From AdvancedHMI
Revision as of 10:31, 13 January 2017 by Arj3090 (talk | contribs) (Created page with "== Multi-State Selector == This control is used to control an integer value based on a selection from any one of available states. It can be thought of similar to a multi-posi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Multi-State Selector

This control is used to control an integer value based on a selection from any one of available states. It can be thought of similar to a multi-position selector switch

Properties
ComComponent Points to the driver instance for reading its values through
States A collection of states that can be chosen from by the user. (e.g. Manual/Auto/Off). This is where the value is also associated with each state. The text that appears on each state is a sub property named Message.
PLCAddressValue An integer register in the PLC to read for the value to select the current active state. In most cases this will be the same as PLCAddressClick
PLCAddressClick An integer register which the value as defined by the States is written to when the corresponding state is clicked.