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

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:group.PLSSOURCE to MC-Basic:group.PLSSOURCE: Global renaming of Axystems: namespace into (Main):)
Line 45: Line 45:
 
* [[MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
 
* [[MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
 
* [[MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]]
 
* [[MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]]
* [[Axystems:path-PLS|path-PLS]]
+
* [[path-PLS|path-PLS]]
  
  
 
}}
 
}}

Revision as of 08:57, 22 May 2014

Defines the source for PLS.

Syntax

<group>.PLSSOURCE=<source>

Availability

Version 4.8.0 and later

Range

  • <group>.SETPOINT1 - X coo
  • <group>.SETPOINT2 - Y coo
  • <group>.SETPOINT3 - Z coo
  • <group>.PATHLENGTH - Length of the movement path
  • <group>.PATHPERCENTAGE - Percentage of the movements path
  • <group>.PATHTIME - Time of the movement

Scope

Configuration, Task or Terminal

Limitations

In case of group that is not from Robot type the PATHLENGTH is not allowed as the physical dimensions of such variable are non-existent.

Examples

GXY.PlsSource=GXY.PATHTIME

See Also