MC-Basic:DELETECAM

From SoftMC-Wiki
Revision as of 18:13, 20 March 2014 by Lisa (talk | contribs) (Text replace - " Cam table" to " cam table")
Jump to: navigation, search

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