simullation of wind generators with labview

21
Wind Turbine Simulation (Phase IV) SDMAY 12-24 Advisor: Dr. Venkataramana Ajjarapu

Upload: cingoski123

Post on 02-Jun-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 1/21

Page 2: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 2/21

Group Members

Brian Alexander (Computer Engineering)

Lon Bromolson (Electrical Engineering)

Jarid Strike (Electrical Engineering)

Chase Schaben (Electrical Engineering)

SDMAY 12-24

Page 3: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 3/21

Project Description

Computer controlled motor is coupled with

generator from wind turbine

Turbine power is used to drive inverter w/ AC load

Measurements are taken using DAQ USB-6008,

and imported into LabVIEW

SDMAY 12-24

Page 4: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 4/21

Problem Statement

Existing system:

Load primarily uses batteries

System does not efficiently use wind energy

Weak motor

Model for new system:

Wind turbine primarily powers load

Batteries are used as backup

PC provides user-friendly interface

SDMAY 12-24

Page 5: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 5/21

Functional Requirements

Turbine voltage is rectified and converted to provide

consistent 24V output

Inverter will provide AC voltage to 2 light bulbs

The turbine can generate a 300W continuous output

The anemometer and wind vane will transmit wind

profiles from locations on campus

The motor will simulate outdoor wind speed

The wind turbine will supply the battery bank when

the voltage is below 24V The turbine will not exceed power ratings on load

SDMAY 12-24

Page 6: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 6/21

Non-Functional Requirements

The final project will include a user’s manual 

The project will be documented through technical

manual and in-depth schematics

Technology Requirements

LabVIEW interface must accurately calculatevariables and display them for the user to see

Wind data must be read and input into LabVIEW in

real-time

All sensor and control equipment must beconnected with LabVIEW

SDMAY 12-24

Page 7: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 7/21

LabVIEW Interface

Control wind speed simulation motor

Read measurements from:

Wireless real wind data (Serial Input)

RPM (Digital Input via NI USB-6008)

CT sensors (Analog Input via NI USB-6008)

Voltage Divider (Analog Input via NI USB-6008)

Obtain plots that can be analyzed using Excel.

Wind(mph) vs. Power (W), etc.

SDMAY 12-24

Page 8: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 8/21

SDMAY 12-24

Available Outputs: Motor voltage

PWM generator

Available Inputs: Wind speed measured by anemometer

Motor RPM measured by Hall sensor

Turbine current measured by current transducer andUSB-6008

Inverter current measured by current transducer andUSB-6008

Battery voltage measured by USB-6008

LabVIEW Interface

Page 9: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 9/21

0

50

100

150

200

250

300

0 500 1000 1500 2000

   T   u   r    b   i   n   e   P   o   w   e   r

Motor RPM

0

2

4

6

8

10

12

0 500 1000 1500 2000

   T   u   r    b   i   n   e   C   u   r   r   e   n   t

Motor RPM

21.5

22

22.5

23

23.5

24

24.5

25

25.5

26

26.5

0 500 1000 1500 2000

   S   y   s   t   e   m    V

   o    l   t   a   g   e

Motor RPM

0

200

400

600

800

1000

1200

1400

1600

1800

2000

0 50 100 150 200

   M   o   t   o   r   R   P   M 

Supply Voltage

SDMAY 12-24

Page 10: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 10/21

SDMAY 12-24

Page 11: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 11/21

Motor Control Existing motor could not provide consistent high-

speed output without overloading/overheating

We are replacing this 370W induction motor with

new 1.5 HP (1.1 kW) induction motor This will require a new bracket to mount the

motor

SDMAY 12-24

Figure from Wikipedia “File:VFD System.png” 

Page 12: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 12/21

SDMAY 12-24

Page 13: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 13/21

Load/Battery/Turbine Solution

Rectify three-phase output of generator

Up/Down convert voltage level to 24 V

Control energy storage

SDMAY 12-24

Page 14: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 14/21

PWM Generator

Rectifier / Boost-BuckGeneratorMotor CouplingVFD Load

RPM

Sensor

SDMAY 12-24

Page 15: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 15/21

Measurement From 3-phase Generator

SDMAY 12-24

Page 16: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 16/21

MATLAB Model for Rectifier/Buck-Boost Circuit

SDMAY 12-24

Page 17: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 17/21

Schematic for PWM generator

SDMAY 12-24

Page 18: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 18/21

Test Plan

Run system for a long period (few days or few weeks)

while simulating actual wind speed conditions

Measure power generation of wind turbine over time

Measure battery voltage over time

SDMAY 12-24

Page 19: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 19/21

Estimated Cost

$175 – 1.5 HP Motor

$40 – Coupling

$45 – Mounting brackets

$20 – Other electrical components

$280 – Total

$500 – Budget

SDMAY 12-24

Page 20: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 20/21

Planned Tasks

Order new motor and couple to generator

Develop power management circuitry

Finish simulation Build circuit

Test circuit

Run full system test

Finalize LabVIEW interface and write user’smanual

Finalize all documentation and website

SDMAY 12-24

Page 21: Simullation of Wind Generators With LabView

8/10/2019 Simullation of Wind Generators With LabView

http://slidepdf.com/reader/full/simullation-of-wind-generators-with-labview 21/21

Any Questions??

SDMAY 12-24