Difference between revisions of "AXY:MC-Basic:axis.STARTTYPE"
m (Itay moved page MC-Basic:axis.STARTTYPE to AXY:MC-Basic:axis.STARTTYPE) |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- {{Languages|MC-Basic:axis.STARTTYPE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
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 52: | Line 56: | ||
* [[MC-Basic:axis.ISMOVING|axis.ISMOVING]] | * [[MC-Basic:axis.ISMOVING|axis.ISMOVING]] | ||
* [[MC-Basic:axis.ISSETTLED|axis.ISSETTLED]] | * [[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]] | * [[MC-Basic:SYNCSTART|SYNCSTART]] | ||
}} | }} | ||
+ | --> |