.QueryStateDotfield
- Last UpdatedNov 07, 2016
- 1 minute read
Shows the current alarm state query filter.
Category
Alarms
Usage
[ErrorNumber=]GetPropertyI( "ObjectName.QueryState",TagName);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
TagName
Any integer tag
Remarks
This read-only dotfield contains the current query filter used by a named Distributed Alarm Display object.
Data Type
Integer (read-only)
Valid Values
0 = All
1 = Unacknowledged
2 = Acknowledged
Example
The following statement returns the current query filter of the AlmObj_1 Distributed Alarm Display object to the AlmQueryState tag:
GetPropertyI("AlmObj_1.QueryState", AlmQueryState);
See Also
GetPropertyI(), .QueryType