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

AlarmListFill

Fills an alarms list at a specified AN to be used by another routine (e.g. the interlocks processing routine).

Syntax

INTAlarmListFill(INT nAN)

nAN:

The AN number associated with the alarms list you want to use.

Return Value

0 (zero) if successful, otherwise an error code is returned. The error code can be obtained by calling the IsError Cicode function.

Related Functions

AlarmListCreate, AlarmListDestroy, AlarmListDisplay

See Also

Published June 2018