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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Modal-Only" to "Modal only")
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.SUMTORQUE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=  
 
|SHORT FORM=  
Line 4: Line 5:
  
 
|SYNTAX=  
 
|SYNTAX=  
<axis>.SumTorque
+
<''axis''>.SumTorque
  
 
|AVAILABILITY=
 
|AVAILABILITY=
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Selects if the TAddCmd is added to the TCmd value in torque mode.
+
Defines whether TAddCmd is added to the TCmd value in Torque mode.
 +
<font color="red">
 +
If true, the sum of TAddCmd and TCmd is sent as TCmd (IDN S-80) and zero as TAddCmd (IDN-81) to SERCOS.
 +
</font>
  
If TRUE, the sum of TAddCmd and TCmd is sent as TCmd (IDN S-80) and zero as TAddCmd (IDN-81) to SERCOS.
+
0 - TAddCmd and TCmd are sent separately <br>
 +
1 - TAddCmd is added to TCmd <br>
  
 +
{{Note/Important|
 +
If an axis is in '''POSITION''' OpMode and SumTorque is set to 1, the value set to property TAddCmd is added to TCmd. However, TCMD is meaningless in position OpMode, therefore this situation
 +
will actually have no real influence. If you want to use TAddCmd in position OpMode - set SumTorque to 0 !}}
 
|TYPE=  
 
|TYPE=  
 
Long
 
Long
  
 
|RANGE=  
 
|RANGE=  
0-1 <br>
+
0, 1
0 - TAddCmd and TCmd are sent separately <br>
+
 
1 - TAddCmd is added to TCmd <br>
 
  
 
|UNITS=
 
|UNITS=
Line 29: Line 36:
 
|EXAMPLE=  
 
|EXAMPLE=  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:TORQUE|TORQUE]]
+
* [[MC-Basic:TORQUE|TORQUE]]
* [[Axystems:MC-Basic:axis.OPMODE|OPMODE]]
+
* [[MC-Basic:axis.OPMODE|OPMODE]]
* [[Axystems:MC-Basic:axis.TORQUECHANGERATIO|TORQUECHANGERATIO]]
+
* [[MC-Basic:axis.TORQUECHANGERATIO|TORQUECHANGERATIO]]
* [[Axystems:MC-Basic:axis.TORQUECHANGERATIOMAX|TORQUECHANGERATIOMAX]]
+
* [[MC-Basic:axis.TORQUECHANGERATIOMAX|TORQUECHANGERATIOMAX]]
* [[Axystems:OperationalModes| Operational Modes]]
+
* [[OperationalModes| Operational Modes]]
  
  
Line 40: Line 47:
 
}}
 
}}
  
[[Category:Axystems:OperationalModes]]
+
[[Category:OperationalModes]]

Latest revision as of 05:39, 21 April 2017

Language: English  • 中文(简体)‎

Defines whether TAddCmd is added to the TCmd value in Torque mode. If true, the sum of TAddCmd and TCmd is sent as TCmd (IDN S-80) and zero as TAddCmd (IDN-81) to SERCOS.

0 - TAddCmd and TCmd are sent separately
1 - TAddCmd is added to TCmd

IMPORTANT.svgIMPORTANT

If an axis is in POSITION OpMode and SumTorque is set to 1, the value set to property TAddCmd is added to TCmd. However, TCMD is meaningless in position OpMode, therefore this situation

will actually have no real influence. If you want to use TAddCmd in position OpMode - set SumTorque to 0 !

Short form

STORQUE

Syntax

<axis>.SumTorque

Type

Long

Range

0, 1

Default

0

Scope

Task, Terminal

Limitations

Modal only

See Also