APIs, concepts, guides, and more

◆ PostTrajectoryGearingMasterAxisSet()

void PostTrajectoryGearingMasterAxisSet ( int32_t masterAxisNumber)
Description:
PostTrajectoryGearingMasterAxisSet sets the master axis number for post-trajectory gearing. This axis (slave) will follow the specified master axis based on the multiplier value.
Parameters
masterAxisNumberThe axis number to use as the master for post-trajectory gearing.

Part of the Post Trajectory Gearing method group.

Sample Code:
// Set axis 0 as the master for this axis in post-trajectory gearing
axis->PostTrajectoryGearingMasterAxisSet(0);
See also
Post Trajectory Gearing
PostTrajectoryGearingMasterAxisGet
PostTrajectoryGearingEnableSet