web enabled wind tunnel system - bradley...

27

Upload: others

Post on 06-Aug-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel
Page 2: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Web Enabled Wind Tunnel System

Mike Firman and Ben Morrison

Advised by Dr. Aleksander Malinowski & Dr. Scott Post

Page 3: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Presentation Outline

Overall Project Summary

Wind Tunnel Description

Overall System Block Diagram

Subsystems

Progress

Suggested Future Work

Equipment

Questions

Page 4: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Overall Project Summary

Web Interface for User Interaction

Controller for Wind Tunnel Operation

Hardware Interfacing

Networking Setup to Support Aforementioned Functions

Page 5: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Goals

• Allow for Remote Starting, Stopping, and Control of Wind Tunnel

• Improve Existing Capabilities of the Wind Tunnel

• Create an Interface that is Intuitive and Easy to Use

Page 6: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Project Significance

• Allow for More Accurate Control of Wind Tunnel Functions

• Increase the Level of Repeatability in Experiments Involving the Wind Tunnel

• Allow for Wind Tunnel Testing for Those Without Access to a Wind Tunnel(i.e. Schools or Small Businesses)

Page 7: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Wind Tunnel Description

Page 8: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Blower Motor

Damper/Universal

Motor

Page 9: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Testing Bed

Component Angle Set

Page 10: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Lift and Drag Sensors

Linear Actuator

Page 11: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Wind Speed Feedback

Close Up

Page 12: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Equipment Purchased

DCS-910

– Price: 67$

– IP Ethernet Webcam

FVS-318

– Price: 89$

– VPN Firewall Router

Page 13: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Equipment Purchased

OMRON G3NA-225B-DC5-24

– Price: 26.50$

– SPST Solid State Relay

Firgelli Automations FA-PO-150-12-8”(20:1)

– Price: 139.99$

– 10K Ohm Potentiometer

– Built-in Limit Switches

Page 14: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Overall System Block Diagram

Computer Embedded Controller

Wind Tunnel

Router The

Internet

Webcams

Page 15: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Subsystems

Webcams

Router

Microcontroller

User Interface Computer Embedded Controller

Wind Tunnel

Router The

Internet

Webcams

Page 16: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Subsystems Cont.

Output Sensor Data

PI Control for Position

Wind Speed Controller

Computer Embedded Controller

Wind Tunnel

Router The

Internet

Webcams

Page 17: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Silabs C8051F120 Development Kit

Plenty of I/O Capability

Prior Familiarity

8 Channel A/D

Page 18: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Microcontroller Setup

F120 Development Kit

Computer

Wind Tunnel

Wind Speed Sensor

Lift/Drag Sensors

Actuator Potentiometers

Serial Link Turbine Power Relay

Wind Speed Relays

H-Bridge Actuator PWM

To Actuators

Page 19: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Progress Made

Analyzed and labeled wind tunnel wiring

Researched Webcam/Router

Tested and configured VPN router

Tested and configured camera

Tested camera streaming capability

Page 20: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Initial JAVA GUI Designed

Page 21: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Linear Actuator Model

Linear Actuator Modeled in Simulink

Transfer Fcn

1

s

To Workspace1

out

To Workspace

t

Step ScopeGain

.025

Clock

0 5 10 150

0.5

1

1.5

2

2.5

3

3.5

4

4.5

Simulink Model and

Actual Data Comparison

Page 22: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Closed Loop System Model

•Full Model of Closed Loop System

•Includes PWM and H-Bridge Models

control signal

To Workspace2

control

To Workspace1

out

To Workspace

t

Step Signal

Preprocessing

In1 Out1

ScopePWM

Subsystem

In1 Out1

Linear

Actuator

Model

In1 Out1

H-Brdige

Subsystem

In1 Out1

Gain 2

100

Gain 1

.1

Gain

500

Clock

Page 23: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Closed Loop Output with 2V Step Input

0 5 10 15 20 250

0.2

0.4

0.6

0.8

1

1.2

1.4

1.6

1.8

2

0 5 10 15 20 250

0.5

1

1.5

2

2.5

3

3.5

Closed Loop Control

Signal with 2V Step Input

Page 24: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Approx. Open Loop PWM

Closed Loop PWM

Closed Loop PWM

Page 25: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Progress Made Cont.

Turbine Starting and Stopping from Microcontroller

Wind Speed Control Methods Researched

Page 26: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Future Work

• Choosing Components and Designing the Wind Speed Controller

• JAVA User Interface

• Interfacing to Sensors

• Recording Sensor Data

Page 27: Web Enabled Wind Tunnel System - Bradley Universitycegt201.bradley.edu/.../webwind_final_presentation.pdf · Presentation Outline ... • Allow for More Accurate Control of Wind Tunnel

Questions?