Difference between revisions of "MC-Basic:WaitForMotion/zh-hans"
(Created page with "{{Languages}} == 缩写 == == 格式 == WaitForMotion <''motionelement''> ==适用版本 == 所有版本 == 描述 == 该命令使程序等待直到当前执行的动作...") |
|||
Line 38: | Line 38: | ||
== 参见 == | == 参见 == | ||
− | * [[MC-Basic:axis.STARTTYPE|axis.STARTTYPE]] | + | * [[AXY:MC-Basic:axis.STARTTYPE|axis.STARTTYPE]] |
* [[MC-Basic:SLEEP|SLEEP]] | * [[MC-Basic:SLEEP|SLEEP]] |
Revision as of 07:25, 14 August 2017
语言: | [[::MC-Basic:WaitForMotion|English]] • [[::MC-Basic:WaitForMotion/zh-hans|中文(简体)]] |
---|
缩写
格式
WaitForMotion <motionelement>
适用版本
所有版本
描述
该命令使程序等待直到当前执行的动作完成,之后才执行下一行。
类型
取值范围
<motionelement>:现有轴或组的名称
单位
默认
使用范围
任务区和终端区
限制
需要建立轴的连接
例子
Attach x_axis Move x_axis 10 WaitForMotion x_axis Move x_axis 20 Detach x_axis