AXY:MC-Basic:group.DYNAMICMODEL

From SoftMC-Wiki
Jump to: navigation, search

Dynamic model of a robot.

The dynamic model calculates needed torques/forces for each joint of a robot during a commanded motion. The torques are then sent to the drives as "additional torque command" (torque feed forward), which helps to improve the motion performance.

Syntax

<robot>.DynamicModel = <expression>

Availability

AMCS 4.7.10

Type

Long

Range

  • 0 - No dynamic model

Available dynamic models for robots:

DynamicModel 1
TraverseArm torque feed forward
Delta torque feed forward

Default

0 (No dynamic model)

Scope

Task and Terminal

Limitations

  • R/W
  • Modal only

See Also