Difference between revisions of "MultiStateIndicator"
(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...") |
(→Multi-State Selector) |
||
Line 9: | Line 9: | ||
|- | |- | ||
|States | |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 | + | |A collection of states that can be chosen from by the user. (e.g. Manual/Auto/Off).<br>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 | |PLCAddressValue |
Revision as of 10:39, 13 January 2017
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 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. |