Difference between revisions of "MC-Basic:element.MOTION/zh-hans"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Languages}} == 缩写 == <''element''>.Motion == 格式 == <''element''>.Motion = <''value''><br> ?<''element''>.Motion == 适用版本 == 所有版本 == 描述 == The M...")
 
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:element.MOTION}}
 
== 缩写 ==
 
== 缩写 ==
 
<''element''>.Motion
 
<''element''>.Motion
Line 11: Line 11:
  
 
== 描述 ==
 
== 描述 ==
The MOTION value must be 1 (ON) for any motion command to be executed successfully. In addition, the status of MOTION is terminated by the servo interrupt. If MOTION switches to 0 (OFF), any motion currently in progress is aborted and any motion in the motion buffers is flushed. The drive can be enabled if MOTION is off.
+
任何运动命令成功执行时MOTION值必须为1(ON)。此外,MOTION的状态由伺服中断终止。 如果MOTION切换到0(OFF),则任何当前正在进行的运动都将中止,并且运动缓冲区中的任何运动都会被刷新。如果MOTION关闭,驱动器可以使能。
  
In addition to the <''element''>.MOTION flag, the SYSTEM.MOTION flag must also be ON in order for motion to be commanded.
+
除了<''element''>.MOTION标志之外,SYSTEM.MOTION标志也必须为ON,以便运动命令执行。
  
 
== 类型 ==
 
== 类型 ==
Line 33: Line 33:
  
 
== 限制 ==
 
== 限制 ==
The value must be 1 (ON) for any motion command to be executed successfully.
+
任何运动命令成功执行的值必须为1(ON)。
  
 
== 例子 ==
 
== 例子 ==

Latest revision as of 09:26, 23 October 2017

语言: English  • 中文(简体)‎

缩写

<element>.Motion

格式

<element>.Motion = <value>
?<element>.Motion

适用版本

所有版本

描述

任何运动命令成功执行时MOTION值必须为1(ON)。此外,MOTION的状态由伺服中断终止。 如果MOTION切换到0(OFF),则任何当前正在进行的运动都将中止,并且运动缓冲区中的任何运动都会被刷新。如果MOTION关闭,驱动器可以使能。

除了<element>.MOTION标志之外,SYSTEM.MOTION标志也必须为ON,以便运动命令执行。

类型

Long

取值范围

0 (OFF)

1 (ON)

单位

默认

1

使用范围

Configuration, Task or Terminal

限制

任何运动命令成功执行的值必须为1(ON)。

例子

Axis
A1.Motion = 1
?A1.Motion </br>

Group
G1.Motion = 1
?G1.Motion

参考