Set up connections for a Latched push button
Use the
Connections
tab of the Latched Push Button Properties
dialog box to set up tags and expressions for the button.To set up tags and expressions for the Latched push button
- In theGraphics Displayeditor, double-click the button to open itsPropertiesdialog box.
- Click theConnectionstab.
- Assign a tag or expression to these connections:ValueA read-write connection. Assign a tag to this connection. When the operator presses the button, the application writes the value corresponding to the latched state (State 1) to the tag’s data source, unless theLatch Reset Typeoption (on theGeneraltab) is "Non-zero" and the Handshake connection is currently a non-zero value.When the Handshake connection unlatches the button, the application sends the value corresponding to the unlatched state (State 0) to the Value connection.When you open a display containing aLatchedpush button, the application reads the value of the Value connection to determine its current state.IndicatorA read connection. You can assign a tag or an expression to this connection. The application reads the value of the connection at the data source, and updates the object’s display to reflect the state corresponding to the value.If you assign an expression, the application calculates the value of the expression and updates the object’s display to reflect the state corresponding to the value.If you assign this connection, the button does not show the current state until it receives a response from the Indicator connection. If you do not assign this connection, the button's state corresponds to the value at the Value connection.HandshakeA read connection. You can assign a tag or an expression to this connection. The application reads the value of this connection at the data source, and resets the button to its unlatched state when this connection changes to meet the conditions of theLatch reset typeoption specified in theGeneraltab.If you assign an expression, the application calculates the value of the expression and resets the button to its unlatched state when this connection changes to meet the conditions of theLatch reset typeoption.TIP:To provide visual feedback that the Value connection has been written to the data source, assign different tags to the Value and Indicator connections. Configure the data source to pass the Value connection’s value to the Indicator connection.
Provide Feedback