Download presentation
Presentation is loading. Please wait.
Published byJoy Carpenter Modified over 9 years ago
1
Group 8 Anthony McCorvey Ronnie Lalchan Chris Beck George Thompson
2
Problem The power companies are converting the old mechanical meters to Smart meters. Wireless Communication Accurate Readings KWH every hour Power Factor Connect/Disconnect No jobs for meter readers Hiring untrained contractors Cheaper Looking for a cost efficient method to train contractors
3
Goals To design a product that the power companies can use for their renovations Cost efficient Safe User Friendly Test and Train
4
Software Objective Create a Interface to compliment the Training Simulation To allow the user to interact with the system and give feed back. To give a visual reference to the user of his or her actions Approve or Decline Users Certification
5
Software Parts FPGA Micro Controller Keyboard (OP) Voltage Chip (OP) LCD Screen
6
PCB 2 layer PCB.10” traces Ground plane Using PCB Express Designing Schematic Designing PCB
7
Microcontroller Vs. FPGA PIC16F876A ATmega168 FPGA Basys
8
ATmega168 FeaturesATmega168 I/0 Pins23 Memory TypeFLASH Program Memory (KB)16 EEPROM (Bytes)512 SRAM (KB)1 Operating Voltage5.5 Volts
9
PIC16F876A FeaturesPIC16F876A I/0 Pins22 Memory TypeFLASH Program Memory (KB)14 EEPROM (Bytes)256 SRAM (KB)0.359 Operating Voltage5.5 Volts
10
FPGA Basys FeaturesFPGA Basys I/0 Pins24 Memory TypeFLASH Program Memory (KB)72 EEPROM (Bytes)- SRAM (KB)72 Operating Voltage3.3 Volts
11
Microcontroller Vs. FPGA FeaturesATmega168PIC16F876AFPGA Basys I/0 Pins232224 Memory TypeFLASH Program Memory (KB)161472 EEPROM (Bytes)512256- SRAM (KB)10.35972 Operating Voltage5.5 Volts 3.3 Volts We have chosen the ATmega168
12
Either Or FPGA – Spartan 3E Switches/Power Box duality Buttons Mini-LCD Difficulty Programming /Missing Exp. MicroController – Arduino Program C All Parts Inc. / also Cheap
13
FLOW CHART
14
LCD Code lcd.clear(); lcd.print('.'); delay(100); lcd.cursorTo(2, 0); //line=2, x=0. lcd.printIn("Score: 6/7"); delay(1000);
15
Main System Code
16
Mounted Visual Image.
17
Apparel Keyboard – User will input found voltage. Power Chip – will get the exact voltage from the system as user will have no need to input them.
18
Design Requirements Hardware Meter Cans Potential Transformers Variable Transformer Toggle Switches Fuses Control Box
19
Thinking about the Design PhaseConfiguration Phase to Ground Phase 1 to Phase 2 Phase 2 to Phase 3 and Phase 3 to Phase 1 *Power leg to Ground Single Phase Delta 120 Volts 240 Volts Three Phase Delta 120 Volts 240 Volts 208 Volts Single Phase Wye 120 Volts 208 Volts Three Phase Wye 120 Volts 208 Volts 2 Phase Configurations Delta Wye Single Phase Three Phase How can we convert single phase to three phase? Rotary motors etc Too expensive Defeats our goal “Trick the Voltage” That’s when Simulator was added to the name
20
Meter Cans (3) Single Phase Meter Cans 2 Wire Delta Junction Meter 3 Wire Delta 3 Wire Wye LED Lights (2) Three Phase Meter Cans (2) Three Phase Meter Cans 4 Wire Delta 4 Wire Delta 4 Wire Wye 4 Wire Wye LED Lights LED Lights
21
Potential Transformers 6 total potential transformers 3 Step-down PT’s “Configuration” 115:50 (Phase to Phase - Delta) and (Phase to Ground – Delta and Wye) 115:80 (Stinger leg Delta) 115:42 (Phase to Phase – Wye) 3 Step-Up PT’s “Multiplier” 2.4:1
22
Step-Up PT Schematic Secondary Primary Secondary Primary Secondary Primary 115 50 115 80 115 42 S3 Voltmeter S3
23
Voltage Calculations Phase to Ground for Wye and Delta (115:50) 50 x 2.4 = 120 Volts Power leg to Ground (Delta) (115:80) 80 x 2.4 = 192 Volts Specific to needs Phase to Phase for Wye to Delta Subtractive Polarity Delta 50 x 2.4 = 120 volts Different terminals 120 <0 – 120 <180 = 240 Volts Wye (115:42) 42 x 2.4 = 100.8 Volts 100.8 <0 – 100.8 <180 = 201.6 Volts
24
Control Box Variable Transformer 4 Fuses (1) 5 Amps (3) 2 Amps ON/OFF switch Safety Precautions 5 toggle switches for selection of configuration 3PDT
25
Delta Single Phase Switch 1 Switch 2 Switch 3 Switch 4 Switch 5 Phase 1&2 to Ground UpUpUpUpDown Phase 1 to Phase 2 UpUpUpUpDown Delta Three Phase Phase 1&2 to Ground UpUpUpUpDown Power Leg to Ground UpUpUpUpUp Phase 1 to Phase 2 UpUpUpUpDown Phase 1 to Power Leg UpUpUpDownDown Phase 2 to Power Leg UpUpUpDownDown Delta Switching Sequence
26
Wye Switching Sequence Wye Single Phase Switch 1 Switch 2 Switch 3 Switch 4 Switch 5 Phase 1&2 to Ground UpDownUpDownDown Phase 1 to Phase 2 DownDownDownUpDown Wye Three Phase Phase 1,2,&3 to Ground UpDownUpDownDown Phase 1 to Phase 2 DownDownDownUpDown Phase 1 to Phase 3 DownDownDownDownDown Phase 2 to Phase 3 DownDownDownDownDown
27
Phase Converter Simulator Hardware 1
28
Switches to Relays Microcontroller changes configurations Eliminates need for the user to know switch combination Configurations can switch with feedback signal
29
Feedback Two ideas for feedback: 1 st idea: User input – User would answer questions given by through a wireless keyboard 2 nd idea Signal from voltmeter – After user test voltage, the signal from the voltmeter would be sent to microcontroller
30
Feedback With a Voltmeter Obtain voltmeter used in the field and its specs Receive signal from display and step it down so that microcontroller can process
31
Requirements Relays require 9.6 V to 14 V to operate Microcontroller is limited to signals of.5 amps
32
Power Supply is connected to relays Microcontroller connected to ground
33
Microcontroller connected to GND to control and adjust ground Switch placed between relays and microcontroller to regulate feedback current
34
Budget PartDevelopmentImmediate CostPrototype Switches$10 Fuses$10 Enclosure$30 Three Phase Meter Box$140 Single Phase Meter Box$75 Potential Transformer$60 Wiring$0$30 Microcontroller$60 Interface$60 Volt Meter$30 A/D converter$40 Variable Transformer$0$100 User Interface$50 Keyboard$0$30 Total:$565.00$725.00
35
Budget
36
Current we have spent $440 Our Projected budget is $550 As of now we are looking to finish around our budget
37
Milestone TaskDuration 1-Jun1-Jul1-Aug1-Sep1-Oct1-Nov23-Nov1-Dec Research180 Days Software Design150 Days Hardware Design150 Days Parts Acquisition120 Days Hardware Interface 120 Days Microcontroller Code 120 Days PCB Design60 Days Testing120 Days Completed In Progress
38
Completion
39
Overall Completion is 50%
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.