Difference between revisions of "AXY:MC-Basic:group.STARTTYPE"
m (Text replace - "''<expression>''" to "<''expression''>") |
m (Itay moved page MC-Basic:group.STARTTYPE to AXY:MC-Basic:group.STARTTYPE) |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | {{MC-Basic | + | <!-- {{MC-Basic |
|SHORT FORM= | |SHORT FORM= | ||
|SYNTAX= | |SYNTAX= | ||
− | ''< | + | ''<''group''>.''StartType = <''expression''><br> |
− | ?''< | + | ?''<''group''>.''StartType |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 25: | Line 25: | ||
* 5 ('''SUPERIMMEDIATE'''): Similar to IMMEDIATE, but the computation of the command is done in realtime rather than in the background. | * 5 ('''SUPERIMMEDIATE'''): Similar to IMMEDIATE, 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: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:ATTACH|ATTACH]] |
− | * [[ | + | * [[MC-Basic:SYNCSTART|SYNCSTART]] |
}} | }} | ||
− | [[Category | + | [[Category:Synchronization]] |
+ | --> |