Difference between revisions of "MultiStateIndicator"

From AdvancedHMI
Jump to: navigation, search
(Multi-State Selector)
m (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).<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.
+
|A collection of States that can be selected during runtime. (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
Line 17: Line 17:
 
|An integer register which the value as defined by the States is written to when the corresponding state is clicked.
 
|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<br>
 +
2) Choosing between Copper or Aluminum material for welder

Latest revision as of 10:46, 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 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