AXY:MC-Basic:group.INTERPOLATIONTYPE

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= IType |SYNTAX= <GROUP>.IType |AVAILABILITY= Versions 3.6.20 and higher |DESCRIPTION= Returns the current or interrupted movements’ interpolation type…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns the current or interrupted movements’ interpolation type.
       0 or 1 = MOVE joint-interpolation
       2 = CIRCLE circular-interpolation
       3 = JOG -movement
       6 = MOVES straight-line movement
       8 = Advanced Interpolation

Short form

IType

Syntax

<GROUP>.IType

Availability

Versions 3.6.20 and higher

Type

Long

Range

0 to 3, 6

Default

0

Scope

Configuration, Task, Terminal

Limitations

Valid only for groups

Read Only, Modal Only

Examples

?g1.IType

See Also