Difference between revisions of "MC-Basic:axis.DRIVEON"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.DOn |SYNTAX= ''<axis>''.DriveOn = ''<expression>''<br> ?''<axis>''.DriveOn |AVAILABILITY= All versions |DESCRIPTION= This property allows di…')
 
(AXY: new links)
 
(11 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.DRIVEON}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.DOn
+
<''axis''>.DOn
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.DriveOn = ''<expression>''<br>
+
<''axis''>.DriveOn = <''expression''><br>
?''<axis>''.DriveOn
+
?<''axis''>.DriveOn
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 11: Line 12:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This property allows direct control over control bit 15. When this bit and bit 14 (DRIVEENABLE) are set to 1, the drive is enabled (if all other conditions for enable are met (e.g., no faults, remote enable is high)). This bit set to 0 results in an active disable on the drive (the drive stops the motor and then disable itself). Direct use of this bit is usually not necessary. Use the ''<axis>''.ENABLE property to enable and disable the drive. A query of this property returns the state of this request and not the state of the drive.
+
This property allows direct control over control bit 15. When this bit and bit 14 (DRIVEENABLE) are set to 1, the drive is enabled (if all other conditions for enable are met (e.g., no faults, remote enable is high)). This bit set to 0 results in an active disable on the drive (the drive stops the motor and then disable itself). Direct use of this bit is usually not necessary. Use the <''axis''>.ENABLE property to enable and disable the drive. A query of this property returns the state of this request and not the state of the drive.
  
 
|TYPE=
 
|TYPE=
Line 29: Line 30:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Executed only in SERCOS communication phase 4.
+
*Executed only in SERCOS communication phase 4
 +
*Not supported in EtherCAT system
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 35: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.DRIVEENABLE|axis.DRIVEENABLE]]
+
* [[MC-Basic:axis.DRIVEENABLE|axis.DRIVEENABLE]]
* [[Axystems:MC-Basic:axis.ENABLE|axis.ENABLE]]
+
* [[MC-Basic:element.ENABLE|ENABLE]]
 
 
  
 +
[[Category:Obsolete|axis.DRIVEON]]
 
}}
 
}}

Latest revision as of 11:01, 13 September 2017

Language: English  • 中文(简体)‎

This property allows direct control over control bit 15. When this bit and bit 14 (DRIVEENABLE) are set to 1, the drive is enabled (if all other conditions for enable are met (e.g., no faults, remote enable is high)). This bit set to 0 results in an active disable on the drive (the drive stops the motor and then disable itself). Direct use of this bit is usually not necessary. Use the <axis>.ENABLE property to enable and disable the drive. A query of this property returns the state of this request and not the state of the drive.

Short form

<axis>.DOn

Syntax

<axis>.DriveOn = <expression>
?<axis>.DriveOn

Availability

All versions

Type

Long

Range

0 or 1

Scope

Configuration, Task or Terminal

Limitations

  • Executed only in SERCOS communication phase 4
  • Not supported in EtherCAT system

Examples

?a1.don

See Also