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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:pls.PLSREPEAT to MC-Basic:pls.PLSREPEAT: Global renaming of Axystems: namespace into (Main):)
(No difference)

Revision as of 08:53, 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