How can change the RPM using motor control SDK API.
Hi,
SETUP:
IPM30B-3sh + STM32F302R8 + 2.5KW BLDC Motor
I have been trying to run the motor sensorless + PLL, i have been able to run the motor with predefined ramp.
question:
Q1. How can control the speed of motor using the gui tool and knob in MC-Workbench?
Issue:
Stops after the 5th ramp in advanced settings in parameter with a startup failure.
same issue with basic settings.
tried:
calling the motor control function i (defined in mc_api.c and mc_config.c), "StartMotor" & "MC_ProgramSpeedRampMotor1" inside main loop.
i want it to the motor to run continuously after the initial ramp-up stage till i hit or call StopMotor().
thanks,
Any help is appreciated.