BQL Queries to filter station points by their status

Readme

Point Status Queries

Get all Control Points that have a given status

Points with a down status

bql:select name as 'Name',out.value as 'Value',slotPath as 'Ord' from control:ControlPoint where status.down = 'true'

Points with a disabled status

bql:select name as 'Name',out.value as 'Value',slotPath as 'Ord' from control:ControlPoint where status.disabled = 'true'

Points with an overridden status

bql:select name as 'Name',out.value as 'Value',slotPath as 'Ord' from control:ControlPoint where status.overridden = 'true'

Copyright 2020 NiagaraMods

Comment on this Package

BQL Queries to filter station points by their status

Watchers
3
Stars
3
6,763 views
Package Details

Direct Link

Category

Last Updated

Sep 30, 2020

Downloads

No files available

Compatability

Niagara 4 Only

You may also like...