Difference between revisions of "MC-Basic:SYSTEM.WATCHDOGTEST"

From SoftMC-Wiki
Jump to: navigation, search
m
m (Miborich moved page Axystems:MC-Basic:SYSTEM.WATCHDOGTEST to MC-Basic:SYSTEM.WATCHDOGTEST: Global renaming of Axystems: namespace into (Main):)
(No difference)

Revision as of 08:42, 22 May 2014

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

Since Version 3.0

Type

Long

Units

Ms

Scope

Task or Terminal

Limitations

  • Read only
  • Not supported in EtherCAT system

Examples

?Sys.WatchDogTest

27

See Also