MC-Basic:WaitForMotion/zh-hans

From SoftMC-Wiki
< MC-Basic:WaitForMotion
Revision as of 12:39, 13 September 2017 by Itay (talk | contribs) (AXY: new links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
语言: English  • 中文(简体)‎

缩写

格式

WaitForMotion <motionelement>

适用版本

所有版本

描述

该命令使程序等待直到当前执行的动作完成,之后才执行下一行。

类型

取值范围

<motionelement>:现有轴或组的名称

单位

默认

使用范围

任务区和终端区

限制

需要建立轴的连接

例子

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

参见