.wdenabled Property

Function:

Enables or disables the watchdog timer.

Syntax:

Enum (no_yes, byte)

Value Range:

0- NO (default): The watchdog timer is disabled.  

1- YES : The watchdog timer is enabled.

See Also:

sys.wdperiod, sys.wdautoreset, sys.wdreset


Details

This property enables or disables the watchdog timer.

Once the watchdog timer is enabled by setting sys.wdenabled = YES, it cannot be disabled without a reset, ensuring that the system is protected against failures by resetting the system.


.wdenabled Property

Details