Difference between revisions of "MC-Basic:CONFIGGROUP"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ConfigGroup <''Group Name''> |AVAILABILITY= AllVersions |DESCRIPTION= Updates all internal parameters according to the user-given parameters.…') |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:CONFIGGROUP}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 7: | Line 8: | ||
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | All versions | |
|DESCRIPTION= | |DESCRIPTION= | ||
− | Updates all internal parameters according to | + | Updates all internal parameters according to user defined parameters: |
− | + | *Kinematics parameters of the robot (accelerations, velocities, ...) | |
− | + | *Geometric parameters (lengths, angles of joints) | |
− | The function must be called | + | The function must always be called after changing the axis and the limit of the robot joints. It is also recommended to call the function after changing any of the maximum kinematics (VELOCITY, ACCELERATION, JERK) values of any axis belonging to the group. |
|TYPE= | |TYPE= | ||
Line 32: | Line 33: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | In disabled state only | + | In disabled state only |
|EXAMPLE= | |EXAMPLE= |
Latest revision as of 07:20, 3 May 2017
Language: | English • 中文(简体) |
---|
Updates all internal parameters according to user defined parameters:
- Kinematics parameters of the robot (accelerations, velocities, ...)
- Geometric parameters (lengths, angles of joints)
The function must always be called after changing the axis and the limit of the robot joints. It is also recommended to call the function after changing any of the maximum kinematics (VELOCITY, ACCELERATION, JERK) values of any axis belonging to the group.
Syntax
ConfigGroup <Group Name>
Availability
All versions
Scope
Configuration, Task, Terminal
Limitations
In disabled state only
Examples
ConfigGroup Scara