3D Metal-Plastic Printer for Fabrication of Antennas on Custom and Flexible Surfaces

Size: px
Start display at page:

Download "3D Metal-Plastic Printer for Fabrication of Antennas on Custom and Flexible Surfaces"

Transcription

1 University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Progress Report 3D Metal-Plastic Printer for Fabrication of Antennas on Custom and Flexible Surfaces by Group 10 Gabriela Teles Kadeem Coleman Jongmin Kim Tyler Duke Yuhao Zhao Academic Supervisor(s) Dr. Cyrus Shafai and Dr. Lot Shafai Industry Supervisors Harris Liontas Novra Technologies Date of Submission January 12, 2015 Copyright 2015 Gabriela Teles, Tyler Duke, Kadeem Coleman, Yuhao Zhao, Jongmin Kim,

2 TABLE OF CONTENTS Table of Contents 1 Introduction Project Progress D Plastic Printer Progress Summary Inkjet Cartridge Integration Progress Summary Antenna Design Progress Summary Future Work D Plastic Printer Future Work Summary Inkjet Cartridge Integration Future Work Summary Antenna Design Future Work Summary Conclusions References Appendix A Updated Gantt Chart Appendix B Updated Budget i

3 1 Introduction 1 Introduction The objective of this project is to design and construct a 3D printer capable of printing highresolution microstrip antennas for research purposes. The printer will be able to print with two di erent types of materials; plastic and metallic ink. An open-sourced 3D plastic printer design is being modified to include a inkjet cartridge that will print with silver ink to serve as the conductor for the fabricated microstrip antenna. To date, construction of the 3D printer has been completed and calibration of the printer is currently underway. Final calibration and incorporation of the inkjet cartridge is scheduled to be completed by the end of January. Antenna design is slightly behind schedule, but work on the design is still scheduled to be completed on time for final completion of the project. A more detailed outline of the schedule can be found in the form of a Gantt chart in Appendix A. 2 Project Progress Our project is composed of two main sections, the 3D printer design and build, and the antenna design and testing. The 3D printer has two main components: the basic plastic printer design, and the inkjet cartridge and carrier. The basic 3D printer is based o an existing open-source design, and an inkjet cartridge will be incorporated to allow the printer to print with multiple materials. The antenna section of our project includes both the preliminary design on High Frequency Structural Simulator (HFSS) software, and testing and comparison of the antenna produced by the printer. The following sections will describe the progress made in each of these sections in detail D Plastic Printer Progress Summary The 3D printer is comprised of a mechanical system for traversing space using a Cartesian coordinate system. It uses a hot end extruder in order to apply the building material to a build platform located in the y-axis. The design of the printer was determined in early October, settling on a 1

4 2 Project Progress pre-existing design (Prusa Mendel) to reduce the initial building and configuration complexity in order to dedicate more time to integrating the inkjet printing system [1]. The first step for this aspect of the project was to build the 3D printer, which was completed over the month of December due to the late arrival of parts from various vendors. This build included setting up the various axes of the printer and testing of all the electrical components such as stepper motors, stepper drivers and end stop sensors to ensure they functioned properly before being included. Over the course of this initial testing it was discovered that the stepper drivers had arrived non-functional so replacements were ordered. Following the build of the printer, testing and calibration of the system as a whole commenced and is still ongoing. To ensure that the system would respond correctly as a whole, it was first necessary to ensure that the system would proceed to its home position (0,0,0) before other steps could be undertaken. Before calibration could take place, the hot end extruder motor had to be calibrated separately from the rest of the motors. Calibrating the hot end extruder has proved di cult and is still ongoing. Calibration of the rest of the machine involves printing a series of objects with known sizes, measuring the printed object, and adjusting the printers motor steps per mm according to the di erence between expected and actual size. A cube has been printed which measures 16x16x8mm; which has indicated the need for further adjustments in order to reproduce the desired 20x20x20mm cube. 2.2 Inkjet Cartridge Integration Progress Summary In order to print with silver ink we required a recyclable cartridge, a carrier to hold the cartridge and a means of controlling the ink deposition with a limited amount of pins available from the Arduino microcontroller. There is limited information available on inkjet cartridges therefore various types were researched. From a donated cartridge received in November, it was determined that in order to control the cartridge nozzles a new printer would have to be purchased in order to determine what signals each pin on the cartridge was receiving while in operation. This method was too 2

5 2 Project Progress complex to complete by our February deadline. Through more research do it yourself (DIY) inkjet printer projects were discovered which referred to components needed to complete the integration of our inkjet head. An HP C6602 cartridge was chosen as the nozzle used to print the silver ink [2]. This cartridge was chosen because it is the only cartridge that has specifications available to the public. This cartridge has a HP Q2347A carrier available for purchase and open source software for interfacing this specific cartridge and carrier combination with an Arduino. In December, the cartridge type was decided followed by design and simulation of the electric circuit used to interface the Arduino and the cartridge. The circuit is based o of a DIY printer design and includes; a power reduction circuit, carriage safety circuit and a pin reduction circuit. The design of the power reduction circuit was based o of a circuit provided in the LM317T adjustable regulator datasheet [3]. Multisim software was used to run a simulation to ensure that the circuit worked. Construction of the power reduction circuit resulted in successfully converting the 32 Volt (V) supply to 20 V; this is required to power the cartridge. To eliminate random voltages from the Arduino being sent to the carrier and causing misfiring of the inkjet nozzles when not in use it was determined that the power to the carrier needed to be cut. An optocoupler was purchased to allow us to turn the 20 V supply to the cartridge on and o by utilizing pins on the Arduino. In the design we included a LED to provide indication of when the switch is on or o. The HP C6602 cartridge prints using 12 nozzles and due to the limited pins available on the Arduino a pin reduction circuit was designed [2]. A 16-channel analog demultiplexer was purchased to allow us to control the nozzles of the HP C6602 cartridge, using 4 pins. Since the cartridge pins operate at a higher voltage then the rated voltage for the demultiplexer, high voltage darlington drivers comprised of eight NPN darlington pairs was purchased to allow us to connection of high voltage components to low voltage components. 3

6 3 Future Work 2.3 Antenna Design Progress Summary The antenna design was divided into two main steps. The first step was to obtain the dimensions of the patch, location of the feeding point and the radiation pattern using empirical formulas coded in MATLAB [4]. This work was completed within the first two months of the project. In the second step, design results from step one were used as a starting point to design the microstrip antenna in HFSS simulation software. Using HFSS the antenna design was optimized by assuming specific conditions. The first set of conditions included Perfect Electric Conductor (PEC) metallic conductors, a lossless dielectric substrate and an infinite ground plane. The antenna patch size was optimized to attain the desired resonant frequency and the feeding point was adjusted based on best impedance matching. A simulation with these first set of conditions was completed by the end of October. The second set of design conditions were similar to the first, except the ground plane was reduced to a finite size to make the antenna fabrication of the designed antenna practical. The size was chosen to be 0.7 times the free-space wavelength at resonant frequency because the actual permittivity of the substrate is unknown. Both simulations have been completed and the results recorded. This simulation was completed by the end of the first week of January. Another set of conditions has yet to be tested and simulated, and this will be discussed in the future work section of the report. 3 Future Work The following sections outline the work to be completed for the project D Plastic Printer Future Work Summary The work remaining on the 3D plastic printer is all related to calibration of the system. Calibration is currently ongoing as we have yet to print a completed object of a given size. Once this is complete 4

7 4 Conclusions integration of the inkjet head can begin. 3.2 Inkjet Cartridge Integration Future Work Summary Fully incorporating the inkjet head into the existing plastic printer design is set to be completed by the end of January. This includes adjusting the design of the cartridge carrier to work with our existing system. Once this is complete, the remaining work will be to calibrate and test the full system, as well as print our antenna. The complete design will also require integration of a halogen lamp. The lamp will be used to cure the silver ink without having to remove the antenna in-between layers. 3.3 Antenna Design Future Work Summary For future work, final simulations and antenna testing will be completed. This involves antenna optimization by applying conductivity of conductors, and permittivity and dielectric loss of the substrate. The conductivity of silver ink is related to the resistive loss of the patch and therefore it will also a ect the input impedance of the antenna. Knowing the conductivity of silver ink is critical to matching the antenna. The silver conductor is first printed over a surface (i.e. paper or plastic film) and then allowed to dry under a halogen lamp. The conductivity of the conductor can be found by knowing the dimensions and electrical resistance of the conductor. The permittivity and loss tangent of the substrate can be obtained using a ring resonator technique [5]. Antenna testing involves pattern measurement and gain measurement using antenna measurement chamber and impedance mismatch measurement using Vector Network Analyzer (VNA). These tests will be performed to test the quality of the 3D printed antenna once the antenna is successfully fabricated. 4 Conclusions To summarize, the basic plastic printing design of our 3D printer is nearing completion and requires final calibration. The parts required to incorporate the inkjet head into the design are on order. 5

8 4 Conclusions Once the parts are in our possession we will be able to add the inkjet head and begin calibration and testing of the system as a whole. The antenna design, despite being behind schedule, will still maintain it s final completion date as indicated on the Gantt chart. Work in this area is being expedited and we expect to get back on schedule within the next two weeks. 6

9 REFERENCES References [1] Prusa mendel. [Online]. Available: Mendel (iteration 2) [2] N. C. L. Patrick Hannan, Jared Knutzen and J. Markham, Diy inkjet printer, December [3] Ka317/lm317 regulator datasheet, December [Online]. Available: fairchildsemi.com/datasheets/lm/lm317.pdf [4] C. Balanis, Antenna Theory Analysis and Design, 3rd ed. John Wiley and Sons, [5] M. A. Rashidian, Dielectric characterization of materials using a modified microstrip ring resonator technique, IEEE Transactions on Dielectrics and Electrical Insulation, vol. 19, p. 1392,

10 Appendix A Updated Gantt Chart Task/Milestone Planned September 2014 October 2014 November 2014 December 2014 January 2014 February 2014 March 2014 Start End Sep-01 Oct Preliminary Work Research Ink and Printable Materials Sep-01 Sep-21 Research Printer Parts Sep-01 Sep-21 Research Antenna Designs Sep-01 Oct Materials Sep-14 Oct-19 Gather Material List and Pricing Sep-14 Sep-21 Order Printer Parts Sep-28 Oct-05 Order Ink/Printable Material Sep-28 Oct Design Sep-14 Feb-12 Printer Design Sep-14 Oct-05 Antenna Design & CAD Drawing Oct-05 Feb Printer Oct-19 Feb-15 Build of Plastic 3D Printer Oct-19 Jan-11 Interfacing & Calibration Dec-01 Jan-30 Inkjet Cartridge Incorporation Dec-01 Feb Testing & Optimization Jan-11 Feb-30 Prototype Construction Jan-11 Feb-01 Printer Calibration Jan-18 Fab-07 Feb-07 Feb-14 Build & Test of Antenna Control Antenna Testing Feb-07 Feb Administrative Schedule Project Proposal Sep-14 Sep-28 Informal Oral Progress Report Nov-09 Nov-16 Formal Written Progress Report Nov-23 Jan-12 Formal Oral Progress Report Nov-30 Jan-16 Project Title Feb-08 Feb-13 Final Report Draft Submission Feb-08 Feb-23 Final Report Mar-01 Mar-04 Project Presentation Mar-01 Mar-13 Completed Tasks Tasks to be Completed Fig. A.1: Updated Gantt Chart 8

11 Appendix B Updated Budget The budget for this project is $ and is outlined in the table on the next page. $ of the budget is composed of items available for use through the Department of Electrical and Computer Engineering. The remaining $ of the budget was allotted to items required to be purchased through the budget provided by the department. Please Note: *Items that were already provided or were acquired without funds from the budget. **Miscellaneous parts such as resistors and capacitors required for circuit hardware. 9

