PageDisabled
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.
Notes
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 |
See Also