User Has Disabled

Text Language Definition

Function UserHasDisabled:boolean;

Description

The UserHasDisabled function returns a boolean value of true if the system is currently disabled by an external input. A value of false indicates the system is still operational. Note that this is an unlatched conditional check; if a latched condition is required the WatchdogHasTripped function should be used.

Escapes

The UserHasDisabled fuction does not generate any escapes.

Examples

This example demonstrates a potential reset after the user disables the system.

Related Topics

Reset Watchdog
Watchdog Has Tripped