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

From SoftMC-Wiki
Jump to: navigation, search
(add additive torque delay description)
 
(fix typo)
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:axis.ADDITIVETORQUEDELAY}}
 
{{MC-Basic
 
{{MC-Basic
  
Line 9: Line 9:
 
|AVAILABILITY=
 
|AVAILABILITY=
 
4.17.5
 
4.17.5
 +
 +
|DESCRIPTION=
 +
This property returns the delay, as a number of AnyBus cycles, between the additive torque command and the torque feedback for the calculation of the torque error.
  
 
|TYPE=
 
|TYPE=

Revision as of 15:41, 23 October 2017

Language: English

This property returns the delay, as a number of AnyBus cycles, between the additive torque command and the torque feedback for the calculation of the torque error.

Syntax

<axis>.AdditiveTorqueDelay = <value>

?<axis>.AdditiveTorqueDelay

Availability

4.17.5

Type

Double

Range

1 to 32

Units

Motion-Bus cycle times

Default

3

Scope

Task or Terminal

Examples

Axis
A1.AdditiveTorqueDelay = 3

See Also