MC-Basic:axis.POSITIONEXTERNALFACTOR

From SoftMC-Wiki
Revision as of 12:01, 13 September 2017 by Itay (talk | contribs) (AXY: new links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Language: English  • 中文(简体)‎

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