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

From SoftMC-Wiki
Jump to: navigation, search
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Axystems:Template:Temporary-Specification}}
+
{{Languages|MC-Basic:axis.TORQUECHANGERATIO}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM= TCRatio
 
|SHORT FORM= TCRatio
|SYNTAX= <axis>.TorqueChangeRatio
+
|SYNTAX= <''axis''>.TorqueChangeRatio
 
|AVAILABILITY=
 
|AVAILABILITY=
 
|DESCRIPTION= Defines speed of change from the current torque value to the given one inside torque command.
 
|DESCRIPTION= Defines speed of change from the current torque value to the given one inside torque command.
Line 12: Line 12:
 
|LIMITATIONS=Modal/Nodal .
 
|LIMITATIONS=Modal/Nodal .
 
|EXAMPLE=  
 
|EXAMPLE=  
?TorqueChangeRatio,
+
?TorqueChangeRatio
  
 
Torque 100 TorqueChangeRatio = 1000
 
Torque 100 TorqueChangeRatio = 1000
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:TORQUE|TORQUE]]
+
* [[MC-Basic:TORQUE|TORQUE]]
* [[Axystems:MC-Basic:axis.TORQUECHANGERATIOMAX | TORQUECHANGERATIOMAX]]
+
* [[MC-Basic:axis.TORQUECHANGERATIOMAX| TORQUECHANGERATIOMAX]]
* [[Axystems:MC-Basic:axis.SUMTORQUE|SUMTORQUE ]]
+
* [[MC-Basic:axis.SUMTORQUE|SUMTORQUE ]]
* [[Axystems:OperationalModes| Operational Modes]]
+
* [[OperationalModes| Operational Modes]]
  
 
<br><br>
 
<br><br>
Line 25: Line 25:
 
* ''[[AXY:Operational_Modes | Operational Modes]]''
 
* ''[[AXY:Operational_Modes | Operational Modes]]''
 
}}
 
}}
[[Category:Axystems:OperationalModes]]
+
[[Category:OperationalModes]]

Latest revision as of 06:54, 21 April 2017

Language: English  • 中文(简体)‎

Defines speed of change from the current torque value to the given one inside torque command.

Short form

TCRatio

Syntax

<axis>.TorqueChangeRatio

Type

Double

Range

0.001 - MAxDouble

Units

Nm/sec or N/sec

Default

1

Scope

Task, Terminal

Limitations

Modal/Nodal .

Examples

?TorqueChangeRatio

Torque 100 TorqueChangeRatio = 1000

See Also