Difference between revisions of "MC-Basic:WDDELETE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Write-Only" to "Write only")
m
Line 11: Line 11:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
A task is detached from the watch dog Terminal mechanism using WDDELETE. A new WDINIT command is necessary to re-attach the task.
 
A task is detached from the watch dog Terminal mechanism using WDDELETE. A new WDINIT command is necessary to re-attach the task.
 
{{Note/Important| '''THIS COMMAND IS OBSOLETE'''}}
 
  
 
|TYPE=
 
|TYPE=
''<watch dog variable>'': Long
+
<''watch dog variable''>: Long
  
 
|RANGE=
 
|RANGE=
Line 30: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Write only
+
*Write only
 +
*Not supported in EtherCAT system
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 12:00, 26 March 2014

A task is detached from the watch dog Terminal mechanism using WDDELETE. A new WDINIT command is necessary to re-attach the task.

Syntax

WDDelete(<watch dog variable>)

Availability

All versions

Type

<watch dog variable>: Long

Range

The value of the variable is given by WDINIT.

Scope

Task or Terminal

Limitations

  • Write only
  • Not supported in EtherCAT system

Examples

WdDelete(MyVar)                          ‘Detach the task from the watch dog

See Also