Create buttons to control alarms

Create buttons to acknowledge and confirm a selected alarm or all alarms.

  1. Create a button for acknowledging all alarms:
    1. In Project view, right-click AlarmGridPanel and select New > Base controls > Button.
    2. Hover-over the button, select Edit, and enter AcknowledgeAllButton.
    3. In Properties, set Text to Acknowledge All.
    4. In Events pane, next to MouseClick event, select Add and select Commands > Alarm commands > Acknowledge all.
  2. Create a button for confirming all alarms:
    1. In Project view, right-click AlarmGridPanel and select New > Base controls > Button.
    2. Hover-over the button, select Edit, and enter ConfirmAllButton.
    3. In Properties, set Text to Confirm All.
    4. In the Events pane, next to MouseClick event, select Add and select Commands > Alarm commands > Confirm all.