Top Banner
The Green Smart Factory - Saving money and keeping the environment safe by thinking smart Team #4: Alviz, Catherine Castano, Andres Lezcano, Hansel Polanco, Victor Sousa, Carlos Experiment Mentor: Prof. Wilmer Arellano Senior Design Mentor: Dr. Osama Mohammed
20

Engineering Orientation Solar Experiment

Jan 19, 2016

Download

Documents

Rad

Engineering Orientation Solar Experiment. The Green Smart Factory - “ Saving money and keeping the environment safe by thinking smart ”. Team #4: Alviz, Catherine Castano, Andres Lezcano, Hansel Polanco, Victor Sousa, Carlos Experiment Mentor: Prof. Wilmer Arellano - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Engineering Orientation Solar Experiment

The Green Smart Factory - “Saving money and keeping the environment

safe by thinking smart”Team #4:

Alviz, CatherineCastano, AndresLezcano, HanselPolanco, VictorSousa, Carlos

Experiment Mentor: Prof. Wilmer ArellanoSenior Design Mentor: Dr. Osama Mohammed

Page 2: Engineering Orientation Solar Experiment

• Introduction• Senior Design Project• Definition of a PV System• Types of PV Systems• Arduino kit• Sample circuit• Microcontroller – algorithm explanation• Relay operation explanation• Live demonstration

Page 3: Engineering Orientation Solar Experiment

Catherine Alviz

•Electrical Engineering Major specializing in Microcomputers

•Work experience in design, maintenance, and assemblage

of electronic equipment

Andres Castano

•Electrical Engineering Major specializing in Control Systems

•Focus on the control design, and has experience in PV

installation and design, fire suppression controls systems

Hansel Lezcano

•Computer Engineering Major

•Responsible for all the Matlab programming inside

the controller

Victor Polanco

•Electrical Engineering Major specializing in Power Systems

•Confronts all energy related problems

•Electrical Technician experience

Carlos Sousa

•Electrical Engineering Major specializing in Power Systems

•Team Leader

•Experience in assembly of Mechanical equipment

Page 4: Engineering Orientation Solar Experiment

• Original project from an innovative ideas – improvement/different approach to existing design

• Research, design, and implementation throughout two semesters (or one, depending on major)

• Working in teams and managing time properly are the key

• Platform for new inventions and excellent way to showcase the leadership and technical qualities of the FIU student population

Page 5: Engineering Orientation Solar Experiment

• Development of an Energy Management System

• Two sources: solar and utility

• Multiple loads: motors, and lighting

• Renewable source will be used when utility rates are high

• Goal is to reduce electricity costs without disturbing the loads

• Vital aspects of our Senior Design Project:

– Multidisciplinary collaboration and successful teamwork– Developing a plan of action– Detailed research of the topic– Work with anticipation!

Page 6: Engineering Orientation Solar Experiment
Page 7: Engineering Orientation Solar Experiment

Figure 1 – Grid Connected PV System

Page 8: Engineering Orientation Solar Experiment

1. Monocrystalline

• Cells cut from a single crystal of silicon

• They are a slice of crystal indeed

• In appearance, it will have a smooth texture and you will be able to see the thickness of the slice.

• Most efficient and the most expensive to produce.

• Rigid and must be mounted in a rigid frame to protect them.

Page 9: Engineering Orientation Solar Experiment

2. Policrystalline

• Cells are effectively a slice cut from a block of silicon

• Large number of crystals

• Speckled reflective appearance

• Less efficient and less expensive than monocrystalline cells

• Rigid frame needed

Page 10: Engineering Orientation Solar Experiment

3. Amorphous cells

• They are assembled by placing a thin film of amorphous (non crystalline) silicon onto a wide choice of surfaces

• Least efficient / least expensive

• Flexible

• Power output reduces over time, particularly during the first few months, after which time they are basically stable

• The quoted output of an amorphous panel should be that produced after this stabilization

Page 11: Engineering Orientation Solar Experiment

Figure 3 – Old house renewed with solar panels

Figure 2 – Photovoltaic Power Station in Germany

Page 12: Engineering Orientation Solar Experiment

• Is an open-source single-board microcontroller

• Easily implemented in various multidisciplinary projects

• Programmed using language similar to C++

• Detailed explanations are provided for each exercise

• Vital to understand the operation of a microcontroller and how it can operate certain components!

Figure 4 – Size of Arduino Board

Page 13: Engineering Orientation Solar Experiment

• Two sources will be used – solar panel and battery

• Microcontroller will switch from one to another depending on which is generating higher voltage

• Relay will perform switching operation Figure 5 – Circuit assembly

Page 14: Engineering Orientation Solar Experiment
Page 15: Engineering Orientation Solar Experiment

1. analogRead()• The analogRead() method reads the value of an

analog input pin. • Possible values range is 0-1023, where 0 is 0 volts

and 1023 is 5 volts.

Page 16: Engineering Orientation Solar Experiment

2. if (conditional) and ==, !=, <, > (comparison operators)

• if, which is used in conjunction with a comparison operator, tests whether a certain condition has been reached, such as an input being above a certain number.

The format for an if test is:

Page 17: Engineering Orientation Solar Experiment

• Is an electrically operated switch

• Used to control different loads or sources with a single circuit

• Various types – DPDT to be used in this sample exercise

Figure 6 – DPDT Relay Figure 7 – Wiring Diagram of DPDT

Page 18: Engineering Orientation Solar Experiment
Page 19: Engineering Orientation Solar Experiment

• SD project – final step in the pursue of your degree

• Teamwork, organization, and communication are key!

• PV Systems are growing throughout the industry

• Monocristallyne, policristallyne, and amorphous panels

• Sample assignment includes Microcontrollers, Transistors, and Motors – some of the most frequently used components in a Senior Design Project

Page 20: Engineering Orientation Solar Experiment