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

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
Line 1: Line 1:
{{Languages}}
+
{{Languages|MC-Basic:axis.GEARRATIO}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 38: Line 38:
 
|SEE ALSO=
 
|SEE ALSO=
  
* [[AXY:MC-Basic:axis.SLAVE|axis.SLAVE]]
+
* [[MC-Basic:element.SLAVE|SLAVE]]
 
* [[MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]
 
* [[MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]
 
* [[MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]
 
* [[MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]

Latest revision as of 12:25, 13 September 2017

Language: English  • 中文(简体)‎

This property sets the gear ratio between the master source position and the slave output position command. The master position is multiplied by the gear ratio before being used on the slave. This gear ratio is relevant both for gearing and camming.

Short form

<axis>.GRat

Syntax

<axis>.GearRatio = <gear ratio>

?<axis>.GearRatio

Availability

All versions

Type

Double

Range

-MaxDouble to +MaxDouble

Default

1

Scope

Configuration, Task or Terminal

Examples

Xaxis.GearRatio = 5/3

See Also