MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ GearingRatioChange()

void GearingRatioChange ( int32  numerator,
int32  denominator 
)
pure virtual

Change the electronic gearing ratio.

Description:
GearingRatioChange changes the electronic gearing ratio.
Parameters
numeratorMultiple of counts that slave follows relative to master.
denominatorDivisor of counts that slave follows relative to master.
Sample Code:
// Change this Axis to follow at 2:3 ratio.
axis->GearingRatioChange(2, 3);
See also
GearingEnable
 
Examples
Gearing.cpp, and Gearing.cs.