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

AlarmGetThresholdRec

Gets the threshold of analog alarms by the alarm record number. 

This is a blocking function. If the function is called from a foreground task that is unable to block, the return value will be -1 and a hardware alarm set. Use IsError() to retrieve the error code.

Syntax

INT AlarmGetThresholdRec(LONG Record, INT Type [, STRING ClusterName])

Record:

The alarm record number, returned from any of the following alarm functions:

To store this value, use data type Int in Cicode or Long for variable tags (Long needs 4 bytes).

Type:

The type of threshold:

0 - High high

1 - High

2 - Low

3 - Low low

4 - Deadband

5 - Deviation

6 - Rate of change

ClusterName:

Specifies the name of the cluster in which the Alarm Server resides. This is optional if you have one cluster or are resolving the alarm server via the current cluster context. The argument is enclosed in quotation marks "".

Return Value

The alarm threshold or 0.0.

Related Functions

AlarmGetThreshold, AlarmSetThreshold, AlarmSetThresholdRec

See Also

Alarm Functions

Published June 2018