12 Table I: Project Budget Item Supplier Unit Cost Quantity Shipping Cost Total Electronics Package Sainsmart $ $0.00 $ M8 Threaded Rod Mixshop $ $5.00 $ mm Smooth Bar Mixshop $ $5.00 $24.00 Prusa Mendel Hardware Set Mixshop $ $5.00 $23.50 Linear Bearing Mixshop $ $5.00 $15.80 PLA Printer Filament (Black) Amazon $ $0.00 $32.99 Internal PC Power Supply Amazon $ $0.00 $38.37 Bowden Extruder Hardware Ebay $ $7.00 $30.13 Halogen Lamp Home Depot $ $0.00 $10.98 Refillable Ink Jet Cartridge Transact $ $10.35 $25.80 Cartridge Carrier Transact $ $10.35 $18.60 Wiper Transact $ $10.35 $10.69 Control Antenna Conductor Department $ $0.00 $0.00 Inkshield PCB NicolasLewis $ $3.00 $12.00 Stepper Motor Driver Mixshop $ $0.00 $8.19 *PCB Department $ $0.00 $ *Silver Printer Ink Department $250 1 $0.00 $ MK8 Drive Gear Ebay $ $7.72 $18.32 **Misc. Parts Digikey $ $8.00 $26.19 *Machine Shop Time Department $0.00 8hrs $0.00 $0.00 *HFSS Software Department $ $0.00 $ *Misc. Wood Products Gabriela $0.00 TBD $0.00 $0.00 *HP Desktop Printer Kadeem $ $0.00 $0.00 Total: $

Real-time Traffic Monitoring With Bluetooth

Real-time Traffic Monitoring With Bluetooth ECE 4600 Group Design Project Real-time Traffic Monitoring With Bluetooth Proposal by: Rory Jacob Marc Friesen Paul Grestoni Tyler Mailey Presented to: The Department of Electrical and Computer Engineering

More information

AC System Monitoring Device. Andrew Jarrett Project Advisor: Professor Gutschlag Department of Electrical and Computer Engineering October 1, 2015

AC System Monitoring Device. Andrew Jarrett Project Advisor: Professor Gutschlag Department of Electrical and Computer Engineering October 1, 2015 AC System Monitoring Device Andrew Jarrett Project Advisor: Professor Gutschlag Department of Electrical and Computer Engineering October 1, 2015 Outline Background Problem Background Problem Statement

More information

Group 13 Monitor and Control of an Excavator Robot

Group 13 Monitor and Control of an Excavator Robot ELEC 490 PROJECT BLUEPRINT DOCUMENT Group 13 Monitor and Control of an Excavator Robot Submitted December 21st, 2005 FOR Dr. Michael Greenspan Dr. Kevyan Hashtrudi-Zaad Executive Summary In the first two

More information

May Project Plan v2

May Project Plan v2 May 14-06 Project Plan v2 ANDREW SPEER CHENG SONG KYLE LICHTENBERG ROSS FRIEDMAN JAKE MEYER 10/10/2013 May 14-06 Page 1 Problem Statement Our client, Dr. Tom Daniels, wants to repurpose an old 3-axis positioning

More information

AC System Monitoring Device

AC System Monitoring Device AC System Monitoring Device Andrew Jarrett Project Adviser: Professor Gutschlag Department of Electrical and Computer Engineering October 28, 2015 Executive Summary The alternating current (AC) system

More information

Wireless High-Voltage Power Line Sensor

Wireless High-Voltage Power Line Sensor University of Manitoba Department of Electrical & Computer Engineering ECE 4600 Group Design Project Progress Report Wireless High-Voltage Power Line Sensor by Group 11 Jordan Bartel Thomas Neusitzer Sailen

More information

Hector Melendez, EE Martin Dayuta, EE Kyle Scott, EE. Sponsored by:

Hector Melendez, EE Martin Dayuta, EE Kyle Scott, EE. Sponsored by: Hector Melendez, EE Martin Dayuta, EE Kyle Scott, EE Sponsored by: The Universal Circuit Fabricator is a device that can print conductive ink traces on a nonconductive surface The goal is to allow a user

More information

Design, Development and Analysis of FDM based Portable Rapid Prototyping Machine

Design, Development and Analysis of FDM based Portable Rapid Prototyping Machine Design, Development and Analysis of FDM based Portable Rapid Prototyping Machine Jim Jose Caledonian College of Engineering, Muscat, Sultanate of Oman Dr. Rajakannu Amuthakkannan Caledonian College of

More information

3D Laser Range Finder Topological sensor gathering spatial data from the surrounding environment

3D Laser Range Finder Topological sensor gathering spatial data from the surrounding environment Initial Project and Group Identification Document September 19, 2013 3D Laser Range Finder Topological sensor gathering spatial data from the surrounding environment Christian Conrose Jonathan Ulrich Andrew

More information

MONITOR AND CONTROL OF AN EXCAVATOR ROBOT

MONITOR AND CONTROL OF AN EXCAVATOR ROBOT QUEEN S UNIVERSITY DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING ELEC 49X PROJECT PROPOSAL MONITOR AND CONTROL OF AN EXCAVATOR ROBOT Submitted By: Group 13 Faculty Supervisor: Dr. K. Hashtrudi-Zaad

More information

Printed Circuit Board Development Automation

Printed Circuit Board Development Automation Printed Circuit Board Development Automation Project Plan Date Submitted: February 11, 2003 Project/Team Number: Dec 03-09 Team Members Colin Burnett Advisor Client Khawaja-Shahzad Butt Christopher Rieck

More information

Website Redevelopment Content Information Session. Presentation by

Website Redevelopment Content Information Session. Presentation by Website Redevelopment Content Information Session Presentation by December 3, 2010 Agenda December 3rd & 10th, 2010 10:00 10:10 Welcome & Introductions 10:10 10:20 Project Status & Development Schedule

More information

Powerful features (1)

