MC-Basic:WaitForMotion

From SoftMC-Wiki
Revision as of 12:06, 9 June 2016 by Miborich (talk | contribs) (Created page with "{{MC-Basic |SHORT FORM= |SYNTAX= WaitForMotion <''motionelement''> |AVAILABILITY= All versions |DESCRIPTION= This command causes the program to wait until the currently e...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This command causes the program to wait until the currently executing motion is completed, only after that the next line will be executed.

Syntax

WaitForMotion <motionelement>

Availability

All versions

Range

<motionelement>: Name of an existing axis or group

Scope

Task or Terminal

Limitations

Attachment is required.

Examples

Attach x_axis
Move x_axis 10
WaitForMotion x_axis
Move x_axis 20
Detach x_axis

See Also