Deviation Percent Alarm Calculation

There are two Deviation alarm calculation types that can be implemented in CygNet: Deviation Value and Deviation Percent.

For more information, see Alarm Calculation Types.

Deviation Percent

The Percent Deviation alarm uses the Deviation Percent (DEVIATION_PCT) calculation. On each update, the system calculates the percentage change from the previous value and sets the alarm bit if the percentage change exceeds the threshold. This alarm calculation uses Calculation Parameter 1 only.

The number of entries stored for this calculation is specified by the histvaluecount attribute in the CvsMetadata file for a CygNet Enhanced Point Scheme.

The following image shows the area of an Analog Alarm Settings page of a PNT Editor with an enabled Percent Deviation alarm using the Deviation Percent calculation type:

Alarm Calculation Configuration - Deviation Percent

Alarm Calculation Configuration — Deviation Percent

Calculation Parameter

The calculation parameter for this alarm is user-provided:

Equation

Percent Change = ((Updated Value/Previous Value) -1) X 100

Example

In this example, the Percent Deviation bit is set because the percentage change (79.0319%) of the updated value and the previous value is greater than the calcparm value of 10%.

((95.322/53.243) -1) X 100 = 79.0319%

Alarm Calculation Results - Deviation Percent

Alarm Calculation Results — Deviation Percent