The RMP Motion Controller APIs

◆ GearingRatioChange()

void GearingRatioChange ( int32_t numerator,
int32_t denominator )
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.
Remarks
This function is also available in RapidSequencer.

Part of the Gearing method group.

Sample Code:
// Change this Axis to follow at 2:3 ratio.
axis->GearingRatioChange(2, 3);
See also
GearingEnable