Difference between revisions of "MC-Basic:HOLD"
m (Miborich moved page Axystems:MC-Basic:HOLD to MC-Basic:HOLD: Global renaming of Axystems: namespace into (Main):) |
m |
||
(5 intermediate revisions by one other user not shown) | |||
Line 6: | Line 6: | ||
{{Note/Important| It does not necessarily stop the axis physical motion!}} | {{Note/Important| It does not necessarily stop the axis physical motion!}} | ||
{{Note| In case wrongly issued in a OPMODE different from TORQUEMODE the regular STOP command will be issued instead!}} | {{Note| In case wrongly issued in a OPMODE different from TORQUEMODE the regular STOP command will be issued instead!}} | ||
− | Depending on the value of [[ | + | Depending on the value of [[MC-Basic:axis.HOLDTYPE|axis.HOLDTYPE ]] actual tcmd could be reduced to zero. |
|TYPE= | |TYPE= | ||
|RANGE= | |RANGE= | ||
Line 15: | Line 15: | ||
|EXAMPLE= Hold Ax1 | |EXAMPLE= Hold Ax1 | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.OPMODE|OPMODE]] |
− | * [[ | + | * [[MC-Basic:axis.HOLDTYPE|HOLDTYPE ]] |
− | * [[ | + | * [[MC-Basic:axis.TORQUECHANGERATIO|TIMETOTORQUE ]] |
− | * [[ | + | * [[OperationalModes| Operational Modes]] |
<br><br> | <br><br> | ||
− | * ''[[AXY:MC_Operational_Modes | MC Operational Modes]]'' | + | <!-- * ''[[AXY:MC_Operational_Modes | MC Operational Modes]]'' |
− | * ''[[AXY:Operational_Modes | Operational Modes]]'' | + | * ''[[AXY:Operational_Modes | Operational Modes]]'' --> |
}} | }} | ||
− | [[Category | + | [[Category:OperationalModes]] |
Latest revision as of 09:03, 21 August 2014
Stopping the axis tcmd interpolation immediately.
IMPORTANT | |
It does not necessarily stop the axis physical motion! |
NOTE | |
In case wrongly issued in a OPMODE different from TORQUEMODE the regular STOP command will be issued instead! |
Depending on the value of axis.HOLDTYPE actual tcmd could be reduced to zero.
Syntax
HOLD <axis> {HoldType = <value>}
Availability
from 4.9.0
Examples
Hold Ax1
See Also