SlideShare a Scribd company logo
1 of 39
National Instruments
3 Phase Inverter+ VFD using GPIC
Engineering Leadership Program - Project Presentation
Awais Shafique Ahmed Zahid
SEECS,NUST CIIT, Lahore
Agenda
ā€¢ Inverter
ā€¢ Variable Frequency Drive
ā€¢ NI Single Board RIO General Purpose Inverter Controller (GPIC)- NI 9683 + NI
9605
ā€¢ GPIC Inverter Research Board
ā€¢ LabVIEW code and Multisim Co-simulation
ā€¢ Getting the Hardware to work
ā€¢ Problems and Solutions
ā€¢ Conclusion and Recommendations
Inverters
ā€¢ Converts DC to AC.
ā€¢ Square wave inverters give square wave for transistor switching and only
control output frequency.
ā€¢ PWM inverters gives PWM signals for transistor switching which can control
output voltage and frequency.
Variable Frequency Drive (VFD)
ā€¢ A PWM is produced by comparison of
a low frequency sine wave and a high
frequency carrier triangle signal.
ā€¢ Changing the frequency of
reference sine wave would change the
frequency of the output sine produced.
ā€¢ Keeping the torque of the motor constant
and changing the frequency of the output produced, we change the power
consumed by the motor load.
ā€¢ This principal can be used to save upto 40% power.
NI SbRIO GPIC
ā€¢ Xilinx FPGA based development ready Embedded System
for Power Electronics control and monitoring.
ā€¢ SbRIO NI 9605/06 connects to GPIC through Mezzanine connector
ā€¢ Used for DC-to-AC, AC-to-DC, DC-to-DC,
and AC-to-AC converters for smart-grid
flexible AC transmission systems
(FACTS).
Advantages of SbRIO
1. Graphical Co-Simulation 2. Advanced IP Algorithm Development 3. Development Libraries and IP Cores
4. Smart-Grid-Ready Designs 5. Power Electronics Control and Monitoring I/O 6. FPGA/Processor Board
7. Spartan-6 FPGA. 8. Real-Time Simulation
GPIC Inverter Research Board
ā€¢ Dedicated board with a built in
3-Phase Inverter circuitry
ā€¢ Ability to perform DC-DC
Conversion
ā€¢ On board Rectifier
ā€¢ 50V DC 8A Rating
ā€¢ Allows input from the Grid for
Grid synchronization
Applications:
ā€¢ Line frequency conversion
ā€¢ Chopper for battery and ultracapacitor storage
ā€¢ DC input with two motor driving
ā€¢ Photovoltaic cells to grid inverter with Maximum Power Point Tracking (MPPT)
GPIC Inverter Research Board
Block Diagram
GPIC Inverter Research Board
Schematic
GPIC Inverter Research Board
Schematic
Dolang ETM-7114 3 Phase Induction Motor
Interface with Inverter A
LabVIEW Code
LabVIEW Code
LabVIEW Code
LabVIEW Code
LabVIEW Code
LabVIEW Code
LabVIEW Code
LabVIEW Code
Multisim Co-simulation
3-Phase inverter and RC LPF Filter
Multisim Co-simulation
Motor Solver simulation
Multisim Co-simulation
Motor Solver simulation
Getting the Hardware to Work
ā€¢ Install same version of LabVIEW on the SbRIO GPIC as the GPIC Inverter Research
Board LabVIEW project, with the following add-ons:
LabVIEW RT Add-Ons
ā€¢ NI System Configuration
ā€¢ System State Publisher
Network I/O
ā€¢ Network Streams
Protocols and Buses
ā€¢ NI-Watchdog
ā€¢ LabVIEW PID and Fuzzy Logic toolkit is required (Built-in in LabVIEW 2014)
ā€¢ Get your PC on the same network as the device.
ā€¢ Make sure the RT VI has been deployed before running the Desktop acquisition VI.
ā€¢ Make Connections as shown in the figure:
1. Setting up the Hardware
Getting the Hardware to Work
Getting the Hardware to Work
ā€¢ Deploy the RT.
ā€¢ Run the FPGA VI.
ā€¢ The ā€œConnect DC Linkā€ button allows you to run both inverters of the Board with a
single DC point.
ā€¢ Run the Desktop VI.
ā€¢ The ā€œConnectedā€ led on the Desktop UI will turn on.
ā€¢ Click the ā€œEnableā€ Button to turn on the Pre-charge Capacitor.
ā€¢ Click ā€œEnable PWMā€ to enable the PWM generation and convert the available DC to
AC.
ā€¢ Data Logging is available on the local server or cloud
ā€¢ The ā€œGrid Sync?ā€ toggle switch allows you switch between Grid tracking and
synchronization or internal reference sine generation for PWM.
ā€¢ Power Analysis can also be done.
2. Running the Hardware
Getting the Hardware to Work
Getting the Hardware to Work
Getting the Hardware to Work
Problems and Solutions
ļƒ˜ The Hardware is connected, it runs in simulation mode, but sine wave is not being
produced actually?
Solution:
ā€¢ Check if the hardware setup is correct and according to the Figure given above.
ā€¢ The fault is that the 15VDC supply for bootstrapping circuitry is not connected.
ļƒ˜ Sine wave output is being produced but it dies down quickly?
Solution:
ā€¢ The reason is that the circuit is getting no DC to modulate into a sine wave.
ā€¢ The decaying sine wave is due to the energy provided by the Pre-charge capacitor
when the ā€œEnableā€ button is pressed.
ā€¢ The solution is to connect a wall transformer to the ā€œVGRID A+/A-ā€ pins so that the PLL
tracks the grid signal and the rectifier coverts it into DC and provides it to the IGBTs for
switching.
Problems and Solutions
ļƒ˜ A stable sine wave is being produced but the motor is not running?
Solution:
ā€¢ The motor given to us was a 250W 380V/660V 3Phase Induction Motor. But the DC
level given to the IGBTs through rectification of the signal from the wall transformer
was below 50V because the board is rated at 50VDC 8A.
ā€¢ The solution was to connect
a step up transformer per
phase with the same turn ratio
as the grid transformer.
The 3 transformers were
connected in Y-Y configuration
and the motor was also
connected in Y configuration
with the inverter.
Problems and Solutions
ļƒ˜ Even with the transformer configuration the motor is not running properly?
Solution:
ā€¢ The problem was that the wall transformer, simulating the grid was of lower ratings
which got saturated when the motor was connected and hence it wasnā€™t able to
provide the necessary current to run the motor properly.
ā€¢ This also distorted the voltage waveform of the grid. To solve this problem, all the
transformers bought were of higher ratings, around 300W.
Problems and Solutions
ļƒ˜ Motor is running but VFD cannot be implemented?
Solution:
ā€¢ The motor runs smoothly with the transformers but the VFD could not be
implemented using this solution because the transformers cannot sustain the
continuous frequency variations.
ā€¢ So the solution was to enhance the voltage ratings for the board. The limitation of the
board was set by the 50V AC-DC bridge Rectifier and 2 100V Smoothing capacitors.
Replacing them with higher ratings would allow us to give 220Vrms directly to the
board from the grid.
ā€¢ Another option was to remove these low rating components and place an external
rectifier which would give 300VDC directly to the IGBTs, bypassing the Rectifier and
smoothing capacitors.
Problems and Solutions
ļƒ˜ Giving 300VDC to the Board generates a fault and the systems halts?
Solution:
ā€¢ Using the external rectifier creates another problem, that the Code generates a fault
when the DC input exceeds 100V and even after enabling PWM the inverter doesnā€™t
work.
ā€¢ The problem is with the voltage acquisition sensors. A potential divider circuit is used
and the value is scaled by the GPIC to estimate and show the output value on the
screen. At 100V DC input the sensor would give around 10V to the GPIC which would
be scaled by 10 times and shown as 100V on the screen. At 300V the divider would
read around 29V and after scaling it would exceed the limit set by the code.
ā€¢ This fault can be masked using the
ā€œIgnore Faultā€ button in the FPGA VI.
ā€¢ This allows the motor to run but the
fault stays, the upper/lower limits in the
memory blocks are changed.
Problems and Solutions
ā€¢ Changing the upper/ Lower limits solves the fault problem but the sensors still acquire
false data because they are operating at range near the limits of the GPIC I/Os.
ā€¢ Possible solution is to replace the 11kĪ© resistor in the potential divider with 3.3k Ī©
and change the scaling factors in the FPGA VI.
Problems and Solutions
ā€¢ Changing the upper/ Lower limits solves the fault problem but the sensors still acquire
false data because they are operating at range near the limits of the GPIC I/Os.
ā€¢ Possible solution is to replace the 11kĪ© resistor in the potential divider with 3.3k Ī©
and change the scaling factors in the FPGA VI.
Problems and Solutions
ā€¢ Changing the upper/ Lower limits solves the fault problem but the sensors still acquire
false data because they are operating at range near the limits of the GPIC I/Os.
ā€¢ Possible solution is to replace the 11kĪ© resistor in the potential divider with 3.3k Ī©
and change the scaling factors in the FPGA VI.
Problems and Solutions
ļƒ˜ Project not loading, some file is missing?
Solution:
ā€¢ Find the missing file at the location
shown in the figure.
Conclusion and Recommendations
ā€¢ We have completed the tasks given to us and shown them to supervisors at
each step. A 3- Phase inverter for a 250W load and linear mapped open loop
VFD , has been implemented with a project extension of making a DC-DC
converter.
ā€¢ The project got delayed initially due to the unavailability of the Research
Board, no information regarding the board or motor. The initial project file
given to us was of a Power Hands-on workshop, not the GPIC Research Board.
Unavailability of a 15V DC supply for Bootstrapping circuitry and lack of many
components dragged the project further.

