MC-Basic:element.PLSSOURCE

From SoftMC-Wiki
Revision as of 08:00, 11 October 2018 by Guy (talk | contribs)
Jump to: navigation, search
Language: [[::MC-Basic:element.PLSSOURCE|English]]  • [[::MC-Basic:element.PLSSOURCE/zh-hans|中文(简体)‎]]

Defines the type of position that toggles the PLS output.
PLSSource can be based either on an absolute position (either XYZ or axis), or on a position relative to the current movement.

plssourcetable.PNG

Syntax

<element>.PLSSOURCE=<source>

Availability

Version 3.2 and later

Range

Axis

<A1>.POSITIONCOMMAND: Position command of any axis
<A1>.POSITIONFEEDBACK: Position feedback of any axis
<A1>.POSITIONEXTERNAL: Position of any external axis (such as CDHD2 drive, PEXT)

Units

Encoder counts

Default

PositionFeedback

Scope

Configuration, Task or Terminal

Limitations

  • Can be set only when PLS is disabled.
  • Cannot be a negative value.

Examples

Pls1.PlsRepeat = 1000

See Also