APIs, concepts, guides, and more

◆ PostTrajectoryGearingMultiplierSet()

void PostTrajectoryGearingMultiplierSet ( double multiplier)
Description:
PostTrajectoryGearingMultiplierSet sets the multiplier value used for post-trajectory gearing. This value determines how much the slave axis position will change per unit of master axis movement. This feature only functions when an Axis is in position mode.
Parameters
multiplierThe scaling factor applied to master axis movement.

Part of the Post Trajectory Gearing method group.

Sample Code:
// Set the post-trajectory gearing multiplier to 0.5 (half the movement of the master)
axis->PostTrajectoryGearingMultiplierSet(0.5);
See also
Post Trajectory Gearing
PostTrajectoryGearingMultiplierGet