Difference between revisions of "MC-Basic:ATTACH"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Attach ''< element> '' |AVAILABILITY= All versions |DESCRIPTION= Attaches a task to a motion element (group or axis). Attachment is necessary…')
 
 
(6 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:ATTACH}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
Attach ''< element> ''
+
Attach <''element''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 36: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:DETACH|DETACH]]
+
* [[MC-Basic:DETACH|DETACH]]
 +
* [[MC-Basic:element.ATTACHEDTO|ATTACHEDTO]]
  
  
 
}}
 
}}

Latest revision as of 07:11, 12 March 2020

Language: English  • 中文(简体)‎

Attaches a task to a motion element (group or axis). Attachment is necessary to perform certain operations (such as MOVE or JOG) on a motion element from within a task. The attachment prevents other tasks from accessing the element.

A motion element may be moved from the terminal. In this case, an implicit attachment is performed.

Syntax

Attach <element>

Availability

All versions

Range

Defined motion element (axis or group)

Scope

Task

Limitations

A motion element that has been attached by a task may not be attached by another task.

Examples

Attach XYTable

See Also