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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
Line 1: Line 1:
 
{{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=

Revision as of 17:38, 16 March 2014

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