Cicode Programming Reference > Cicode Function Categories > Page Functions > PageSOE

PageSOE

Displays a category of sequence of events (SOE) entries on the SOE page.

To use this function, you need to have a page in your project that was created using the SOE template. By default, the name of the page is expected to be "SOE". However, you can use an alarm page with different name by adjusting the setting for the INI parameter [Page]SOEPage.

Syntax

PageSOE(INT Category, INT Fallback)

Category:

The category number for the alarms you want to display their events

Fallback:

Whether to display the Summary page instead if the SOE page does not exist. If not specified it defaults to FALSE (0).

Return Value

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

Related Functions

PageAlarm

Example

See Also

Published June 2018