Difference between revisions of "AXY:MC-Basic:axis.STARTTYPE"
m (Text replace - "''<axis>''" to "<''axis''>") |
m (Itay moved page MC-Basic:axis.STARTTYPE to AXY:MC-Basic:axis.STARTTYPE) |
||
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:axis.STARTTYPE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | <''axis''>.StartType = <value><br> | + | <''axis''>.StartType = <''value''><br> |
? <''axis''>.StartType | ? <''axis''>.StartType | ||
Line 23: | Line 24: | ||
5 (SUPERIMMEDIATE): Similar to the IMMEDIATE STARTTYPE option, but the computation of the command is done in realtime rather than in the background. | 5 (SUPERIMMEDIATE): Similar to the IMMEDIATE STARTTYPE option, but the computation of the command is done in realtime rather than in the background. | ||
+ | |||
+ | |||
+ | {{Note/Danger| Use IMMEDIATE and SUPERIMMEDIATE on single axis motion, usage in groups/robots can lead to undesired (jumps) effects. }} | ||
The INPOSITION option is the most stringent condition for motion completion. This property is used inside a motion command to override the permanent value. | The INPOSITION option is the most stringent condition for motion completion. This property is used inside a motion command to override the permanent value. | ||
Line 50: | Line 54: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.ISMOVING|axis.ISMOVING]] |
− | * [[ | + | * [[MC-Basic:axis.ISSETTLED|axis.ISSETTLED]] |
− | * [[ | + | * [[MC-Basic:axis.POSITIONERRORSETTLE|axis.POSITIONERRORSETTLE]] |
− | * [[ | + | * [[MC-Basic:axis.TIMESETTLE|axis.TIMESETTLE]] |
− | * [[ | + | * [[MC-Basic:axis.TIMESETTLEMAX|axis.TIMESETTLEMAX]] |
− | * [[ | + | * [[MC-Basic:SYNCSTART|SYNCSTART]] |
}} | }} | ||
+ | --> |