Difference between revisions of "MC-Basic:robot.INERTIAREDUCTION"
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:robot.INERTIAREDUCTION}} | ||
+ | |||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 10: | Line 12: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | Value of maximum acceleration-, deceleration- and jerk-reduction in percentage. The value is for the maximum point radius. For points | + | Value of maximum acceleration-, deceleration- and jerk-reduction in percentage. The value is for the maximum point radius. For points further from the origin the reduction value is linearly interpolated between this value and 100. |
+ | |||
+ | {{Note/Important| Works only for SCARA and PUMA models!}} | ||
+ | |||
+ | |||
+ | Additional acceleration and jerk reduction based on distance from the coordinate origin (0,0) in XY plane:<br> | ||
+ | [[File:INERTIATHRESHOLD.PNG|1000 px]] | ||
+ | |||
+ | |||
|TYPE= | |TYPE= | ||
Line 34: | Line 44: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | + | ||
− | * [[ | + | * [[MC-Basic:robot.INERTIATHRESHOLD|robot.INERTIATHRESHOLD]] |
}} | }} |
Latest revision as of 09:58, 31 October 2017
Language: | English • 中文(简体) |
---|
Value of maximum acceleration-, deceleration- and jerk-reduction in percentage. The value is for the maximum point radius. For points further from the origin the reduction value is linearly interpolated between this value and 100.
IMPORTANT | |
Works only for SCARA and PUMA models! |
Additional acceleration and jerk reduction based on distance from the coordinate origin (0,0) in XY plane:
Short form
IReduction
Syntax
IReduction = <numeric expression>
Type
Double
Range
0.1 to 100
Units
Percents of reduction
Default
20%
Scope
Task, Terminal
Limitations
Modal only, The group needs to be attached
Examples
IReduction = 50