More Related Content

What's hot

Ups battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobirUps battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobirHumayun2012
Ā 
WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)Vikram Purohit
Ā 
Microcontroller based-substation-monitoring-and-controlling-system
Microcontroller based-substation-monitoring-and-controlling-systemMicrocontroller based-substation-monitoring-and-controlling-system
Microcontroller based-substation-monitoring-and-controlling-systemMahmud Hasan Uday
Ā 
Phasor measurement unit and it's application ppt
Phasor measurement unit and it's application pptPhasor measurement unit and it's application ppt
Phasor measurement unit and it's application pptKhurshid Parwez
Ā 
WIDE AREA PROTECTION IN POWER SYSTEMS
WIDE AREA PROTECTION IN POWER SYSTEMSWIDE AREA PROTECTION IN POWER SYSTEMS
WIDE AREA PROTECTION IN POWER SYSTEMSmanogna gwen
Ā 
WIDE AREA MANAGEMENT SYSTEM
WIDE AREA MANAGEMENT SYSTEMWIDE AREA MANAGEMENT SYSTEM
WIDE AREA MANAGEMENT SYSTEMDivya Yennam
Ā 
Solutions to wiring and grounding
Solutions to wiring and groundingSolutions to wiring and grounding
Solutions to wiring and groundingSAI SREE
Ā 
12 eipp galvan
12 eipp galvan12 eipp galvan
12 eipp galvanchndkr87
Ā 
Gsm based transformer fault detection system
Gsm based transformer fault detection systemGsm based transformer fault detection system
Gsm based transformer fault detection systemKabilesh K
Ā 
Challenges of phasor measurement units
Challenges of phasor measurement unitsChallenges of phasor measurement units
Challenges of phasor measurement unitssarasijdas
Ā 
AUTOMATIC VOLTAGE CONTROL OF TRANSFORMER USING MICROCONTROLLER AND SCADA
AUTOMATIC VOLTAGE CONTROL OF TRANSFORMER USING MICROCONTROLLER AND SCADA AUTOMATIC VOLTAGE CONTROL OF TRANSFORMER USING MICROCONTROLLER AND SCADA
AUTOMATIC VOLTAGE CONTROL OF TRANSFORMER USING MICROCONTROLLER AND SCADA Ajesh Jacob
Ā 
Transformer protection using microcontroller and gsm technology
Transformer protection using microcontroller and gsm technologyTransformer protection using microcontroller and gsm technology
Transformer protection using microcontroller and gsm technologyKartik Patel
Ā 
Centralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for serverCentralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for serverAazim Rasool
Ā 
Intelligent mcc Siemens
Intelligent mcc Siemens Intelligent mcc Siemens
Intelligent mcc Siemens Praveen Patil
Ā 
Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...Living Online
Ā 
Transformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based systemTransformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based systemIRJET Journal
Ā 
WAMS Analytical Approach
WAMS Analytical Approach WAMS Analytical Approach
WAMS Analytical Approach Chandan Kumar
Ā 

