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

From SoftMC-Wiki
Jump to: navigation, search
(Added limitation)
m (Text replace - "''<group>''" to "<''group''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
''<group>''.PLSSOURCE=''<nowiki><source></nowiki>''
+
<''group''>.PLSSOURCE=''<nowiki><source></nowiki>''
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 17: Line 17:
 
|RANGE=
 
|RANGE=
  
* ''<group>''.SETPOINT1 - X coo<br>
+
* <''group''>.SETPOINT1 - X coo<br>
* ''<group>''.SETPOINT2 - Y coo<br>
+
* <''group''>.SETPOINT2 - Y coo<br>
* ''<group>''.SETPOINT3 - Z coo<br>
+
* <''group''>.SETPOINT3 - Z coo<br>
* ''<group>''.PATHLENGTH - Length of the movement path<br>
+
* <''group''>.PATHLENGTH - Length of the movement path<br>
* ''<group>''.PATHPERCENTAGE - Percentage of the movements path<br>
+
* <''group''>.PATHPERCENTAGE - Percentage of the movements path<br>
* ''<group>''.PATHTIME - Time of the movement<br>
+
* <''group''>.PATHTIME - Time of the movement<br>
  
 
|UNITS=
 
|UNITS=

Revision as of 16:17, 20 March 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