Difference between revisions of "MC-Basic:axis.TorqueLimit"
Line 10: | Line 10: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | Queries the (highest) torque, which can be applied to the motor at current velocity ([[MC-Basic:axis.VELOCITYCOMMAND|Vcmd]]) according to the motor torque characteristics. | + | Queries the (highest) torque, which can be applied to the motor at current velocity ([[AXY:MC-Basic:axis.VELOCITYCOMMAND|Vcmd]]) according to the motor torque characteristics. |
[[File:Axystems;Motor Torque-Velocity Characteristics.png]] | [[File:Axystems;Motor Torque-Velocity Characteristics.png]] |
Revision as of 07:36, 14 August 2017
Language: | [[::MC-Basic:axis.TorqueLimit|English]] • [[::MC-Basic:axis.TorqueLimit/zh-hans|中文(简体)]] |
---|
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