Post-Launch assessment Review

Size: px
Start display at page:

Download "Post-Launch assessment Review"

Transcription

1 Post-Launch assessment Review Iowa State University Cyclone Student Launch Initiative April 27, 2018

2 Iowa State University Post-Launch Assessment Review TEAM SUMMARY School: Organization: Iowa State University Cyclone Student Launch Initiative 2 LAUNCH VEHICLE SUMMARY Name: Size: Mass: Launch Motor: Payload: Altitude: Day This Side Up 117 in long, 6-in diameter lbs. Aerotech L2200 Target detection system composed of five downwardfacing Pi cameras 5680 ft 3 VEHICLE DIMENSIONS Total Size: Nose Cone: Parachute Bay 1: Parachute Bay 2: Avionics Bay: 117 in long, 6-in diameter throughout 33 in long 28.3 in long 12 in long 21 in long Flight Bay: Computer 12 in long Motor Mount: Recovery System: 34 in long 18 in diameter drogue chute (deploys at apogee) 120 in diameter main chute (deploys at 800 feet above ground level) 4 VEHICLE SUMMARY Our rocket utilized a modified form of our design from the previous year and retained the same basic layout. The main sections of the rocket are: the nose cone, parachute

3 Iowa State University Post-Launch Assessment Review bay 1, avionics bay, parachute bay 2, flight computer bay, and motor mount. The nose cone was selected to minimize drag and aid the rocket in achieving its target altitude. Parachute bay 1 is located below the nose cone and contains the main parachute. The avionics bay is in the fuselage between the parachute bays and houses the rocket s altimeters as well as the experimental equipment. Parachute bay 2 is aft of the avionics bay and contains the drogue parachute, which deploys at apogee. The flight computer bay contains the rocket s flight computers which govern the air braking system and is located aft of parachute bay 2. Lastly, the motor mount is located at the very aft end of the rocket. The rocket diagram is shown in Figure 4-1. Figure 4-1 This Side Up Diagram 4.1 NOSE CONE The nose cone is a 5.5:1 Von Karman design. We selected this shape after considering several options including the 4:1 and 5:1 Ogive shapes used in previous designs. The Von Karman nose cone is the optimal shape for the velocity and flow regime we expect to be operating at. It is 33 inches long with a base diameter of 6 inches. This diameter extends through the rest of the rocket as there are no variations in the diameter of the airframe. 4.2 PARACHUTE BAYS Parachute bay 1 is located between the nose cone and the avionics bay. It is 28.3 inches long and is large enough to contain the main parachute as well as the coupler shoulders from the nose cone and avionics bay. Parachute bay 2 is located between the avionics bay and flight computer bays and contains the rocket s drogue parachute. It measures 21 inches to provide sufficient space for the parachute as well as the coupler shoulders from the two bays on either end. 4.3 AVIONICS BAY The avionics bay is located between parachute bays 1 and 2. It measures 12 inches long and contains the altimeters and on-board experiment. The altimeters, batteries, and other avionics electronic components are mounted to wooden plates secured by

4 Iowa State University Post-Launch Assessment Review threaded steel rods affixed to the bulkplates on either side of the bay. The avionics bay also houses the experiment s Raspberry Pi s and cameras mounted to the exterior of the bay through camera ducts. 4.4 FLIGHT COMPUTER BAY The flight computer is placed between parachute bay 2 and the motor mount section. It measures 12 inches and contains the rocket s flight computer, GPS system, an accelerometer, and a servo and pulleys that control the rocket s air brakes. Like the avionics bay, the electronic components are mounted on a wooden sled attached to a pair of metal rods, which are themselves connected to the bulkheads at either end of the bay. 4.5 MOTOR MOUNT The final section of the rocket is the motor mount. The section is 34 inches long to accommodate the fin can. The motor mount features eight fiberglass primary fins, four carbon-fiber airbrakes, and four secondary fins printed of ABS plastic which house the pulleys which actuate the airbrakes. The chosen motor for CySLI s competition rocket was the Aerotech L2200. While the team had initially considered both the Aerotech L2200 and the Cesaroni L1115, the final decision to use the L2200 was made due to the mass requirements. 5 VEHICLE DATA & RESULTS Overall, our rocket s launch and recovery systems worked properly. The airbrakes did not function during flight because a small error in the code caused altitude and acceleration readings to be half of their actual values (Figure 5-1). This broke all our fail safes put in place for flight ceiling, as well as the apogee prediction function. On launch day we did limited testing of the systems outside of power cycling them to make sure they initialized successfully. More diagnostics should be run before a launch to confirm sensor connections and readings are nominal. In the future, we will be doing more ground tests with all airbrake- and payload-related programming and embedded systems. With data gathered from launches this year we can feed data into our flight computer and see how it reacts as it would during a launch. Having multiple members reviewing the code running in onboard systems would also be beneficial in catching any last-minute errors in any codebase changes, especially those made close to launches. Standardized tests should be made to evaluate the braking systems after software or hardware changes.

5 Iowa State University Post-Launch Assessment Review Figure Printout from flight computer (Note Filtered Altitude is half of Height) Our recovery system worked perfectly, and both the main and drogue parachutes deployed as expected. This was an improvement over our test launch, in which our main parachute did not inflate. The successful competition descent confirmed that the earlier issue was most likely due to tangled lines, which was corrected with good packing technique. We estimate that the rocket drifted 1320 to 2640 ft from the launch pad, although it dragged a significant distance after landing. The estimated distance is within our mph calculated range (shown in Table 1-1), and competition wind speed was about 10 mph. Total Drift Wind Speed (mph) Drift (feet) Table 1-1 Estimated Drift 6 PAYLOAD SUMMARY The experiment we selected for our launch was the Target Detection System. The payload bay of our rocket, which was a 12-inch coupler section, contained all the hardware for our target detection system. This included five Raspberry Pi 3 boards and accompanying battery packs. Each Pi board was connected via ribbon cable to a separate Pi camera. Five statically mounted Pi camera V2s were spaced to encompass the entire field of view. The combination of Raspberry Pi and Pi camera V2 allowed us

