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

From SoftMC-Wiki
Jump to: navigation, search
Line 16: Line 16:
  
 
|RANGE=
 
|RANGE=
Position command of any axis, specified as<br>
 
       ''<axis>''.POSITIONCOMMAND
 
  
Position feedback from any axis, specified as<br>
+
* ''<axis>''.POSITIONCOMMAND - Position command of any axis, specified as<br>
       ''<axis>''.POSITIONFEEDBACK
+
* ''<axis>''.POSITIONFEEDBACK - Position feedback from any axis, specified as<br>
 +
* ''<axis>''.POSITIONEXTERNAL - External position (PEXT) from any axis (SERVOSTAR drive), specified as<br>
 +
* ''<axis>''.PATHLENGTH - Length of the movement path<br>
 +
* ''<axis>''.PATHPERCENTAGE - Percentage of the movements path<br>
 +
* ''<axis>''.PATHTIME - Time of the movement<br>
  
External position (PEXT) from any axis (SERVOSTAR drive), specified as<br>
 
       ''<axis>''.POSITIONEXTERNAL
 
 
Length of the movement path<br>
 
        ''<axis>''.PATHLENGTH
 
 
Percentage of the movements path<br>
 
        ''<axis>''.PATHPERCENTAGE
 
 
Time of the movement<br>
 
        ''<axis>''.PATHTIME
 
  
 
|UNITS=
 
|UNITS=

Revision as of 08:59, 20 February 2012

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, specified as
  • <axis>.POSITIONFEEDBACK - Position feedback from any axis, specified as
  • <axis>.POSITIONEXTERNAL - External position (PEXT) from any axis (SERVOSTAR drive), specified as
  • <axis>.PATHLENGTH - Length of the movement path
  • <axis>.PATHPERCENTAGE - Percentage of the movements path
  • <axis>.PATHTIME - Time of the movement

Scope

Configuration, Task or Terminal

Examples

A1.PlsSource=a1.pext

See Also