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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?''<axis>''.TorqueAddCommand |AVAILABILITY= AMCS 4.2.x |DESCRIPTION= Axis additive torque command value |TYPE= Double |RANGE= -MINDouble to…')
 
 
(25 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.TORQUEADDCOMMAND}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
+
<''axis''>.TAddCmd
  
 
|SYNTAX=
 
|SYNTAX=
?''<axis>''.TorqueAddCommand
+
<''axis''>.TorqueAddCommand
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AMCS 4.2.x
+
Since Version 4.2.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Axis additive torque command value
+
Axis additive torque command value.
  
 
|TYPE=
 
|TYPE=
Line 16: Line 17:
  
 
|RANGE=
 
|RANGE=
-MINDouble to +MAXDouble
 
  
 
|UNITS=
 
|UNITS=
Line 29: Line 29:
 
|LIMITATIONS=
 
|LIMITATIONS=
 
Read only
 
Read only
 +
 +
{{Note|Read/Write since version 4.9.6. User entered value (Ax1.taddcmd ?'"`UNIQ--nowiki-00000001-QINU`"'? <''value''> added to the value computed in [[Motion Dynamics|Motion Dynamics]] }}
 +
  
 
|EXAMPLE=
 
|EXAMPLE=
?A1. TorqueAddCommand
+
?A1.TorqueAddCommand
 +
 
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.TORQUECOMMAND|axis.TORQUECOMMAND]]
+
* [[MC-Basic:TORQUE|TORQUE ]]
 +
* [[Motion Dynamics]]
 +
* [[MC-Basic:element.TORQUECOMMAND|TORQUECOMMAND]]
 +
* [[Inverse_Dynamic_Model|Inverse Dynamic Model]]
 +
}}
  
 
+
[[Category:Motion Dynamics|TORQUEADDCOMMAND]] [[Category:OperationalModes]]
}}
 

Latest revision as of 14:59, 12 November 2020

Language: English  • 中文(简体)‎

Axis additive torque command value.

Short form

<axis>.TAddCmd

Syntax

<axis>.TorqueAddCommand

Availability

Since Version 4.2.x

Type

Double

Scope

Configuration, Task or Terminal

Limitations

Read only

NOTE-Info.svgNOTE
Read/Write since version 4.9.6. User entered value (Ax1.taddcmd ?'"`UNIQ--nowiki-00000001-QINU`"'? <value> added to the value computed in Motion Dynamics

Examples

?A1.TorqueAddCommand

See Also