Difference between revisions of "MC-Basic:robot.INERTIAREDUCTION"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:robot.INERTIAREDUCTION to MC-Basic:robot.INERTIAREDUCTION: Global renaming of Axystems: namespace into (Main):)
Line 35: Line 35:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:ATTACH|ATTACH]]
 
* [[MC-Basic:ATTACH|ATTACH]]
* [[Axystems:MC-Basic:robot.INERTIATHRESHOLD|robot.INERTIATHRESHOLD]]
+
* [[MC-Basic:robot.INERTIATHRESHOLD|robot.INERTIATHRESHOLD]]
  
  
 
}}
 
}}

Revision as of 08:54, 22 May 2014

Value of maximum acceleration-, deceleration- and jerk-reduction in percentage. The value is for the maximum point radius. For points closer to the origi,n the reduction value is linearly interpolated between this value and 100.

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

See Also