1 / 33

Pneumatic Motor

Pneumatic Motor. Team: Pneu -Engineering Technology. Sam Morrison Zach W-Paulson David Livingston. Problem Statement. To design a three piston pneumatic motor as a tabletop demonstration piece for the Power Systems class. Solution.

nansen
Télécharger la présentation

Pneumatic Motor

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. Pneumatic Motor Team: Pneu-Engineering Technology Sam Morrison Zach W-Paulson David Livingston

  2. Problem Statement To design a three piston pneumatic motor as a tabletop demonstration piece for the Power Systems class.

  3. Solution • Create a device with three double acting pivot mount pistons. • Steel frame • 6 - 3 way, 2 position solenoid actuated pneumatic valves. • Microcontroller for controlling the timing and activation of each valve. • LabView VI for user interface and system control.

  4. System diagram

  5. Work Breakdown Structure

  6. Prototype Subsystem: Sam Morrison Position 1: The cylinder fully retracted, just beginning to extend, and has 0 torque.

  7. Prototype Subsystem: Sam Morrison Position 2: The cylinder is partially extended, in this position the torque produced by the cylinder is maximized.

  8. Prototype Subsystem: Sam Morrison Position 3: The cylinder is fully extended, is just beginning to retract, and has 0 torque in this position.

  9. Prototype Subsystem: Sam Morrison Position 4: The cylinder is partially retracted, in this position the torque produced by the cylinder is maximized, and in the opposite direction as in position 2.

  10. Theoretical Pneumatic System

  11. Experimental Pneumatic System

  12. HMI

  13. Block Diagram and DAQ setup For HMI

  14. Mechanical Subsystem: David Livingston

  15. Design Considerations Rod shear and bending stresses Base bending stresses Crankshaft shear stress Crankshaft alignment Storage for electronics Storage for pneumatics

  16. Crankshaft offset Fully retracted 2” offset Mid-stroke Fully extended

  17. Mechanical Simulation

  18. Mechanical Analysis (Torque produced by each piston.)

  19. Mechanical Analysis Curves

  20. Mechanical Analysis Curves

  21. Pneumatic Subsystem: Zach W-Paulson

  22. Valve Controller HCS08 microcontroller used to control pneumatic valves, and supporting hardware.

  23. Power Supply

  24. Valve Controller Test This is a simple sequence that will be used for testing. The final sequence of valve activations will be more complex. • Retract Cylinder 1 • Extend Cylinder 3 • Retract Cylinder 2 • Extend Cylinder 1 • Retract Cylinder 3 • Extend Cylinder 2

  25. Valve Controller Test • switch (ValveCount){ • case 0: • PTBD = 0x02; //acctivate the appropriate valve • if (StepButton == Pressed) //if the button is pressed • { • Delayms(200); • while(StepButton== Pressed){} //wait for button to be released • if (Direction == CCW) //if direction is set to counterclockwise… • { • ValveCount= 1; //go forward one step • } • else if (Direction == CW) //if direction is set to clockwise… • { • ValveCount= 5; //go backward one step • } • } • break; This is an excerpt from the code designed to run the valve controller test.

  26. Potentiometer Calibration V = (-3x10-5)p2 + 0.019p + 0.2043

  27. Important Positions - CW The positions listed here are important because they are positions at which the controller needs to change which valves are activated, and which are deactivated.

  28. Determining Position 95 An example of the sections that the software looks at while determining the position of the motor. 120 155 180 0

  29. Valve Timing Timing sequence for valves while the motor is running in the clockwise direction. Valve 3 Retract Valve 3 Extend Valve 2 Retract Valve 2 Extend Valve 1 Retract Valve 1 Extend

  30. Budget

  31. Schedule

  32. Thank Yous Andre St. Denis John Kidder Samuel Colwell John Murphy Bob Royce Tony Bosnich

  33. Questions?

More Related