APIs, concepts, guides, and more

◆ PostTrajectoryGearingEnableSet()

void PostTrajectoryGearingEnableSet ( bool enable)
Description:
PostTrajectoryGearingEnableSet enables or disables post-trajectory gearing for this axis. When enabled, this axis (as a slave) will have its commanded position adjusted based on the movement of a specified master axis, even after motion planning is complete.
Parameters
enableTrue to enable post-trajectory gearing, false to disable.

Part of the Post Trajectory Gearing method group.

Sample Code:
// Enable post-trajectory gearing on this axis
axis->PostTrajectoryGearingEnableSet(true);
See also
Post Trajectory Gearing
PostTrajectoryGearingEnableGet
PostTrajectoryGearingMasterAxisSet
PostTrajectoryGearingMultiplierSet