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

From SoftMC-Wiki
Jump to: navigation, search
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[MC-Basic:axis.POSITIONEXTERNAL|axis.POSITIONEXTERNAL]]
+
* [[MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]]
 +
* [[MC-Basic:axis.POSITIONEXTERNALFACTOR|axis.POSITIONEXTERNALFACTOR]]
 +
* [[MC-Basic:axis.POSITIONFEEDBACK|axis.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]]
 +
* [[MC-Basic:axis.COUNTEXTERNAL|axis.COUNTEXTERNAL]]
 +
* [[MC-Basic:axis.DIRECTIONEXTERNAL|axis.DIRECTIONEXTERNAL]]
 +
* [[MC-Basic:axis.POSITIONEXTROLLOVER|axis.POSITIONEXTROLLOVER]]
 +
* [[MC-Basic:axis.POSITIONROLLOVERENABLE|axis.POSITIONROLLOVERENABLE]]
 +
* [[Endless Axes|Infinite Axes]]
  
  
 
}}
 
}}

Revision as of 11:56, 12 May 2015

The position factor of the external feedback is used to convert that value from counts into physical units.

Short form

<axis>.PExtfac

Syntax

<axis>.PositionExternalFactor = <expression>
?<axis>.PositionExternalFactor

Availability

All versions

Type

Double

Range

Greater than 0

Default

1

Scope

Configuration, Task or Terminal

Limitations

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

Examples

A1.PositionExternalFactor = 2048

See Also