Difference between revisions of "MC-Basic:element.MOTIONOVERLAP"
(Created page with "{{Languages}} {{MC-Basic |SHORT FORM= <''element''>.MotionOverLap |SYNTAX= <''element''>.MotionOverLap = <''value''><br> ?<''element''>.MotionOverLap |AVAILABILITY= Since ve...") |
m |
||
Line 12: | Line 12: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | The MOTIONOVERLAP property defines whether the interpreter will execute the next motion command. It means that when the property is set to '''1''' (ON), the next motion command will be executed only if the previous motion command has completed. | + | The MOTIONOVERLAP property defines whether the interpreter will execute the next motion command. It means that when the property is set to '''1''' (ON), the next motion command will be executed only if the previous motion command has completed. If set to '''0''' (off), the interpreter will execute the next motion command as usual. |
|TYPE= | |TYPE= | ||
Line 40: | Line 40: | ||
'''Group''' <br> | '''Group''' <br> | ||
− | ''G1''. | + | ''G1''.MotionOverLap = 1 <br> |
− | ?''G1''. | + | ?''G1''.MotionOverLap |
|SEE ALSO= | |SEE ALSO= |
Revision as of 14:09, 26 September 2018
Language: | [[::MC-Basic:element.MOTIONOVERLAP|English]] |
---|
The MOTIONOVERLAP property defines whether the interpreter will execute the next motion command. It means that when the property is set to 1 (ON), the next motion command will be executed only if the previous motion command has completed. If set to 0 (off), the interpreter will execute the next motion command as usual.
Short form
<element>.MotionOverLap
Syntax
<element>.MotionOverLap = <value>
?<element>.MotionOverLap
Availability
Since version 4.18.3
Type
Long
Range
0 (OFF)
1 (ON)
Default
0
Scope
Configuration, Task or Terminal
Examples
Axis
A1.MotionOverLap = 1
?A1.MotionOverLap </br>
Group
G1.MotionOverLap = 1
?G1.MotionOverLap