MC-Basic:axis.ALTERNATIVEOFFSET

From SoftMC-Wiki
Revision as of 07:38, 17 April 2017 by Chi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

The Alternative CAM offset is a value within the range of master data in the Alternative 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.

Syntax

<axis>. AlternativeOffset = <offset>

?<axis>. AlternativeOffset

Availability

Since Version 4.0.1

Type

Double

Range

ALTERNATIVEOFFSET 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

Task or Terminal

Limitations

The value must be in the first cam table to be used, as defined by the <axis>.ALTERNATIVETCAM property.

Examples

axis1.AlternativeOffset = 0

See Also