1 / 13

Semiconductor Heating

Semiconductor Heating. Sponsor: Intel By: Curtis Bower, Achyut Lamichhane , Kegan Pankratz , Drew Flerchinger , Skyler Hoeft , John Behrend. Overview. Background Project Summary Physical System Microcontroller and Touch Screen LCD Control System Conclusions. Background.

bella
Download Presentation

Semiconductor Heating

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Semiconductor Heating Sponsor: Intel By: Curtis Bower, AchyutLamichhane, KeganPankratz, Drew Flerchinger, SkylerHoeft, John Behrend

  2. Overview • Background • Project Summary • Physical System • Microcontroller and Touch Screen LCD • Control System • Conclusions

  3. Background • Intel’s problem • Many testing machines • Machines are too specific • Want to expand to be able to test different types and sizes of processor with one machine • Solution to Intel’s problem • Build a new system that uses heated water to test processors under high temperatures • New system will be able to test a variety of processors

  4. Project Summary • Build a heated water delivery system • Use a microcontroller to read sensors • Microcontroller sends commands to pumps, heater, and valves • Create a stand alone control system • Use a touchscreen LCD to create a easy to use HMI

  5. Physical System • Made up of one pump that circulates water though the heater and chiller. • Valves control where a major portion of water runs. • Sensors are used throughout system to gain information from the circulated water

  6. Microcontroller • Reads sensors and uses values to control physical system • Values read from sensor are sent over serial to LCD to be displayed • Interrupt driven control system uses sensor inputs to drive both heater and pump values

  7. Touch Screen LCD MAIN MENU • Menus that allow users to easily navigate through and change values • Each menu is specific to different parts of the physical system. • Set point menu allows users to change the temperature of the water and the flow or pressure the pump outputs • An easy to use key pad allows users to enter new values Temp: 12.75 Set Point: 22.0 Flow: 2.0 Set Point: 2.5 Pressure: 2.15 Set Point: 3.4 Current PID: FLOW Menu PID Values Set Point Values

  8. PID value and Set point Menu Set Point Flow PID Values X X Temperature Current: 13.75 Set Point: 30.0 Flow Current: 1.37 Set Point: 200.0 Pressure Current: 400.0 Set Point: 300.0 P Value Current: 13 I Value Current: 1 D Value Current: 0 -> -> -> -> -> _ _ _ _ _ _ _/ \ / \ / \ _ / -> _ _ _ _ _ _ _ _ _ _ _ _ MAX: 32 MIN: 23

  9. Keypad Menu KEYPAD X 1 2 3 4 5 6 7 8 9 0 . <- VAR: TEMP OK 3.145

  10. Communication • Values sent to LCD are preceded with a byte that consists of two nibbles which represent an X coordinate and a Y coordinate • This allows the Microcontroller to print values anywhere on the LCD • Values sent to the Microcontroller are delimited by a single byte that represents values that are being changed or menus

  11. Control System • Interrupt driven • Interrupt ticks every 10 milliseconds • Adaptive LMS(Least Mean Squared)

  12. Conclusions • Micro SCADA system • System contains RTC unit and HMI • These systems are very limited.

  13. Q & A

More Related