6 Iowa State University Post-Launch Assessment Review to differentiate and process the images captured in-flight. In addition, the upper bulkhead plate contained two different altimeters wired to the ejection charges. The target system was programmed to save video with images of targets marked in green. In addition, the upper bulkhead plate contained two different altimeters wired to the ejection charges. The target system was programmed to save video with images of targets marked in green. 7 PAYLOAD DATA & RESULTS Our payload was the target detection system. Before the competition, a few improvements were made to bump the frames per second (fps) from 15 to 30 fps. This new code was not put through the same tests as the old and as a result, the camera exited with an error at an hour and a half, just before the launch. The camera exited because the OpenCV function to write video can only write up to two gigabytes on a 32 bit system. This did not come up in the original testing because we ran it for two hours at 15 fps which did not result in a file bigger than two gigabytes. We believed that the video writer would keep writing video until the microsd card was used up which was about six gigabytes. 8 SCIENTIFIC VALUE This year we created a color detection and differentiation in Python on a Raspberry Pi using a Pi Camera that runs at 30 frames per second. Figure 8-1 is a screenshot of a video from a Pi that is using this algorithm. This figure clearly shows color detection and differentiation. The algorithm works very well, and we are confident that it would have worked at launch if the memory of the SD card had not been filled. Figure 8-1: Color detection and differentiation Also, our airbrake system works as demonstrated during our test launch. Mechanically, the rocket is sound and only code failures prevented all systems from working properly. Our recovery system worked as expected, and we feel that our rocket design and predictions have been validated over the course of the year.

7 Iowa State University Post-Launch Assessment Review CySLI updated our airbrake code and made significant advances towards the creation and implementation of a visual recognition system. This constitutes the bulk of the scientific value introduced by the team over the school year. 9 VISUAL DATA OBSERVED This Side Up launched beautifully (Figures ). The drogue chute deployed at apogee and the main parachute appeared to deploy at 800 ft, as expected. This is clearly visible in Figure 9-4. On landing, the rocket was dirty but undamaged, and it was ready for relaunch after cleaning (Figure 9-5). Figure This Side Up on launch rail Figure Rocket on launch

8 Iowa State University Post-Launch Assessment Review Figure Rocket in flight Figure Recovery configuration at apogee and around 800 feet

9 Iowa State University Post-Launch Assessment Review Figure The rocket was undamaged on landing 10 LESSONS LEARNED During the competition rocket build, we had a small hiccup where we were temporarily unable to connect to the Raspberry Pi's. We reset the connection and everything continued with the build. This put us back minutes and as a result we were rushed to get the rocket to the RSO tent. We should have had a backup connection method ready in case of failures. Just because we have never run into an issue does not mean it will not happen.

10 Iowa State University Post-Launch Assessment Review Our failures in avionics can also be traced to not retesting after changing code. Next year, we plan to make a list of tests and expected outcomes that need to be run after any change before launch. Throughout the year, the entire team learned about rocket design, software and hardware, CAD modeling, safety, and working with teams. All members of CySLI gained valuable experience in engineering, communication, and problem-solving. The launch team also enjoyed meeting other teams during Launch week, interacting with students at the Rocket Fair, and touring NASA. 11 PROJECT SUMMARY Our initial plan was to construct a vehicle that would successfully detect three colored tarps during its ascent. The Pi cameras onboard were functioning perfectly, however due to issues detailed above, we only managed to record the process of setting up the rocket and placing it onto the launch rail. Another function that did not perform as expected was the airbrake system as described above. However, launch was excellent and the recovery system worked properly. We followed safety protocols and had a safe launch. Even with the numerous setbacks experienced during launch, the team felt that the rocket was a resounding success. We learned many aspects of rocket design, avionics and computer control systems, and the importance of preparation and safety. We look forward to applying this knowledge to next year s project. 12 EDUCATIONAL OUTREACH SUMMARY 12.1 FIRST LEGO LEAGUE CySLI participated in the outreach activities at the FIRST Lego League Regional Competition in Webster City, Iowa on December 2 nd. The team brought the rocket from the competition Cardinal Heavy to the FLL competition and spoke to the students about high-powered rocketry and Student Launch Initiative. The team engaged with some 50 students over the course of the day IOWA STATE UNIVERSITY 4U PROMISE CySLI participated with ISU s 4U promise at King Elementary School in Des Moines, Iowa on February 21st. The team brought the rocket from the competition Cardinal Heavy to the event along with a small wind tunnel to demonstrate the effects of drag on different shapes. Small Styrofoam airplane assembly kits were also distributed and assembled with the students on a crafts table for those interested. The team engaged with about 160 students on college night educating on basic aerodynamic

11 Iowa State University Post-Launch Assessment Review principles, airplane arts-and-crafts and basic high-powered rocketry through our previous years designs, videos, and models. 13 BUDGET CySLI is funded by the joint contribution of the Iowa Space Grant Consortium and Iowa State Universities Make-to-Innovate program. Through funding applications to both ISGC and the M2I program, CySLI was granted a total budget of $10,800 for the NASA SLI competition period. Progress and milestone reports are presented to M2I faculty and filed to the ISGC department office throughout the competition period on major milestones and achievements. Any funding that remains unspent by the end of the term will be returned and refunded back to funding organization(s) FUNDING Iowa State University Make to Innovate $5, Iowa Space Grant Consortium $5, Total: $10, BUDGET SUMMARY Rocket Team $3, Avionics Team $ Experimental Team $ Travel $4, Total: $9,227.33

NASA S SPACE GRANT MIDWEST HIGH-POWER ROCKET COMPETITION THE ROLL/ORIENTATION CHALLENGE

NASA S SPACE GRANT MIDWEST HIGH-POWER ROCKET COMPETITION THE ROLL/ORIENTATION CHALLENGE NASA S SPACE GRANT 2017-2018 MIDWEST HIGH-POWER ROCKET COMPETITION THE ROLL/ORIENTATION CHALLENGE SPRING 2018 COMPETITION LAUNCH HOSTED BY THE MN SPACE GRANT CONSORTIUM AND BY TRIPOLI MN Informational

More information

2018 WSGC WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION

2018 WSGC WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION 2018 WSGC WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION 11-NOV-2017 1 Welcome WSGC 2018 CRL 2 Agenda Who is competing? What is the challenge? When and where will events be taking place? When are the important

More information

2017 WSGC WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION

