PageDisabled
- Last UpdatedJul 18, 2023
- 1 minute read
Displays a category of disabled alarms on the disabled alarms page.
To use this function, you need to have a page in your project that was created using the Disabled template. By default, the name of the page is expected to be "Disabled". However, you can use a page with a different name by adjusting the setting for the INI parameter [Page]DisabledPage.
Note:
• The operation of this function has changed. In Version 2.xx this function displayed
the built-in alarm page from the Include project.
• This function is not supported in the server process in a multiprocessor environment.
Calling this function from the server process results in a hardware alarm being raised.
Syntax
PageDisabled( [Category] )
Category:
The alarm category to display. Set to 0 (the default) to display all alarm categories.
Return Value
0 (zero) if successful, otherwise an error is returned.
Related Functions
Example
System Keyboard
|
Key Sequence |
DisabledPage |
|
Command |
PageDisabled(0) |
|
Comment |
Display disabled alarms on the alarm page |
System Keyboard
|
Key Sequence |
Disabled ### Enter |
|
Command |
PageDisabled(Arg1) |
|
Comment |
Display a specified category of disabled alarms on the alarm page |