Cicode Programming Reference > Cicode Function Categories > Alarm Functions > AlarmDspClusterAdd

AlarmDspClusterAdd

Adds a cluster to a client's alarm list. Alarms in the specified cluster (that correspond to the mode set in AlarmDsp) will be added to the alarm list at the AN number.

Syntax

AlarmDspClusterAdd(nAN, sClusterName)

nAN:

The AN used in the original AlarmDsp() call.

sClusterName:

The name of the cluster to be used for this alarm list. The argument is enclosed in quotation marks ("").

Return Value

0 (zero) if successful, otherwise an error code is returned.

Related Functions

AlarmDspClusterRemove AlarmDSPClusterInUse AlarmDsp

See Also

Published June 2018