The RMP Motion Controller APIs

◆ GearingEnable() [2/2]

void GearingEnable ( int32_t  masterAxisNumber,
RSIAxisMasterType  masterFeedbackSource,
int32_t  numerator,
int32_t  denominator 
)
Description:
GearingEnable enables this Axis to be follower (slave) using electronic gearing.
Parameters
masterAxisNumberAn index that represents the master axis.
masterFeedbackSourceA RSIAxisMasterType value.
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:
Gearing
Notes:

The gearing ratio will be numerator/denominator.
See also
GearingRatioChange