DDS Button

Not supported by TWC

DDS Button icon The DDS Button is a DDS-aware control that can be used to get and send data group transaction data (data group element Ids (DEIDs)) from a remote device for display on a Canvas screen.

By default, data group transaction records are saved only in the DDS for a short time, unless you've mapped one or more data group elements from a data group to UDCs and points for retention in the UIS and historicization in the VHS. Canvas supports three DDS-based controls that can read and write data group transactions:

These DDS-based controls are an efficient way to create transaction-based screens for displaying and manipulating data group information for remote devices. Use these controls to implement a scriptless solution for creating screens where data is encapsulated in a transaction, but not mapped to a CygNet point. For example, you could make a lift management screen for plungers or other device types in your CygNet environment.

The DDS Button takes advantage of Canvas' sending and receiving model and can receive its facility from any sender on the Canvas screen, for example, a Tag Chooser or a CygNet Grid, or any other facility sender. The source facility configured for (or passed to) the DDS Button is used to determine the associated remote device, and from the remote device, the device type can be ascertained. Then based on the resolved device type, the configured data group (type and ordinal) is used to issue the appropriate transaction request to the remote device and complete the operation at runtime.

The DDS Button supports two transaction types, Get and Send. When a user clicks a DDS Button the following actions will happen, depending on the configuration:

The DDS-based controls can be used as a template, meaning they are multiple device-type aware. For example, Device Type A may have a data group called "BasicPoll", but Device Type B may have a similar data group called "Status." In the case where the data group "function" is the same, but the name is different, the controls can handle this difference. The normalization process (handled in other controls via UDC specification) is handled via the Device type specification:

Several other configurable properties are supported, including:

The button shares many properties, events, and methods with the standard Canvas Button control.

DDS Button, DDS Edit Box, and DDS Text Tool Example

The following images show an example of the DDS-based controls.

DDS Button Read

Sample Read DDS Button and DDS Text Tools

 

 

This example screen shows a Tag Chooser, a Get DDS Button, and eight DDS Text Tools. Other controls include some regular Text Tools and a Shape.

  1. The DDS Button is receiving its facility (Keeney Plunger) from the Tag chooser on the left.
  2. The Get DDS Button is configured to do a Get transaction (Read) for the Lift Control data group from the associated facility.
  3. Each DDS Text Tool is configured to receive the data group (LiftCtrl) from the DDS Button and display a specified data element Id (ValveOpen, DelayTime, MaxLift, etc.) and its value when the Get DDS Button is clicked.

 

DDS Button Write

Sample Read and Write DDS Buttons and DDS Edit Boxes

 

 

This example screen shows a Tag Chooser, a Get DDS Button, a Set DDS Button, and eight DDS Edit Boxes. Other controls include some regular Text Tools and a Shape.

  1. The two DDS Buttons are receiving their facility (Keeney Plunger) from the Tag chooser on the left.
  2. The Get DDS button on the left is configured to do a Get transaction (Read) for the Lift Control data group from the facility.
  3. The Set DDS Button on the right is configured to do a Send transaction (Write) for the Lift Control data group from the facility.
  4. Each DDS Edit Box is configured to Get the data group (LiftCtrl) from the Get DDS Button and display a specified data element Id (ValveOpen, DelayTime, MaxLift, etc.) and its value when the DDS Button is clicked.
  5. When any DDS Edit Box is edited the new data element Id value is written to the remote device when the Set DDS Button is clicked.

 

CygNet Explorer Data group tab

CygNet Explorer Data group tab and View Data dialog boxes
showing the Data Elements Ids that were retrieved
or edited in the screen above

Related Topics