Difference between revisions of "MC-Basic:STORECAMDATA"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:STORECAMDATA to MC-Basic:STORECAMDATA: Global renaming of Axystems: namespace into (Main):)
(added link LOADCAMDATA)
Line 35: Line 35:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:CREATECAMDATA|CREATECAMDATA]]
 
* [[MC-Basic:CREATECAMDATA|CREATECAMDATA]]
 
+
* [[MC-Basic:LOADCAMDATA|LOADCAMDATA]]
  
 
}}
 
}}

Revision as of 09:33, 13 April 2015

This command stores data located in a specified CAM data structure in a file. The data is stored as binary, double precision floating point, and arranged row by row. The data is in Intel format.

Short form

SCDat

Syntax

StoreCamData <filename> <cam>

Availability

All versions

Range

Existing cam table name

Scope

Configuration, Task or Terminal

Limitations

Data cannot be stored while being changed. The CAM data file must have the .CAM extension. The cam table cannot be in use.

Examples

StoreCamData Cam_Data.CAM MyCam

See Also