Cicode Programming Reference > Cicode Function Categories > Alarm Functions Introduction > AlarmDspPrev

AlarmDspPrev

Displays the previous page of alarms. This function pages up (scrolls) the alarms displayed by the AlarmDsp() function. You would normally call this function from a keyboard command.

Syntax

AlarmDspPrev(AN)

AN:

The AN where the alarm list is displayed, or:

-1 - Scroll every alarm list displayed on the page.

0 - Scroll the alarm list where the cursor is positioned.

Note: An alarm page can contain more than one alarm list.

Return Value

0 (zero) if successful, otherwise an error is returned.

Related Functions

AlarmDsp, AlarmDspNext

Example

System Keyboard

Key Sequence

PrevAlarm

Command

AlarmDspPrev(20)

Comment

Display the previous page of alarms (from the alarm list) at AN20

See Also

Alarm Functions