Difference between revisions of "MC-Basic:element.BLENDPROTECTED/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} {{MC-Basic |SHORT FORM= None |SYNTAX= ?<''element''>.BlendProtected |AVAILABILITY= 4.5.x and above |DESCRIPTION= Sets the protected part of the move that is guar...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:element.BLENDPROTECTED}}
{{MC-Basic
+
== 缩写 ==
|SHORT FORM=
 
 
None
 
None
|SYNTAX=
+
 
 +
== 格式 ==
 
?<''element''>.BlendProtected
 
?<''element''>.BlendProtected
|AVAILABILITY=
 
4.5.x and above
 
|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.
+
== 适用版本 ==
 +
4.5.x及以上
  
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.
+
== 描述 ==
 +
设置运动中受保护部分保证不会混合。<br>
  
 +
将要执行的当前运动路径(从最终测量)的百分比与上一个或下一个运动完全分离。
  
 +
定义运动端的最小数量为'''不'''混合,这意味着根据混合条件,运动中未混合部分可以比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>.
+
{{Note|'''比BlendingFactor具有更高的优先级'''<br>如果混合在一起的两个相同长度的运动具有<nowiki>Bfactor = 50</nowiki>并且'''第二个'''运动具有<nowiki>Bprotected = 60</nowiki>,则两个运动的叠加将从第一个运动路径的60%开始。 ''第一个运动的最后40%的路径和第二个运动的前%40路径会叠加,这表示第二个运动的后60%的路径将分开进行。''}}
<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!}}
+
{{Note|设置任何值> 0意味着即使BlendingFactor被定义,下一个运动也不会被混合,因为下一个运动没有可以运动可以混合。}}
  
|TYPE=
+
{{Note| 仅适用于<nowiki>BlendingMethod=2</nowiki>(SP混合)和基于时间的运动轨迹活动<nowiki>(prftype=2)</nowiki>。<br>
 +
在非SP混合或Sine-Acceleration配置文件的情况下,其值将被忽略(无错误报告)。}}
 +
 
 +
{{Note | 路径长度的精度取决于混合时的速度。 <math>V \cdot T </math>的大小误差应该是预期的!}}
 +
 
 +
== 类型 ==
 
Double
 
Double
|RANGE=
+
 
 +
== 取值范围 ==
 
0-100
 
0-100
|UNITS=
+
 
path length percentage
+
== 单位 ==
|DEFAULT=
+
路径长度百分比
 +
 
 +
== 默认 ==
 
0
 
0
|SCOPE=
+
 
 +
== 使用范围 ==
 
Scope Configuration, Task or Terminal
 
Scope Configuration, Task or Terminal
|LIMITATIONS=
+
 
 +
== 限制 ==
 
Nodal-only
 
Nodal-only
|EXAMPLE=
+
 
 +
== 例子 ==
 
'''Axis''' <br>
 
'''Axis''' <br>
 
Move ''A1'' 10 BlendProtected=50 <br>
 
Move ''A1'' 10 BlendProtected=50 <br>
Line 43: Line 51:
 
'''Group''' <br>
 
'''Group''' <br>
 
Move ''G1'' (10,10) BlendProtected=50
 
Move ''G1'' (10,10) BlendProtected=50
|SEE ALSO=
+
 
 +
== 参考 ==
 
* [[MC-Basic:element.BLENDINGFACTOR| BLENDINGFACTOR ]]
 
* [[MC-Basic:element.BLENDINGFACTOR| BLENDINGFACTOR ]]
 
* [[MC-Basic:element.BLENDINGSTARTCONDITION| BlendingStartCondition ]]
 
* [[MC-Basic:element.BLENDINGSTARTCONDITION| BlendingStartCondition ]]
 
* [[MC-Basic:element.PROFILERTYPE| ProfilerType ]]
 
* [[MC-Basic:element.PROFILERTYPE| ProfilerType ]]
 
* [[Time Based Profile (Trapezoidal Acceleration)| Time Based Profile]]
 
* [[Time Based Profile (Trapezoidal Acceleration)| Time Based Profile]]
}}
 

Latest revision as of 04:06, 10 September 2017

语言: English  • 中文(简体)‎

缩写

None

格式

?<element>.BlendProtected

适用版本

4.5.x及以上

描述

设置运动中受保护部分保证不会混合。

将要执行的当前运动路径(从最终测量)的百分比与上一个或下一个运动完全分离。

定义运动端的最小数量为混合,这意味着根据混合条件,运动中未混合部分可以比BlendProtected中给定的给定百分比更长,但不要缩短。


NOTE-Info.svgNOTE
比BlendingFactor具有更高的优先级
如果混合在一起的两个相同长度的运动具有Bfactor = 50并且第二个运动具有Bprotected = 60,则两个运动的叠加将从第一个运动路径的60%开始。 第一个运动的最后40%的路径和第二个运动的前%40路径会叠加,这表示第二个运动的后60%的路径将分开进行。
NOTE-Info.svgNOTE
设置任何值> 0意味着即使BlendingFactor被定义,下一个运动也不会被混合,因为下一个运动没有可以运动可以混合。
NOTE-Info.svgNOTE
仅适用于BlendingMethod=2(SP混合)和基于时间的运动轨迹活动(prftype=2)。
在非SP混合或Sine-Acceleration配置文件的情况下,其值将被忽略(无错误报告)。
NOTE-Info.svgNOTE
路径长度的精度取决于混合时的速度。 的大小误差应该是预期的!

类型

Double

取值范围

0-100

单位

路径长度百分比

默认

0

使用范围

Scope Configuration, Task or Terminal

限制

Nodal-only

例子

Axis
Move A1 10 BlendProtected=50

Group
Move G1 (10,10) BlendProtected=50

参考