Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

AlarmCountList

  • Last UpdatedJul 18, 2023
  • 1 minute read

Counts the available alarms for the selected filter criteria.

Syntax

LONG AlarmCountList(INT AN)

AN:

An animation identifier of an alarm list.

Return Value

Returns counted alarms for the selected filter criteria. Returns -1 when an error is detected.

Example

// counts all listed alarms on the slected alarm page

INT iRet, iErr; // return values

iRet = AlarmCountList(21);

IF iRet = -1 THEN

iErr = IsError(); // get error code)

END

AlarmCount

See Also

Alarm Functions

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in