AckAlarm Method

Acknowledges the alarm for the specified node and tag.

Syntax

object.AckAlarm(sNode, sTag)

Properties

The AckAlarm method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

sNode

String. The nodename specifying which alarm is to be acknowledged.

sTag

String. The tagname specifying which alarm is to be acknowledged.

Return Value

Integer. The status of the alarm acknowledgement. Return value of 0 signifies success, non-zero on failure.

 

Example

Applies To