2017 WSGC WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION 2017 WSGC WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION 27-OCT-2016 1 Welcome WSGC 2017 CRL 2 Agenda Who is competing? What is the challenge? When and where will events be taking place? When are the important

More information

National Association of Rocketry Level 3 High Power Certification Requirements

National Association of Rocketry Level 3 High Power Certification Requirements National Association of Rocketry Level 3 High Power Certification Requirements 1.0 Flyer Requirements 1.1 Any individual attempting NAR Level 3 Certification must be a Level 2 high power certified NAR

More information

John A. Sigmon NAR Level 3 Certification Package

John A. Sigmon NAR Level 3 Certification Package The Players John A. Sigmon, the applicant, NAR #96911 Robert DeHate, L3CC Scott Szympruch, package reviewer MAC Performance Radial Flyer, the rocket The Rocket The rocket is a MAC Performance Radial Flyer

More information

WSGC 2016 WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION

WSGC 2016 WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION WSGC 2016 WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION 24-OCT-2015 1 Welcome WSGC 2016 CRL 2 Agenda Why is this competition being held? Who is competing? What is the challenge? When are important things

More information

HIGH POWERED ROCKET TEAM FALL 2015

HIGH POWERED ROCKET TEAM FALL 2015 HIGH POWERED ROCKET TEAM FALL 2015 HIGH POWERED ROCKET TEAM FALL 2015 Project Advisor Dr. Thomas Alberts Project Manager Wesley M. Harpster Team Members James Lawrence Ryan Horton Karna Shah James Trey

More information

WSGC 2016 WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION. 25-FEB-2016 Q & A Mtg

WSGC 2016 WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION. 25-FEB-2016 Q & A Mtg WSGC 2016 WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION 25-FEB-2016 Q & A Mtg 1 Welcome WSGC 2016 CRL 2 Agenda Welcome Competition Logistics Competition Dates Questions and Answers This Years Teams 3

More information

WSGC 2016 WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION. 16-JAN-2016 Design Update Mtg

WSGC 2016 WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION. 16-JAN-2016 Design Update Mtg WSGC 2016 WISCONSIN COLLEGIATE ROCKET DESIGN COMPETITION 16-JAN-2016 Design Update Mtg 1 Welcome WSGC 2016 CRL 2 Agenda Welcome Competition Logistics Competition Dates Slides from teams Rocket motor selection/information

More information

TEAM AMERICA ROCKETRY CHALLENGE 2017 RULES

TEAM AMERICA ROCKETRY CHALLENGE 2017 RULES FED. SUPPLY CLASS NONE TEAM AMERICA ROCKETRY CHALLENGE 2017 RULES www.aia-nas.org ISSUE DATE: SEPTEMBER 2002 DATE: MAY 9, 20 THIRD ANGLE PROJECTION CUSTODIAN NATIONAL ASSOCIATION OF ROCKETRY 17 PROCUREMENT

More information

2018 RULES TEAM AMERICA ROCKETRY CHALLENGE

2018 RULES TEAM AMERICA ROCKETRY CHALLENGE COPYRIGHT 2017. ALL RIGHTS RESERVED FED. SUPPLY CLASS NONE 20 RULES TEAM AMERICA ROCKETRY CHALLENGE DATE. www.aia-nas.org ISSUE DATE: SEPTEMBER 2002 DATE: MAY 13, 2017 THIRD ANGLE PROJECTION CUSTODIAN

More information

TEAM AMERICA ROCKETRY CHALLENGE 2014 EVENT RULES

TEAM AMERICA ROCKETRY CHALLENGE 2014 EVENT RULES COPYRIGHT 2013. ALL RIGHTS RESERVED FED. SUPPLY CLASS NONE TEAM AMERICA ROCKETRY CHALLENGE 2014 EVENT RULES www.aia-nas.org ISSUE DATE: SEPTEMBER 2002 DATE: MAY, 2013 THIRD ANGLE PROJECTION CUSTODIAN NATIONAL

More information

Notes, Parts List & Drawings

Notes, Parts List & Drawings Biomass Chopper/Cutter Notes, Parts List & Drawings Page 1 of 16 The Easy BioChop biomass chopper/cutter was designed to cut both wet and dry biomass and to accomplish a number of goals. The objectives

More information

NARAM-52 R&D Project July By Allison Van Milligan NAR # A-Division

NARAM-52 R&D Project July By Allison Van Milligan NAR # A-Division Comparison Of The Number Of Parachutes Versus Descent Rate NARAM-52 R&D Project July 2010 By Allison Van Milligan NAR # 88840 A-Division Page 1 Summary In this Project I compared the number of parachutes

More information

RUAT Junior Glider Design Competition Version 1.5

RUAT Junior Glider Design Competition Version 1.5 RUAT Junior Glider Design Competition Version 1.5 Version Log Version Date Changes 1.4 Jan 14 1 st Public Version 1.5 Jan 16 Clarified Launch is from spring NOT winch Extended Intent to Compete Deadline

More information

Payload Adapters and Separation Systems

Payload Adapters and Separation Systems Payload Adapters and Separation Systems Adapters & Separation Systems for your successful mission RUAG Space Payload Adapter Systems provide you with a complete solution for your mission. With our long

More information

Planned Orbital Flight Test of a 6m HIAD

Planned Orbital Flight Test of a 6m HIAD Planned Orbital Flight Test of a 6m HIAD R. A. Dillman, J. M. DiNonno, R. J. Bodkin, S. J. Hughes, F. M. Cheatwood, H. Blakeley, R. L. Akamine, & A. Bowes NASA Langley Research Center 2018 International

More information

University of Northern Iowa. SUMMER 2017 camps.uni.edu. University of Northern Iowa

University of Northern Iowa. SUMMER 2017 camps.uni.edu. University of Northern Iowa University of Northern Iowa SUMMER 2017 camps.uni.edu University of Northern Iowa Dear Campers (and parents), We invite you to participate in a UNI STEM Camp this summer. Science, technology, engineering,

More information

Design Standard. Utility Manhole Covers

Design Standard. Utility Manhole Covers Design Standard Texas A&M University in College Station has standardized utility manhole covers to be used for all underground utility access on campus. Until further notice, manhole covers manufactured

More information

The Boeing Next-Generation 737 Family Productive, Progressive, Flexible, Familiar

