Difference between revisions of "MC-Basic:COMMON SHARED ... AS CAM"
m (Text replace - "declaration is possible from the Library context also ." to "declaration is also possible from the Library context.") |
|||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:COMMON_SHARED_..._AS_CAM}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 10: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This command is used to define a | + | <font color="red"> |
+ | 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. | ||
+ | </font> | ||
|TYPE= | |TYPE= | ||
Line 27: | Line 30: | ||
Configuration, Task, Terminal | Configuration, Task, Terminal | ||
− | Since | + | Since Version 4.5.17 the global (common shared ) declaration is also possible from the Library context. |
|LIMITATIONS= | |LIMITATIONS= | ||
Line 36: | Line 39: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.CAMOFFSET|axis.CAMOFFSET]] |
− | * [[ | + | * [[MC-Basic:axis.FIRSTCAM|axis.FIRSTCAM]] |
− | * [[ | + | * [[MC-Basic:CAMLIST|CAMLIST]] |
− | * [[ | + | * [[MC-Basic:cam.CYCLE|cam.CYCLE]] |
− | * [[ | + | * [[MC-Basic:cam.NEXT|cam.NEXT]] |
− | * [[ | + | * [[MC-Basic:cam.PREVIOUS|cam.PREVIOUS]] |
− | * [[ | + | * [[MC-Basic:CREATECAMDATA|CREATECAMDATA]] |
− | * [[ | + | * [[MC-Basic:LOADCAMDATA|LOADCAMDATA]] |
− | [[Category | + | [[Category:MC-Basic:Declarations|COMMON SHARED ... AS CAM]] |
}} | }} |
Latest revision as of 06:53, 26 April 2017
Language: | English • 中文(简体) |
---|
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