What's hot (20)

Ups battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobirUps battery monitoring system over gsm by humayun kobir
Ups battery monitoring system over gsm by humayun kobir
Ā 
Smart Grid & WAMS
Smart Grid & WAMSSmart Grid & WAMS
Smart Grid & WAMS
Ā 
WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)WIDE AREA MONITORING SYSTEMS(WAMS)
WIDE AREA MONITORING SYSTEMS(WAMS)
Ā 
Microcontroller based-substation-monitoring-and-controlling-system
Microcontroller based-substation-monitoring-and-controlling-systemMicrocontroller based-substation-monitoring-and-controlling-system
Microcontroller based-substation-monitoring-and-controlling-system
Ā 
Phasor measurement unit and it's application ppt
Phasor measurement unit and it's application pptPhasor measurement unit and it's application ppt
Phasor measurement unit and it's application ppt
Ā 
WIDE AREA PROTECTION IN POWER SYSTEMS
WIDE AREA PROTECTION IN POWER SYSTEMSWIDE AREA PROTECTION IN POWER SYSTEMS
WIDE AREA PROTECTION IN POWER SYSTEMS
Ā 
WIDE AREA MANAGEMENT SYSTEM
WIDE AREA MANAGEMENT SYSTEMWIDE AREA MANAGEMENT SYSTEM
WIDE AREA MANAGEMENT SYSTEM
Ā 
Solutions to wiring and grounding
Solutions to wiring and groundingSolutions to wiring and grounding
Solutions to wiring and grounding
Ā 
12 eipp galvan
12 eipp galvan12 eipp galvan
12 eipp galvan
Ā 
AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN AL...
AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN AL...AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN AL...
AUTOMATIC METHOD OF PROTECTING TRANSFORMER USING PIC MICROCONTROLLER AS AN AL...
Ā 
Gsm based transformer fault detection system
Gsm based transformer fault detection systemGsm based transformer fault detection system
Gsm based transformer fault detection system
Ā 
Thesis Presentation_Pulok_v1
Thesis Presentation_Pulok_v1Thesis Presentation_Pulok_v1
Thesis Presentation_Pulok_v1
Ā 
Challenges of phasor measurement units
Challenges of phasor measurement unitsChallenges of phasor measurement units
Challenges of phasor measurement units
Ā 
AUTOMATIC VOLTAGE CONTROL OF TRANSFORMER USING MICROCONTROLLER AND SCADA
AUTOMATIC VOLTAGE CONTROL OF TRANSFORMER USING MICROCONTROLLER AND SCADA AUTOMATIC VOLTAGE CONTROL OF TRANSFORMER USING MICROCONTROLLER AND SCADA
AUTOMATIC VOLTAGE CONTROL OF TRANSFORMER USING MICROCONTROLLER AND SCADA
Ā 
Transformer protection using microcontroller and gsm technology
Transformer protection using microcontroller and gsm technologyTransformer protection using microcontroller and gsm technology
Transformer protection using microcontroller and gsm technology
Ā 
Centralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for serverCentralized environment and battery monitoring system for server
Centralized environment and battery monitoring system for server
Ā 
Intelligent mcc Siemens
Intelligent mcc Siemens Intelligent mcc Siemens
Intelligent mcc Siemens
Ā 
Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Practical Distribution & Substation Automation (Incl. Communications) for Ele...
Ā 
Transformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based systemTransformer monitoring and controlling with GSM based system
Transformer monitoring and controlling with GSM based system
Ā 
WAMS Analytical Approach
WAMS Analytical Approach WAMS Analytical Approach
WAMS Analytical Approach
Ā 

