Difference between revisions of "AXY:MC-Basic:robot.DYNAMICPARAMETER"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "FW 4.7.14" to "Since Version 4.7.14")
m (Text replace - "''<group>''" to "<''group''>")
Line 2: Line 2:
 
|SHORT FORM=
 
|SHORT FORM=
 
|SYNTAX=
 
|SYNTAX=
''<group>''.DynamicParameter[<''parameter''>] = <''expression''>
+
<''group''>.DynamicParameter[<''parameter''>] = <''expression''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 16:18, 20 March 2014

Parameters for the dynamic model of a robot.

The parameters are model-dependent. See Axystems:Dynamic Models for a list of available robot models and the corresponding parameters.

Syntax

<group>.DynamicParameter[<parameter>] = <expression>

Availability

Since Version 4.7.14

Type

  • <parameter>: Long
  • <expression>: Double

Default

0.0 for all parameters

Scope

Task and Terminal

Limitations

  • Read/Write
  • Modal only

See Also