Readme
Alarm Queries
Sample Alarm-based BQL queries
Active Alarm Point Name and Status
Show point name and its status for any point in active alarm
bql:select name as 'Point Name',out as 'Point Status' from control:ControlPoint where status.alarm = 'true'
Example
Active Alarms Filtered by Alarm Class
Replace defaultAlarmClass
below with the class you want to filter by
bql:select * from alarm:AlarmSourceExt where alarmClass = 'defaultAlarmClass' and status.alarm = true
Example
These queries are inspired by the list in mrupperman's gist on Github
Copyright 2020 NiagaraMods
Comment on this Package
Watchers
1
Stars
1
6,340 views
Package Details
Direct Link
Category
Last Updated
Sep 30, 2020
Downloads
No files availableLicense type
NiagaraMods Exchange LicenseCompatability
Niagara 4 Only
Author