Difference between revisions of "AXY:MC-Basic:axis.DYNAMICMODEL"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:axis.DYNAMICMODEL to MC-Basic:axis.DYNAMICMODEL: Global renaming of Axystems: namespace into (Main):)
Line 18: Line 18:
 
;1 ..
 
;1 ..
 
: See [[Dynamic Models]] for a list of available axis models.
 
: See [[Dynamic Models]] for a list of available axis models.
: Model dependent parameters are expected to be set in [[Axystems:MC-Basic:axis.DYNAMICPARAMETER]].
+
: Model dependent parameters are expected to be set in [[MC-Basic:axis.DYNAMICPARAMETER]].
  
 
|TYPE=
 
|TYPE=
Line 40: Line 40:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[Axystems:Motion Dynamics]]
 
* [[Axystems:Motion Dynamics]]
* [[Axystems:MC-Basic:axis.DYNAMICPARAMETER|axis.DYNAMICPARAMETER]]
+
* [[MC-Basic:axis.DYNAMICPARAMETER|axis.DYNAMICPARAMETER]]
 
* [[Axystems:MC-Basic:group.DYNAMICMODEL|group.DYNAMICMODEL]]
 
* [[Axystems:MC-Basic:group.DYNAMICMODEL|group.DYNAMICMODEL]]
 
* [[Control:Assist:DYNAMIC_MODEL(Axis)]]
 
* [[Control:Assist:DYNAMIC_MODEL(Axis)]]

Revision as of 08:45, 22 May 2014

Dynamic model of an axis.

The dynamic model calculates needed torques/forces 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.

Possible values:

0
No dynamic model. All dynamic computation during axis motion for this axis are disabled.
1 ..
See Dynamic Models for a list of available axis models.
Model dependent parameters are expected to be set in MC-Basic:axis.DYNAMICPARAMETER.

Syntax

<axis>.DynamicModel = <expression>

Availability

Since Version 4.7.14

Type

Long

Range

0, 1 .. 15

Default

0 (No dynamic model)

Scope

Task and Terminal

Limitations

  • Read/Write
  • Modal only

See Also