Difference between revisions of "AXY:MC-Basic:axis.BLENDPROTECTED"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= None |SYNTAX= ?<element>.BlendProtected |AVAILABILITY= 4.5.x and above |DESCRIPTION= Sets the protected part of the move that is guaranteed not going to b…")
 
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
<!-- {{Languages|MC-Basic:axis.BLENDPROTECTED}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
None
 
None
 
|SYNTAX=
 
|SYNTAX=
?<element>.BlendProtected
+
?<''element''>.BlendProtected
 
|AVAILABILITY=
 
|AVAILABILITY=
 
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.Percentage of the current motion path (measured from the end) that is going to be executed completely separated from the previously entered motion.
 
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.
 
  
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.
+
{{AXY:BlendProtectedDescription}}
Setting any value > 0 means that the next movement won't be blend although the blendingfactor is defined.
 
 
 
{{Note| Applicable only with <nowiki>BlendingMethod=2</nowiki> and time-based profile active <nowiki>(prftype=2)</nowiki>.}}
 
  
 
|TYPE=
 
|TYPE=
Line 22: Line 18:
 
path length percentage
 
path length percentage
 
|DEFAULT=
 
|DEFAULT=
 +
0
 
|SCOPE=
 
|SCOPE=
 
Scope Configuration, Task or Terminal
 
Scope Configuration, Task or Terminal
 
|LIMITATIONS=
 
|LIMITATIONS=
Modal/Nodal
+
Nodal-only
 
|EXAMPLE=
 
|EXAMPLE=
?Ax1.BlendProtected
+
Move Ax1 10 BlendProtected=50
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.BLENDINGSTARTCONDITION | BlendingStartCondition ]]
+
* [[MC-Basic:axis.BLENDINGSTARTCONDITION| BlendingStartCondition ]]
* [[Axystems:MC-Basic:axis.PROFILERTYPE | ProfilerType ]]
+
* [[MC-Basic:axis.PROFILERTYPE| ProfilerType ]]
* [[Axystems:Time_Based_Profile | Time Based Profile]]
+
* [[Time Based Profile (Trapezoidal Acceleration)| Time Based Profile]]
 
}}
 
}}
 +
-->

Latest revision as of 06:24, 14 August 2017