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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<value>''" to "<''value''>")
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.TorqueLimitVelocityMax}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 9: Line 10:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS FW 4.9.10
+
since Version 4.9.10
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Setup the motor torque characteristics.
+
Sets the motor torque characteristics.
Highest torque, which can be applied to the motor at [[Axystems:MC-Basic:axis.VELOCITYMAX|Vmax]].
+
The highest torque that can be applied to the motor at [[MC-Basic:element.VELOCITYMAX|Vmax]].
 +
 
 +
 
 +
[[File:TN.PNG|800 px]]
  
[[File:Axystems;Motor Torque-Velocity Characteristics.png]]
 
  
 
|TYPE=
 
|TYPE=
Line 35: Line 38:
  
 
|EXAMPLE=
 
|EXAMPLE=
<pre>
 
 
with AX1
 
with AX1
  Vmax     = 350
+
:Vmax = 350
  Tmax     = 150
+
:Tmax = 150
  VlimTmax = 300
+
:VlimTmax = 300
  TlimVmax = 100
+
:TlimVmax = 100
 
end with
 
end with
</pre>
 
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.TorqueMax|axis.TORQUEMAX]]
+
* [[MC-Basic:axis.TORQUETHRESHOLD|axis.TorqueThreshold]]
* [[Axystems:MC-Basic:axis.VelocityLimitTorqueMax|axis.VelocityLimitTorqueMax]]
+
* [[MC-Basic:axis.VelocityLimitTorqueMax|axis.VelocityLimitTorqueMax]]
* [[Axystems:MC-Basic:axis.TorqueLimit|axis.TorqueLimit]]
+
* [[MC-Basic:axis.TorqueLimit|axis.TorqueLimit]]
  
 
}}
 
}}
  
[[Category:Axystems:Motion Dynamics]]
+
[[Category:Motion Dynamics]]

Latest revision as of 10:55, 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