MC-Basic:axis.CAMOFFSET

From SoftMC-Wiki
Revision as of 09:29, 17 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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

See Also