SetPoint Button

SetPoint Button icon The SetPoint Button is a CygNet-aware tool that can be used to add buttons to your screens that perform a setpoint command to change to a new point value without scripting. The button allows the screen designer to configure a small dialog box that prompts a user to enter a new point value. The dialog box’s title and instructional message are configurable via tokenized values and static text. The point’s current value, primary units and timestamp are included on the dialog box for reference.The control includes the same properties, events, and methods as the standard Canvas Button control.

SetPoint Button Example

The following image shows a setpoint button example.

SetPoint Button

Sample SetPoint Button

Property Inheritance

Property Inheritance

Property inheritance is a widely used concept in Canvas. The application supports an explicit relationship between screens, objects, and controls, where certain property values, such as SiteService and facility tags, are passed from one element to another via an inheritance framework. Screens, objects, and controls can be configured as property senders or property receivers and provide configuration options where you can explicitly define the source of the SiteService and facility. Depending on how you have your screens, objects, and controls set up, the SiteService and facility may come from any one of the following sources:

Broadcasting

Screens and objects support an additional notification option to broadcast their SiteService and facility selection changes to other open screens running in the Canvas or Canvas View application. If configured, a <Broadcast> option is available to source the screen's SiteService and facility properties from another open screen.

For example, a text tool can be configured to get its facility from the screen and the screen can be configured to get its facility from a tag chooser. Or Screen_A might source its facility from Screen_B, which gets its facility from a tag chooser.

Receiver or Sender

The setpoint button supports property inheritance as a receiver of its SiteService and facility:

Receive from Send to
SiteService Facility SiteService Facility
self
screen
self
screen
other controls
none none

The setpoint button does not send its SiteService or facility to other controls.

Related Topics