The Boeing Next-Generation 737 Family Productive, Progressive, Flexible, Familiar Backgrounder Boeing Commercial Airplanes P.O. Box 3707 MC 21-70 Seattle, Washington 98124-2207 www.boeing.com The Boeing Next-Generation 737 Family Productive, Progressive, Flexible, Familiar The members

More information

Applicability / Compatibility of STPA with FAA Regulations & Guidance. First STAMP/STPA Workshop. Federal Aviation Administration

Applicability / Compatibility of STPA with FAA Regulations & Guidance. First STAMP/STPA Workshop. Federal Aviation Administration Applicability / Compatibility of STPA with FAA Regulations & Guidance First STAMP/STPA Workshop Presented by: Peter Skaves, FAA Chief Scientific and Technical Advisor for Advanced Avionics Briefing Objectives

More information

5 Day Operator Course. 1.0 AIRSPACE CLASSROOM ONLINE EXECUTIVE VO Terms X X Classification

5 Day Operator Course. 1.0 AIRSPACE CLASSROOM ONLINE EXECUTIVE VO Terms X X Classification 5 Day Operator Course 2 Day Executive Training 2 Day VO Training 0.1 INTRODUCTION CLASSROOM ONLINE EECUTIVE VO About Avion Solutions Purpose of the course Learning objectives Course outline and schedule

More information

Alien Flier Zip Line Products Installation/Owner s Manual

Alien Flier Zip Line Products Installation/Owner s Manual Alien Flier Zip Line Products Installation/Owner s Manual 1 Table of Contents SAFETY PLEASE READ CAREFULLY... 4 Constructing your Zip Line Xtreme Models... 6 Installing your Alien Flier Trolley on an Existing

More information

GUIDELINES FOR THE AWARD OF MAAA WINGS MOP027

GUIDELINES FOR THE AWARD OF MAAA WINGS MOP027 MODEL AERONAUTICAL ASSOCIATION OF AUSTRALIA GUIDELINES FOR THE AWARD OF MAAA WINGS MOP027 APPROVED: MAAA President 09/03/2008 Table of Contents 1. PURPOSE...1 2. RESPONSIBILITIES...1 3. DEFINITIONS...1

More information

SODA BOTTLE ROCKET LAUNCHER PRODUCT CATALOG FILE

SODA BOTTLE ROCKET LAUNCHER PRODUCT CATALOG FILE 24 January, 2018 SODA BOTTLE ROCKET LAUNCHER PRODUCT CATALOG FILE Document Filetype: PDF 219.63 KB 0 SODA BOTTLE ROCKET LAUNCHER PRODUCT CATALOG FILE Slide a soda bottle over the end of the pipe and. Is

More information

The LD shall confirm that adequate safety equipment is on site including a portable fire extinguisher, first aid kit, and cellular communications.

The LD shall confirm that adequate safety equipment is on site including a portable fire extinguisher, first aid kit, and cellular communications. Launch Director The Launch Director will be a member of the ROC Board of Directors, a ROC Officer, or designee. The launch director may fulfill any of the roles specified below, so long as it does not

More information

Handbook Version 1 August 30, NASA s Space Grant Midwest High-Power Rocket Competition Handbook

Handbook Version 1 August 30, NASA s Space Grant Midwest High-Power Rocket Competition Handbook Handbook Version 1 August 30, 2015 2015-2016 NASA s Space Grant Midwest High-Power Rocket Competition Handbook Informational telecons: Tues. Sept. 22, 2015 (then repeated Thurs. Jan. 21, 2016) from 7 to

More information

Application for a Special Flight Operations Certificate

Application for a Special Flight Operations Certificate Application for a Special Flight Operations Certificate for a Large Unmanned High Altitude Balloon by Shaftesbury High School Shaftesbury High Altitude Robotics Project SHARP Date: November 1, 2013 Prepared

More information

Daher marks an aviation milestone with its rollout of the 800 th TBM aircraft

Daher marks an aviation milestone with its rollout of the 800 th TBM aircraft Press release Daher marks an aviation milestone with its rollout of the 800 th TBM aircraft Tarbes, France, September 20, 2016 Daher today announced the completion of its 800th TBM very fast turboprop

More information

BRITISH GLIDING ASSOCIATION

BRITISH GLIDING ASSOCIATION BRITISH GLIDING ASSOCIATION SYLLABUS OF TRAINING BGA SOLO CERTIFICATE AND BRONZE AND CROSS COUNTRY ENDORSEMENTS V4 June 08 Copyright British Gliding Association 1 BGA SOLO CERTIFICATE (The A Certificate)

More information

ECLIPSE 500. Aircraft Overview. Do Not Use For Flight

ECLIPSE 500. Aircraft Overview. Do Not Use For Flight ECLIPSE 500 Aircraft Overview Do Not Use For Flight 1. Aircraft Overview 1.1 General The Eclipse 500 is a twin-turbofan aircraft powered by two Pratt & Whitney Canada PW610F-A engines. It is a five- to

More information

GAMA/Build A Plane 2017 Aviation Design Challenge

GAMA/Build A Plane 2017 Aviation Design Challenge GAMA/Build A Plane 2017 Aviation Design Challenge UPDATE TO 2017 INSTRUCTIONS & DUE DATE Issue: Design changes made to the Cessna 172SP.acf aircraft file originally specified for the competition are not

More information

Safety in High Power Rocketry. National Association of Rocketry February 2017

Safety in High Power Rocketry. National Association of Rocketry February 2017 Safety in High Power Rocketry National Association of Rocketry February 2017 Outline Background Sharing the Sky Setting up the Range Inspecting Rockets Operating the Range 2 Bad Things Can Happen J forward

More information

ultimate traffic Live User Guide

ultimate traffic Live User Guide ultimate traffic Live User Guide Welcome to ultimate traffic Live This manual has been prepared to aid you in learning about utlive. ultimate traffic Live is an AI traffic generation and management program

More information

DGCANO SUBJECT REFERENCE COMPLIANCE APPLICABILITY DGCA/BOEING 767/01 EMERGENCY EVACUATION SLIDES FAA AD AS IN THE AD AS IN THE AD

