Difference between revisions of "MC-Basic:SYSTEM.ENABLE/zh-hans"
(Created page with "{{Languages}} == 缩写 == Sys.En<br> System.En == 格式 == Sys.Enable = <''value''><br> System.Enable'' = <''value''><br> ''?Sys.Enable<br> ?System.Enable == 适用版...") |
|||
Line 45: | Line 45: | ||
== 参见 == | == 参见 == | ||
− | * [[MC-Basic:axis.ENABLE|axis.ENABLE]] | + | * [[AXY:MC-Basic:axis.ENABLE|axis.ENABLE]] |
[[Category:MC-Basic:System|MC-Basic:System]] | [[Category:MC-Basic:System|MC-Basic:System]] |
Revision as of 06:52, 14 August 2017
语言: | [[::MC-Basic:SYSTEM.ENABLE|English]] • [[::MC-Basic:SYSTEM.ENABLE/zh-hans|中文(简体)]] |
---|
缩写
Sys.En
System.En
格式
Sys.Enable = <value>
System.Enable = <value>
?Sys.Enable
?System.Enable
适用版本
所有版本
描述
SYSTEM.ENABLE 必须是1(ON),以便系统使能任何驱动器,以及命令运动.当SYSTEM.ENABLE设置为0 (OFF)时, 所有的AXIS.ENABLE标志也将设置为0 ( OFF ) ,所有的驱动都会被禁用.当SYSTEM.ENABLE标志设为ON时,驱动器不会自动使能.
类型
Long
取值范围
0 (OFF)
1 (ON)
单位
默认
0
使用范围
任务区,终端
限制
SYSTEM.ENABLE必须为1 (ON),使系统能够使能任何的驱动器和运动指令.
例子 =
System.Enable = On
?System.Enable