Okada
Banned
I need to build Three Phase AC Induction Motor Constant V/F Drive using PIC18F. I want to know
1. Do I need 3x Full-Bridge outputs for driving the AC Induction Motor ?
2. To maintain constant V/F do I need 3 phase feedback voltages or can one feedback sufficient ?
- - - Updated - - -
I am really sorry. The previous post time is not expiring. The same post got updated after 45 minutes.
3. Can't I use 3x Full-Bridge to drive 3 load ? Will I have problem connecting the load ?
4. Should I use 3x Half-Bridge for the three phase load ?
- - - Updated - - -
Referring to power electronics books and articles I found that 3x Half-Bridges are used for AC Indcution Motor control.
I generated3x Half-Bridge SPWMs
I generated the following signals
P1A, P1B
P2A, P2B
P3A, P3B
In Half-Bridge mode I can't change the direction of the PWM.
Both PxA and PxB are modulated but complementary to each other.
Please check the attached video and tell me if the signals are correct.
There is 120 degree phase shift between each signal pair.
I want to know how to connect RC filter to PxA and PxB to check if proper sinewave is obtained or not.
I am also attaching Proteus file and .hex file if anybody wants to simulate and check the signals.
There is a small issue with the code. I am using 8 MHz crystal with 4x PLL = 32 MHz clock and code inside ISR needs 90us to execute but ISR is called once every 78us. I think I need to reduce the PWM frequency. Currently I am using 12 KHz PWM frequency. I will fix the code and post it soon.
To maintain constant V/F ration with feedbacking phase voltage I have to change the frequency but I want to know should feedback all the three phase scaled voltages and use three variables for frequency and control the frequencies of each phase separately or should I feedback just one scaled and rectified phase voltage to adc and use one variable for controlling the frequency of all the three phases.
1. Do I need 3x Full-Bridge outputs for driving the AC Induction Motor ?
2. To maintain constant V/F do I need 3 phase feedback voltages or can one feedback sufficient ?
- - - Updated - - -
I am really sorry. The previous post time is not expiring. The same post got updated after 45 minutes.
3. Can't I use 3x Full-Bridge to drive 3 load ? Will I have problem connecting the load ?
4. Should I use 3x Half-Bridge for the three phase load ?
- - - Updated - - -
Referring to power electronics books and articles I found that 3x Half-Bridges are used for AC Indcution Motor control.
I generated3x Half-Bridge SPWMs
I generated the following signals
P1A, P1B
P2A, P2B
P3A, P3B
In Half-Bridge mode I can't change the direction of the PWM.
Both PxA and PxB are modulated but complementary to each other.
Please check the attached video and tell me if the signals are correct.
There is 120 degree phase shift between each signal pair.
I want to know how to connect RC filter to PxA and PxB to check if proper sinewave is obtained or not.
I am also attaching Proteus file and .hex file if anybody wants to simulate and check the signals.
There is a small issue with the code. I am using 8 MHz crystal with 4x PLL = 32 MHz clock and code inside ISR needs 90us to execute but ISR is called once every 78us. I think I need to reduce the PWM frequency. Currently I am using 12 KHz PWM frequency. I will fix the code and post it soon.
To maintain constant V/F ration with feedbacking phase voltage I have to change the frequency but I want to know should feedback all the three phase scaled voltages and use three variables for frequency and control the frequencies of each phase separately or should I feedback just one scaled and rectified phase voltage to adc and use one variable for controlling the frequency of all the three phases.