DGCANO SUBJECT REFERENCE COMPLIANCE APPLICABILITY DGCA/BOEING 767/01 EMERGENCY EVACUATION SLIDES FAA AD AS IN THE AD AS IN THE AD DGCA/BOEING 767/01 EMERGENCY EVACUATION SLIDES FAA AD 86-06-06 DGCA/BOEING 767/02 PNEUMATIC SYSTEM CHECK VALVE INSPECTION FAA AD 90-12-02 DGCA/BOEING 767/03 FLAPS CARRIAGE SPINDLES FAA AD 90-17-19 DGCA/BOEING

More information

Technology that Matters

Technology that Matters Angle of Attack (AOA) Indicator Technology that Matters System Description Unique patent-pending technology for Aspen Evolution Calculates AOA from flight envelope data received from AHRS, air data computer

More information

Design Standards. Utility Manhole Covers

Design Standards. Utility Manhole Covers Design Standards Utility Manhole Covers Texas A&M University in College Station has standardized utility manhole covers to be used for all underground utility access on campus. All new utility manhole

More information

Everybody Dance Now. X Christopher Drinnon. X Danielle Karman. X Joey Moran. X Thomas Swearingen. X Robert Wilkins. Rollercoaster

Everybody Dance Now. X Christopher Drinnon. X Danielle Karman. X Joey Moran. X Thomas Swearingen. X Robert Wilkins. Rollercoaster TEAM C. & C. MUSIC FACTORY Everybody Dance Now Rollercoaster X Christopher Drinnon Christopher Drinnon X Danielle Karman Danielle Karman X Joey Moran Joey Moran X Thomas Swearingen Thomas Swearingen X

More information

INSTRUCTION MANUAL ALEKO RETRACTABLE AWNING

INSTRUCTION MANUAL ALEKO RETRACTABLE AWNING INSTRUCTION MANUAL for ALEKO RETRACTABLE AWNING www.alekoproducts.com FAILURE TO FOLLOW THESE INSTRUCTIONS MAY RESULT IN PERSONAL INJURY! 1 Important Safety Precautions WARNING NOTE: FOR PERSONAL SAFETY,

More information

787 Design for Maintainability

787 Design for Maintainability 787 Design for Maintainability Justin Hale 787 Chief Mechanic Presented to: April 7, 2008 Agenda Role of maintenance in operating costs Measuring the value of a design Designing for maintainability Direct

More information

The Past, Present, and Future of Nortek and Glider Measurements

The Past, Present, and Future of Nortek and Glider Measurements The Past, Present, and Future of Nortek and Glider Measurements Peter J. Rusello Scientist Nortek Since 2005, Nortek has collaborated with leading researchers to develop specialized acoustic Doppler current

More information

The organisation of the Airbus. A330/340 flight control system. Ian Sommerville 2001 Airbus flight control system Slide 1

The organisation of the Airbus. A330/340 flight control system. Ian Sommerville 2001 Airbus flight control system Slide 1 Airbus flight control system The organisation of the Airbus A330/340 flight control system Ian Sommerville 2001 Airbus flight control system Slide 1 Fly by wire control Conventional aircraft control systems

More information

Successful Return to Flight of the H-IIA Launch Vehicle

Successful Return to Flight of the H-IIA Launch Vehicle Courtesy of Japan Aerospace Exploration Agency Rocket System Corporation Successful Return to Flight of the H-IIA Launch Vehicle TAKASHI MAEMURA* 1 SHOICHIRO ASADA* 1 KOKI NIMURA* 1 MASAHIRO ATSUMI* 2

More information

Hazard Identification Questionnaire

Hazard Identification Questionnaire Hazard Identification Questionnaire OVERVIEW This questionnaire is designed to help identify potential risks and help identify areas of risk exposure. It is not an exhaustive list. This questionnaire is

More information

Solar Power Shade INSTRUCTION MANUAL

Solar Power Shade INSTRUCTION MANUAL INSTRUCTION MANUAL 20 June 2006, Revision Initial Release 26 September 2006, version 2 Powerfilm, Inc. 2337 230th Street Ames, IA 50014 (515) 292-7606 Web Site: www.powerfilmsolar.com Table of Contents

More information

Development and Testing of an Unmanned Aircraft Safety Beacon for Aerial Application Safety

Development and Testing of an Unmanned Aircraft Safety Beacon for Aerial Application Safety Development and Testing of an Unmanned Aircraft Safety Beacon for Aerial Application Safety Wayne Woldt, Ph.D., P.E., and Jacob Smith Biological Systems Engineering and School of Natural Resources University

More information

PHY 133 Lab 6 - Conservation of Momentum

PHY 133 Lab 6 - Conservation of Momentum Stony Brook Physics Laboratory Manuals PHY 133 Lab 6 - Conservation of Momentum The purpose of this lab is to demonstrate conservation of linear momentum in one-dimensional collisions of objects, and to

More information

Bob Hawkins Deputy Lead Engineer SLS Integrated Avionics and Software

Bob Hawkins Deputy Lead Engineer SLS Integrated Avionics and Software National Aeronautics and Space Administration 5... 4... 3... 2... 1... SPACE LAUNCH SYSTEM Exploration Class Capability for Deep Space Exploration Bob Hawkins Deputy Lead Engineer SLS Integrated Avionics

More information

small Unmanned Aircraft Systems Arlington Police Department June 28, 2011

small Unmanned Aircraft Systems Arlington Police Department June 28, 2011 suas small Unmanned Aircraft Systems Arlington Police Department June 28, 2011 1. Overview of APD suas program to date 2. Discuss the C.O.A. (FAA certificate of authorization to fly) and restrictions

More information

UNCLASSIFIED//FOR OFFICIAL USE ONLY

UNCLASSIFIED//FOR OFFICIAL USE ONLY SPEEDFEST VII ALPHA CLASS STATEMENT OF WORK FOR A TURBINE-POWERED ADVANCED UAS TARGET DRONE 1. SUMMARY. There is a need for an advanced turbine-powered target drone to train US defense personnel in the

More information

Door Bushing Replacement & Latch Adjustment Monaco Group Coaches

Door Bushing Replacement & Latch Adjustment Monaco Group Coaches Door Bushing Replacement & Latch Adjustment Monaco Group Coaches Contents Door Latch Adjustment & Repair... 1 Symptoms:... 1 Replacing the bushing VS. Adjusting the latch rods.... 1 How the bushing works....

More information

