Difference between revisions of "MC-Basic:axis.TorqueLimitVelocityMax"
m (Text replace - "''<axis>''" to "<''axis''>") |
|||
Line 1: | Line 1: | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
− | '' | + | <''axis''>.TlimVmax |
|SYNTAX= | |SYNTAX= | ||
− | ?'' | + | ?<''axis''>.TlimVmax |
− | '' | + | <''axis''>.TlimVmax = ''<value>'' |
|AVAILABILITY= | |AVAILABILITY= |
Revision as of 07:59, 17 March 2014
Setup the motor torque characteristics. Highest torque, which can be applied to the motor at Vmax.
Short form
<axis>.TlimVmax
Syntax
?<axis>.TlimVmax
<axis>.TlimVmax = <value>
Availability
AMCS FW 4.9.10
Type
Double
Units
Nm, N
Default
10000
Scope
Task or Terminal
Examples
with AX1 Vmax = 350 Tmax = 150 VlimTmax = 300 TlimVmax = 100 end with