Pages

Three Phase Vienna Rectifier

Features

Vienna Rectifier provide following features:

  • Three phase three level three switch PWM rectifier with controlled output voltage.    
  • Three wire input, no connection to neutral.
  • Ohmic mains behavior.
  • Boost system (continuous input current).
  • Unidirectional power flow.
  • High power density.
  • Low conducted common-mode EMI emissions,
  • Simple control to stabilize the neutral point potential.
  • Low complexity, low realization effort.
  • Low switching losses.
  • Reliable behavior (guaranteeing ohmic mains behavior) under heavily unbalances mains voltages and in case of mains failure.

Figure 1 Schematic Diagram of Three Phase Vienna Rectifier
Topology
        The Vienna rectifier is a unidirectional three phase three switch three level Pulse width modulation (PWM) rectifier. It can be seen as a three phase diode bridge with an integrated boost converter.
Applications
                The Vienna Rectifier is useful wherever six switch converters are used for achieving sinusoidal mains current and controlled output voltage, when no energy feedback from the load into the mains is available. In practice, use of the Vienna Rectifier is advantages when space is at sufficient premium to justify the additional hardware cost. There include:
  • Telecommunications power supplies.
  • Uninterruptible power supplies.
  • Input stages of AC drive converter systems
        Figure 1 shows the schematic diagram of 9.8 kW Vienna Rectifier sinusoidal input currents and controlled output voltage.
Current and Voltage waveforms
            Figure 2 shows the system behavior, calculated the MATLAB simulator. Between the output voltage midpoint (0) and the mains midpoint (M) the common mode voltage u0M appears, as is characteristics in three phase converter systems.

Figure 2 Simulation Results (a) Input AC Voltage (b) Input AC Current (c) Inductor Voltage (d) DC output Voltage


Figure 3 Input Voltage THD


Click here for simulink download

Figure 4 Input Current THD

Alcohol Detection and Vehicle Control with SMS Monitoring

Why Alcohol Detection??

    Nowadays so many peoples are doing drink and drive. Hereby so many accidents are occurs. To prevent this we are making some techniques using alcohol sensor and also we are tracking by sms. We will see about this in detail in this blog.


Block Diagram


Schematic Used…

 

Components Used..

1.     Arduino Uno – 1

2.     SIM900 GSM Module – 1

3.     Alcohol Sensor (MQ Sensor) – 1

4.     16x2 LCD – 1

5.     12V Relay – 1

6.     Push button – 2

7.     DC Motor -1

8.     Capacitors

9.     Regulators

10.            Resistors

Proteus Simulation


Hardware Prototype

 

In this project we are using Arduino uno to control the motor and to send alert message. It contains two push buttons to start and stop the motor. If we press start button, Arduino will give high output to relay and while if we press start button, Arduino will give low output to relay. Two transformers are used, first transformer is used to give power supply to motor and second transformer is used to give power supply to Arduino, GSM and LCD. 16x2 LCD is used to display the alcohol percentage. MQ sensor is used for alcohol sensing. SIM800C is used for sending alert message.

After powering up the project, alcohol percentage appears in LCD. Arduino takes some time initialize the GSM. Initially it shows 18% alcohol. When we the alcohol on the side near sensor, the alcohol percentage starts increasing slowly in LCD. After reaching the limit (50%), the motor will stop and we will receive the alert message to a mobile. it was clearly explained in the video.

Software Loop



Click here for code download