Contents. Awnings USA - Full Protective Hood Manual Instructions ft 11" - 11ft 6" Awnings

Contents. Awnings USA - Full Protective Hood Manual Instructions ft 11 - 11ft 6 Awnings Awnings USA - Full Protective Hood Manual Instructions Contents Warning We recommend that two or more people are required to lift the awning into place. 4ft 11" - 11ft 6" Awnings 8 x Expansion bolts **

More information

Quiet Climb. 26 AERO First-Quarter 2003 January

Quiet Climb. 26 AERO First-Quarter 2003 January Quiet Climb Boeing has developed the Quiet Climb System, an automated avionics feature for quiet procedures that involve thrust cutback after takeoff. By reducing and restoring thrust automatically, the

More information

Sam Houston State University UAS Use Checklist

Sam Houston State University UAS Use Checklist Sam Houston State University UAS Use Checklist The FAA Part 107 of the Code of Federal Regulations and the Sam Houston State University President s Office Policy PRE-27 determine the minimum requirements

More information

30 th Digital Avionics Systems Conference (DASC)

30 th Digital Avionics Systems Conference (DASC) 1 30 th Digital Avionics Systems Conference (DASC) Next Generation Air Transportation System 2 Equivalent Visual Systems Enhanced Vision Visual Synthetic Vision 3 Flight Deck Interval Management Four Broad

More information

ODDCHUTES. Fun With Polygons INSIDE:

ODDCHUTES. Fun With Polygons INSIDE: ODDCHUTES Fun With Polygons INSIDE: Oddchutes - Fun With Polygons Defining Moments: Total Impulse Question & Answer: In RockSim - How Do I Put a Parachute In The Nose Cone? Web Site Worth Visiting 3355

More information

Total failure of the. on its maiden flight. Ian Sommerville 2001 CS 365 Ariane 5 launcher failure Slide 1

Total failure of the. on its maiden flight. Ian Sommerville 2001 CS 365 Ariane 5 launcher failure Slide 1 The Ariane 5 Launcher Failure June 4th 1996 Total failure of the Ariane 5 launcher on its maiden flight Ian Sommerville 2001 CS 365 Ariane 5 launcher failure Slide 1 Ariane 5 A European rocket designed

More information

Spacecraft Avionics. Lecture #26 December 2, 2014 Avionics overview Shuttle systems Constellation systems MARYLAND U N I V E R S I T Y O F

Spacecraft Avionics. Lecture #26 December 2, 2014 Avionics overview Shuttle systems Constellation systems MARYLAND U N I V E R S I T Y O F Lecture #26 December 2, 2014 Avionics overview Shuttle systems Constellation systems 1 2014 David L. Akin - All rights reserved http://spacecraft.ssl.umd.edu Avionics Functions from J. F. Hanaway and R.

More information

CESSNA SKYMASTER 337

CESSNA SKYMASTER 337 CABIN HEAT CONTROLS The heater controls are located on the lower section of the righthand side of the instrument panel. Access can be gained via the throttle/pedestal panel view. To operate the heater

More information

2010 Beechcraft Premier 1A Serial Number RB-275, Registration N937JR

2010 Beechcraft Premier 1A Serial Number RB-275, Registration N937JR 2010 Beechcraft Premier 1A Serial Number RB-275, Registration N937JR 2010 Beechcraft Premier 1A Serial Number RB-275, Registration N937JR About the Aircraft The composite fuselage of the Beechcraft Premier

More information

EFIS-D10A DYNON S BEST-SELLING. Specifications STC APPROVED FOR TYPE CERTIFICATED AIRCRAFT NOW NOW

EFIS-D10A DYNON S BEST-SELLING. Specifications STC APPROVED FOR TYPE CERTIFICATED AIRCRAFT NOW NOW DYNON S BEST-SELLING EFIS-D10A NOW ACTUAL SIZE EFIS-D10A NOW Specifications WEIGHT EFIS-D10A: 1lb 7.4oz GPS-251 for EFIS-D10A: 7.4 oz Backup Battery: 6.4 oz EDC-D10A Remote Magnetometer 3.6 oz (optional):

More information

Mr. Freeze. as viewed from the top of the ferris wheel:

Mr. Freeze. as viewed from the top of the ferris wheel: QUALITATIVE QUESTIONS Many of the questions that follow refer to the graphs of data collected when riding with high tech data collection vests. With your I.D., you can borrow a vest without charge just

More information

Review of USAFA UAS Research

Review of USAFA UAS Research HQ U.S. Air Force Academy Review of USAFA UAS Research Mr Ryan Osteroos, PE DFAN UAS Researcher USAFA Research Focus Our mission: Develop Officers of Character Cadet Based Learning Continuous research

More information

Parts Lists. Parts List Index. Using the Parts Lists

Parts Lists. Parts List Index. Using the Parts Lists Parts Lists Parts List Index PL 1.1 Covers (1 of 2).............. 7-2 PL 9.1 Frame and Size Sensor....... 7-22 PL 1.2 Covers (2 of 2).............. 7-4 PL 10.1 Electrical................. 7-24 PL 2.1 Tray

More information

BGA GLIDING SYLLABUS Solo, Bronze and Cross Country Endorsements to the Gliding Certificate

BGA GLIDING SYLLABUS Solo, Bronze and Cross Country Endorsements to the Gliding Certificate BGA GLIDING SYLLABUS Solo, Bronze and Cross Country Endorsements to the Gliding Certificate 1 SOLO ENDORSEMENT TO THE GLIDING CERTIFICATE 1. Requirements 1a. General BGA Laws and Rules describe the requirements.

More information

Stratomaster Maxi Single

Stratomaster Maxi Single Stratomaster Maxi Single ASI-3 Airspeed indicator (ASI) with automatic flight log The ASI-3 airspeed indicator is a 3.5 instrument that provides a wide range airspeed indication in both digital and analog

More information

Auxiliary 63.5l Fuel Tank Ford/Mazda Pick-up Truck 2012-Current READ ME! IMPORTANT WARNING!

Auxiliary 63.5l Fuel Tank Ford/Mazda Pick-up Truck 2012-Current READ ME! IMPORTANT WARNING! Auxiliary 63.5l Fuel Tank Ford/Mazda Pick-up Truck 2012-Current ENG FTFM006 90 min READ ME! Thank you for purchasing a Front Runner Ford/Mazda Pick-Up Truck 2012 - Current Fuel Tank. Before you start,

