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

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:axis.POSITIONEXTROLLOVER}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 45: Line 45:
 
* [[MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]]
 
* [[MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]]
 
* [[MC-Basic:axis.POSITIONEXTERNALFACTOR|axis.POSITIONEXTERNALFACTOR]]
 
* [[MC-Basic:axis.POSITIONEXTERNALFACTOR|axis.POSITIONEXTERNALFACTOR]]
* [[AXY:MC-Basic:axis.POSITIONFEEDBACK|axis.POSITIONFEEDBACK]]
+
* [[MC-Basic:element.POSITIONFEEDBACK|POSITIONFEEDBACK]]
 
* [[MC-Basic:axis.VELOCITYEXTERNAL|axis.VELOCITYEXTERNAL]]
 
* [[MC-Basic:axis.VELOCITYEXTERNAL|axis.VELOCITYEXTERNAL]]
 
* [[MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]]
 
* [[MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]]

Latest revision as of 12:02, 13 September 2017

Language: English  • 中文(简体)‎

Sets or queries 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 external position coordinates of the axis are periodical). POSITIONEXTROLLOVER defines the period (the length one revolution in user units) of PEXT of the axis.

The effect of this property is such that the external position (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