Similar to Ni project presentation version 3

Introduction_to_Mechatronics_Chapter3.pdf
Introduction_to_Mechatronics_Chapter3.pdfIntroduction_to_Mechatronics_Chapter3.pdf
Introduction_to_Mechatronics_Chapter3.pdfBereket Walle
Ā 
voltage doubler using 555 timer ic
voltage doubler using 555 timer ic voltage doubler using 555 timer ic
voltage doubler using 555 timer ic afzalvp99
Ā 
Vaila ruthvik ece_510_project
Vaila ruthvik ece_510_projectVaila ruthvik ece_510_project
Vaila ruthvik ece_510_projectRuthvik Vaila
Ā 
Controlling of DC Motor using IC 555 Timer
Controlling of DC Motor using IC 555 TimerControlling of DC Motor using IC 555 Timer
Controlling of DC Motor using IC 555 TimerUpendra Chokka
Ā 
jogender contgrol and protection of power system
jogender contgrol and protection of power systemjogender contgrol and protection of power system
jogender contgrol and protection of power systemEngrSyedGhulamMustaf
Ā 
Fault Tolerant.pptx
Fault Tolerant.pptxFault Tolerant.pptx
Fault Tolerant.pptxssuser349352
Ā 
Active front end drive
Active front end driveActive front end drive
Active front end drivemikkumar5
Ā 
OneGear SMC 15kV Soft Starter
OneGear SMC 15kV Soft StarterOneGear SMC 15kV Soft Starter
OneGear SMC 15kV Soft StarterPaul Plavicheanu
Ā 
Grid.pptxdfsdgfsdfghdfcdfsdgdsfghgbnfghdfgd
Grid.pptxdfsdgfsdfghdfcdfsdgdsfghgbnfghdfgdGrid.pptxdfsdgfsdfghdfcdfsdgdsfghgbnfghdfgd
Grid.pptxdfsdgfsdfghdfcdfsdgdsfghgbnfghdfgdsuresh386785
Ā 
bluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinhabluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinhaShubham Sinha
Ā 
Design and implementation of high power dc dc converter and speed control of ...
Design and implementation of high power dc dc converter and speed control of ...Design and implementation of high power dc dc converter and speed control of ...
Design and implementation of high power dc dc converter and speed control of ...anbarasuasokan
Ā 
MY PROJECT-automatic load sharing of transformer by using GSM tecnique.
MY PROJECT-automatic load sharing of transformer by using GSM tecnique.MY PROJECT-automatic load sharing of transformer by using GSM tecnique.
MY PROJECT-automatic load sharing of transformer by using GSM tecnique.nikhilhiware
Ā 
FUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTER
FUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTERFUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTER
FUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTERRAGHVENDRA KUMAR PANDIT
Ā 
Speed control of D.C motor using Pusle width modulation
Speed control of D.C motor using Pusle width modulationSpeed control of D.C motor using Pusle width modulation
Speed control of D.C motor using Pusle width modulationSantoshkumarVarry
Ā 
15.02.2024.pptxDSD3E23DSDSDQWE23EWQDSDSDQWD
15.02.2024.pptxDSD3E23DSDSDQWE23EWQDSDSDQWD15.02.2024.pptxDSD3E23DSDSDQWE23EWQDSDSDQWD
15.02.2024.pptxDSD3E23DSDSDQWE23EWQDSDSDQWDsuresh386785
Ā 
Electric_Drives_FinalProj
Electric_Drives_FinalProjElectric_Drives_FinalProj
Electric_Drives_FinalProjSpencer Minder
Ā 
Biratnagar Robotics Club, Nepal
Biratnagar Robotics Club, NepalBiratnagar Robotics Club, Nepal
Biratnagar Robotics Club, NepalSarwar Alam Ansari
Ā 

