Difference between revisions of "MC-Basic:pls.PLSRELATEDTO"

From SoftMC-Wiki
Jump to: navigation, search
(Added the property to WIKI)
 
 
(10 intermediate revisions by 2 users not shown)
Line 9: Line 9:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
From FW 4.
+
Version 4.7.8 and later
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Flag array used by oriented PLS-sources defining if the 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.
+
This is a flag used by the ''PathLength'', ''PathPercentage'' and ''PathTime'' to define whether PLS positions are computed relative to the motion start position or to the target position.
It's default value will be 0 so if nothing said all path-specific variables will be computed from the start.
 
 
 
 
|TYPE=
 
|TYPE=
 
Long
 
Long
Line 39: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:path-PLS|path-PLS]]
+
* [[Programmable Limit Switch|PLS]]
  
 
}}
 
}}

Latest revision as of 11:17, 16 October 2018

This is a flag used by the PathLength, PathPercentage and PathTime to define whether PLS positions are computed relative to the motion start position or to the target position.

Short form

None

Syntax

<pls>.PlsRelatedTo = 1 | 0

?<pls>.PlsRelatedTo

Availability

Version 4.7.8 and later

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

See Also