Difference between revisions of "MC-Basic:pls.PLSRELATEDTO"
(Change description section) |
m |
||
Line 12: | Line 12: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | Flag used by relative PLS-sources (PathLength , Path Percentage and PathTime) defining if the position buffer (PLSposition[*]) is computed relative from the start(0) or to the target(1).<br/> For example in case of PathLength it means if the length is measured from the start or from the end of the motion. | + | Flag used by relative PLS-sources (PathLength , Path Percentage and PathTime) defining if the position buffer (PLSposition[*]) is computed relative from the start(0) or to the target(1). |
− | It's default value will be 0 so if nothing said all path-specific variables will be computed from the start. | + | <br/> For example in case of PathLength it means if the length is measured from the start or from the end of the motion. |
+ | <br/>It's default value will be 0 so if nothing said all path-specific variables will be computed from the start. | ||
|TYPE= | |TYPE= |
Revision as of 12:32, 25 July 2011
Flag used by relative PLS-sources (PathLength , Path Percentage and PathTime) defining if the position buffer (PLSposition[*]) is computed relative from the start(0) or to the target(1).
For example in case of PathLength it means if the length is measured from the start or from the end of the motion.
It's default value will be 0 so if nothing said all path-specific variables will be computed from the start.
Short form
None
Syntax
<pls>.PlsRelatedTo = 1 | 0
?<pls>.PlsRelatedTo
Availability
From FW 4.
Type
Long
Range
0 - Related to start point
1 - Related to target point
Default
0
Scope
Configuration, Task or Terminal
Limitations
None.
Examples
PLS1.RelatedTo = 1