Cicode Programming Reference > Cicode Function Categories > Alarm Functions Introduction > 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(AN, ClusterName)

AN:

The AN used in the original AlarmDsp() call.

ClusterName:

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 is returned.

Related Functions

AlarmDspClusterRemove AlarmDSPClusterInUse AlarmDsp

See Also