Difference between revisions of "MC-Basic:element.MOTIONOVERLAP"
m |
m |
||
Line 15: | Line 15: | ||
It means that when the property is set to '''0''' (Off), the next motion command will be executed only if the previous motion command has completed.<br /> | It means that when the property is set to '''0''' (Off), the next motion command will be executed only if the previous motion command has completed.<br /> | ||
If set to '''1''' (ON), the interpreter will execute the next motion command as usual.<br /> | If set to '''1''' (ON), the interpreter will execute the next motion command as usual.<br /> | ||
− | + | {| class="wikitable" | |
+ | |+ Caption: example table | ||
+ | |- | ||
+ | ! header1 | ||
+ | ! header2 | ||
+ | ! header3 | ||
+ | |- | ||
+ | | row1cell1 | ||
+ | | row1cell2 | ||
+ | | row1cell3 | ||
+ | |- | ||
+ | | row2cell1 | ||
+ | | row2cell2 | ||
+ | | row2cell3 | ||
+ | |} | ||
|TYPE= | |TYPE= |
Revision as of 14:13, 4 October 2018
Language: | [[::MC-Basic:element.MOTIONOVERLAP|English]] |
---|
The MOTIONOVERLAP property defines a condition whether the interpreter will execute the next motion command.
It means that when the property is set to 0 (Off), the next motion command will be executed only if the previous motion command has completed.
If set to 1 (ON), 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
1
Scope
Configuration, Task or Terminal
Examples
Axis
A1.MotionOverLap = 1
?A1.MotionOverLap
Group
G1.MotionOverLap = 1
?G1.MotionOverLap