Difference between revisions of "MC-Basic:axis.POSITIONEXTERNALFACTOR"
m (Text replace - "''<axis>''" to "<''axis''>") |
(AXY: new links) |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.POSITIONEXTERNALFACTOR}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | <''axis''>.PositionExternalFactor = '' | + | <''axis''>.PositionExternalFactor = <''expression''><br> |
?<''axis''>.PositionExternalFactor | ?<''axis''>.PositionExternalFactor | ||
Line 29: | Line 30: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Drive must be disabled. | + | * Drive must be disabled. |
− | + | * To set the value within a task, the axis must be attached to that task (using the ATTACH command). | |
− | To set the value within a task, the axis must be attached to that task (using the ATTACH command). | ||
|EXAMPLE= | |EXAMPLE= | ||
Line 37: | Line 37: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.VELOCITYEXTERNALFACTOR|axis.VELOCITYEXTERNALFACTOR]] |
− | * [[ | + | * [[MC-Basic:axis.POSITIONEXTERNALFACTOR|axis.POSITIONEXTERNALFACTOR]] |
− | * [[ | + | * [[MC-Basic:element.POSITIONFEEDBACK|POSITIONFEEDBACK]] |
+ | * [[MC-Basic:axis.VELOCITYEXTERNAL|axis.VELOCITYEXTERNAL]] | ||
+ | * [[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]] | ||
}} | }} |
Latest revision as of 12:01, 13 September 2017
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