Difference between revisions of "AXY:MC-Basic:robot.DYNAMICPARAMETER"
m (Itay moved page MC-Basic:robot.DYNAMICPARAMETER to AXY:MC-Basic:robot.DYNAMICPARAMETER) |
|||
(18 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:robot.DYNAMICPARAMETER}} | ||
+ | |||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
|SYNTAX= | |SYNTAX= | ||
− | '' | + | <''group''>.DynamicParameter[<''parameter''>] = <''expression''> |
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 4.7.14 | |
|DESCRIPTION= | |DESCRIPTION= | ||
Parameters for the dynamic model of a robot. | Parameters for the dynamic model of a robot. | ||
+ | |||
+ | |||
The parameters are model-dependent. | The parameters are model-dependent. | ||
+ | See [[Dynamic Models]] for a list of available robot models and the corresponding parameters. | ||
− | |||
|TYPE= | |TYPE= | ||
− | *<parameter>: Long | + | * <parameter>: Long |
− | *<expression>: Double | + | * <expression>: Double |
|RANGE= | |RANGE= | ||
Line 27: | Line 31: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | * | + | * Read/Write |
* Modal only | * Modal only | ||
|EXAMPLE= | |EXAMPLE= | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[Motion Dynamics]] |
+ | * [[MC-Basic:group.DYNAMICMODEL|group.DYNAMICMODEL]] | ||
+ | * [[MC-Basic:axis.DYNAMICPARAMETER|axis.DYNAMICPARAMETER]] | ||
+ | * [[Dynamic Models|Dynamic Models]] | ||
}} | }} | ||
− | [[Category: | + | [[Category:Motion Dynamics]] |
+ | --> |