Difference between revisions of "MC-Basic:axis.TorqueLimit"

From SoftMC-Wiki
Jump to: navigation, search
m
m (Text replace - "AMCS FW 4.9.10" to "since Version 4.9.10")
Line 6: Line 6:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS FW 4.9.10
+
since Version 4.9.10
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 14:38, 20 March 2014

Queries the (highest) torque, which can be applied to the motor at current velocity (Vcmd) according to the motor torque characteristics.

Axystems;Motor Torque-Velocity Characteristics.png

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

See Also