Difference between revisions of "Blend Protected"
Line 8: | Line 8: | ||
{{Note|Setting any value > 0 means that the next movement won't be blend although the blendingfactor is defined. Because the next movement will not have anything to be blended to.}} | {{Note|Setting any value > 0 means that the next movement won't be blend although the blendingfactor is defined. Because the next movement will not have anything to be blended to.}} | ||
− | {{Note| Applicable only with <nowiki>BlendingMethod=2</nowiki> and time-based profile active <nowiki>(prftype=2)</nowiki>.}} | + | {{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 it's value will be silently ignored (no error reported).}} |
Revision as of 10:04, 5 April 2011
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 motion.
Defines the smallest amount of the motion that is not blended, which means that according to the blending conditions the un-blended part of the second move can be longer but not shorter then the given percentage given in BlendProtected.
NOTE | |
Has a higher priority than the BlendingFactor. This means if two motions of same length are blended and Bfactor = 50 and Bprotected = 60 the superposition of the two motions will start at 40% of the path of the first move. |
NOTE | |
Setting any value > 0 means that the next movement won't be blend although 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 it's value will be silently ignored (no error reported). |