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

From SoftMC-Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
{{Languages}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=

Revision as of 06:37, 20 April 2017

Language: [[::MC-Basic:axis.POSITIONEXTERNALFACTOR|English]]  • [[::MC-Basic:axis.POSITIONEXTERNALFACTOR/zh-hans|中文(简体)‎]]

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