Difference between revisions of "MC-Basic:axis.DRIVEENABLE"
(Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.DEn |SYNTAX= ''<axis>''.DriveEnable = ''<expression>''<br> ?''<axis>''.DriveEnable |AVAILABILITY= All versions |DESCRIPTION= This property a…') |
(AXY: new links) |
||
(11 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.DRIVEENABLE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | '' | + | <''axis''>.DEn |
|SYNTAX= | |SYNTAX= | ||
− | '' | + | <''axis''>.DriveEnable = <''expression''><br> |
− | ?'' | + | ?<''axis''>.DriveEnable |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 13: | Line 14: | ||
This property allows direct control over control bit 14. When this bit and bit 15 (DRIVEON) are set to 1, the drive is enabled (if all other conditions for enable are met (e.g., no faults, remote enable is high)). Setting this bit to 0 immediately disables the drive and the motor coasts. | This property allows direct control over control bit 14. When this bit and bit 15 (DRIVEON) are set to 1, the drive is enabled (if all other conditions for enable are met (e.g., no faults, remote enable is high)). Setting this bit to 0 immediately disables the drive and the motor coasts. | ||
− | Direct use of this bit is usually not necessary. Use the '' | + | 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. | A query of this property returns the state of this request and not the state of the drive. | ||
Line 33: | Line 34: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Executed only in SERCOS communication phase 4 | + | *Executed only in SERCOS communication phase 4 |
+ | *Not supported in EtherCAT system | ||
|EXAMPLE= | |EXAMPLE= | ||
Line 39: | Line 41: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.DRIVEON|axis.DRIVEON]] |
− | * [[ | + | * [[MC-Basic:element.ENABLE|ENABLE]] |
− | |||
+ | [[Category:Obsolete|axis.DRIVEENABLE]] | ||
}} | }} |
Latest revision as of 11:01, 13 September 2017
Language: | English • 中文(简体) |
---|
This property allows direct control over control bit 14. When this bit and bit 15 (DRIVEON) are set to 1, the drive is enabled (if all other conditions for enable are met (e.g., no faults, remote enable is high)). Setting this bit to 0 immediately disables the drive and the motor coasts.
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>.DEn
Syntax
<axis>.DriveEnable = <expression>
?<axis>.DriveEnable
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.den