Difference between revisions of "MC-Basic:SYSTEM.ENABLE"

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:SYSTEM.ENABLE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 46: Line 46:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[AXY:MC-Basic:axis.ENABLE|axis.ENABLE]]
+
* [[MC-Basic:element.ENABLE|ENABLE]]
  
 
[[Category:MC-Basic:System|MC-Basic:System]]
 
[[Category:MC-Basic:System|MC-Basic:System]]
 
}}
 
}}

Latest revision as of 11:01, 13 September 2017

Language: English  • 中文(简体)‎

SYSTEM.ENABLE must be 1 (ON) for the system to enable any drives, as well as for motion to be commanded. When SYSTEM.ENABLE is set to 0 (OFF ), all AXIS.ENABLE flags are also set to 0 ( OFF ) and all drives are disabled. When the SYSTEM.ENABLE flag is set to ON, the drives are not automatically enabled.

Short form

Sys.En

System.En

Syntax

Sys.Enable = <value>

System.Enable = <value>
?Sys.Enable

?System.Enable

Availability

All versions

Type

Long

Range

0 (OFF)

1 (ON)

Default

0

Scope

Task or Terminal

Limitations

SYSTEM.ENABLE must be 1 (ON) for the system to enable any drives and for motion to be commanded.

Examples

System.Enable = On

?System.Enable

See Also