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

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
Line 1: Line 1:
{{Languages|MC-Basic:axis.TorqueMax}}
+
{{Languages|MC-Basic:axis.TorqueMax}}  
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 13: Line 13:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Maximum allowed torque / force of an axis.
+
Maximum allowed torque / force of an axis during TORQUE command.
  
[[File:Axystems;Motor Torque-Velocity Characteristics.png]]
 
  
  
Line 37: Line 36:
  
 
|EXAMPLE=
 
|EXAMPLE=
<pre>
+
?'"`UNIQ--pre-00000001-QINU`"'?
a1.TMAX = 1000
 
</pre>
 
  
 
|SEE ALSO=
 
|SEE ALSO=

Latest revision as of 10:52, 12 January 2020

Language: English  • 中文(简体)‎

Maximum allowed torque / force of an axis during TORQUE command.

Short form

<axis>.Tmax

Syntax

?<axis>.Tmax

<axis>.Tmax = <value>

Availability

Since Version 4.2.x

Type

Double

Range

0 - MAXDOUBLE

Units

Nm, N

Default

10000

Scope

Configuration, Task or Terminal

Examples

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

See Also