Difference between revisions of "MC-Basic:DELETECAM"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= DCAM |SYNTAX= DeleteCAM'' <cam>'' |AVAILABILITY= All versions |DESCRIPTION= This command deletes a CAM table and any CAM data structure associated with…')
 
 
(8 intermediate revisions by 4 users not shown)
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=
DeleteCAM Cam1
+
<pre>DeleteCAM Cam1</pre>
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:CAMLIST|CAMLIST]]
+
* [[MC-Basic:CAMLIST|CAMLIST]]
 
 
  
 +
[[Category:MC-Basic:Declarations|DELETECAM]]
 
}}
 
}}

Latest revision as of 09:14, 22 May 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