Difference between revisions of "MC-Basic:element.BLENDPROTECTED"
(new page) |
(description) |
||
Line 1: | Line 1: | ||
− | {{Languages}} | + | {{Languages|MC-Basic:element.BLENDPROTECTED}} |
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 8: | Line 8: | ||
4.5.x and above | 4.5.x and above | ||
|DESCRIPTION= | |DESCRIPTION= | ||
+ | Sets the protected part of the move that is guaranteed not going to be blended.<br> | ||
+ | |||
+ | Percentage of the current motion path (measured from the end) that is going to be executed completely separated from the previous or next motions. | ||
+ | |||
+ | Defines the smallest amount at the motion end that is '''not''' blended, which means that according to the blending conditions the un-blended part of the move can be longer but not shorter then the given percentage given in BlendProtected. | ||
+ | |||
+ | |||
+ | |||
+ | {{Note|'''Has a higher priority than the BlendingFactor.'''<br>If two motions of the same length that are blended together have <nowiki>Bfactor = 50</nowiki> and '''the second''' motion has <nowiki>Bprotected = 60</nowiki> the superposition of the two motions will start at 60% of the path of the first move. ''The last 40% of the first motion and the first 40% of the second motion will be super-posed, this means the last 60% of the second motion will be done separately.''}} | ||
+ | |||
+ | {{Note|Setting any value > 0 means that the next movement will not be blended even though the BlendingFactor is defined, because the next movement will not have anything to be blended to.}} | ||
+ | |||
+ | {{Note| Applicable only with <nowiki>BlendingMethod=2</nowiki> (SP blending) and time-based profile active <nowiki>(prftype=2)</nowiki>. | ||
+ | <br> In cases of non-SP blending or Sine-Acceleration profile, its value will be silently ignored (no error reported).}} | ||
+ | |||
+ | {{Note | Accuracy of the path length depends on the velocity at the moment of blending. Error in the magnitude of <math>V \cdot T </math> should be expected!}} | ||
|TYPE= | |TYPE= |
Latest revision as of 07:02, 11 July 2017
Language: | English • 中文(简体) |
---|
Sets the protected part of the move that is guaranteed not going to be blended.
Percentage of the current motion path (measured from the end) that is going to be executed completely separated from the previous or next motions.
Defines the smallest amount at the motion end that is not blended, which means that according to the blending conditions the un-blended part of the move can be longer but not shorter then the given percentage given in BlendProtected.
NOTE | |
Has a higher priority than the BlendingFactor. If two motions of the same length that are blended together have Bfactor = 50 and the second motion has Bprotected = 60 the superposition of the two motions will start at 60% of the path of the first move. The last 40% of the first motion and the first 40% of the second motion will be super-posed, this means the last 60% of the second motion will be done separately. |
NOTE | |
Setting any value > 0 means that the next movement will not be blended even though the BlendingFactor is defined, because the next movement will not have anything to be blended to. |
NOTE | |
Applicable only with BlendingMethod=2 (SP blending) and time-based profile active (prftype=2).
In cases of non-SP blending or Sine-Acceleration profile, its value will be silently ignored (no error reported). |
NOTE | |
Accuracy of the path length depends on the velocity at the moment of blending. Error in the magnitude of should be expected! |
Short form
None
Syntax
?<element>.BlendProtected
Availability
4.5.x and above
Type
Double
Range
0-100
Units
path length percentage
Default
0
Scope
Scope Configuration, Task or Terminal
Limitations
Nodal-only
Examples
Axis
Move A1 10 BlendProtected=50
Group
Move G1 (10,10) BlendProtected=50