Similar to Ni project presentation version 3 (20)

Introduction_to_Mechatronics_Chapter3.pdf
Introduction_to_Mechatronics_Chapter3.pdfIntroduction_to_Mechatronics_Chapter3.pdf
Introduction_to_Mechatronics_Chapter3.pdf
Ā 
voltage doubler using 555 timer ic
voltage doubler using 555 timer ic voltage doubler using 555 timer ic
voltage doubler using 555 timer ic
Ā 
Vaila ruthvik ece_510_project
Vaila ruthvik ece_510_projectVaila ruthvik ece_510_project
Vaila ruthvik ece_510_project
Ā 
Controlling of DC Motor using IC 555 Timer
Controlling of DC Motor using IC 555 TimerControlling of DC Motor using IC 555 Timer
Controlling of DC Motor using IC 555 Timer
Ā 
REMC Team Presentation_Final
REMC Team Presentation_FinalREMC Team Presentation_Final
REMC Team Presentation_Final
Ā 
jogender contgrol and protection of power system
jogender contgrol and protection of power systemjogender contgrol and protection of power system
jogender contgrol and protection of power system
Ā 
Fault Tolerant.pptx
Fault Tolerant.pptxFault Tolerant.pptx
Fault Tolerant.pptx
Ā 
Active front end drive
Active front end driveActive front end drive
Active front end drive
Ā 
Bosch Internship presentation
Bosch Internship presentationBosch Internship presentation
Bosch Internship presentation
Ā 
OneGear SMC 15kV Soft Starter
OneGear SMC 15kV Soft StarterOneGear SMC 15kV Soft Starter
OneGear SMC 15kV Soft Starter
Ā 
Grid.pptxdfsdgfsdfghdfcdfsdgdsfghgbnfghdfgd
Grid.pptxdfsdgfsdfghdfcdfsdgdsfghgbnfghdfgdGrid.pptxdfsdgfsdfghdfcdfsdgdsfghgbnfghdfgd
Grid.pptxdfsdgfsdfghdfcdfsdgdsfghgbnfghdfgd
Ā 
bluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinhabluetooth controlled home automation using arduino by shubham sinha
bluetooth controlled home automation using arduino by shubham sinha
Ā 
Design and implementation of high power dc dc converter and speed control of ...
Design and implementation of high power dc dc converter and speed control of ...Design and implementation of high power dc dc converter and speed control of ...
Design and implementation of high power dc dc converter and speed control of ...
Ā 
03 TOTAL REPORT
03 TOTAL REPORT03 TOTAL REPORT
03 TOTAL REPORT
Ā 
MY PROJECT-automatic load sharing of transformer by using GSM tecnique.
MY PROJECT-automatic load sharing of transformer by using GSM tecnique.MY PROJECT-automatic load sharing of transformer by using GSM tecnique.
MY PROJECT-automatic load sharing of transformer by using GSM tecnique.
Ā 
FUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTER
FUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTERFUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTER
FUZZY LOGIC CONTROLLER ON DC/DC BOOST CONVERTER
Ā 
Speed control of D.C motor using Pusle width modulation
Speed control of D.C motor using Pusle width modulationSpeed control of D.C motor using Pusle width modulation
Speed control of D.C motor using Pusle width modulation
Ā 
15.02.2024.pptxDSD3E23DSDSDQWE23EWQDSDSDQWD
15.02.2024.pptxDSD3E23DSDSDQWE23EWQDSDSDQWD15.02.2024.pptxDSD3E23DSDSDQWE23EWQDSDSDQWD
15.02.2024.pptxDSD3E23DSDSDQWE23EWQDSDSDQWD
Ā 
Electric_Drives_FinalProj
Electric_Drives_FinalProjElectric_Drives_FinalProj
Electric_Drives_FinalProj
Ā 
Biratnagar Robotics Club, Nepal
Biratnagar Robotics Club, NepalBiratnagar Robotics Club, Nepal
Biratnagar Robotics Club, Nepal
Ā 

