MC-Basic:robot.PASSUPTO

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= PassUpTo |AVAILABILITY= Versions 4.2.x and higherDescription          Number of points taken from through-array for the interpolation…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

PassUpTo

Availability

Versions 4.2.x and higherDescription          Number of points taken from through-array for the interpolation, value of -1 means no limitation (given array size).

Type

Long

Range

-1(default value),1(at least one point) to arraysize(a)

Default

-1

Scope

Task or Terminal

Limitations

Modal/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 PassUpTo=3

See Also