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

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
Line 1: Line 1:
{{Languages|MC-Basic:axis.TorqueLimitVelocityMax}}
+
{{Languages|MC-Basic:axis.TorqueLimitVelocityMax}}  
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 17: Line 17:
  
  
[[File:Axystems;Motor Torque-Velocity Characteristics.png]]
+
[[File:TN.PNG|800 px]]
  
  

Revision as of 10:52, 12 January 2020

Language: English  • 中文(简体)‎

Sets the motor torque characteristics. The highest torque that can be applied to the motor at Vmax.


TN.PNG

Short form

<axis>.TlimVmax

Syntax

?<axis>.TlimVmax

<axis>.TlimVmax = <value>

Availability

since Version 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

See Also