MC-Basic:SYSTEM.WATCHDOGTEST

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?Sys.WatchDogTest ?System.WatchDogTest |AVAILABILITY= Versions 3.0 and later |DESCRIPTION= This command checks the correct operation and tim…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command checks the correct operation and timeout time of the WatchDog. After the test has finished, the controller must be rebooted The test returns either the WD timeout (in ms) if it executes successfully, or error if it fails.

Syntax

?Sys.WatchDogTest

?System.WatchDogTest

Availability

Versions 3.0 and later

Type

Long

Units

Ms

Scope

Task or Terminal

Limitations

Read-Only

Examples

?Sys.WatchDogTest

27

See Also