Difference between revisions of "MC-Basic:axis.CAMOFFSET"
m |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.CAMOFFSET}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 12: | Line 13: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | The CAM offset is a value within the range of master data in the first | + | The CAM offset is a value within the range of master data in the first cam table. It is the first value accessed when camming is engaged. This enables engaging the CAM at any point in the table. You are responsible for the value. In order to begin camming at the start of the table, this property is set to the value of the first master position entry in the table. |
|TYPE= | |TYPE= | ||
Line 30: | Line 31: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | The value must be in the first | + | The value must be in the first cam table to be used, as defined by the <''axis''>.FIRSTCAM property. |
|EXAMPLE= | |EXAMPLE= | ||
Line 36: | Line 37: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.FIRSTCAM|axis.FIRSTCAM]] |
}} | }} |
Latest revision as of 09:29, 17 April 2017
Language: | English • 中文(简体) |
---|
The CAM offset is a value within the range of master data in the first cam table. It is the first value accessed when camming is engaged. This enables engaging the CAM at any point in the table. You are responsible for the value. In order to begin camming at the start of the table, this property is set to the value of the first master position entry in the table.
Short form
<axis>.Coff
Syntax
<axis>.CamOffset = <offset>
?<axis>.CamOffset
Availability
All versions
Type
Double
Range
CAMOFFSET has to be greater than or equal to the first master value in the tables, and less than or equal to the last master value in the table.
Default
0
Scope
Configuration, Task or Terminal
Limitations
The value must be in the first cam table to be used, as defined by the <axis>.FIRSTCAM property.
Examples
axis1.camoffset = 1