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

From SoftMC-Wiki
Jump to: navigation, search
m (draft)
 
 
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.VelocityLimitTorqueMax}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
VlimTmax
+
<''axis''>.VlimTmax
  
 
|SYNTAX=
 
|SYNTAX=
axis.VlimTmax = ''value''
+
?<''axis''>.TlimVmax
 +
 
 +
<''axis''>.VlimTmax = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS FW 4.9.x
+
since Version 4.9.10
  
 
|DESCRIPTION=
 
|DESCRIPTION=
[[File:Axystems;Motor Torque-Velocity Characteristics.png]]
+
Setup the motor torque characteristics.
 +
Highest velocity, at which [[MC-Basic:axis.TorqueMax|Tmax]] still can be applied to the motor.
 +
 
 +
[[File:TN.PNG|800 px]]
  
 
|TYPE=
 
|TYPE=
Line 19: Line 25:
  
 
|UNITS=
 
|UNITS=
 
+
mm/s, deg/s
  
 
|DEFAULT=
 
|DEFAULT=
 
+
1000
  
 
|SCOPE=
 
|SCOPE=
Line 28: Line 34:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
* Nodal-Olny
 
  
 
|EXAMPLE=
 
|EXAMPLE=
<pre>
+
?'"`UNIQ--pre-00000001-QINU`"'?
  
</pre>
+
|SEE ALSO=
  
|SEE ALSO=
+
* [[MC-Basic:axis.TORQUETHRESHOLD|axis.TorqueThreshold]]
* [[AXY:MC-Basic:axis.TorqueLimitVelocityMax|axis.TorqueLimitVelocityMax]]
+
* [[MC-Basic:axis.TorqueLimitVelocityMax|axis.TorqueLimitVelocityMax]]
 +
* [[MC-Basic:axis.TorqueLimit|axis.TorqueLimit]]
  
 
}}
 
}}
 +
 +
[[Category:Motion Dynamics]]

Latest revision as of 10:54, 12 January 2020

Language: English  • 中文(简体)‎

Setup the motor torque characteristics. Highest velocity, at which Tmax still can be applied to the motor.

TN.PNG

Short form

<axis>.VlimTmax

Syntax

?<axis>.TlimVmax

<axis>.VlimTmax = <value>

Availability

since Version 4.9.10

Type

Double

Units

mm/s, deg/s

Default

1000

Scope

Task or Terminal

Examples

?'"`UNIQ--pre-00000001-QINU`"'?

See Also