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

From SoftMC-Wiki
Jump to: navigation, search
 
(26 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.TORQUECHANGERATIO}}
 
{{MC-Basic
 
{{MC-Basic
|SHORT FORM=
+
|SHORT FORM= TCRatio
|SYNTAX= <nowiki>TimeToTorque=<</nowiki>''time''>''' ''DTorque <nowiki><</nowiki>''Torque Value''<nowiki>> {TimeToTorque=<</nowiki>''time''>}'''
+
|SYNTAX= <''axis''>.TorqueChangeRatio
 
|AVAILABILITY=
 
|AVAILABILITY=
|DESCRIPTION= Defines the time needed to change the torque from an initial value to the value given in the DigitalTorque command.
+
|DESCRIPTION= Defines speed of change from the current torque value to the given one inside torque command.
|TYPE= Long
+
|TYPE= Double
|RANGE= 1 to MaxLong
+
|RANGE= 0.001 - MAxDouble
|UNITS= Milliseconds
+
|UNITS= Nm/sec or N/sec
|DEFAULT=
+
|DEFAULT= 1
 
|SCOPE= Task, Terminal
 
|SCOPE= Task, Terminal
|LIMITATIONS=Modal/Nodal .To set the value within a task, the axis must be attached to that task either implicitly (if no other task is accessing the axis) or explicitly using the “ATTACH” command.''' '''
+
|LIMITATIONS=Modal/Nodal .
|EXAMPLE= ?TimeToTorque
+
|EXAMPLE=  
 +
?TorqueChangeRatio
  
DigitalTorque 100 TimeToTorque = 1000
+
Torque 100 TorqueChangeRatio = 1000
 
|SEE ALSO=
 
|SEE ALSO=
 +
* [[MC-Basic:TORQUE|TORQUE]]
 +
* [[MC-Basic:axis.TORQUECHANGERATIOMAX| TORQUECHANGERATIOMAX]]
 +
* [[MC-Basic:axis.SUMTORQUE|SUMTORQUE ]]
 +
* [[OperationalModes| Operational Modes]]
  
* [[AXY:MC_Operational_Modes | MC Operational Modes]]
+
<br><br>
* [[AXY:Operational_Modes | Operational Modes]]
+
* ''[[AXY:MC_Operational_Modes | MC Operational Modes]]''
 +
* ''[[AXY:Operational_Modes | Operational Modes]]''
 
}}
 
}}
 +
[[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