Difference between revisions of "AXY:MC-Basic:axis.PLSSOURCE"

From SoftMC-Wiki
Jump to: navigation, search
Line 43: Line 43:
 
* [[MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]]
 
* [[MC-Basic:axis.POSITIONCOMMAND|axis.POSITIONCOMMAND]]
 
* [[MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
 
* [[MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
* [[Axystems:MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]]
+
* [[MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]]
 
* [[Axystems:path-PLS|path-PLS]]
 
* [[Axystems:path-PLS|path-PLS]]
  
  
 
}}
 
}}

Revision as of 08:47, 22 May 2014

Defines the source for PLS POSITIONCOMMAND, POSITIONFEEDBACK, or POSITIONEXTERNAL.

Syntax

<axis>.PLSSOURCE=<source>

Availability

Version 3.2 and later

Range

  • <axis>.POSITIONCOMMAND - Position command of any axis
  • <axis>.POSITIONFEEDBACK - Position feedback from any axis
  • <axis>.POSITIONEXTERNAL - External position (PEXT) from any axis (CDHD drive)
  • <axis>.PATHLENGTH - Length of the movement path
  • <axis>.PATHPERCENTAGE - Percentage of the movement path
  • <axis>.PATHTIME - Time of the movement

Default

PositionFeedback

Scope

Configuration, Task or Terminal

Examples

A1.PlsSource=a1.pext

See Also