More information

Tailwheel Transition Course

Tailwheel Transition Course Lesson 1 - Ground Ground lesson on the theory, physics, mechanics, aerodynamics, and techniques specific to tailwheel aircraft. Why they re different: aircraft CG behind the main landing gear (compare

More information

Single Line Tethered Glider

Single Line Tethered Glider Single Line Tethered Glider Sub-System Level Design Review Team P14462 Kyle Ball Matthew Douglas William Charlock Jon Erbelding Paul Grossi Sajid Subhani Team Introduction Team Member Major Sajid Subhani

More information

A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks

A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks A Statistical Method for Eliminating False Counts Due to Debris, Using Automated Visual Inspection for Probe Marks SWTW 2003 Max Guest & Mike Clay August Technology, Plano, TX Probe Debris & Challenges

More information

Introduction...COMB-2 Design Considerations and Examples...COMB-3

Introduction...COMB-2 Design Considerations and Examples...COMB-3 SECTION DIRECTORY General Information Introduction...COMB-2 Design Considerations and Examples...COMB-3 Combination Assembly Recommendations and Limitations Composite Configurations...COMB-4 Typical Sealant

More information

Tarp Return. Questions? Contact Customer Or Parts Diagrams see Parts and Diagrams section on web at

Tarp Return. Questions? Contact Customer Or Parts Diagrams see Parts and Diagrams section on web at Roll Rite, LLC and its entire staff would like to not only Thank You but congratulate you on your purchase of one of what we feel to be the finest line of tarping systems in the industry. Tarp Return RR

More information

LESSON PLAN Introduction (3 minutes)

LESSON PLAN Introduction (3 minutes) LESSON PLAN Introduction (3 minutes) ATTENTION: MOTIVATION: OVERVIEW: Relate aircraft accident in which a multi-engine airplane ran off the end of the runway. This could have been avoided by correctly

More information

Detailed Design Review

Detailed Design Review Detailed Design Review Tethered Glider P14462 Outline Engineering Requirements Glider Status Tether Design Base Station Design DAQ System Bill of Materials DOE ANOVA Analysis Test Plan MSD II Plan Work

More information

Engineering Fundamentals 151. Roller Coaster Project. December 2 nd, Wesley Jones. Chris Kibler. Ryan Moran. Evan Sutton

Engineering Fundamentals 151. Roller Coaster Project. December 2 nd, Wesley Jones. Chris Kibler. Ryan Moran. Evan Sutton 1 Engineering Fundamentals 151 Roller Coaster Project December 2 nd, 2008 Wesley Jones Chris Kibler Ryan Moran Evan Sutton 2 Each member has read and agreed upon the given format of this report. Abstract

More information

In-Flight Entertainment and Connectivity

In-Flight Entertainment and Connectivity In-Flight Entertainment and Connectivity In-Flight Entertainment and Connectrivity Boeing provides interior modifications that deliver the Boeing Edge, an advantage that results from the industry s largest

More information

PROGRESS TOWARDS DEVELOPMENT OF THE GLIDERSONDE: A RECOVERABLE RADIOSONDE SYSTEM

PROGRESS TOWARDS DEVELOPMENT OF THE GLIDERSONDE: A RECOVERABLE RADIOSONDE SYSTEM PROGRESS TOWARDS DEVELOPMENT OF THE GLIDERSONDE: A RECOVERABLE RADIOSONDE SYSTEM Michael W. Douglas National Severe Storms Laboratory/NOAA 120 David L. Boren Blvd. Norman, Oklahoma USA 405-325-6098 Michael.Douglas@noaa.gov

More information

Aircraft Design Project Memorandum

Aircraft Design Project Memorandum Date: 9 September 2013 To: Aircraft Design Project Team From: Prof. Jeremy Laliberté, Project Manager Subject: 4th Year Aerospace Engineering Project (Aircraft) 2013-14 Course AERO 4907A-13 1 General The

More information

ROTORCROSS AUSTRALIA RACE RULES. Aircraft Rules. Model Specification limits: (maximums unless specified) 330mm (motor to motor diagonal)

ROTORCROSS AUSTRALIA RACE RULES. Aircraft Rules. Model Specification limits: (maximums unless specified) 330mm (motor to motor diagonal) ROTORCROSS AUSTRALIA RACE RULES Aircraft Rules Model Specification limits: (maximums unless specified) Weight: 1kg Size: 330mm (motor to motor diagonal) Battery: 4s (16.8v MAX) Motor Tilt: 15 Prop Size:

More information

Operational Evaluation of a Flight-deck Software Application

Operational Evaluation of a Flight-deck Software Application Operational Evaluation of a Flight-deck Software Application Sara R. Wilson National Aeronautics and Space Administration Langley Research Center DATAWorks March 21-22, 2018 Traffic Aware Strategic Aircrew

More information

Advisory Circular (AC)

Advisory Circular (AC) Advisory Circular (AC) Flight Test Considerations For The Approval Of The Design Of Aircraft Modifications File No. 5009-6-513 AC No. 513-003 RDIMS No. 528350-V3 Issue No. 01 Issuing Branch Aircraft Certification

More information

RPAS-ATM Integration Demonstration

RPAS-ATM Integration Demonstration RPAS-ATM Integration Demonstration Final Workshop FLARE: an OPA for technology validation L. Vecchione, P. De Matteis, A. Rispoli Capua - June 21 th 2016 The OPA paradigm The FAA paradigm specifies that

More information

Commit to Safety: Professional Pilots Always Use a Checklist INITIAL EQUIPMENT SETUP

Commit to Safety: Professional Pilots Always Use a Checklist INITIAL EQUIPMENT SETUP Commit to Safety: Professional Pilots Always Use a Checklist INITIAL EQUIPMENT SETUP READ THE MANUAL Familiarize yourself with all aspects of your suas before you even consider going out for your first

More information

Applications: MultiCam Knife Accessories. Signs and Graphics Digital Print Cutting Packaging Aerospace And More

Applications: MultiCam Knife Accessories. Signs and Graphics Digital Print Cutting Packaging Aerospace And More MultiCam Knife Accessories Complete EZ Knife Accessory Line Enhances Any Application MultiCam developed the EZ Knife System to serve markets that require mechanized knife cutting, creasing and perforation

More information

TUCSON PATIO AWNING INSTALLATION MANUAL

TUCSON PATIO AWNING INSTALLATION MANUAL TUCSON PATIO AWNING INSTALLATION MANUAL Toll Free 877-792-1775 Fax 877-792-0031 swsuncontrolpro.com sales@swsuncontrol.com 1 INTRODUCTION...3 1.1 Symbols used in this manual... 3 1.2 Personnel requirements...

More information

SHOWER CONVERSION KIT WITH HAND SHOWER

SHOWER CONVERSION KIT WITH HAND SHOWER SHOWER CONVERSION KIT WITH HAND SHOWER BEFORE YOU BEGIN We recommend consulting a professional if you are unfamiliar with installing plumbing fixtures. Signature Hardware accepts no liability for any damage

More information

EFIS-D10A EFIS-D100 EFIS-D10A & EFIS-D100. DYNON S BEST-SELLING Specifications. Specifications STC APPROVED FOR TYPE CERTIFICATED AIRCRAFT NOW

EFIS-D10A EFIS-D100 EFIS-D10A & EFIS-D100. DYNON S BEST-SELLING Specifications. Specifications STC APPROVED FOR TYPE CERTIFICATED AIRCRAFT NOW : 2 lb 4.3 oz Screen: 7 diagonal Mounting Tray: 6.1 oz GPS-251 for D10/D100 Series: 6.7 oz Screen: 3.8 diagonal GPS-251 for D10/D100 Series: 7.4 oz Flush Mount Bracket (optional) 1.9 oz 4.09 W x 3.39 H

More information

Maintenance 45 Serie CAUTION. Before resetting your electronic card that displays an error code.

Maintenance 45 Serie CAUTION. Before resetting your electronic card that displays an error code. 29-10-2013 CAUTION Before resetting your electronic card that displays an error code. Error Code H Service the stove COMPLETELY as described in this manual. Check the chimney pipe. Error Code O Service

More information

Roadmapping Breakout Session Overview

Roadmapping Breakout Session Overview Roadmapping Breakout Session Overview Ken Goodrich October 22, 2015 Definition Roadmap: a specialized type of strategic plan that outlines activities an organization can undertake over specified time frames

More information

STEM Club Challenge 3

STEM Club Challenge 3 STEM Club Challenge 3 Design, build, animate, and derive a final cost of materials for a Rising, Tilting, Centrifugal Force Ride similar to Der Wirbelwind Swing Ride at Busch Gardens Williamsburg. Centrifugal

More information

UK AEROSPACE YOUTH ROCKETRY CHALLENGE 2016 TEAM MANUAL

UK AEROSPACE YOUTH ROCKETRY CHALLENGE 2016 TEAM MANUAL UK AEROSPACE YOUTH ROCKETRY CHALLENGE 2016 TEAM MANUAL CONTENTS ABOUT UK AEROSPACE YOUTH ROCKETRY CHALLENGE... 3 KEY DATES & DEADLINES... 3 BOOK YOUR TEAMS PLACE AT A REGIONAL FINAL... 4 FAQ S... 6 ABOUT

More information

RocketSat Senior Design Project

RocketSat Senior Design Project RocketSat Senior Design Project Jacob Bailey 1, Travis Brady 1, Alexander Grammer 1, David Gronstal 1, Brendan Mangan 1, Eric McVay 1, Noelle Ridlehuber 1, Kellen Schroeter 1, and Dylan Stapp 1 The University

More information

Program. - Flight Operations (VRI) Motivation. The Aircraft / Sensors. Unmanned Aircraft Systems 8/1/17

Program. - Flight Operations (VRI) Motivation. The Aircraft / Sensors. Unmanned Aircraft Systems 8/1/17 Program Unmanned Aircraft in Agriculture: Flight Operations and FAA Certification Process * 1) Background. Wayne Woldt, Ph.D., P.E. Department of Biological Systems Engineering School of Natural Resources

