Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by suman.sardar

  1. S

    How to find out put voltage of a 3 phase pulse width modulated inverter theoritically

    A rough schematic after connection of 3 phase load looks like this:
  2. S

    How to find out put voltage of a 3 phase pulse width modulated inverter theoritically

    Yeah pure sine wave. Yes I have true star point. Its a 3 phase bridge inverter ( Full connection with PIC and driver is not shown here)
  3. S

    How to find out put voltage of a 3 phase pulse width modulated inverter theoritically

    Hello, Recently I have successfully designed a 3 phase pulse width modulated DC-AC power source using PIC18F4431 micro controller and Power Controlled PWM (PCPWM) scheme. Now I want to compare its output voltage (phase voltage or line voltage) level with expected theoretical value. But I am...
  4. S

    How to change voltage level in PWM controlled 3 phase inverter?

    Yeah with all the phases. I checked it in hardware. Waveforms are getting DC shifted for lower values. Except that everything looks fine.
  5. S

    How to change voltage level in PWM controlled 3 phase inverter?

    No load condition. I just used RC filter at inverter output and then took hooked up the Oscilloscope
  6. S

    How to change voltage level in PWM controlled 3 phase inverter?

    Reducing duty cycle values is reducing the magnitude of sine wave. But the waveform is getting a dc shift. Why is that? For lower lower % of 2^10.2877 the DC shift is even more
  7. S

    How to change voltage level in PWM controlled 3 phase inverter?

    Fixed Vbus = 96v I can always reduce the duty cycle value from 1225 (all other duty cycle values as well). Right? Did you calculate the duty cycle in excel sheet or with the help of some sine look up table generator like SMARTSINE?
  8. S

    How to change voltage level in PWM controlled 3 phase inverter?

    Code is same as before. Output voltage level can be varied by varying modulation index. Is it possible to vary modulation index in open loop configuration? And also in PCPWM which register controls these voltage or freq modulation index?
  9. S

    How to change voltage level in PWM controlled 3 phase inverter?

    I am designing a 3 phase DC-AC inverter with PIC18F4431. But I am having difficulties while changing voltage level at the inverter output. I am using PCPWM. How to vary the modulation index ? The circuit I used (Inverter output filter may be different) and waveform I got are as follows:
  10. S

    There is a 0.2V -ve voltage at PWM output waveform during OFF period. Why?

    This waveform is not simulated. The waveform was plotted in MATLAB with data collected from real hardware and oscilloscope.
  11. S

    There is a 0.2V -ve voltage at PWM output waveform during OFF period. Why?

    Is it explained in the Data sheet? (Page no?) Whats wire got to do with this? - - - Updated - - - Probe was connected between marked terminals and the ground probe was properly set before connection
  12. S

    There is a 0.2V -ve voltage at PWM output waveform during OFF period. Why?

    In this PWM out put waveform (whic is collected from pin PWM0 of a PIC18F4431) there is a 0.2 volt drop below zero in the pwm output waveform. In the output waveform of the PWM I see that there is a +5v rise during ON period. But also there is a -0.2 volt fall during OFF period. Whts the reason...
  13. S

    How to find out Modulation index for PCPWM operation of PIC microcontroller

    Hello everyone, I am designing a variable frequency output 3 phase inverter using PCPWM mode of PIC18F4431. But I am having difficulties in finding modulation indices(voltage and freq). Also in PCPWM which register controls the carrier wave and which register controls...
  14. S

    PIC18F4431 PCPWM - Signals are not good. Why ?

    I have some questions: 1> Why did you divided PDCxH by 2^8 2> What is the purpose of : int argc and char** argv in int main( int argc and char** argv) 3> and why did you use: asm("CLRWDT") ... while(1){ asm("CLRWDT") } 4) If I use different PR2 value if I want different set of frequency? 5> I...

Part and Inventory Search

Back
Top