Difference between revisions of "MC-Basic:DELETEGROUP"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:DELETEGROUP to MC-Basic:DELETEGROUP: Global renaming of Axystems: namespace into (Main):)
Line 37: Line 37:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:GROUPLIST|GROUPLIST]]
+
* [[MC-Basic:GROUPLIST|GROUPLIST]]
  
 
[[Category:Axystems:MC-Basic:Declarations|DELETEGROUP]]
 
[[Category:Axystems:MC-Basic:Declarations|DELETEGROUP]]
 
}}
 
}}

Revision as of 08:38, 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