Difference between revisions of "MC-Basic:DELETECAM"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "CAM table" to "Cam table")
m (Text replace - " Cam table" to " cam table")
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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.
+
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.
  
 
|TYPE=
 
|TYPE=
Line 16: Line 16:
  
 
|RANGE=
 
|RANGE=
Existing Cam table name
+
Existing cam table name
  
 
|UNITS=
 
|UNITS=
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|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.
+
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.
  
 
|EXAMPLE=
 
|EXAMPLE=

Revision as of 18:13, 20 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