Difference between revisions of "MC-Basic:TORQUE"

From SoftMC-Wiki
Jump to: navigation, search
m (moved AXY:MC-Basic:axis.DIGITALTORQUE to AXY:MC-Basic:axis.TORQUE: The name DigitalTorque was from SAC application where there ware both Analog and Digital torque modes. Here there is only one therefore the name change.)
(No difference)

Revision as of 07:59, 8 November 2011

IMPORTANT.svgIMPORTANT
This entry is outdated and requires revision.

Executes Digital Torque command ,similar to Jog command with automatic scaling of the profiler-velocity to torque. Automatically causes the AMCS to enter digital torque mode. <Torque Value> Value of the target torque in mA if greater then TMAX then the later value will be used , sending a note to the user.
TimeToTorque – time needed to reach the target torque value from the initial torque value.
TimeTorque – duration of the torque command, if set to –1 (default) endless torque command. (Same as TimeJog)
Type<Torque Value> : Double
<TimeToTorque>: Long
<TimeTorque>: - Long

Short form

DTorque

Syntax

DigitalTorque <Torque Value> {TimeToTorque=<time>} {<TimeTorque>=<time>} {<StartType=<starttype value>}

Range

±DIPEAK

Units

<Torque Value> : MilliAmperes

<TimeToTorque>: MSec

<TimeTorque>: MSec

Limitations

DigitalTorque OpMode.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

DigitalTorque trq StartType=Immediate

See Also