Difference between revisions of "MC-Basic:SYSTEM.MOTIONMARGIN"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Sys.MotionMargin = <''value''><br> System.MotionMargin'' = <value>''<br> ?Sys.MotionMargin<br> ?System.MotionMargin |AVAILABILITY= 4.5.2…') |
m (1 revision) |
(No difference)
|
Revision as of 16:10, 13 December 2010
Defines the margin value beyond which the system limits accelerationvalue in case of excessive acceleration (acc> amax). In case the absolute value of acceleration command exceeds Sys.MotionMargin*AMAX the error "Marginal acceleration limit exceeded, element is stopped." is thrown and a stop profile is generated starting from initial position, velocity and Sys.MotionMargin*AMAX value of acceleration. This in order to prevent motors coasting in cases whn the computed initial commanded acceleration during stopping is extremly high. (can happen when passing near robot singularities).
Syntax
Sys.MotionMargin = <value>
System.MotionMargin = <value>
?Sys.MotionMargin
?System.MotionMargin
Availability
4.5.27
Type
Double
Range
1.0-100.0
Default
3.0
Scope
Configuration, Task or Terminal
Examples
System.MotionMargin = 2.0