time k mirror assembly
play

TIME K-Mirror Assembly Detailed Design Review MSD Team 18572 Ian - PowerPoint PPT Presentation

TIME K-Mirror Assembly Detailed Design Review MSD Team 18572 Ian Perry, Emily Doback, Mark Peryer, Kevin Nowak, Steven Cacner, Justin Parra December 5 th , 2017 Background Kitt Peak 12m Antenna (KP12M) Located at University of Arizona


  1. TIME K-Mirror Assembly Detailed Design Review MSD Team 18572 Ian Perry, Emily Doback, Mark Peryer, Kevin Nowak, Steven Cacner, Justin Parra December 5 th , 2017

  2. Background Kitt Peak 12m Antenna (KP12M) ● Located at University of Arizona Tomographic Ionized-carbon Mapping Experiment (TIME) ● Measure redshifted singly ionized carbon ● Measure molecular gas density ● Kinetic Sunyaev-Zel’dovich (kSZ) effect ● Collaboration with 5 other institutions University of Arizona

  3. Problem Statement “K-mirror” Assembly ● Several mirrors connected to rotating mount ● Servo controlled ● Synchronizes to angle of rotation of telescope ● Transformation through three reflections ● Enables the use of sensor line-scanning

  4. Customer Requirements Customer Category Importance Description Need # Assembly rotating is repeatable and CN1 1 accurate Assembly strong enough to keep mirrors CN2 1 in fixed positions relative to each other Functionality CN3 2 Electrostatic Discharge Protection CN4 2 Provide status to other sub-systems CN5 1 Control that is completely synchronous Portability CN6 1 Must be able to transport across country

  5. Engineering Requirements Engineering Ideal Rqmt. # Importance Source Requirement Measure Margin Value (Metric) ER1 1 CN1 Fixed Angle degrees Dynamic +/- 0.15 Speed of ER2 1 CN1 degrees/second 1 +/- TBD rotation (Not complete, only a few selected values)

  6. Ideal Function

  7. Concept Background

  8. Concept Background ● Telescope has the ability to point anywhere in the sky ● Rotates 360 degrees on Antenna Pad ● Rotates 90 degrees about Elevation Axis ( x - axis) ● K - Mirror system within cabin rotates 90 degrees about z-axis

  9. Concept Background - Cabin Interior Flange K-mirror Mounting Points Cabin Rotates 90 degrees about elevation axis

  10. CAD Model

  11. Concept Development - Center Centric Center of Rotation Z Flange Y X Static Structure M1 M2 Legend MSD owned Motor Customer provided MSD w/ Customer Rigid Structure M3 (Dynamic, z-axis)

  12. CAD Model - 1st Iteration

  13. CAD Model - 1st Iteration Mounting points to flange Mates to rotating assembly Drive system

  14. CAD Model - Looking Ahead 1) Confirming location of M1, M2, M3 2) Add key structural elements (Struts, Gussets, etc.) 3) Iterative process of designing for mirror and mounts 4) Iterative process of designing to optimize drive system 5) Optimize based on FEA and deflection calculations

  15. Engineering Analysis

  16. Engineering Analysis - Load Cases

  17. Engineering Analysis Deflection of Arms - Solid Block [micron] Material Case 1 Case 2 Case3 SW “Alloy Steel” 129.4 11.2 5.35

  18. Engineering Analysis - Arm Revision Material Max Max Displacement Displacement at 0deg [mm] at 90deg [mm] SW “Alloy 0.0368 0.0051 Steel”

  19. Engineering Analysis - Arm Revision Material Max Max Displacement Displacement at 0deg [mm] at 90deg [mm] SW “Alloy 0.072 0.0051 Steel”

  20. K-Mirror Control System Architecture Telescope Control System Monitoring/Status Motor

  21. Overall Telescope System Architecture

  22. Proposal: Harmonic Drive Gearhead

  23. Proposal: Oriental Motor Closed-Loop Stepper

  24. Raspberry Pi ● GPIO pins for motor control board connection ● Python to interface with GPIO pins ○ Fairly trivial ● Ethernet port for TCP/IP connections ○ Simple client/server python POC completed ● HDMI and 2 USB ports for display, keyboard, and mouse ● Runs operating system off SD card ○ Currently Raspbian but can be changed for application specific needs ● Powered from micro-USB

  25. Questions?

  26. Engineering Analysis Material Max Max Displacement Displacement at 0deg [mm] at 90deg [mm] SW “Alloy 0.305 0.00005 Steel” ● Mass of rotating system Carpenter 0.461 0.00008 estimated using solid aluminum Invar 36 plates and multiplier for Carpenter 0.448 0.00008 counterweight Super Invar 32-5

  27. CAD Model - Concept Development

  28. CAD Model - 1st Iteration Mirror mounts x3 (details TBD) Mates to drive system

  29. Concept Development - Center Centric - Other Ideas X Y Z Load Bearing Support Arm (Help Deflections) Off set Motor and remove compressive load

  30. Concept Development - Comparison What wasn’t included: Cost For both designs cost will be driven by the choice of materials as well as the geometry necessary to minimize the deflections. However, the Flange Centric Design will most likely require a much larger thrust bearing. Variability in design Center Centric Design leaves areas that can be used for extra support structures. The motor could also be offset to minimize the compressive loading on the motor.

  31. Telescope

  32. How we expect system to deflect: How to Design for Deflections:

  33. Full Deflection Numbers

  34. Tolerance Calculations

  35. Concept Development - Flange Centric Center of Rotation Flange x Y Motor Z Rigid Structure (Dynamic, z-axis) M1 M2 M1 M2 Legend MSD owned Customer provided M3 M3 MSD w/ Customer

  36. Concept Development - Comparison Center Flange Criteria Centric Centric + Weight - + System - Deflection - Modularity + Design Time + - Complexity + - + Denotes design is better for selected criteria

  37. Control System Comparison Criteria Arduino FPGA Raspberry Pi Ease of Programming + + - Does not require host + - - computer to program Modular clock source + - - Computation speed - - + Cost + + - + Denotes design is better for selected criteria

  38. Proposal Risk Likeliness Severity Risk Score Ideas to limit risk (0-10) (0-10) Create physical interference to keep the array Over Rotation of K - mirror 3 8 24 from rotating any further. Add more than one connection to the Flange, if Connection between Static 2 8 16 one fails the other can support until noticed by Structure and Flange fails operator. Mirrors fall outside of Design to allow minor adjustments using 5 4 20 tolerance screw/shimming techniques.

  39. Stepper Motors ● High torque at low angular velocity ● Good angular repeatability ● Most common full step resolution: 1.8 degrees ● Control board allows for greater flexibility ○ Half-stepping, microstepping, or gear box are options Stepper Motor Torque Curve

  40. Motor Controller ● RS232 interface ○ 115kbaud ● Ethernet interface ○ TCP/IP ○ 100 Base-T ● Encoder input ○ control feedback ● Capable of microstepping for increased angular resolution Galil DMC-3x01x single-axis motor controller

  41. Closing the Loop ● Galil solutions: ○ End-point correction ○ Closed-loop microstepping ● Many other commercial solutions ● Rotary Encoders ○ Optical vs. Magnetic ○ Highest resolution: 0.009° per pulse

  42. Data Communication ● Ethernet ● Fiber ○ Can easily interface with the Raspberry Pi ● TCP/IP socket protocol ○ Unknown data packet structure as of now ○ Local Area Connection (LAN) ■ Low latency

  43. Data Communication - Fiber ● Fiber: ○ Use GPIO pins through interface board to convert to fiber

  44. System Analysis: Functional Decomposition

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend