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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Read-Only" to "Read only")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:SYSTEM.WATCHDOGTEST}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 9: Line 10:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 3.0 and later
+
Since Version 3.0
  
 
|DESCRIPTION=
 
|DESCRIPTION=
 
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.
 
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.
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 
  
 
|TYPE=
 
|TYPE=
Line 23: Line 22:
  
 
|UNITS=
 
|UNITS=
Ms
+
milliseconds (ms)
  
 
|DEFAULT=
 
|DEFAULT=
Line 32: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read only
+
*Read only
 +
*Not supported in EtherCAT system
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 40: Line 40:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:WDCYCLE|WDCYCLE]]
+
* [[MC-Basic:WDCYCLE|WDCYCLE]]
* [[Axystems:MC-Basic:WDINIT|WDINIT]]
+
* [[MC-Basic:WDINIT|WDINIT]]
  
[[Category:Axystems:Obsolete|SYSTEM.WATCHDOGTEST]]
+
[[Category:Obsolete|SYSTEM.WATCHDOGTEST]]
 +
[[Category:MC-Basic:System|MC-Basic:System]]
 
}}
 
}}

Latest revision as of 07:36, 2 May 2017

Language: English  • 中文(简体)‎

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

milliseconds (ms)

Scope

Task or Terminal

Limitations

  • Read only
  • Not supported in EtherCAT system

Examples

?Sys.WatchDogTest

27

See Also