MPIMotorStepperPulse
Definition
typedef struct MPIMotorStepperPulse { MPIMotorStepperPulseType type; MPI_BOOL invert; } MPIMotorStepperPulse;
Description
MPIMotorStepperPulse is a structure used to configure Stepper Motor parameters.
To use pulse outputs, you will need to:
- Configure the motor type for STEPPER.
- See the motor's stepper pulse width. Make sure it meets the drive's requirments and is not smaller than 2x the minimum pulse period.
- Enable the motor's stepper loopback if there is no encoder feedback.
- Configure the motor's stepper pulseA and pulseB types for STEP, DIR, CW, CCW, QUADA, or QUADB.
- Select the motor I/O's config type for pulseA and pulseB. This will route the pulseA/B signals to the node's digital outputs.
|
---|