Difference between revisions of "AXY:MC-Basic:axis.ENABLE"
m (Text replace - "''<axis>''" to "<''axis''>") |
m (Itay moved page MC-Basic:axis.ENABLE to AXY:MC-Basic:axis.ENABLE) |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:axis.ENABLE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | <''axis''>.Enable = <value><br> | + | <''axis''>.Enable = <''value''><br> |
?<''axis''>.Enable | ?<''axis''>.Enable | ||
Line 12: | Line 13: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This property enables or disables the drive. The property encapsulates operation of drive status bit 15, and causes an active disable of the drive when set to 0. The | + | This property enables or disables the drive. The property encapsulates operation of drive status bit 15, and causes an active disable of the drive when set to 0. The softMC interpreter is held until the requested state is actually achieved on the drive. |
− | When the drive is disabled, the motion controller of that axis is in a following mode, so the command follows the feedback. A message is generated by the | + | When the drive is disabled, the motion controller of that axis is in a following mode, so the command follows the feedback. A message is generated by the softMC that the axis is now in following mode. Motion commands are not allowed when the drive is disabled. |
0 (OFF) - Drive disable<br> | 0 (OFF) - Drive disable<br> | ||
− | + | 1 (ON) - Drive enable | |
|TYPE= | |TYPE= | ||
Line 41: | Line 42: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.FOLLOWINGMODE|axis.FOLLOWINGMODE]] |
− | * [[ | + | * [[MC-Basic:SYSTEM.ENABLE|SYSTEM.ENABLE]] |
}} | }} | ||
+ | --> |