Write and Confirm

Use the Write and Confirm component to perform breaker operations, On/Off digital outputs, and set CT and PT ratios. Write and Confirm verifies and then confirms that the write operation is either successful or unsuccessful.

To use Write and Confirm: 

  1. In the Graphics Editor, create a new graphics file:

  2. In the bottom left corner, click Components:

  3. Click Miscellaneous:

  4. Drag and drop the Write and Confirm component to the workspace:

  5. In the bottom right corner, click Object, and then click on the Component which is binded under the TGML:

  6. Go to Properties pane just beside the Object pane of the component and enter the following properties based on your requirements:

    1. DataPoint: Specify the fully qualified item names to do the write operation. Commas can be used as a delimiter to do the write operation. If only one DataPoint then no comma is required.
    2. DataPointToRead: Specify the fully qualified item names to read and verify that the item names are written correctly.
    3. DatapointValue:Specify the value to write which was specified in DataPoint field.
    4. Expected Value: Specify the expected value to verify the final value.

  7. Go to the Object pane, and then click on Tgml:

  8. Go to Properties pane again, and from the UseGlobalScripts attribute drop-down select True:

  9. Go to File > Save As > Project TGML.

 

Test the changes:

  1. Log in to PO Web Applications (https://localhost/webhmi or https://ipaddress/webhmi).
  2. Click on the Write and Confirm component created from the Diagram Library:

  3. For example, verify if the breakers operation is working properly in this feature.

  4. Click on the Write and Confirm component. You are prompted to enter your user credentials:

  5. Enter your username and password, and then click Confirm. To control which components require authentication, see Turning off credential requirements for control components.
  6. If the write operation is successful, the DataPoint Written Correctly message appears:

    If the operation is not successful, the DataPoint Wrtiten Unsuccessful message appears: