almSetQueryByName() Function
- Last UpdatedFeb 21, 2017
- 1 minute read
Starts a new alarm query for the named instance of the Distributed Alarm Display object using the parameters from a user-defined query favorite file.
Category
Alarms
Syntax
[Result=]almSetQueryByName(ObjectName, QueryName);
Arguments
ObjectName
The name of the alarm object. For example, AlmObj_1.
QueryName
The name of the query created by using Query Favorites.
Remarks
This is a query for the particular instance of the Distributed Alarm Display object. There may be several such displays on the screen, each with its own query.
Example
This example starts a new query using parameters from the query named "Turbine Queries."
almSetQueryByName("AlmObj_1","Turbine Queries");
See Also
almQuery(), almDefQuery()