Difference between revisions of "AXY:MC-Basic:group.INTERPOLATIONTYPE"
m (1 revision) |
m (Itay moved page MC-Basic:group.INTERPOLATIONTYPE to AXY:MC-Basic:group.INTERPOLATIONTYPE) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{MC-Basic | + | <!-- {{MC-Basic |
|SHORT FORM= | |SHORT FORM= | ||
IType | IType | ||
|SYNTAX= | |SYNTAX= | ||
− | < | + | <''group''>.IType |
|AVAILABILITY= | |AVAILABILITY= | ||
− | + | Since Version 3.6.20 | |
|DESCRIPTION= | |DESCRIPTION= | ||
− | Returns the current or interrupted | + | Returns the interpolation type of the current or interrupted movements.<br> |
− | + | 0 or 1 = MOVE joint-interpolation<br> | |
− | + | 2 = CIRCLE circular-interpolation<br> | |
− | + | 3 = JOG movement <br> | |
− | + | 6 = MOVES straight-line movement<br> | |
− | + | 7 = DELAY<br> | |
+ | 8 = Advanced interpolation<br> | ||
+ | 14 = Torque interpolation<br> | ||
+ | 15 = DOPASS<br> | ||
+ | 16 = Kino-Dynamic interpolation<br> | ||
+ | 17 = Sine Wave interpolation<br> | ||
+ | |||
|TYPE= | |TYPE= | ||
Line 33: | Line 39: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Valid only for groups | + | * Valid only for groups |
− | + | * Read only | |
− | + | * Modal only | |
|EXAMPLE= | |EXAMPLE= | ||
Line 41: | Line 47: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.INTERPOLATIONTYPE|axis.INTERPOLATIONTYPE]] |
}} | }} | ||
+ | --> |