Difference between revisions of "MC-Basic:axis.POSITIONEXTROLLOVER"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<axis>''" to "<''axis''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.PositionExtRollover = ''<value>''<br>
+
<''axis''>.PositionExtRollover = ''<value>''<br>
?''<axis>''.PositionExtRollover
+
?<''axis''>.PositionExtRollover
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 17:46, 16 March 2014

Set or query the rotary axis rollover value.. When an axis has the POSITIONEXTROLLOVERENABLE flag set (ON), it means that POSITION EXTERNAL of this axis is rotary (i.e., the position exteranl coordinate of the axis are periodical). POSITIONEXTROLLOVER defines the period (the length one revolution in user units) of PEXT of the the axis.

The effect of this property is such that the position external (as seen by the user), is a modulus of the POSITIONEXTROLLOVER.

Syntax

<axis>.PositionExtRollover = <value>
?<axis>.PositionExtRollover

Availability

All versions

Type

Double

Range

Greater than zero

Default

360

Scope

Configuration, Task or Terminal

Limitations

The PositionExtRollover value may be changed only when the axis is disabled

To set the value within a task, the axis must be attached to that task (using the ATTACH command).

Examples

A1.PositionEXTRollover = 1024

See Also