Powerful features (1) HFSS Overview Powerful features (1) Tangential Vector Finite Elements Provides only correct physical solutions with no spurious modes Transfinite Element Method Adaptive Meshing r E = t E γ i i ( x, y,

More information

IMPLEMENTATION OF ANALYTICAL (MATLAB) AND NUMERICAL (HFSS) SOLUTIONS ADVANCED ELECTROMAGNETIC THEORY SOHAIB SAADAT AFRIDI HAMMAD BUTT ZUNNURAIN AHMAD

IMPLEMENTATION OF ANALYTICAL (MATLAB) AND NUMERICAL (HFSS) SOLUTIONS ADVANCED ELECTROMAGNETIC THEORY SOHAIB SAADAT AFRIDI HAMMAD BUTT ZUNNURAIN AHMAD STUDY OF SCATTERING & RESULTANT RADIATION PATTERN: INFINITE LINE CURRENT SOURCE POSITIONED HORIZONTALLY OVER A PERFECTLY CONDUCTING INFINITE GROUND PLANE IMPLEMENTATION OF ANALYTICAL (MATLAB) AND NUMERICAL

More information

Martin Dayuta, EE Hector Melendez, EE Kyle Scott, EE

Martin Dayuta, EE Hector Melendez, EE Kyle Scott, EE Martin Dayuta, EE Hector Melendez, EE Kyle Scott, EE The Universal Circuit Fabricator is a device that can print conductive ink traces on a nonconductive surface The goal is to allow a user to create an

More information

Manual Version March 2007

Manual Version March 2007 Manual Version 1.1 - March 2007 Page 1 Table of Contents Section1: 6922 Line Board Build... 3 6922 Line Board Version Notes... 5 6922 Line Board Build - HARD-WIRED VERSION... 5 Final Connections and Checks

More information

Appendix F: Design Documentation for multisensory therapy system

Appendix F: Design Documentation for multisensory therapy system Appendix F: Design Documentation for multisensory therapy system This appendix contains in details all the system design. It summarizes at the structure design, electrical design, and software design.

More information

Freedom of Information Act 2000 reference number RFI

Freedom of Information Act 2000 reference number RFI P. Norris By email to: xxxxxxxxxxxxxxxxxxxxxx@xxxxxxxxxxxxxx.xxm 02 November 2011 Dear P. Norris Freedom of Information Act 2000 reference number RFI20111218 Thank you for your request under the Freedom

More information

Rapid Prototyping Rev II

Rapid Prototyping Rev II Rapid Prototyping Rev II D R. T A R E K A. T U T U N J I R E V E R S E E N G I N E E R I N G P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N 2 0 1 5 Prototype A prototype can be defined as a model

More information

Motorized Capacitor. Electrical Installation of ID-400. Service Bulletin 63

Motorized Capacitor. Electrical Installation of ID-400. Service Bulletin 63 Plasma Control Technologies Service Bulletin 63 Motorized Capacitor Electrical Installation of ID-400 Document Information Authors... O. Lehmann / A. Renggli / T. Fenske... W. Bigler / M. Armbruster Document...

More information

Thursday, September 15, electronic components

Thursday, September 15, electronic components electronic components a desktop computer relatively complex inside: screen (CRT) disk drive backup battery power supply connectors for: keyboard printer n more! Thursday, September 15, 2011 integrated

More information

Number Name Description Notes Image 0101 Resistor, 100 ohm. brown-black-browngold. ¼ watt, 5% tolerance, red-red-brown-gold. brown-black-red-gold.

Number Name Description Notes Image 0101 Resistor, 100 ohm. brown-black-browngold. ¼ watt, 5% tolerance, red-red-brown-gold. brown-black-red-gold. Passive Components 0101 Resistor, 100 brown-black-browngold. 690620 0102 Resistor, 220 red-red-brown-gold. 690700 0103 Resistor, 1000 brown-black-red-gold. 690865 0104 Resistor, 10k 0201 Capacitor, 1 µf,

More information

An Introduction to the Finite Difference Time Domain (FDTD) Method & EMPIRE XCcel

An Introduction to the Finite Difference Time Domain (FDTD) Method & EMPIRE XCcel An Introduction to the Finite Difference Time Domain (FDTD) Method & EMPIRE XCcel Simulation Model definition for FDTD DUT Port Simulation Box Graded Mesh six Boundary Conditions 1 FDTD Basics: Field components

More information

Interim Report Technical Support for Integrated Library Systems Comparison of Open Source and Proprietary Software

Interim Report Technical Support for Integrated Library Systems Comparison of Open Source and Proprietary Software Interim Report Technical Support for Integrated Library Systems Comparison of Open Source and Proprietary Software Vandana Singh Assistant Professor, School of Information Science, University of Tennessee,

More information

PCB Design for Capacitance Rain Sensor

PCB Design for Capacitance Rain Sensor PCB Design for Capacitance Rain Sensor Danny Kang April 14, 2010 EXECUTIVE SUMMARY The definition of sensor is a device that measures a physical quantity and converts it into a signal which can be read

More information

Undergraduate Admission File

Undergraduate Admission File Undergraduate Admission File June 13, 2007 Information Resources and Communications Office of the President University of California Overview Population The Undergraduate Admission File contains data on

More information

DSP Research Project

DSP Research Project DSP Research Project The digital signal processing (DSP) research project is a core component of the Physics 351 digital electronics course. The research project component is structured as design, construction,

More information

Minimization of Crosstalk in PCB

Minimization of Crosstalk in PCB Minimization of Crosstalk in PCB Avali Ghosh 1, Sisir Kumar Das 2, Annapurna Das 3 1, 2, 3 ECE Department, MAKAUT, GNIT, Kolkata Abstract: This paper describes the cross-talk problems in printed circuit

More information

Billing and Collection Agent Report For period ending January 31, To FCC Contract Oversight Sub-Committee. February 11, 2019

Billing and Collection Agent Report For period ending January 31, To FCC Contract Oversight Sub-Committee. February 11, 2019 Billing and Collection Agent Report For period ending January 31, 2019 To FCC Contract Oversight Sub-Committee February 11, 2019 Welch LLP - Chartered Professional Accountants 123 Slater Street, 3 rd floor,

More information

Manual. Model#-DB25M-3R6A. 6 Axis CNC Interface Breakout Board. Lastest update : Feb Store this manual away for further reference.

Manual. Model#-DB25M-3R6A. 6 Axis CNC Interface Breakout Board. Lastest update : Feb Store this manual away for further reference. Manual 6 Axis CNC Interface Breakout Board Model#-DB25M-3R6A Lastest update : Feb 2016 Read this manual carefully before making connections to the board. Store this manual away for further reference. Safety

More information

Laboratory of Sensors Engineering Sciences 9 CFU

Laboratory of Sensors Engineering Sciences 9 CFU Laboratory of Sensors Engineering Sciences 9 CFU Contacts Alexandro Catini catini@ing.uniroma2.it Phone: +39 06 7259 7347 Department of Electronic Engineering First Floor - Room B1-07b Course Outline THEORY

More information

Modeling and Analysis of Crosstalk between Differential Lines in High-speed Interconnects

Modeling and Analysis of Crosstalk between Differential Lines in High-speed Interconnects 1293 Modeling and Analysis of Crosstalk between Differential Lines in High-speed Interconnects F. Xiao and Y. Kami University of Electro-Communications, Japan Abstract The crosstalk between a single-ended

More information

Information Technology Services. Informational Report for the Board of Trustees October 11, 2017 Prepared effective August 31, 2017

Information Technology Services. Informational Report for the Board of Trustees October 11, 2017 Prepared effective August 31, 2017 Information Technology Services Informational Report for the Board of Trustees October 11, 2017 Prepared effective August 31, 2017 Information Technology Services TABLE OF CONTENTS UPDATE ON PROJECTS &

More information

EMI Filtering of an Automotive Engine Controller Module Connector. Test Results #TR 2004, v1.0

EMI Filtering of an Automotive Engine Controller Module Connector. Test Results #TR 2004, v1.0 EMI Filtering of an Automotive Engine Controller Module Connector Test Results #TR 2004, v1.0 DISCLAIMER: Information and suggestions furnished in this document by X2Y Attenuators, LLC are believed to

More information

Coursework and Controlled Assessment Timetable

Coursework and Controlled Assessment Timetable Coursework and Controlled Assessment Timetable 2017-2018 Coursework () Although some subjects dedicate class time to modular coursework it is mainly written work produced by the student independently and

More information

Well Link Industries Limited

Well Link Industries Limited Well Link Industries Limited 3D Printing 3D printing is no longer a science fiction. It helps to change from prosthetics and regenerative medicine to structures in space. In 2013, second term State of

More information

The following illustration demonstrates what you would see when the print jet nozzles are properly leveled.

The following illustration demonstrates what you would see when the print jet nozzles are properly leveled. INF Printing Verify the Print Jet Nozzle Level Leveling the print jet nozzles is very important to ensure quality prints especially after replacing a print jet, an extruder assembly or the print pad. The

More information

DEPARTMENT OF THE ARMY *ER U.S. Army Corps of Engineers CECW-EC Washington, DC Administration PROJECT SCHEDULES

DEPARTMENT OF THE ARMY *ER U.S. Army Corps of Engineers CECW-EC Washington, DC Administration PROJECT SCHEDULES DEPARTMENT OF THE ARMY *ER 1-1-11 U.S. Army Corps of Engineers CECW-EC Washington, DC 20314-1000 Regulation No. 1-1-11 18 September 17 Administration PROJECT SCHEDULES 1. Purpose. This regulation states

More information

Easel 5000 Week 8 March 17 - March 24, 2006 Alison Biercevicz Seth Novoson Justin Yu

Easel 5000 Week 8 March 17 - March 24, 2006 Alison Biercevicz Seth Novoson Justin Yu Easel 5000 Week 8 March 17 - March 24, 2006 Alison Biercevicz Seth Novoson Justin Yu Work Completed Express PCB This week, the PCB was finalized. Using Express PCB, it was realized that the original PCB

More information

Design Standard for Printed Electronics on Flexible Substrates

Design Standard for Printed Electronics on Flexible Substrates Design Standard for Printed Electronics on Flexible Substrates Developed by the D-61 Printed Electronics Design Subcommittee of the D-60 Printed Electronics Committee of IPC Users of this publication are

More information

Physical Computing Self-Quiz

Physical Computing Self-Quiz Physical Computing Self-Quiz The following are questions you should be able to answer by the middle of the semeter in Introduction to Physical Computing. Give yourself 6.5 points for questions where you

More information

Interference Suppression Capacitor

Interference Suppression Capacitor MOLDED BOX CONSTRUCTION, SUPPRESSION CAPACITOR, RADIAL LEAD FEATURES Monolithic & Series Construction, Metallized Polypropylene Capacitors Superior Performance over Standard Construction X2 Safety Cap

More information

Optimum Placement of Decoupling Capacitors on Packages and Printed Circuit Boards Under the Guidance of Electromagnetic Field Simulation

Optimum Placement of Decoupling Capacitors on Packages and Printed Circuit Boards Under the Guidance of Electromagnetic Field Simulation Optimum Placement of Decoupling Capacitors on Packages and Printed Circuit Boards Under the Guidance of Electromagnetic Field Simulation Yuzhe Chen, Zhaoqing Chen and Jiayuan Fang Department of Electrical

More information

Circuit Breaker Calibration

Circuit Breaker Calibration Circuit Breaker Calibration Philip Simonin (EE) Kyle Weber (EE) Louis Leblanc (EE) Tyler Lyon (EE) Advisor: Ali Gokirmak Sponsor: Carling Technologies Outline 1. Design objective and approach 2. Hardware

More information

FEKO Tutorial I. Mohammad S. Sharawi, Ph.D. Electrical Engineering Department

FEKO Tutorial I. Mohammad S. Sharawi, Ph.D. Electrical Engineering Department Mohammad S. Sharawi, Ph.D. Electrical Engineering Department This tutorial will get you started with FEKO. FEKO is a full-wave electromagnetic field simulator that is based on the Method of Moments (MoM).

More information

Keywords Stepper motor, spindle motor, leadscrew, ball bearings, flexible coupling, and control system by Arduino micro controller in Easel software.

Keywords Stepper motor, spindle motor, leadscrew, ball bearings, flexible coupling, and control system by Arduino micro controller in Easel software. Design and fabrication of 3-axis CNC Milling machine Sriranga V Deshpande 1, P U Karthik 2, Naveen Kumar D 3, Dr Vijendra Kumar 4, Dr K. S Badrinaryan 5 1.Student, department of mechanical engineering,

More information

3D Scanner PDR. Team 8 Oct. 23, Vangjel Frasheri Siyan Lin Chenkai Zhou. Advisor: Professor Tessier

3D Scanner PDR. Team 8 Oct. 23, Vangjel Frasheri Siyan Lin Chenkai Zhou. Advisor: Professor Tessier 3D Scanner PDR Team 8 Oct. 23, 2015 Vangjel Frasheri Siyan Lin Chenkai Zhou Advisor: Professor Tessier Team Members Vangjel Frasheri CSE Siyan Lin EE Chenkai Zhou EE Professor Tessier Table of Contents

More information

A Proposed Set of Specific Standard EMC Problems To Help Engineers Evaluate EMC Modeling Tools

A Proposed Set of Specific Standard EMC Problems To Help Engineers Evaluate EMC Modeling Tools A Proposed Set of Specific Standard EMC Problems To Help Engineers Evaluate EMC Modeling Tools Bruce Archambeault, Ph. D Satish Pratapneni, Ph.D. David C. Wittwer, Ph. D Lauren Zhang, Ph.D. Juan Chen,

More information

HOW TO REMOVE A STUCK INK CARTRIDGE

HOW TO REMOVE A STUCK INK CARTRIDGE 15 February, 2018 HOW TO REMOVE A STUCK INK CARTRIDGE Document Filetype: PDF 236.13 KB 0 HOW TO REMOVE A STUCK INK CARTRIDGE You can normally remove the ink cartridge anytime you want to. Open up your

More information

THE HP P2015 TONER CARTRIDGE

THE HP P2015 TONER CARTRIDGE THE HP P2015 TONER CARTRIDGE DOC# 0379 By Mike Josiah and the Technical Staff at Summit Technologies HP LASERJET P2015 TONER CARTRIDGE REMANUFACTURING INSTRUCTIONS Page 1 Remanufacturing the HP P2015 Toner

More information

Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0028 Safety System Logic & Control (SSLC) Class 1 HMI

Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0028 Safety System Logic & Control (SSLC) Class 1 HMI Hitachi-GE Nuclear Energy, Ltd. UK ABWR GENERIC DESIGN ASSESSMENT Resolution Plan for RO-ABWR-0028 Safety System Logic & Control (SSLC) Class 1 HMI RO TITLE: Safety System Logic & Control (SSLC) Class

More information

APPLIANCE POWER CONSUMPTION PROJECT PLAN

APPLIANCE POWER CONSUMPTION PROJECT PLAN APPLIANCE POWER CONSUMPTION PROJECT PLAN May 02-04 October 9, 2001 Client: Herb Harmison Advisors: John Lamont Ralph Patterson Team: Stephen Woerdehoff Paul Jonak Yohan Blount Jason Muehlmeier Table of

More information

REPORT ON TELECOMMUNICATIONS SERVICE QUALITY WINDSTREAM FLORIDA, INC.

REPORT ON TELECOMMUNICATIONS SERVICE QUALITY WINDSTREAM FLORIDA, INC. REPORT ON TELECOMMUNICATIONS SERVICE QUALITY For WINDSTREAM FLORIDA, INC. Alachua, Brooker, High Springs, Melrose, and Waldo s February 4 March 14, 2008 Division of Service, Safety & Consumer Assistance

More information

Project Number: P13364 (Piano Touch Pad II)

Project Number: P13364 (Piano Touch Pad II) ABSTRACT Multidisciplinary Senior Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: P13364 (Piano Touch Pad II) Alex Coleman

More information

CubePro. INF Printing Best Practices. Introduction. Copyright. Compliance. INF Printing Best Practices

CubePro. INF Printing Best Practices. Introduction. Copyright. Compliance. INF Printing Best Practices INF Printing Best Practices CubePro INF Printing Best Practices Introduction Printing with Infinity Rinse-Away (INF) is an exciting endeavor for the 3D printing enthusiast. Now, you can utilize supports

More information

Grid Code Planner EU Code Modifications GC0100/101/102/104

Grid Code Planner EU Code Modifications GC0100/101/102/104 Grid Code Planner EU Code Modifications GC0100/101/102/104 Place your chosen image here. The four corners must just cover the arrow tips. For covers, the three pictures should be the same size and in a

More information

How-To #7: Assemble an H-bridge Circuit Board

How-To #7: Assemble an H-bridge Circuit Board How-To #7: Assemble an H-bridge Circuit Board Making a DC motor turn is relatively easy: simply connect the motor's terminals to a power supply. But what if the motor is to be controlled by an Arduino,

More information

KING FAHD UNIVERSITY OF PETROLEUM & MINERALS ELECTRICAL ENGINEERING DEPARTMENT

KING FAHD UNIVERSITY OF PETROLEUM & MINERALS ELECTRICAL ENGINEERING DEPARTMENT KING FAHD UNIVERSITY OF PETROLEUM & MINERALS ELECTRICAL ENGINEERING DEPARTMENT EE 411 Engineering Design Handout # 2 DESIGN OVERVIEW Engineering design is the creative process of identifying needs and

More information

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba

Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report. Department of Electrical and Computer Engineering University of Manitoba Wireless Vehicular Blind-Spot Monitoring Method and System Progress Report Department of Electrical and Computer Engineering University of Manitoba Prepared by: Chen Liu Xiaodong Xu Faculty Supervisor:

More information

Onwards and Upwards, Your near space guide Overview of the NearSys Two Sensor Temperature Array Figure 1. A complete Two Sensor Temperature Array

Onwards and Upwards, Your near space guide Overview of the NearSys Two Sensor Temperature Array Figure 1. A complete Two Sensor Temperature Array The NearSys Two Sensor Temperature Array is a kit that permits a BalloonSat to measure two separate temperatures. When plugged into a flight computer like the BalloonSat Mini, the flight computer provides

More information

SI2 Technologies, Inc.

SI2 Technologies, Inc. SI2 Technologies, Inc. Flexible, Printed Electronics for Sensing and Energy Storage imaps Workshop May 5, 2015 ISO-9001:2008 Certified Quality Management System Erik S. Handy, Ph.D. Principal Scientist

More information

TOSHIBA. Semiconductor company Ref. : H Asia Pacific Satelite Industries TO : APPROVAL SHEET FOR TC7SH04FU(T5L,JF,T.

TOSHIBA. Semiconductor company Ref. : H Asia Pacific Satelite Industries TO : APPROVAL SHEET FOR TC7SH04FU(T5L,JF,T. Date : 18 July'06 Semiconductor company Ref. : H06183007 TO : Asia Pacific Satelite Industries APPROVAL SHEET FOR TC7SH04FU(T5L,JF,T Contents : 1. Specification Data 2. General Specification 3. Marking

More information

Power Supply, Arduino MEGA 2560, and Stepper Motors Connections

Power Supply, Arduino MEGA 2560, and Stepper Motors Connections Power Supply, Arduino MEGA 2560, and Stepper Motors Connections By: Maram Sulimani Abstract: Arduino MEGA 2560 is required for this project to control the movement of the 3D printer axis and its extruder.

More information

What future changes are planned to improve the performance and reliability of the Wairarapa Connection?

What future changes are planned to improve the performance and reliability of the Wairarapa Connection? By email 27 February 2017 File Ref: OIAP-7-3039 Shed 39, 2 Fryatt Quay Pipitea, Wellington 6011 PO Box 11646 Manners Street Wellington 6142 T 04 384 5708 F 04 385 6960 www.gw.govt.nz Iain Palmer fyi-request-5300-1f924c94@requests.fyi.org.nz

More information

How-To #3: Make and Use a Motor Controller Shield

How-To #3: Make and Use a Motor Controller Shield How-To #3: Make and Use a Motor Controller Shield The Arduino single-board computer can be used to control servos and motors. But sometimes more current is required than the Arduino can provide, either

More information

Design of Electromagnetic Test Sites

Design of Electromagnetic Test Sites Sensor and Simulation Notes Note 533 3 August 2008 Design of Electromagnetic Test Sites Carl E. Baum University of New Mexico Department of Electrical and Computer Engineering Albuquerque New Mexico 87131

More information

Calibration and Maintenance

Calibration and Maintenance Epson DX5 X 1 Printhead Calibration and Maintenance 31 st Jan., 2013 Version V3.0 1 Contents Chapter 1: Computer Requirement...3 Chapter 2:Installation...4 Chapter 3:Characteristic...5 Chapter 4:Board

More information

DSP Research Project

DSP Research Project DSP Research Project The digital signal processing (DSP) research project is a core component of the Physics 351 digital electronics course. The research project component is structured as design, construction,

More information

Variable Frequency Drive Wireless Interface Prototype Project Proposal

Variable Frequency Drive Wireless Interface Prototype Project Proposal Senior Design I ECE 4901 Fall 2012 Variable Frequency Drive Wireless Interface Prototype Project Proposal Team 168 Members: Michael Kloter (EE) Christopher Perugini (EE) Alexander Shuster (EE) Kevin Wei

More information

DATE OF BIRTH SORTING (DBSORT)

DATE OF BIRTH SORTING (DBSORT) DATE OF BIRTH SORTING (DBSORT) Release 3.1 December 1997 - ii - DBSORT Table of Contents 1 Changes Since Last Release... 1 2 Purpose... 3 3 Limitations... 5 3.1 Command Line Parameters... 5 4 Input...

More information

OCM ACADEMIC SERVICES PROJECT INITIATION DOCUMENT. Project Title: Online Coursework Management

OCM ACADEMIC SERVICES PROJECT INITIATION DOCUMENT. Project Title: Online Coursework Management OCM-12-025 ACADEMIC SERVICES PROJECT INITIATION DOCUMENT Project Title: Online Coursework Management Change Record Date Author Version Change Reference March 2012 Sue Milward v1 Initial draft April 2012

More information

K Service Source. StyleWriter

K Service Source. StyleWriter K Service Source StyleWriter K Service Source Basics StyleWriter Basics Introduction - 1 Introduction The StyleWriter is a serial bubble jet ink-on-demand printer. The StyleWriter prints up to 1/3 page

More information

Analog Resistive Touch Screen Controller TSC-45/RSA-E User s Guide

Analog Resistive Touch Screen Controller TSC-45/RSA-E User s Guide Analog Resistive Touch Screen Controller TSC-45/RSA-E User s Guide Table of Contents 1. Product Overview... 2 1-1. Products Applicable... 2 1-2. Overview... 2 1-3. Peripheral Composition Overview... 3

More information

INFORMATION TECHNOLOGY SPREADSHEETS. Part 1

INFORMATION TECHNOLOGY SPREADSHEETS. Part 1 INFORMATION TECHNOLOGY SPREADSHEETS Part 1 Page: 1 Created by John Martin Exercise Built-In Lists 1. Start Excel Spreadsheet 2. In cell B1 enter Mon 3. In cell C1 enter Tue 4. Select cell C1 5. At the

More information

3D Printing. Rob Miles. Department of Computer Science University of Hull

3D Printing. Rob Miles. Department of Computer Science University of Hull 3D Printing Rob Miles Department of Computer Science University of Hull Agenda 3D Printing Overview 3D Printing Workflow Design something and Print it The future of 3D Printing 2 Printing Not that many

More information

USS Albany Association, Inc.

USS Albany Association, Inc. USS Albany Association, Inc. How to Series Newsletter Editor Guidelines Original Issue Date: September, 2012 Date Revised: Introduction The Newsletter Editor has one function; periodically produce and

More information

Supporting Information

Supporting Information Copyright WILEY VCH Verlag GmbH & Co. KGaA, 69469 Weinheim, Germany, 2015. Supporting Information for Adv. Sci., DOI: 10.1002/advs.201500125 Simple 3D Printed Scaffold-Removal Method for the Fabrication

More information

Integrating V2V Functionality at 5.9GHz Into an Existing Quad-Band Antenna for Automotive Applications # Ayman Duzdar 1, Cheikh Thiam 2

Integrating V2V Functionality at 5.9GHz Into an Existing Quad-Band Antenna for Automotive Applications # Ayman Duzdar 1, Cheikh Thiam 2 Integrating V2V Functionality at 5.9GHz Into an Existing Quad-Band Antenna for Automotive Applications # Ayman Duzdar 1, Cheikh Thiam 2 1 Telematics & Wireless M2M, Laird Technologies 4360 Baldwin Rd.,

More information

Physical Computing Self-Quiz

Physical Computing Self-Quiz Physical Computing Self-Quiz The following are questions you should be able to answer without reference to outside material by the middle of the semester in Introduction to Physical Computing. Try to answer

More information

CubePro. Main PCB Replacement Guide. Prosumer 3D Printer. Original Instructions

CubePro. Main PCB Replacement Guide. Prosumer 3D Printer. Original Instructions CubePro Prosumer 3D Printer Main PCB Replacement Guide Original Instructions 1 INTRODUCTION COPYRIGHT 2014 by All rights reserved. This document is subject to change without notice. This document is copyrighted

More information

Contents Contents Creating a Simulation Example: A Dipole Antenna AMDS User s Guide

Contents Contents Creating a Simulation Example: A Dipole Antenna AMDS User s Guide Contents Contents 1 Creating a Simulation 7 Introduction 8 Data Files for Examples 8 Software Organization 9 Constructing the Geometry 10 Creating the Mesh 11 Defining Run Parameters 13 Requesting Results

More information

3D Printing For Dummies

3D Printing For Dummies 3D Printing For Dummies Kalani Kirk Hausman, Richard Horne ISBN: 978-1-118-66075-1 384 pages January 2014 Description Get started printing out 3D objects quickly and inexpensively! 3D printing is no longer

More information

University of Moratuwa

University of Moratuwa University of Moratuwa B.Sc. Engineering MAP BUILDING WITH ROTATING ULTRASONIC RANGE SENSOR By 020075 A.C. De Silva (EE) 020138 E.A.S.M. Hemachandra (ENTC) 020166 P.G. Jayasekara (ENTC) 020208 S. Kodagoda

More information

Outline. Darren Wang ADS Momentum P2

Outline. Darren Wang ADS Momentum P2 Outline Momentum Basics: Microstrip Meander Line Momentum RF Mode: RFIC Launch Designing with Momentum: Via Fed Patch Antenna Momentum Techniques: 3dB Splitter Look-alike Momentum Optimization: 3 GHz Band

More information

Copyright 2014, R. Eckweiler & OCARC, Inc. Page 1 of 6

Copyright 2014, R. Eckweiler & OCARC, Inc. Page 1 of 6 HOM rev. new Heathkit of the Month: by Bob Eckweiler, AF6C Heathkit of the Month #52 - SK-211 AC Monitor Heathkit SK-211 AC Monitor Introduction: When club president, Nicholas - AF6CF, mentioned he had

More information

WATERLOO REGION HOUSING STABILITY SYSTEM STATS WEEK OF (MONTH/DAYS/YEAR)

WATERLOO REGION HOUSING STABILITY SYSTEM STATS WEEK OF (MONTH/DAYS/YEAR) WATERLOO REGION HOUSING STABILITY SYSTEM STATS WEEK OF (MONTH/DAYS/YEAR) Sent each week to key system stakeholders: Here is what our data tells us about the housing stability system last week including

More information

Sublimation transfer printer reviews

Sublimation transfer printer reviews Sublimation transfer printer reviews The Borg System is 100 % Sublimation transfer printer reviews Nov 20, 2017. The top advantages of the Digital Heat FX system are compared vs other t-shirt transfer

More information

EVM & Project Controls Applied to Manufacturing

EVM & Project Controls Applied to Manufacturing EVM & Project Controls Applied to Manufacturing PGCS Canberra 6-7 May 2015 David Fox General Manager L&A Pressure Welding Pty Ltd Contents 1) Background Business & research context 2) Research Fitting

More information

Vector 3D printer complete wire list including extruder PWA listing

Vector 3D printer complete wire list including extruder PWA listing Vector 3D printer complete wire list including extruder PWA listing Conventions Pin numbering for connectors It is normal practice in print circuit board (PCB) layout to denote pin 1 of a PCB mounted connector

More information

Bondtech QR Installation guide for the BCN3D Sigma

Bondtech QR Installation guide for the BCN3D Sigma Bondtech QR Installation guide for the BCN3D Sigma 1 Contents Introduction...3 List of tool required...3 Mechanical & Electrical Installation...4 Adjustment of steps/mm...12 2 Introduction This guide shows

More information

AWS-SCWI. American Welding Society Senior Certified Welding Inspector. Certification Programs for the Year 2018

AWS-SCWI. American Welding Society Senior Certified Welding Inspector. Certification Programs for the Year 2018 BETZ ENGINEERING & TECHNOLOGY ZONE Educational & Research Division AWS-SCWI American Welding Society Senior Certified Welding Inspector Certification Programs for the Year 2018 Authorized International

More information

Analog Resistive Touch Screen Controller TSC-54/RU-F User s Guide. Provided by

Analog Resistive Touch Screen Controller TSC-54/RU-F User s Guide. Provided by Analog Resistive Touch Screen Controller TSC-54/RU-F User s Guide Table of Contents 1. Product Overview... 2 1-1. Products Applicable... 2 1-2. Overview... 2 1-3. Peripheral Composition Overview... 3 2.

More information

Automatic Transfer and Controller System for Standby Power Generator

Automatic Transfer and Controller System for Standby Power Generator Advanced Materials Research Vols. 62-64 (2009) pp 187-193 online at http://www.scientific.net (2009) Trans Tech Publications, Switzerland Online available since 2009/Feb/20 Automatic Transfer and Controller

More information

Multi-part functionality in PINES

Multi-part functionality in PINES Monographic parts in PINES In order to allow holds on specific volumes in Evergreen, PINES will implement Monographic parts functionality for print titles. This functionality links volumes in a multi-volume

More information

IEEE SoutheastCon Hardware Challenge

IEEE SoutheastCon Hardware Challenge IEEE SoutheastCon Hardware Challenge Cameron McSweeney, Kendall Knapp Brian Roskuszka, Daniel Hofstetter May 2, 207 Advisors: Dr. Jing Wang, Dr. Yufeng Lu, Dr. In Soo Ahn 2 Task 3 - Bring Down the Shields

More information

Omni-Directional Vision System for Mobile Robots Biweekly Report

Omni-Directional Vision System for Mobile Robots Biweekly Report Omni-Directional Vision System for Mobile Robots Biweekly Report Presented to Professor Ricardo Gutierrez-Osuna on February 17, 2003 by The A Team Denise Fancher Kyle Hoelscher Michael Layton Eric Miller

More information

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual

Team: XeroDual. EEL 4924 Electrical Engineering Design. Final Report 3 August Project Ehrgeiz. Team Name: XeroDual Page 1/20 EEL 4924 Electrical Engineering Design Final Report 3 August 2009 Project Ehrgeiz Team Name: XeroDual Reinier Santos yayan26@ufl.edu Project Abstract: This project aims to design a human interface

More information

Plan Smart: Don t Leave Your End of Year Campaigns to Chance Convio, Inc. Page 1

Plan Smart: Don t Leave Your End of Year Campaigns to Chance Convio, Inc. Page 1 Plan Smart: Don t Leave Your End of Year Campaigns to Chance 2009 Convio, Inc. Page 1 July 2009 Q&A You can ask a question at any time using the Q&A chat box at the top of your screen. All questions will

More information

Geeetech Aluminum Prusa I3. User Manual

Geeetech Aluminum Prusa I3. User Manual Geeetech Aluminum Prusa I3 User Manual 1 Safety Instructions Building the printer will require a certain amount of physical dexterity, common sense and a thorough understanding of what you are doing. We

More information

2017 DIY Controls for a CNC Plasma Cutting Table

2017 DIY Controls for a CNC Plasma Cutting Table 2017 DIY Controls for a CNC Plasma Cutting Table Plug and play controls for a CNC plasma cutting table have greatly increased in cost over the past few years due to Microsoft no longer supporting Windows

More information