Difference between revisions of "AXY:MC-Basic:axis.INTERPOLATIONTYPE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Versions AMCS 0.3.6.20 and higher" to "Since Version 3.6.20")
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Versions AMCS 0.3.6.20 and higher
+
Since Version 3.6.20
  
 
|DESCRIPTION=
 
|DESCRIPTION=

Revision as of 13:48, 20 March 2014

Returns the type of interpolation of the current or interrupted movements.
1 = MOVE interpolation
3 = JOG movement

Short form

Itype

Syntax

<axis>.Itype

Availability

Since Version 3.6.20

Type

Long

Range

1 or 3

Default

1

Scope

Configuration, Task, Terminal

Limitations

  • Valid only for groups
  • Read only
  • Modal only

Examples

?A1.itype

See Also