Create buttons to control alarms
Create buttons to acknowledge and confirm a selected alarm or all alarms.
- Create a button for acknowledging all alarms:
- InProject view, right-clickAlarmGridPaneland select .
- Hover-over the button, select , and enterAcknowledgeAllButton.
- InProperties, setTexttoAcknowledge All.
- InEvents pane, next toMouseClick event, select and select .
- Create a button for confirming all alarms:
- InProject view, right-clickAlarmGridPaneland select .
- Hover-over the button, select , and enterConfirmAllButton.
- InProperties, setTexttoConfirm All.
- In theEvents pane, next toMouseClick event, select and select .
Provide Feedback