Difference between revisions of "MC-Basic:DELETECAM"

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

Revision as of 16:11, 17 March 2014

This command deletes a CAM table and any CAM data structure associated with it. When a CAM table is deleted, any CAM table pointers to the table being deleted are set to NULL.

Short form

DCAM

Syntax

DeleteCAM <cam>

Availability

All versions

Range

Existing CAM table name

Scope

Task or Terminal

Limitations

Write-Only. CAM table may not be in use. No other CAM tables may be pointing to this CAM table. No axis may be using the table in the FIRSTCAM property. No tasks may be loaded.

Examples

DeleteCAM Cam1

See Also