Difference between revisions of "MC-Basic:robot.PASSBACKWARD"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:robot.PASSBACKWARD to MC-Basic:robot.PASSBACKWARD: Global renaming of Axystems: namespace into (Main):)
 
Line 40: Line 40:
 
* [[MC-Basic:PASS|PASS]]
 
* [[MC-Basic:PASS|PASS]]
 
* [[MC-Basic:DOPASS|DOPASS]]
 
* [[MC-Basic:DOPASS|DOPASS]]
* [[Axystems:MC-Basic:robot.PASSBUFFERLEVEL|robot.PASSBUFFERLEVEL]]
+
* [[MC-Basic:robot.PASSBUFFERLEVEL|robot.PASSBUFFERLEVEL]]
  
  
  
 
}}
 
}}

Latest revision as of 08:54, 22 May 2014

Describes if the given array is passed in forward or backward direction.

Syntax

PassBackward

Availability

Since Version 4.2.x

Type

Long

Range

Backward – 1
Forward – 0

Units

None

Default

0 - Forward

Scope

Task or Terminal

Limitations

Nodal – Only Valid for robots only. Can not be set while the motion is executing.

Examples

Dim a[5] as location of xyzr

Pass nodes=a Passfrom = 2 PassUpTo=5 PassBackward = 0

See Also