Difference between revisions of "MC-Basic:DELETEGROUP"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 36: Line 36:
 
* [[Axystems:MC-Basic:GROUPLIST|GROUPLIST]]
 
* [[Axystems:MC-Basic:GROUPLIST|GROUPLIST]]
  
 
+
[[Category:Axystems:MC-Basic:Declarations|DELETEGROUP]]
 
}}
 
}}

Revision as of 16:13, 17 March 2014

This command deletes the specified group. The participating axes thereafter function only as independant 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