Difference between revisions of "MC-Basic:CREATECAMDATA"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= CCDat |SYNTAX= CreateCamData ''<number of points> <cam> ''?<Cam>.size |AVAILABILITY= All versionsVersions 4.0.1 and higher |DESCRIPTION= This command c…')
 
m (1 revision)
(No difference)

Revision as of 16:09, 13 December 2010

This command creates a CAM data structure. Any existing data structure associated with the specified CAM table is erased. The CAM data structure is available for use or access only after the entire process of creating the CAM table is complete. All data in the table is reset to zero. <number of points> defines the number of rows in the data structure. The CAM table must contain at least 2 values. The data must be monotonic, increasing or decreasing.This property returns the number of points defined for the given camtable.

Short form

CCDat

Syntax

CreateCamData <number of points> <cam> ?<Cam>.size

Availability

All versionsVersions 4.0.1 and higher

Type

Long

Range

<number of points>: 2 to MaxLong0 to MaxLong

Scope

Configuration, Task or TerminalTask or Terminal

Limitations

Write-Only. Data cannot be stored while being changed. The CAM table may not be in use. The cam must be declared as CAM.Read Only

Examples

CreateCamData 24 MyCam?Cam1 .Size

See Also