MultiStateIndicator
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 selected during runtime. (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 property of each State item 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. |
Examples of usage:
1) Hand-Off-Auto selection
2) Choosing between Copper or Aluminum material for welder