Difference between revisions of "MC-Basic:DELAY"
(AXY: new links) |
|||
Line 1: | Line 1: | ||
− | {{Languages}} | + | {{Languages|MC-Basic:DELAY}} |
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 40: | Line 40: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:element.STARTTYPE|STARTTYPE]] |
* [[MC-Basic:SLEEP|SLEEP]] | * [[MC-Basic:SLEEP|SLEEP]] | ||
}} | }} |
Latest revision as of 12:37, 13 September 2017
Language: | English |
---|
This command causes the motion to be delayed on the specified axis, for the specified period of time given in milliseconds.
Syntax
Delay <motionelement> <delaytime>
Availability
All versions
Type
<delaytime>: Long (in milliseconds)
Range
<motionelement>: Name of an existing axis or group
<delaytime>: 2 to MaxLong
Scope
Task or Terminal
Limitations
Attachment is required. Delay cannot be used with STARTTYPE immediate or superimmediate.
Time value will be rounded up to nearest integer multiple of sercos cycle time
Examples
Attach x_axis Delay x_axis 100 'Delay for 100 msec