I have a small PMS motor here (Permanent Magnet Synchronous Motor, sometimes also called BLDC). I want to use this motor to run a current or torque control (Field-Oriented Control). I already have a driver for it. Now, I would like to simply control the motor, just to make it spin. With a DC motor, you would simply connect the poles to a power source and the motor would spin. I want to achieve the same with the PMSM. My idea is to apply a sinusoidal voltage (in the form of PWM signals) to each of the three phases. The voltages are then shifted by 120° each. When I connect the driver, write my program, and turn on the power source, the motor briefly jumps, moves a little bit, and then stops. The power source indicates that no current is flowing (only 20mA). I have already checked all inputs and outputs on the driver with an oscilloscope. The PWM signals are definitely correct. I expected the motor to run. I suspect that at the moment of turning on the power source, a short, very high current flows, causing the driver to go into protection mode, and that's why nothing works. My idea would be to slowly increase the amplitude and frequency of the sinusoidal voltage to avoid high current spikes. But maybe it's something completely different. Can anyone help me? Is my approach even feasible?
I’ll provide the code tomorrow . I’m coding in Matlab/Simulink. But that should not really matter because in the end the language doesn’t matter but the methods that are being used. Thanks
Since you don't know why the thing doesn't work, you can't truly be sure it's not the code, can you? If you want the help of the real gurus (not me) you have to meet at least halfway.