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

From SoftMC-Wiki
Jump to: navigation, search
(Added link to path pls)
m
Line 44: Line 44:
 
* [[Axystems:MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
 
* [[Axystems:MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
 
* [[Axystems:MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]]
 
* [[Axystems:MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]]
* [[Axystems:Axystems:path-PLS|path-PLS]]
+
* [[Axystems:path-PLS|path-PLS]]
  
  
 
}}
 
}}

Revision as of 10:12, 25 July 2011

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

Syntax

<axis>.PLSSOURCE=<source>

Availability

Version 3.2 and later

Range

Position command of any axis, specified as
       <axis>.POSITIONCOMMAND

Position feedback from any axis, specified as
       <axis>.POSITIONFEEDBACK

External position (PEXT) from any axis (SERVOSTAR drive), specified as
       <axis>.POSITIONEXTERNAL

Scope

Configuration, Task or Terminal

Examples

A1.PlsSource=a1.pext

See Also