AlmAckStat
- Last UpdatedOct 04, 2024
- 1 minute read
- PI System
- PI Server 2018
- PI Server
Return the acknowledgment status code for an alarm point.
Syntax
AlmAckStat(alm)
Arguments
alm
An alarm tagname.
Returns
The acknowledgement status code for the given Alarm State. Possible values are:
- acknowledged (or no alarm)
- unacknowledged
- missed alarm
Exceptions
If the argument is not a digital state tagname, an error condition is returned.
Example
AlmAckStat('alarmtag')
AlmCondition (page ), AlmCondText (page ), AlmPriority (page )