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

From SoftMC-Wiki
Jump to: navigation, search
Line 15: Line 15:
 
DigitalTorque 100 TimeToTorque = 1000
 
DigitalTorque 100 TimeToTorque = 1000
 
|SEE ALSO=
 
|SEE ALSO=
* [[AXY:MC-Basic:axis.DIGITALTORQUE|DIGITALTORQUE]]
+
* [[AXY:MC-Basic:axis.TORQUE|DIGITALTORQUE]]
 
* [[AXY:MC_Operational_Modes | MC Operational Modes]]
 
* [[AXY:MC_Operational_Modes | MC Operational Modes]]
 
* [[AXY:Operational_Modes | Operational Modes]]
 
* [[AXY:Operational_Modes | Operational Modes]]
 
}}
 
}}

Revision as of 07:59, 8 November 2011

IMPORTANT.svgIMPORTANT
This entry is outdated and requires revision.

Defines the time needed to change the torque from an initial value to the value given in the DigitalTorque command.

Syntax

TimeToTorque=<time> DTorque <Torque Value> {TimeToTorque=<time>}

Type

Long

Range

1 to MaxLong

Units

Milliseconds

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.

Examples

?TimeToTorque

DigitalTorque 100 TimeToTorque = 1000

See Also