Create buttons to control alarms
Create buttons to acknowledge and confirm a selected alarm or all alarms.
-
Create a button for acknowledging all alarms:
- In Project view, right-click AlarmGridPanel and select .
-
Hover-over the button, select
, and enter AcknowledgeAllButton.
- In Properties, set Text to Acknowledge All.
-
In Events pane, next to MouseClick event, select
and select .
-
Create a button for confirming all alarms:
- In Project view, right-click AlarmGridPanel and select .
-
Hover-over the button, select
, and enter ConfirmAllButton.
- In Properties, set Text to Confirm All.
-
In the Events pane, next to MouseClick event, select
and select .