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

From SoftMC-Wiki
Jump to: navigation, search
Line 34: Line 34:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:COMMON SHARED ... AS PLS|COMMON SHARED ... AS PLS]]
+
* [[MC-Basic:COMMON SHARED ... AS PLS|COMMON SHARED ... AS PLS]]
 
* [[Axystems:MC-Basic:CREATEPLSDATA|CREATEPLSDATA]]
 
* [[Axystems:MC-Basic:CREATEPLSDATA|CREATEPLSDATA]]
  
  
 
}}
 
}}

Revision as of 08:36, 22 May 2014

Sets or queries the repetition interval of the PLS. The PLS output pattern specified by the PLS positions is repeated at an interval specified by the REPEAT property. A value of 0 disables repetition.
NOTE-Info.svgNOTE
A negative value is rejected

Short form

<pls>.Prep

Syntax

<pls>.PlsRepeat = <repetition interval>

Availability

All versions

Type

Double

Range

Greater than abs(maximum PLS position - minimum PLS position)

Default

0

Scope

Configuration, Task or Terminal

Limitations

The <repetition interval> is set only when the PLS is disabled.

Examples

Pls1.PlsRepeat = 1000

See Also