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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= PassInterpolation |AVAILABILITY= Versions 4.2.x and higher |DESCRIPTION= Set’s the actual pass interpolation, once set only one type of sin…')
 
m (Miborich moved page Axystems:MC-Basic:robot.PASSINTERPOLATION to MC-Basic:robot.PASSINTERPOLATION: Global renaming of Axystems: namespace into (Main):)
 
(4 intermediate revisions by 3 users not shown)
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions 4.2.x and higher
+
Since Version 4.2.x
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 38: Line 38:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:PASS|PASS]]
+
* [[MC-Basic:PASS|PASS]]
* [[Axystems:MC-Basic:DOPASS|DOPASS]]
+
* [[MC-Basic:DOPASS|DOPASS]]
  
  
 
}}
 
}}

Latest revision as of 08:54, 22 May 2014

Set’s the actual pass interpolation, once set only one type of single-point movement can be give, i.e. ether MOVE or MOVES.

The PASS THROUGH command interpolates  the path according this property

Syntax

PassInterpolation

Availability

Since Version 4.2.x

Type

Integer

Range

0 (JOINT) phase 2, not implemented yet

1 (CARTESIAN)

Default

0

Scope

Task or Terminal

Limitations

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

See Also