More information

Primrose Awnings - Full Cassette Manual & Electric Instructions

Primrose Awnings - Full Cassette Manual & Electric Instructions Primrose Awnings - Full Cassette Manual & Electric Instructions Contents Warning 2.0m - 3.5m Awnings 8 x Expansion bolts ** 2 x brackets 1 x Awning 1 x Winder 4.0m - 5.0m Awnings 12 x Expansion bolts **

More information

UNCLASSIFIED//FOR OFFICIAL USE ONLY

UNCLASSIFIED//FOR OFFICIAL USE ONLY SPEEDFEST VI ALPHA CLASS STATEMENT OF WORK FOR A TURBINE-POWERED REMOTELY-PILOTED SPORT JET / TRAINER 1. SUMMARY. There is a need for a remotely piloted (RP) sport jet that may also be used as a training

More information

Propulsion Solutions for Fishing Vessels SERVICES

Propulsion Solutions for Fishing Vessels SERVICES Propulsion Solutions for Fishing Vessels SERVICES Propulsion Solutions for Fishing Vessels Wärtsilä propulsion systems have been developed to provide outstanding reliability, low operating costs, environmental

More information

TCWS54 SEE THRU DIAMOND BURNER INSTALLATION KIT INSTRUCTIONS

TCWS54 SEE THRU DIAMOND BURNER INSTALLATION KIT INSTRUCTIONS INSTALLER: Leave this manual with the appliance. CONSUMER: Retain this manual for future reference. These instructions are supplementary to the Installation and Operating Instructions supplied with the

More information

FOR INDUSTRIAL ROBOTIC APPLICATIONS

FOR INDUSTRIAL ROBOTIC APPLICATIONS ADVANTAGES OF USING FLEXIBLE ELECTRIC GRIPPERS FOR INDUSTRIAL ROBOTIC APPLICATIONS Robotiq 2-Finger Adaptive Gripper TABLE OF CONTENT INTRODUCTION... 3 SECTION 1 THE EASY GRIPPING INTELLIGENCE... 4 SECTION

More information

X-Series Hexapod Assembly Instructions

X-Series Hexapod Assembly Instructions X-Series Hexapod Assembly Instructions General Warnings and Cautions Danger (May cause serious injury or death) Keep water, flammables, solvents and other liquids clear from actuator. Never place fingers,

More information