Difference between revisions of "MC-Basic:STORECAMDATA"
(Created page with '{{MC-Basic |SHORT FORM= SCDat |SYNTAX= StoreCamData ''<filename> <cam>'' |AVAILABILITY= All versions |DESCRIPTION= This command stores data located in a specified CAM data str…') |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:STORECAMDATA}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 16: | Line 17: | ||
|RANGE= | |RANGE= | ||
− | Existing | + | Existing cam table name |
|UNITS= | |UNITS= | ||
Line 28: | Line 29: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Data cannot be stored while being changed. The CAM data file must have the .CAM extension. The | + | Data cannot be stored while being changed. The CAM data file must have the .CAM extension. The cam table cannot be in use. |
|EXAMPLE= | |EXAMPLE= | ||
Line 34: | Line 35: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:CREATECAMDATA|CREATECAMDATA]] |
− | + | * [[MC-Basic:LOADCAMDATA|LOADCAMDATA]] | |
}} | }} |
Latest revision as of 08:04, 28 April 2017
Language: | English • 中文(简体) |
---|
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