Recently uploaded

Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
Ā 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
Ā 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
Ā 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
Ā 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
Ā 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
Ā 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
Ā 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
Ā 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
Ā 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
Ā 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
Ā 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
Ā 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
Ā 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
Ā 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
Ā 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
Ā 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
Ā 

Recently uploaded (20)

Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
Ā 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
Ā 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Ā 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
Ā 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
Ā 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
Ā 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Ā 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
Ā 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
Ā 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
Ā 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
Ā 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
Ā 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
Ā 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
Ā 
young call girls in Green ParkšŸ” 9953056974 šŸ” escort Service
young call girls in Green ParkšŸ” 9953056974 šŸ” escort Serviceyoung call girls in Green ParkšŸ” 9953056974 šŸ” escort Service
young call girls in Green ParkšŸ” 9953056974 šŸ” escort Service
Ā 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Ā 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
Ā 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
Ā 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
Ā 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
Ā 

Ni project presentation version 3

  • 1. National Instruments 3 Phase Inverter+ VFD using GPIC Engineering Leadership Program - Project Presentation Awais Shafique Ahmed Zahid SEECS,NUST CIIT, Lahore
  • 2. Agenda ā€¢ Inverter ā€¢ Variable Frequency Drive ā€¢ NI Single Board RIO General Purpose Inverter Controller (GPIC)- NI 9683 + NI 9605 ā€¢ GPIC Inverter Research Board ā€¢ LabVIEW code and Multisim Co-simulation ā€¢ Getting the Hardware to work ā€¢ Problems and Solutions ā€¢ Conclusion and Recommendations
  • 3. Inverters ā€¢ Converts DC to AC. ā€¢ Square wave inverters give square wave for transistor switching and only control output frequency. ā€¢ PWM inverters gives PWM signals for transistor switching which can control output voltage and frequency.
  • 4. Variable Frequency Drive (VFD) ā€¢ A PWM is produced by comparison of a low frequency sine wave and a high frequency carrier triangle signal. ā€¢ Changing the frequency of reference sine wave would change the frequency of the output sine produced. ā€¢ Keeping the torque of the motor constant and changing the frequency of the output produced, we change the power consumed by the motor load. ā€¢ This principal can be used to save upto 40% power.
  • 5. NI SbRIO GPIC ā€¢ Xilinx FPGA based development ready Embedded System for Power Electronics control and monitoring. ā€¢ SbRIO NI 9605/06 connects to GPIC through Mezzanine connector ā€¢ Used for DC-to-AC, AC-to-DC, DC-to-DC, and AC-to-AC converters for smart-grid flexible AC transmission systems (FACTS).
  • 6. Advantages of SbRIO 1. Graphical Co-Simulation 2. Advanced IP Algorithm Development 3. Development Libraries and IP Cores 4. Smart-Grid-Ready Designs 5. Power Electronics Control and Monitoring I/O 6. FPGA/Processor Board 7. Spartan-6 FPGA. 8. Real-Time Simulation
  • 7. GPIC Inverter Research Board ā€¢ Dedicated board with a built in 3-Phase Inverter circuitry ā€¢ Ability to perform DC-DC Conversion ā€¢ On board Rectifier ā€¢ 50V DC 8A Rating ā€¢ Allows input from the Grid for Grid synchronization Applications: ā€¢ Line frequency conversion ā€¢ Chopper for battery and ultracapacitor storage ā€¢ DC input with two motor driving ā€¢ Photovoltaic cells to grid inverter with Maximum Power Point Tracking (MPPT)
  • 8. GPIC Inverter Research Board Block Diagram
  • 9. GPIC Inverter Research Board Schematic
  • 10. GPIC Inverter Research Board Schematic
  • 11. Dolang ETM-7114 3 Phase Induction Motor Interface with Inverter A
  • 12.
  • 24. Getting the Hardware to Work ā€¢ Install same version of LabVIEW on the SbRIO GPIC as the GPIC Inverter Research Board LabVIEW project, with the following add-ons: LabVIEW RT Add-Ons ā€¢ NI System Configuration ā€¢ System State Publisher Network I/O ā€¢ Network Streams Protocols and Buses ā€¢ NI-Watchdog ā€¢ LabVIEW PID and Fuzzy Logic toolkit is required (Built-in in LabVIEW 2014) ā€¢ Get your PC on the same network as the device. ā€¢ Make sure the RT VI has been deployed before running the Desktop acquisition VI. ā€¢ Make Connections as shown in the figure: 1. Setting up the Hardware
  • 26. Getting the Hardware to Work ā€¢ Deploy the RT. ā€¢ Run the FPGA VI. ā€¢ The ā€œConnect DC Linkā€ button allows you to run both inverters of the Board with a single DC point. ā€¢ Run the Desktop VI. ā€¢ The ā€œConnectedā€ led on the Desktop UI will turn on. ā€¢ Click the ā€œEnableā€ Button to turn on the Pre-charge Capacitor. ā€¢ Click ā€œEnable PWMā€ to enable the PWM generation and convert the available DC to AC. ā€¢ Data Logging is available on the local server or cloud ā€¢ The ā€œGrid Sync?ā€ toggle switch allows you switch between Grid tracking and synchronization or internal reference sine generation for PWM. ā€¢ Power Analysis can also be done. 2. Running the Hardware
  • 30. Problems and Solutions ļƒ˜ The Hardware is connected, it runs in simulation mode, but sine wave is not being produced actually? Solution: ā€¢ Check if the hardware setup is correct and according to the Figure given above. ā€¢ The fault is that the 15VDC supply for bootstrapping circuitry is not connected. ļƒ˜ Sine wave output is being produced but it dies down quickly? Solution: ā€¢ The reason is that the circuit is getting no DC to modulate into a sine wave. ā€¢ The decaying sine wave is due to the energy provided by the Pre-charge capacitor when the ā€œEnableā€ button is pressed. ā€¢ The solution is to connect a wall transformer to the ā€œVGRID A+/A-ā€ pins so that the PLL tracks the grid signal and the rectifier coverts it into DC and provides it to the IGBTs for switching.
  • 31. Problems and Solutions ļƒ˜ A stable sine wave is being produced but the motor is not running? Solution: ā€¢ The motor given to us was a 250W 380V/660V 3Phase Induction Motor. But the DC level given to the IGBTs through rectification of the signal from the wall transformer was below 50V because the board is rated at 50VDC 8A. ā€¢ The solution was to connect a step up transformer per phase with the same turn ratio as the grid transformer. The 3 transformers were connected in Y-Y configuration and the motor was also connected in Y configuration with the inverter.
  • 32. Problems and Solutions ļƒ˜ Even with the transformer configuration the motor is not running properly? Solution: ā€¢ The problem was that the wall transformer, simulating the grid was of lower ratings which got saturated when the motor was connected and hence it wasnā€™t able to provide the necessary current to run the motor properly. ā€¢ This also distorted the voltage waveform of the grid. To solve this problem, all the transformers bought were of higher ratings, around 300W.
  • 33. Problems and Solutions ļƒ˜ Motor is running but VFD cannot be implemented? Solution: ā€¢ The motor runs smoothly with the transformers but the VFD could not be implemented using this solution because the transformers cannot sustain the continuous frequency variations. ā€¢ So the solution was to enhance the voltage ratings for the board. The limitation of the board was set by the 50V AC-DC bridge Rectifier and 2 100V Smoothing capacitors. Replacing them with higher ratings would allow us to give 220Vrms directly to the board from the grid. ā€¢ Another option was to remove these low rating components and place an external rectifier which would give 300VDC directly to the IGBTs, bypassing the Rectifier and smoothing capacitors.
  • 34. Problems and Solutions ļƒ˜ Giving 300VDC to the Board generates a fault and the systems halts? Solution: ā€¢ Using the external rectifier creates another problem, that the Code generates a fault when the DC input exceeds 100V and even after enabling PWM the inverter doesnā€™t work. ā€¢ The problem is with the voltage acquisition sensors. A potential divider circuit is used and the value is scaled by the GPIC to estimate and show the output value on the screen. At 100V DC input the sensor would give around 10V to the GPIC which would be scaled by 10 times and shown as 100V on the screen. At 300V the divider would read around 29V and after scaling it would exceed the limit set by the code. ā€¢ This fault can be masked using the ā€œIgnore Faultā€ button in the FPGA VI. ā€¢ This allows the motor to run but the fault stays, the upper/lower limits in the memory blocks are changed.
  • 35. Problems and Solutions ā€¢ Changing the upper/ Lower limits solves the fault problem but the sensors still acquire false data because they are operating at range near the limits of the GPIC I/Os. ā€¢ Possible solution is to replace the 11kĪ© resistor in the potential divider with 3.3k Ī© and change the scaling factors in the FPGA VI.
  • 36. Problems and Solutions ā€¢ Changing the upper/ Lower limits solves the fault problem but the sensors still acquire false data because they are operating at range near the limits of the GPIC I/Os. ā€¢ Possible solution is to replace the 11kĪ© resistor in the potential divider with 3.3k Ī© and change the scaling factors in the FPGA VI.
  • 37. Problems and Solutions ā€¢ Changing the upper/ Lower limits solves the fault problem but the sensors still acquire false data because they are operating at range near the limits of the GPIC I/Os. ā€¢ Possible solution is to replace the 11kĪ© resistor in the potential divider with 3.3k Ī© and change the scaling factors in the FPGA VI.
  • 38. Problems and Solutions ļƒ˜ Project not loading, some file is missing? Solution: ā€¢ Find the missing file at the location shown in the figure.
  • 39. Conclusion and Recommendations ā€¢ We have completed the tasks given to us and shown them to supervisors at each step. A 3- Phase inverter for a 250W load and linear mapped open loop VFD , has been implemented with a project extension of making a DC-DC converter. ā€¢ The project got delayed initially due to the unavailability of the Research Board, no information regarding the board or motor. The initial project file given to us was of a Power Hands-on workshop, not the GPIC Research Board. Unavailability of a 15V DC supply for Bootstrapping circuitry and lack of many components dragged the project further.

Editor's Notes

  1. http://www.ni.com/white-paper/14152/en/