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

From SoftMC-Wiki
Jump to: navigation, search
(AXY: new links)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.GEARRATIO}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.GRat
+
<''axis''>.GRat
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.GearRatio = ''<gear ratio>''<br>
+
<''axis''>.GearRatio = <''gear ratio''><br>
  
?''<axis>''.GearRatio
+
?<''axis''>.GearRatio
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 37: Line 38:
 
|SEE ALSO=
 
|SEE ALSO=
  
* [[Axystems:MC-Basic:axis.SLAVE|axis.SLAVE]]
+
* [[MC-Basic:element.SLAVE|SLAVE]]
* [[Axystems:MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]
+
* [[MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]
 +
* [[MC-Basic:axis.MASTERSOURCE|axis.MASTERSOURCE]]
 +
* [[MC-Basic:axis.MASTERSYNC|axis.MASTERSYNC]]
 +
* [[MC-Basic:axis.SLAVELAG|axis.SLAVELAG]]
 +
* [[MC-Basic:axis.SLAVEDISABLE|axis.SLAVEDISABLE]]
 +
* [[MC-Basic:axis.SLAVEMAXDEVIATION|axis.SLAVEMAXDEVIATION]]
 +
* [[MC-Basic:axis.SLAVEDISCONNECT|axis.SLAVEDISCONNECT]]
  
 
}}
 
}}

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