Difference between revisions of "MC-Basic:axis.TorqueLimit"
m (Miborich moved page Axystems:MC-Basic:axis.TorqueLimit to MC-Basic:axis.TorqueLimit: Global renaming of Axystems: namespace into (Main):) |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.TorqueLimit}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 9: | Line 10: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | Queries the (highest) torque, which can be applied to the motor at current velocity ([[ | + | Queries the (highest) torque, which can be applied to the motor at current velocity ([[MC-Basic:element.VELOCITYCOMMAND|Vcmd]]) according to the motor torque characteristics. |
− | [[File: | + | [[File:TN.PNG|800 px]] |
|TYPE= | |TYPE= | ||
Line 42: | Line 43: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.TORQUETHRESHOLD|axis.TorqueThreshold]] |
− | * [[ | + | * [[MC-Basic:axis.VelocityLimitTorqueMax|axis.VelocityLimitTorqueMax]] |
− | * [[ | + | * [[MC-Basic:axis.TorqueLimitVelocityMax|axis.TorqueLimitVelocityMax]] |
}} | }} | ||
− | [[Category | + | [[Category:Motion Dynamics]] |
Latest revision as of 10:55, 12 January 2020
Language: | English • 中文(简体) |
---|
Queries the (highest) torque, which can be applied to the motor at current velocity (Vcmd) according to the motor torque characteristics.
Syntax
?<axis>.TorqueLimit
Availability
since Version 4.9.10
Type
Double
Units
Nm, N
Scope
Task or Terminal
Limitations
Read only
Examples
with AX1 Record TrqLimit.rec 1000 RecData = Tfb, TAddCmd, TorqueLimit, -TorqueLimit RecordOn
- Move 100
- Move -100
- Delay 4
RecordOff end with