.wdautoreset Property

Function:

Enables or disables the automatic reloading of the watchdog by TiOS.

Syntax:

sys.wdautoreset as enum dis_en

Value Range:

0- DISABLED

1- ENABLED (default)

See Also:

sys.wdenabled, sys.wdreset, sys.wdperiod


Details

By default, sys.wdautoreset is ENABLED, allowing TiOS to automatically reset the watchdog.

If manual control is required, set sys.wdautoreset to DISABLED and use sys.wdreset to reset the watchdog.

When the application is not running (PAUSE or BREAK state), TiOS will take care of the watchdog even if sys.wdautoreset = DISABLED.


.wdautoreset Property

Details