Difference between revisions of "MC-Basic:DELETEGROUP"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Write-Only" to "Write only")
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
DeleteGroup ''<group>''
+
DeleteGroup <''group''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
This command deletes the specified group. The participating axes thereafter function only as independant axes.
+
This command deletes the specified group. The participating axes thereafter function only as independent axes.
  
 
|TYPE=
 
|TYPE=
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Write only. ''<group>'' must not be moving. No tasks may be loaded.
+
*Write only.
 +
*<''group''> must not be moving.
 +
*No tasks may be loaded.
  
 
|EXAMPLE=
 
|EXAMPLE=
DeleteGroup XYZTable
+
<pre>DeleteGroup XYZTable
 +
</pre>
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:GROUPLIST|GROUPLIST]]
+
* [[MC-Basic:GROUPLIST|GROUPLIST]]
  
[[Category:Axystems:MC-Basic:Declarations|DELETEGROUP]]
+
[[Category:MC-Basic:Declarations|DELETEGROUP]]
 
}}
 
}}

Latest revision as of 09:14, 22 May 2014

This command deletes the specified group. The participating axes thereafter function only as independent axes.

Short form

DelG

Syntax

DeleteGroup <group>

Availability

All versions

Range

Defined group

Scope

Configuration or Terminal

Limitations

  • Write only.
  • <group> must not be moving.
  • No tasks may be loaded.

Examples

DeleteGroup XYZTable

See Also