Difference between revisions of "MC-Basic:COMMON SHARED ... AS CAM"

From SoftMC-Wiki
Jump to: navigation, search
Line 47: Line 47:
 
* [[MC-Basic:LOADCAMDATA|LOADCAMDATA]]
 
* [[MC-Basic:LOADCAMDATA|LOADCAMDATA]]
  
[[Category:Axystems:MC-Basic:Declarations|COMMON SHARED ... AS CAM]]
+
[[Category:MC-Basic:Declarations|COMMON SHARED ... AS CAM]]
 
}}
 
}}

Revision as of 09:14, 22 May 2014

This command is used to define a cam table. CAM is defined as a variable and has a number of properties that must be set before CAM can actually be used. Refer to the various CAM properties. After definition, CAM properties have default values and CAM data do not exist.

Syntax

Common Shared <cam> As Cam

Availability

All versions

Scope

Configuration, Task, Terminal

Since Version 4.5.17 the global (common shared ) declaration is also possible from the Library context.

Limitations

Write only

Examples

Common Shared RotaryCAM as CAM

See Also