Difference between revisions of "MC-Basic:element.BLENDINGPERCENTAGE"

From SoftMC-Wiki
Jump to: navigation, search
Line 5: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
?<''element''>.BlendingPercentage<br>
 
  
 
<''element''>. BlendingPercentage  = <''value''>
 
<''element''>. BlendingPercentage  = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Since Version 3.6.20
+
Since Version 0.4.18.1
  
 
|DESCRIPTION=
 
|DESCRIPTION=
  
Percentage of the movement’s length that will be not blended with the next movement. Works with [[MC-Basic:element.BLENDINGMETHOD|BLENDINGMETHOD]] = 2 only (SP Blending)!
 
  
0% – blending of second movement started from the beginning of the first one .
+
Overrides values of [[MC-Basic:element.BLENDINGFACTOR|BLENDINGFACTOR]] and [[MC-Basic:element.CP|CP]] nodaly.
  
100% – blending of second movement started from the end of the first one (NO BLENDING) .
+
0% – no blending at all<br>
  
 +
100% – maximum amount of blending for the specified blending pair.
  
 +
works for both [[MC-Basic:element.BLENDINGMETHOD|BLENDINGMETHOD]] - 1(CP) and 2(SP).
 +
 +
If [[MC-Basic:element.BLENDINGFACTOR|BLENDINGFACTOR]] or [[MC-Basic:element.CP|CP]] are also specified (non-default values), they will be ignored.
  
 
|TYPE=
 
|TYPE=
Line 29: Line 31:
  
 
|UNITS=
 
|UNITS=
Percents of the segments length
+
Percents  
  
 
|DEFAULT=
 
|DEFAULT=
100 (no blending)
+
0 (no blending)
  
 
|SCOPE=
 
|SCOPE=
Line 38: Line 40:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Mixed profiler types are not valid , Modal/Nodal
+
 
 +
Nodal-Only property
  
 
|EXAMPLE=
 
|EXAMPLE=
'''Axis''' <br>
 
''A1''.BlendingPercentage = 10<br>
 
?''A1''.BlendingPercentage<br>
 
 
'''Group''' <br>
 
''G1''.BlendingPercentage = 10<br>
 
?''G1''.BlendingPercentage<br>
 
  
 +
MOVE SCARA P1 BlendingPercentage = 100<br>
  
  

Revision as of 09:51, 7 August 2019

Language: English

Overrides values of BLENDINGFACTOR and CP nodaly.

0% – no blending at all

100% – maximum amount of blending for the specified blending pair.

works for both BLENDINGMETHOD - 1(CP) and 2(SP).

If BLENDINGFACTOR or CP are also specified (non-default values), they will be ignored.

Syntax

<element>. BlendingPercentage  = <value>

Availability

Since Version 0.4.18.1

Type

Double

Range

0 to 100

Units

Percents

Default

0 (no blending)

Scope

Task or Terminal

Limitations

Nodal-Only property

Examples

MOVE SCARA P1 BlendingPercentage = 100

See Also