Novel large-range, high-resolution 3D printing of microcomponents using dspace

Size: px
Start display at page:

Download "Novel large-range, high-resolution 3D printing of microcomponents using dspace"

Transcription

1 dspace User Conference 2010 India Sept 24 th 10 Novel large-range, high-resolution 3D printing of microcomponents using dspace Alem Baraki, Kiran Bhole Research Scholar, Department of Mechanical Engineering, IIT Bombay Prasanna Gandhi Associate Professor, Department of Mechanical Engineering, IIT Bombay ABSTRACT Microstereolithography is novel 3D micro-fabrication technique capable of producing complex high-resolution microstructures in layer-by-layer fashion. To achieve fabrication, it is crucial to have efficient slicing, scan path generating algorithm and data transfer scheme to control the scanning mechanism and laser spot. The type and capability of interfacing system is essential ingredient in the fabrication process. In this work slicing and scan path generating algorithms are developed along with data transfer scheme with an aim of fabricating large-range high- resolution components. dspace is used as real time interfacing unit to link developed algorithms with the machine hardware. Simulink model is constructed to represent data flow and data conversion in to serial compatible form and then back to double data type. Developed model is integrated with the main Simulink model constructed to control the scanning system. By building the overall integrated Simulink model, C code is generated to load the required task to DS1104 microcontroller. Laser path data for each of the layers of desired model is generated and converted in to serial compatible form in MATLAB and is directly sent to dspace DS1104 microcontroller serially. Scan path data is then dispatched to respective lines through dspace D/A interfacing board to control the optomechatronic scanning system. The flexibility of dspace has greatly helped to send data directly from computer through MATLAB thereby allowing large output buffer. Combining the potential of developed path generating algorithm and dspace serial data transfer scheme, memory limitation is alleviated and hence large components are successfully fabricated at high resolution. 1. INTRODUCTION Microstereolithography (MSL) has drawn worldwide attention due to its ability to fabricate 3D micro-structures of complex shape with few-micron resolution [1]. Like most rapid prototyping systems, MSL is computer based technique where 3D CAD model of desired part is sliced in to series of horizontal cross-sections out of which laser scan path data is extracted to control the opto-mechanical scanning system. Sliced 2D cross-sections are either beam or stage-scanned [2] or are projected into the resin using sequence of dynamic lithography masks [3, 4]. In dynamic mask method, each layer of 3D part is exposed in one irradiance step by projecting its image on surface of photosensitive resin. However, this method has inherent limitation on resolution due to diffraction of light. In laser beam scanning MSL [2, 5, 6], cross-section of 3D structure is cured line-by-line scanning of focused beam over the UVcurable photopolymer; hence, better resolution can be achieved. Once a layer is fabricated the next layer of photopolymer is allowed to flow at the focus plane for solidification of the next cross-section. These steps are then repeated, and thus 3-D freeform microstructure is fabricated by stacking these series of cured layers. There are two fundamental process used to extract the geometric information of 3D CAD objects namely 1) Slicing Process, which involves different possibilities of intersection between triangular facet of the STL model and slicing plane [7] and 2) Generation of laser scan path data, used to guide the focused laser beam during hatching process [8,9]. Though scanning MSL can achieve higher resolution components, line-by-line scanning of each layer requires large amount of data and more processing time. Hence, simultaneous need for large range and high resolution microstructures becomes a real challenge. In this study, new laser scan path generating algorithm for generating data quickly and serial communication to handle the large data which also in turn enable to eliminate the sole dependency on microcontroller memory is discussed in detail. Based on the crank scanning path pattern, developed algorithm uses path data of single x (pitch) and single y (scan width) to generate the scanning path and laser on/off control for the entire layer. Developed algorithm enables to save large amount of system memory because only initial path data, (data for two lines and laser on/off data) are stored. Moreover, simulation time is greatly reduced since further generation of path data for full layer involves only toggling and

2 concatenation of vectors without the need of point-by-point computation. In addition, the effect of acceleration and deceleration in photopolymer solidification is taken care by extending the scanning width in the direction of scanning. Furthermore, serial port interfacing is used to link the hardware components of the scanning system to computer. In the end, algorithm is experimentally verified by successful fabrication of large size microcomponents. 2. SLICING ALGORITHM The crucial step in layered micro-fabrication such as SL and MSL system is to extract the geometric information of 2D horizontal layers from 3D STL CAD model of the desired part. This process involves slicing a given 3D STL model based on the desired laminate thickness. As STL model is triangular representation of peripheral surface of CAD models, slicing algorithm involves computation of intersection points between a triangular facet and slicing plane at a given slicing height. As illustrated in Figure 1, there are five possible cases of facet/slicing plane intersection. Figure 1: Various possibilities of facet/slicing plane intersection As the next step, facet/slicing plane intersection points are calculated to form contour matrix. The last step in the slicing algorithm is reshaping and optimizing of contour points. Repeated points and if points, other than end points, lie in a straight line (Figure 2a); they are removed from the contour matrix as shown in Figure 2b. The advantages in having optimized contour matrix are as follows; Scan path can be generated in any direction Enables generating properly ordered laser on/off data Enhanced processing time and reduced system memory Ease in generating data for boundary scanning Figure 2: Reduction of contour points by removing intermediate points in a straight line

3 3 SCAN PATH GENERATING ALGORITHM Once the contour matrix of a given layer is obtained by slicing the STL model, the next step is to obtain the scanning (hatching) data and laser on/off control data. Among two raster scan hatching patterns, crank type and zigzag type, the crank pattern is used. Figure 3 shows various terminologies used in the discussion. Figure 3: Terminologies used in the laser scan path generating algorithm 3.1 Scan Path Generation Considering Effect of Machine Dynamics The phenomena of photo polymerization in MSL system is derived based on constant scanning speed. But the translational tracking system used to guide the laser spot needs to accelerate to reach the scanning speed and decelerate to rest to avoid vibrations during hatching process. This acceleration/deceleration affects the irradiation time of laser beam resulting in non-uniform layer thickness of the part. Figure 4a shows the effect of acceleration and deceleration on photopolymer solidification where heavy curing takes place near the ends. Figure 4: Effect of acceleration and deceleration on photopolymer solidification Developed path generating algorithm considers the effect of acceleration and deceleration using the concept of minimum bounding rectangle of layer (MBRL). For a given sliced layer, algorithm finds the minimum bounding rectangle for the layer. The size of the MBRL is extended in the direction of scan causing acceleration and deceleration to be outside the sliced layer. Laser power is kept off during acceleration and deceleration; hence, fabricated components have uniform layer thickness as shown in Figure 4b. 3.2 Scan Path Generation For Large Range Components It is not easy to fabricate larger structures at high resolution unless tradeoff is made. Both range and resolution are highly affected by parameters such as simulation time (processing time), system memory and fabrication speed. To achieve high resolution, scan path generating algorithm must have the ability to generate discrete data at higher sampling rate.

4 This requires huge system memory and takes more time to process. In view of this challenge, the main target of developed algorithm is to generate scanning path data for larger size components while maintaining reasonable resolution. Over all process of algorithm involves two phases: 1) slicing phase (Figure 5a) and 2) fabrication phase (Figure 5b). During slicing process, STL file is given as input from which all coordinates representing vertices of triangular facets of the solid model are extracted in to organized form to ease subsequent processes. To slice the model at the given layer thickness (Z = Z i ), slicing algorithm sorts all facets which are intercepted by the slicing plane to form matrix of intercepted facets. As the next step, algorithm calculates facet/slicing plane intersection points to form contour data matrix for the given layer. In order to form properly closed contours, intersection points are sorted and all contours in the same layer are identified. The last and crucial step in the slicing phase is to generate initial scan path data and laser on/off control data for the specified layer. Based on the required scanning speed and sampling rate, algorithm generates discrete data to describe the path of single Y scan width (scan ray) and for single X scan width (pitch). Laser on/off control data is generated by comparing position of scan ray with laser control points (intersection between scan ray and contour segment). Initial variables (Y position, X position and laser on/off control data) are saved for each layer to be used as input during fabrication phase. Figure 5: Flow chart for developed laser scan path generating algorithm The second phase, fabrication stage, of developed algorithm uses initial scan path data as input to compute the scan path and laser control data for full layer. If the size of a layer is large, it is difficult to handle variables of huge array size due to memory limitations. To overcome this difficulty, single layer is subdivided in to portions (chunks). Complete scan path data is generated for the first chunk of the layer. This data is converted in to serial compatible form and transferred to respective lines of the scanning system with the help of serial interfacing. Similar process is followed for the next

5 chunk of the layer. Once one layer is processed, algorithm loads initial laser and path data for the next layer and same process is repeated until all layers are processed. One of the hallmarks of this algorithm is its ability to generate scan data online. Once data for one chunk is transferred to microcontroller, algorithm generates scan data for the next chunk until previously sent data is dispatched. Algorithm is developed using MATLAB software, which is powerful tool in matrix manipulation. Table 1 shows comparative result in simulation time needed to generate the final executable data for fabrication (slicing and path generation). This result shows that there is tremendous reduction in simulation time (more than 3 day simulation time is reduced to less than 2 minutes). Developed algorithm is fast and stable even for large size structures. Input parameters (scanning speed = 0.8mm/s, Line spacing = 0.005mm, number of layers 1 layer each, percentage for acceleration and deceleration = 0.1) Model size Table 1: Improvements in processing time Sampling rate, Ts = seconds Elapsed simulation time, (in seconds) Sampling rate, Ts = seconds (XxYx1mm) New algorithm Algorithm used by New algorithm Algorithm used by Suhas (6) Suhas(6) 1mmx1mm mmx2mm mmx3mm mmx4mm mmx5mm mmx6mm EXPERIMENTAL VERIFICATION 4.1 Interfacing Using Serial Port Serial data transfer program is developed using MATLAB and Simulink based on RS-232 protocol. DS1104 microcontroller serial setup is used as real time interface between the software and hardware systems. Figure 6 shows the schematic diagram of data flow using serial port. Simulink model is constructed to represent data flow and data conversion in to serial compatible form and then back to double data type to be displayed in the simulation window, as shown in Figure 7. By building the simulink model, C code is generated to assign the required task to DS1104 microcontroller, which dispatches data to respective lines to control the opto-mechanical scanning system as per the desired scan path. Figure 6: Schematic diagram of serial port interfacing using DS1104 serial setup

6 Laser path data for each layer of model is generated and converted in to serial compatible form in MATLAB and is directly sent to microcontroller serially. The dspace controldesk simulation panel is used to verify that data is being transferred properly. This is shown in Figure 7, where parameters such as Y-position vs. Time, X-position vs. time, laser on/off status and XY plot of the scanning path are displayed. Figure 7: Verification of data transfer using serial port interfacing (a) Micro-channel Fabricated dimensions: Overall dimension = 3833 µm x 3983 µm, Channel dimension= 146 µm, Counter hole reservoir= diameter 740 µm and 417 µm (b)high Aspect ratio micro-tanks Fabricated dimensions: Outer dimension of large range square tank = 4066 µm x 4132 µm; Innermost high aspect ratio square tank = 866 µm x 883 µm Figure 8: SEM images of successfully fabricated 3D multi-layer and high range micro-structures a) micro-channel b) concentric tanks. Use of serial data transfer in the developed laser path generating program offers the following advantages: 1) Enables the use of computer memory providing large output buffer size hence, no need to worry about memory limitation of microcontroller. Therefore, fabrication of large size micro-components can be achieved.

7 2) Capability of online scan path generation, path and laser control data can be generated until microcontroller consumes previously transferred data. This enables efficient use of processing and fabrication time. 3) It is possible to control data and operations such as, repeating layer, skipping layer etc., can be done easily. 4.2 Fabrication of Micro-components To achieve fabrication of microstructures, algorithm is implemented using developed On-axis opto-mechanical scanning system [5]. Finally, various components were successfully fabricated employing the developed algorithm. Process parameters used for fabrication of components are: scan speed =0.8 mm/s, laser power 150 µw, and layer thickness 100 µm. Following subsection and Figure 8 highlights the dimensional characteristics obtain upon fabrication of the large range, high resolution components Micro-channel: Figure 8(a) is SEM image of microchannel. The CAD model of microstructure is prepared with overall outer square of dimensions 4 mm x 4 mm with microchannels of 150 µm width. The counter shape reservoir dimensions are diameter 750 µm on top face and diameter 425 µm at the bottom face. Structure is fabricated with 4 layers of each 100 µm thickness Large Range Micro-tanks: Large range square tank of outer size 4 mm x 4 mm alogwith high aspect ratio square tank of outer size 875 µm x 875 µm, height 1mm is fabricated in single structure. Figure 8(b) shows SEM image of the fabricated structure. Microtank structure is fabricated with number of layers varying from 2 to 10 with a step of 2 layers from outer large range tank to innermost high aspect ratio tank. 5 CONCLUSION In this study, laser scan path generating algorithm is developed for on-axis scanning MSL system. Using few initial parameters such as path data of two lines and starting and end points of the scanning span, algorithm is capable of generating laser path data for complete layer. Simulation time and memory usage are greatly reduced thereby enabling fabrication of large size and high resolution components. The effect of acceleration and deceleration on photopolymer solidification is accounted by extending the scanning width based on the rise time of the scanning mechanism. Use of serial data transfer alleviates memory limitations of microcontroller (DS1104) by sending data directly from computer. Once data for one chunk is transferred to microcontroller, algorithm generates scan data for the next chunk until previously sent data is consumed by microcontroller. This approach avoids storing huge data in memory. Developed algorithm is experimentally verified by accurate fabrication of various components. REFERENCES 1. Vardhan V.K.; Jiang X.; Vardhan V.V. (2001) Microstereolithography and Other Fabrication Techniques for 3D MEMS, John Wiley Sons, Ltd. 2. Ikuta K.; Hirowatari K. (1993) Real three dimensional microfabrication using stereolithography and metal molding, Proceedings of the 6th IEEE Workshop on Micro Electro Mechanical Systems (mems93), pp Bertsch, A.; Berhard, P.; Renaud, P. (2001) Microstereolithography: Concepts and applications, In: Proceedings of the 8 th International Conference on Emerging Technologies and Factory Automation ETFA, vol. 2, pp Bertsch A.; Jiguet, S.; Bernhard P.; Renaud P. (2003) Microstereolithography: a review, In: Mat. Res. Soc. Symp.Proc., vol. 758, pp. LL1.1.1 LL S. Deshmukh; P. Gandhi (2009) Optomechanical scanning systems for microstereolithography (MSL): Analysis and experimental verification, Journal of Materials Processing Technology, vol. 209, pp S. Deshmukh (2009) Design and Development of Microstereolithography System for 3D Fabrication, PhD Thesis, Indian Institute of Technology, Bombay, India. 7. L. Zhang; M. Han; S.H. Huang (2002) An effective error-tolerance slicing algorithm for stl files, International Journal of Advanced Manufacturing Technology, vol. 20 pp J. Zhao; W. Liu; R. Xia; and H. Bian (2009) Novel scan path generation method based on area division for sffs, Journal of Mechanical Science and Technology, vol. 23 pp Y.H.Cho; I.H.Lee; D.-W.Cho (2005) Laser scanning path generation considering photopolymer solidification in microstereolithography, Microsystem Technologies, pp CONTACT Alem Baraki, M.Tech(Design), IIT Bombay, Alex1bw@gmail.com

RAPID PROTOTYPING. Learning Objectives: By the end of the lecture the student should be able to: Explain the fundamentals of Rapid Prototyping

RAPID PROTOTYPING. Learning Objectives: By the end of the lecture the student should be able to: Explain the fundamentals of Rapid Prototyping RAPID PROTOTYPING Learning Objectives: By the end of the lecture the student should be able to: Explain the fundamentals of Rapid Prototyping Outline and explain differences of Rapid Prototyping Technologies

More information

Slicing Issues in CAD Translation to STL in Rapid Prototyping

Slicing Issues in CAD Translation to STL in Rapid Prototyping Paper 021, ENG 103 Slicing Issues in CAD Translation to STL in Rapid Prototyping Divesh R. Sahatoo In-Corr-Tech Ltd., San Fernando, Trinidad drsahatoo@yahoo.com Boppana V. Chowdary University of The West

More information

How To Build A 3D Model From Scratch

How To Build A 3D Model From Scratch SERVICES AND CAPABILITIES 1. Rapid prototyping What is rapid prototyping? Rapid prototyping (RP) or more recently Free Form Fabrication refers to the fabrication of a physical, three-dimensional part of

More information

Rapid prototyping. CAD / lecture. October 5, 2010. TO&I Vermelding onderdeel organisatie

Rapid prototyping. CAD / lecture. October 5, 2010. TO&I Vermelding onderdeel organisatie 1 Rapid prototyping is: Rapid prototyping is an additive (layered) digital fabrication technology Layers of material are added forming the final 3d physical model The digital data of the virtual 3d model

More information

STL GENERATION INTRODUCTION TO STL. Written by Greta D Angelo

STL GENERATION INTRODUCTION TO STL. Written by Greta D Angelo STL GENERATION Written by Greta D Angelo In this section: An introduction on.stl files How to make good.stl files How to make.stl on different softwares (Solidworks, PTC Creo, Rhinoceros 5, Autodesk Inventor)

More information

GLOBAL MANUFACTURING. ARAUJO, Anna Carla AUG, 2015 Mechanical Engineering Department POLI/COPPE/UFRJ

GLOBAL MANUFACTURING. ARAUJO, Anna Carla AUG, 2015 Mechanical Engineering Department POLI/COPPE/UFRJ GLOBAL MANUFACTURING ARAUJO, Anna Carla AUG, 2015 Mechanical Engineering Department POLI/COPPE/UFRJ Workpiece Presentation Powder Metallurgy and Additive Manufacturing [#7] Powder Metallurgy PM parts can

More information

Injection moulding and modelling on a micro scale

Injection moulding and modelling on a micro scale Injection moulding and modelling on a micro scale Technology Update Injection moulding and welding of plastics 11 November 2014 Research Projects (National / European) Micro/Nano/Multimaterial Manufacturing

More information

P. Lu, Sh. Huang and K. Jiang

P. Lu, Sh. Huang and K. Jiang 416 Rev. Adv. Mater. Sci. 33 (2013) 416-422 P. Lu, Sh. Huang and K. Jiang NUMERICAL ANALYSIS FOR THREE-DIMENSIONAL BULK METAL FORMING PROCESSES WITH ARBITRARILY SHAPED DIES USING THE RIGID/VISCO-PLASTIC

More information

Manufacturing Process and Cost Estimation through Process Detection by Applying Image Processing Technique

Manufacturing Process and Cost Estimation through Process Detection by Applying Image Processing Technique Manufacturing Process and Cost Estimation through Process Detection by Applying Image Processing Technique Chalakorn Chitsaart, Suchada Rianmora, Noppawat Vongpiyasatit Abstract In order to reduce the

More information

Verification Experiment on Cooling and Deformation Effects of Automatically Designed Cooling Channels for Block Laminated Molds

Verification Experiment on Cooling and Deformation Effects of Automatically Designed Cooling Channels for Block Laminated Molds International Journal of Engineering and Advanced Technology (IJEAT ISSN: 2249 8958 Volume-4 Issue-5 June 2015 Verification Experiment on Cooling and Deformation Effects of Automatically Designed Cooling

More information

CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER

CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER International Journal of Advancements in Research & Technology, Volume 1, Issue2, July-2012 1 CFD SIMULATION OF SDHW STORAGE TANK WITH AND WITHOUT HEATER ABSTRACT (1) Mr. Mainak Bhaumik M.E. (Thermal Engg.)

More information

3D Lightyear. User s Guide. SLA File Preparation Software. Addendum for 3D Lightyear Version 1.3 Software

3D Lightyear. User s Guide. SLA File Preparation Software. Addendum for 3D Lightyear Version 1.3 Software 3D Lightyear SLA File Preparation Software User s Guide Addendum for 3D Lightyear Version 1.3 Software 2002 by 3D Systems. All rights reserved. Specifications subject to change without notice. The 3D Logo

More information

ID@GT prepared by Gabe Landes for T. Purdy 2009

ID@GT prepared by Gabe Landes for T. Purdy 2009 Rapid prototyping is the automatic construction of physical objects using solid freeform fabrication. The first techniques for rapid prototyping became available in the late 1980s and were used to produce

More information

Fabrication of Complex Circuit Using Electrochemical Micromachining on Printed Circuit Board (PCB)

Fabrication of Complex Circuit Using Electrochemical Micromachining on Printed Circuit Board (PCB) 5 th International & 26 th All India Manufacturing Technology, Design and Research Conference (AIMTDR 2014) December 12 th 14 th, 2014, IIT Guwahati, Assam, India Fabrication of Complex Circuit Using Electrochemical

More information

EXPERIMENTAL AND NUMERICAL ANALYSIS OF THE COLLAR PRODUCTION ON THE PIERCED FLAT SHEET METAL USING LASER FORMING PROCESS

EXPERIMENTAL AND NUMERICAL ANALYSIS OF THE COLLAR PRODUCTION ON THE PIERCED FLAT SHEET METAL USING LASER FORMING PROCESS JOURNAL OF CURRENT RESEARCH IN SCIENCE (ISSN 2322-5009) CODEN (USA): JCRSDJ 2014, Vol. 2, No. 2, pp:277-284 Available at www.jcrs010.com ORIGINAL ARTICLE EXPERIMENTAL AND NUMERICAL ANALYSIS OF THE COLLAR

More information

3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM

3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM 3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM Dr. Trikal Shivshankar 1, Patil Chinmay 2, Patokar Pradeep 3 Professor, Mechanical Engineering Department, SSGM Engineering

More information

Solving Simultaneous Equations and Matrices

Solving Simultaneous Equations and Matrices Solving Simultaneous Equations and Matrices The following represents a systematic investigation for the steps used to solve two simultaneous linear equations in two unknowns. The motivation for considering

More information

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION

A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION A HYBRID APPROACH FOR AUTOMATED AREA AGGREGATION Zeshen Wang ESRI 380 NewYork Street Redlands CA 92373 Zwang@esri.com ABSTRACT Automated area aggregation, which is widely needed for mapping both natural

More information

www.studymafia.org Seminar report Rapid Prototyping Submitted in partial fulfillment of the requirement for the award of degree Of Mechanical

www.studymafia.org Seminar report Rapid Prototyping Submitted in partial fulfillment of the requirement for the award of degree Of Mechanical A Seminar report On Rapid Prototyping Submitted in partial fulfillment of the requirement for the award of degree Of Mechanical SUBMITTED TO: SUBMITTED BY: www.studymafia.org www.studymafia.org Preface

More information

High productivity rapid manufacturing systems DIGITALWAX D. for dental & Biomedical applications

High productivity rapid manufacturing systems DIGITALWAX D. for dental & Biomedical applications High productivity rapid manufacturing systems DIGITALWAX D for dental & Biomedical applications DWS profile DWS Additive Manufacturing DWS, Digital Wax Systems, was founded in Vicenza in 2007, drawing

More information

DECISION SUPPORT SYSTEM IN RAPID PROTOTYPING TECHNOLOGY Arkadiusz Rzucidło, Grzegorz Budzik, Łukasz Przeszłowski

DECISION SUPPORT SYSTEM IN RAPID PROTOTYPING TECHNOLOGY Arkadiusz Rzucidło, Grzegorz Budzik, Łukasz Przeszłowski Transactions on Business and Engineering Intelligent Applications 111 DECISION SUPPORT SYSTEM IN RAPID PROTOTYPING TECHNOLOGY Arkadiusz Rzucidło, Grzegorz Budzik, Łukasz Przeszłowski Abstract: Article

More information

Vector storage and access; algorithms in GIS. This is lecture 6

Vector storage and access; algorithms in GIS. This is lecture 6 Vector storage and access; algorithms in GIS This is lecture 6 Vector data storage and access Vectors are built from points, line and areas. (x,y) Surface: (x,y,z) Vector data access Access to vector

More information

Development of Ultra-Multilayer. printed circuit board

Development of Ultra-Multilayer. printed circuit board Development of Ultra-Multilayer Printed Circuit Board Yasuyuki Shinbo Using the multilayer and characteristic impedance control technologies cultivated in the field of telecommunications, OKI Printed Circuits

More information

NASA FACULTY FELLOWSHIP PROGRAM MARSHALL SPACE FLIGHT CENTER THE UNIVERSITY OF ALABAMA

NASA FACULTY FELLOWSHIP PROGRAM MARSHALL SPACE FLIGHT CENTER THE UNIVERSITY OF ALABAMA 2002 NASA FACULTY FELLOWSHIP PROGRAM MARSHALL SPACE FLIGHT CENTER THE UNIVERSITY OF ALABAMA Development of Processing Parameters for Organic Binders Using Selective Laser Sintering Prepared By: Academic

More information

Analysis of Blind Microvias Forming Process in Multilayer Printed Circuit Boards

Analysis of Blind Microvias Forming Process in Multilayer Printed Circuit Boards POLAND XXXII International Conference of IMAPS - CPMT IEEE Poland Pułtusk - 4 September 008 Analysis of Blind Microvias Forming Process in Multilayer Printed Circuit Boards Janusz Borecki ), Jan Felba

More information

SAMPLE TEST PAPER - I

SAMPLE TEST PAPER - I SCHEME E SAMPLE TEST PAPER - I Course Name : Mechanical Engineering Group Course Code : AE/PG/PT/ME/MH/FE Semester : Third Subject : Mechanical Engineering Drawing 12042 Time : 90 Minutes Marks: 25 Instruction:

More information

Barcode Based Automated Parking Management System

Barcode Based Automated Parking Management System IJSRD - International Journal for Scientific Research & Development Vol. 2, Issue 03, 2014 ISSN (online): 2321-0613 Barcode Based Automated Parking Management System Parth Rajeshbhai Zalawadia 1 Jasmin

More information

PRELIMINARY COMPONENT INTEGRATION USING RAPID PROTOTYPING TECHNIQUES

PRELIMINARY COMPONENT INTEGRATION USING RAPID PROTOTYPING TECHNIQUES J! PRELIMINARY COMPONENT INTEGRATION USING RAPID PROTOTYPING TECHNIQUES by Ken Cooper National Aeronautics and Space Administration Building 4707, Marshall Space Flight Center George C. Marshall Space

More information

Lecture Notes, CEng 477

Lecture Notes, CEng 477 Computer Graphics Hardware and Software Lecture Notes, CEng 477 What is Computer Graphics? Different things in different contexts: pictures, scenes that are generated by a computer. tools used to make

More information

ZBuilder Ultra. Delivers the capabilities of a highend rapid prototyping system at a fraction of the cost. 2010 Z Corporation 2

ZBuilder Ultra. Delivers the capabilities of a highend rapid prototyping system at a fraction of the cost. 2010 Z Corporation 2 2010 Z Corporation ZBuilder Ultra Accurate, High-Resolution Plastic Prototypes Delivers the capabilities of a highend rapid prototyping system at a fraction of the cost 2010 Z Corporation 2 ZBuilder Ultra

More information

Trace Layer Import for Printed Circuit Boards Under Icepak

Trace Layer Import for Printed Circuit Boards Under Icepak Tutorial 13. Trace Layer Import for Printed Circuit Boards Under Icepak Introduction: A printed circuit board (PCB) is generally a multi-layered board made of dielectric material and several layers of

More information

Mastercam Instructions. KTH School of Architecture Digital Fabrication Lab - CNC Router Version 2.1 2014-02-06

Mastercam Instructions. KTH School of Architecture Digital Fabrication Lab - CNC Router Version 2.1 2014-02-06 Mastercam Instructions KTH School of Architecture Digital Fabrication Lab - CNC Router Version 2.1 2014-02-06 CONTENTS: 1. Setup in Rhino and Mastercam 2. Creating A Drilling Operation 3. Creating A Contour

More information

3D-Printing and Stereolithography powerful manufacturing tools for textured or high-precision 3D city models

3D-Printing and Stereolithography powerful manufacturing tools for textured or high-precision 3D city models 3D-Printing and Stereolithography powerful manufacturing tools for textured or high-precision 3D city models Carsten Tille & Hermann Seitz caesar, Bonn (Germany) Rapid Prototyping Layer-by-layer fabrication

More information

ME 111: Engineering Drawing

ME 111: Engineering Drawing ME 111: Engineering Drawing Lecture # 14 (10/10/2011) Development of Surfaces http://www.iitg.ernet.in/arindam.dey/me111.htm http://www.iitg.ernet.in/rkbc/me111.htm http://shilloi.iitg.ernet.in/~psr/ Indian

More information

RAPID PROTOTYPING. Principles and Applications. RAFIQ NOORANI, Ph.D. Professor of Mechanical Engineering Loyola Marymount University Los Angeles, CA

RAPID PROTOTYPING. Principles and Applications. RAFIQ NOORANI, Ph.D. Professor of Mechanical Engineering Loyola Marymount University Los Angeles, CA RAPID PROTOTYPING Principles and Applications RAFIQ NOORANI, Ph.D. Professor of Mechanical Engineering Loyola Marymount University Los Angeles, CA WILEY JOHN WILEY & SONS, INC. CONTENTS Preface Acknowledgments

More information

Rapid Prototyping. Training Objective

Rapid Prototyping. Training Objective Training Objective After watching the program and reviewing this printed material, the viewer will understand the principles and practical applications of Rapid Prototyping. Basic concepts are explained

More information

Holes & Selective Laser Sintering

Holes & Selective Laser Sintering SLS is one of the most accurate 3D printing processes. The process has a layer thickness of 0.1mm. This is the thickness with which a new layer is added to each part. In any direction therefore the maximum

More information

Making Better Medical Devices with Multisensor Metrology

Making Better Medical Devices with Multisensor Metrology Making Better Medical Devices with Multisensor Metrology by Nate J. Rose, Chief Applications Engineer, Optical Gaging Products (OGP) Multisensor metrology is becoming a preferred quality control technology

More information

Optimet 3D Dental Multi-Facet Scanner Attainable Accuracy for Dental Application Cases

Optimet 3D Dental Multi-Facet Scanner Attainable Accuracy for Dental Application Cases Optimet 3D Dental Multi-Facet Scanner Attainable Accuracy for Dental Application Cases Optimet Dental 3D Scanner This paper presents an overview of the Optimet multi-facet Dental Scanner used for 3D scanning

More information

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model

We can display an object on a monitor screen in three different computer-model forms: Wireframe model Surface Model Solid model CHAPTER 4 CURVES 4.1 Introduction In order to understand the significance of curves, we should look into the types of model representations that are used in geometric modeling. Curves play a very significant

More information

HEAT TRANSFER ANALYSIS IN A 3D SQUARE CHANNEL LAMINAR FLOW WITH USING BAFFLES 1 Vikram Bishnoi

HEAT TRANSFER ANALYSIS IN A 3D SQUARE CHANNEL LAMINAR FLOW WITH USING BAFFLES 1 Vikram Bishnoi HEAT TRANSFER ANALYSIS IN A 3D SQUARE CHANNEL LAMINAR FLOW WITH USING BAFFLES 1 Vikram Bishnoi 2 Rajesh Dudi 1 Scholar and 2 Assistant Professor,Department of Mechanical Engineering, OITM, Hisar (Haryana)

More information

Automotive Applications of 3D Laser Scanning Introduction

Automotive Applications of 3D Laser Scanning Introduction Automotive Applications of 3D Laser Scanning Kyle Johnston, Ph.D., Metron Systems, Inc. 34935 SE Douglas Street, Suite 110, Snoqualmie, WA 98065 425-396-5577, www.metronsys.com 2002 Metron Systems, Inc

More information

Optical Design Tools for Backlight Displays

Optical Design Tools for Backlight Displays Optical Design Tools for Backlight Displays Introduction Backlights are used for compact, portable, electronic devices with flat panel Liquid Crystal Displays (LCDs) that require illumination from behind.

More information

CHAPTER 1. Introduction to CAD/CAM/CAE Systems

CHAPTER 1. Introduction to CAD/CAM/CAE Systems CHAPTER 1 1.1 OVERVIEW Introduction to CAD/CAM/CAE Systems Today s industries cannot survive worldwide competition unless they introduce new products with better quality (quality, Q), at lower cost (cost,

More information

Basic Principles & Common Practices

Basic Principles & Common Practices DETAILING STAIRS: Basic Principles & Common Practices Figure 1: Stair Terminology By Andrew J. Bellerby This article is designed to provide an introduction to detailing stairs. It explains the basic principles

More information

The Prototyping Challenges with Micro Molding: A Comparative Study of Prototyping Methods for Micro Molding Applications

The Prototyping Challenges with Micro Molding: A Comparative Study of Prototyping Methods for Micro Molding Applications I. The Premise A lot has changed in the last 20+ years. Just two short decades ago our top speed personal computer processors were clocked at 386 MHz, hard drive space and RAM memory were still measured

More information

As published in PIM International

As published in PIM International As published in PIM International www.pim-international.com 64 Powder Injection Moulding International September 2012 Rapid prototyping of highperformance ceramics opens new opportunities for the CIM industry

More information

Atomic Force Microscopy Observation and Characterization of a CD Stamper, Lycopodium Spores, and Step-Height Standard Diffraction Grating

Atomic Force Microscopy Observation and Characterization of a CD Stamper, Lycopodium Spores, and Step-Height Standard Diffraction Grating Atomic Force Microscopy Observation and Characterization of a CD Stamper, Lycopodium Spores, and Step-Height Standard Diffraction Grating Michael McMearty and Frit Miot Special Thanks to Brendan Cross

More information

World-first Proton Pencil Beam Scanning System with FDA Clearance

World-first Proton Pencil Beam Scanning System with FDA Clearance Hitachi Review Vol. 58 (29), No.5 225 World-first Proton Pencil Beam Scanning System with FDA Clearance Completion of Proton Therapy System for MDACC Koji Matsuda Hiroyuki Itami Daishun Chiba Kazuyoshi

More information

Address for Correspondence

Address for Correspondence International Journal of Advanced Engineering Technology E-ISSN 0976-3945 Research Paper DEVELOPMENT OF LOW COST SHAKE TABLES AND INSTRUMENTATION SETUP FOR EARTHQUAKE ENGINEERING LABORATORY C. S. Sanghvi

More information

Chapter 3 SYSTEM SCANNING HARDWARE OVERVIEW

Chapter 3 SYSTEM SCANNING HARDWARE OVERVIEW Qiang Lu Chapter 3. System Scanning Hardware Overview 79 Chapter 3 SYSTEM SCANNING HARDWARE OVERVIEW Since all the image data need in this research were collected from the highly modified AS&E 101ZZ system,

More information

A multi-material virtual prototyping system. The 14th Solid Freeform Fabrication (SFF) Symposium, Texas, Austin, 4-6 August 2003, p.

A multi-material virtual prototyping system. The 14th Solid Freeform Fabrication (SFF) Symposium, Texas, Austin, 4-6 August 2003, p. Title A multi-material virtual prototyping system Author(s) Choi, SH; Cheung, HH Citation The 14th Solid Freeform Fabrication (SFF) Symposium, Texas, Austin, 4-6 August 2003, p. 138-149 Issued Date 2003

More information

How to Build a Printed Circuit Board. Advanced Circuits Inc 2004

How to Build a Printed Circuit Board. Advanced Circuits Inc 2004 How to Build a Printed Circuit Board 1 This presentation is a work in progress. As methods and processes change it will be updated accordingly. It is intended only as an introduction to the production

More information

Geometry and Measurement

Geometry and Measurement The student will be able to: Geometry and Measurement 1. Demonstrate an understanding of the principles of geometry and measurement and operations using measurements Use the US system of measurement for

More information

Hybrid Lossless Compression Method For Binary Images

Hybrid Lossless Compression Method For Binary Images M.F. TALU AND İ. TÜRKOĞLU/ IU-JEEE Vol. 11(2), (2011), 1399-1405 Hybrid Lossless Compression Method For Binary Images M. Fatih TALU, İbrahim TÜRKOĞLU Inonu University, Dept. of Computer Engineering, Engineering

More information

Performance Comparison of a Vertical Axis Wind Turbine using Commercial and Open Source Computational Fluid Dynamics based Codes

Performance Comparison of a Vertical Axis Wind Turbine using Commercial and Open Source Computational Fluid Dynamics based Codes Performance Comparison of a Vertical Axis Wind Turbine using Commercial and Open Source Computational Fluid Dynamics based Codes Taimoor Asim 1, Rakesh Mishra 1, Sree Nirjhor Kaysthagir 1, Ghada Aboufares

More information

Technical Regulations 2015-2016

Technical Regulations 2015-2016 F1 in Schools - 2014 World Finals Technical Regulations Technical Regulations 2015-2016 2013 - F1 in Schools Ltd. Page 1 of 27 3 September 2015 CONTENTS PREFACE SUMMARY OF MAIN REVISIONS FROM 2013 REGULATIONS...

More information

Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope

Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope Numerical Analysis of Independent Wire Strand Core (IWSC) Wire Rope Rakesh Sidharthan 1 Gnanavel B K 2 Assistant professor Mechanical, Department Professor, Mechanical Department, Gojan engineering college,

More information

www.eazynotes.com Gursharan Singh Tatla Page No. 1 COMPUTER GRAPHICS (Short Answer type Questions)

www.eazynotes.com Gursharan Singh Tatla Page No. 1 COMPUTER GRAPHICS (Short Answer type Questions) www.eazynotes.com Gursharan Singh Tatla Page No. 1 COMPUTER GRAPHICS (Short Answer type Questions) Q 1. Can you give some basic features of computer graphics? Ans. The salient feature of computer graphics

More information

Comp 410/510. Computer Graphics Spring 2016. Introduction to Graphics Systems

Comp 410/510. Computer Graphics Spring 2016. Introduction to Graphics Systems Comp 410/510 Computer Graphics Spring 2016 Introduction to Graphics Systems Computer Graphics Computer graphics deals with all aspects of creating images with a computer Hardware (PC with graphics card)

More information

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW

TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW TWO-DIMENSIONAL FINITE ELEMENT ANALYSIS OF FORCED CONVECTION FLOW AND HEAT TRANSFER IN A LAMINAR CHANNEL FLOW Rajesh Khatri 1, 1 M.Tech Scholar, Department of Mechanical Engineering, S.A.T.I., vidisha

More information

A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING

A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING A HYBRID GROUND DATA MODEL TO SUPPORT INTERACTION IN MECHANIZED TUNNELING F. HEGEMANN P. MANICKAM K. LEHNER M. KÖNIG D. HARTMANN Department of Civil and Environmental Engineering, Ruhr-University of Bochum,44780

More information

Tutorial: Rapid Prototyping Technologies

Tutorial: Rapid Prototyping Technologies 1. Introduction Tutorial: Rapid Prototyping Technologies Rapid prototyping (RP) is a new manufacturing technique that allows for fast fabrication of computer models designed with three-dimension (3D) computer

More information

Rapid Prototyping of Robotic Systems

Rapid Prototyping of Robotic Systems Rapid Prototyping of Robotic Systems Jey Won 1, Kathryn DeLaurentis 2 and Constantinos Mavroidis 3 Robotics and Mechatronics Laboratory Department of Mechanical and Aerospace Engineering Rutgers University,

More information

DRAFTING AND DESIGN. For additional program information see: http://www.hillcollege.edu/students/teched/drafting/.

DRAFTING AND DESIGN. For additional program information see: http://www.hillcollege.edu/students/teched/drafting/. DRAFTING AND DESIGN For additional program information see: http://www.hillcollege.edu/students/teched/drafting/. Certificate of Completion in Basic Computer Aided Drafting Major Code: 6055 TSI (Testing)

More information

Report Paper: MatLab/Database Connectivity

Report Paper: MatLab/Database Connectivity Report Paper: MatLab/Database Connectivity Samuel Moyle March 2003 Experiment Introduction This experiment was run following a visit to the University of Queensland, where a simulation engine has been

More information

Manual for simulation of EB processing. Software ModeRTL

Manual for simulation of EB processing. Software ModeRTL 1 Manual for simulation of EB processing Software ModeRTL How to get results. Software ModeRTL. Software ModeRTL consists of five thematic modules and service blocks. (See Fig.1). Analytic module is intended

More information

EXPERIMENTAL STUDIES ON PRESSURE DROP IN A SINUSOIDAL PLATE HEAT EXCHANGER: EFFECT OF CORRUGATION ANGLE

EXPERIMENTAL STUDIES ON PRESSURE DROP IN A SINUSOIDAL PLATE HEAT EXCHANGER: EFFECT OF CORRUGATION ANGLE EXPERIMENTAL STUDIES ON PRESSURE DROP IN A SINUSOIDAL PLATE HEAT EXCHANGER: EFFECT OF CORRUGATION ANGLE B. Sreedhara Rao 1, Varun S 2, MVS Murali Krishna 3, R C Sastry 4 1 Asst professor, 2 PG Student,

More information

SpeedLight 2D. for efficient production of printed circuit boards

SpeedLight 2D. for efficient production of printed circuit boards laser direct imaging SpeedLight 2D laser direct imaging platform for efficient production of printed circuit boards MANZ AG /// Manz SpeedLight 2D /// 2 History of the development of Manz SpeedLight 2D

More information

An Overview of the Finite Element Analysis

An Overview of the Finite Element Analysis CHAPTER 1 An Overview of the Finite Element Analysis 1.1 Introduction Finite element analysis (FEA) involves solution of engineering problems using computers. Engineering structures that have complex geometry

More information

Economic Mass Producible Mirror Panels for Solar Concentrators

Economic Mass Producible Mirror Panels for Solar Concentrators Abstract G, G. Burgess, K. Lovegrove and A. Luzzi Centre for Sustainable Energy Systems Australian National University, Canberra 2 Australia E-mail: Glen@faceng.anu.edu.au The Centre for Sustainable Energy

More information

Experimental Study On Heat Transfer Enhancement In A Circular Tube Fitted With U -Cut And V -Cut Twisted Tape Insert

Experimental Study On Heat Transfer Enhancement In A Circular Tube Fitted With U -Cut And V -Cut Twisted Tape Insert Experimental Study On Heat Transfer Enhancement In A Circular Tube Fitted With U -Cut And V -Cut Twisted Tape Insert Premkumar M Abstract Experimental investigation of heat transfer and Reynolds number

More information

INDIVIDUAL COURSE DETAILS

INDIVIDUAL COURSE DETAILS INDIVIDUAL COURSE DETAILS A. Name of Institution NATIONAL INSTITUTE OF TECHNICAL TEACHERS TRAINING AND RESEARCH TARAMANI CHENNAI 600 113 [An Autonomous Institute under Ministry of Human Resource Development,

More information

The Basics of FEA Procedure

The Basics of FEA Procedure CHAPTER 2 The Basics of FEA Procedure 2.1 Introduction This chapter discusses the spring element, especially for the purpose of introducing various concepts involved in use of the FEA technique. A spring

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor

dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor dspace DSP DS-1104 based State Observer Design for Position Control of DC Servo Motor Jaswandi Sawant, Divyesh Ginoya Department of Instrumentation and control, College of Engineering, Pune. ABSTRACT This

More information

Additive Manufacturing: Processes and Standard Terminology

Additive Manufacturing: Processes and Standard Terminology Additive Manufacturing: Processes and Standard Terminology Gary Coykendall Copyright Edmonds Community College 2012; Permission granted for use and reproduction for educational purposes only. Abstract

More information

Neural Network based Vehicle Classification for Intelligent Traffic Control

Neural Network based Vehicle Classification for Intelligent Traffic Control Neural Network based Vehicle Classification for Intelligent Traffic Control Saeid Fazli 1, Shahram Mohammadi 2, Morteza Rahmani 3 1,2,3 Electrical Engineering Department, Zanjan University, Zanjan, IRAN

More information

Creating Smart Models From Scan Data

Creating Smart Models From Scan Data Rapidform Tech Tip Creating Smart Models From Scan Data Related Product Version Rapidform XOR3 Goal To create a smart model from scan data. A smart model is a parametric model that uses parameters intelligently

More information

AHUDesigner. The Air Handling Units selection software. Product description

AHUDesigner. The Air Handling Units selection software. Product description AHUDesigner The Air Handling Units selection software Product description Table of contents INTRODUCTION... 4 AHU SELECTION SOFTWARE FUNCTIONAL SPECIFICATIONS... 5 Definition of unit configuration... 5

More information

Clustering through Decision Tree Construction in Geology

Clustering through Decision Tree Construction in Geology Nonlinear Analysis: Modelling and Control, 2001, v. 6, No. 2, 29-41 Clustering through Decision Tree Construction in Geology Received: 22.10.2001 Accepted: 31.10.2001 A. Juozapavičius, V. Rapševičius Faculty

More information

PARAMETRIC MODELING. David Rosen. December 1997. By carefully laying-out datums and geometry, then constraining them with dimensions and constraints,

PARAMETRIC MODELING. David Rosen. December 1997. By carefully laying-out datums and geometry, then constraining them with dimensions and constraints, 1 of 5 11/18/2004 6:24 PM PARAMETRIC MODELING David Rosen December 1997 The term parametric modeling denotes the use of parameters to control the dimensions and shape of CAD models. Think of a rubber CAD

More information

Selecting the Best Approach to Teach 3D Modeling to Technical College Engineering

Selecting the Best Approach to Teach 3D Modeling to Technical College Engineering Paper ID #12358 Selecting the Best Approach to Teach 3D Modeling to Technical College Engineering Students Dr. Farzin Heidari, Texas A&M University, Kingsville c American Society for Engineering Education,

More information

RAPID PROTOTYPING TECHNOLOGIES, APPLICATIONS AND PART DEPOSITION PLANNING

RAPID PROTOTYPING TECHNOLOGIES, APPLICATIONS AND PART DEPOSITION PLANNING RAPID PROTOTYPING TECHNOLOGIES, APPLICATIONS AND PART DEPOSITION PLANNING Pulak M. Pandey Department of Mechanical Engineering Indian Institute of Technology Delhi Email: pmpandey@mech.iitd.ac.in 1. INTRODUCTION

More information

Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS Workbench

Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS Workbench Essay 5 Tutorial for a Three-Dimensional Heat Conduction Problem Using ANSYS Workbench 5.1 Introduction The problem selected to illustrate the use of ANSYS software for a three-dimensional steadystate

More information

Construction of human knee bone joint model using FDM based 3D Printer from CT scan images.

Construction of human knee bone joint model using FDM based 3D Printer from CT scan images. Biomedical Research 2015; 26 (4): S1-5 ISSN 0970-938X www.biomedres.info Construction of human knee bone joint model using FDM based 3D Printer from CT scan images. Marlon Jones Louis a *, R. Malayalamurthi

More information

F1 in Schools - 2014 World Finals Technical Regulations. 2014 WORLD FINALS Technical Regulations

F1 in Schools - 2014 World Finals Technical Regulations. 2014 WORLD FINALS Technical Regulations 2014 WORLD FINALS Technical Regulations Refer also to the 2014 World Finals Competition Regulations. For World Finals use only. 2013 - F1 in Schools Ltd. Page 1 of 23 13 August 2014 Front Cover A1 Racing

More information

1. Single sided PCB: conductors on only one surface of a dielectric base.

1. Single sided PCB: conductors on only one surface of a dielectric base. The Department of Electrical Engineering at IIT Kanpur has a variety of devices and machines to produce single layer, double layer plated through printed circuit boards (PCBs), multi layer (max 8 layers)

More information

COURSE: ADVANCED MANUFACTURING PROCESSES. Module No. 5: OTHER PROCESSES

COURSE: ADVANCED MANUFACTURING PROCESSES. Module No. 5: OTHER PROCESSES COURSE: ADVANCED MANUFACTURING PROCESSES Module No. 5: OTHER PROCESSES Lecture No-2 Rapid Prototyping Technology (RPT) Background: In this age of fast growth (rapid technology age), customer demands are

More information

Grazing incidence wavefront sensing and verification of X-ray optics performance

Grazing incidence wavefront sensing and verification of X-ray optics performance Grazing incidence wavefront sensing and verification of X-ray optics performance Timo T. Saha, Scott Rohrbach, and William W. Zhang, NASA Goddard Space Flight Center, Greenbelt, Md 20771 Evaluation of

More information

COMP175: Computer Graphics. Lecture 1 Introduction and Display Technologies

COMP175: Computer Graphics. Lecture 1 Introduction and Display Technologies COMP175: Computer Graphics Lecture 1 Introduction and Display Technologies Course mechanics Number: COMP 175-01, Fall 2009 Meetings: TR 1:30-2:45pm Instructor: Sara Su (sarasu@cs.tufts.edu) TA: Matt Menke

More information

RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA

RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA RESEARCH PAPERS FACULTY OF MATERIALS SCIENCE AND TECHNOLOGY IN TRNAVA SLOVAK UNIVERSITY OF TECHNOLOGY IN BRATISLAVA 2010 Number 29 3D MODEL GENERATION FROM THE ENGINEERING DRAWING Jozef VASKÝ, Michal ELIÁŠ,

More information

Direct Thick Layer Rapid Prototyping From Medical Images. Abstract

Direct Thick Layer Rapid Prototyping From Medical Images. Abstract Introduction Direct Thick Layer Rapid Prototyping From Medical Images Peter Chamberlain and Charles Thomas University of Utah Abstract This paper discusses a technique for building medical prototypes directly

More information

X-ray thin-film measurement techniques

X-ray thin-film measurement techniques Technical articles X-ray thin-film measurement techniques II. Out-of-plane diffraction measurements Toru Mitsunaga* 1. Introduction A thin-film sample is two-dimensionally formed on the surface of a substrate,

More information

Using GIS and Virtual Reality to Manage and Inspect Building Plumbing

Using GIS and Virtual Reality to Manage and Inspect Building Plumbing Using GIS and Virtual Reality to Manage and Inspect Building Plumbing Shih, Naai-Jung 1 and Wang, Pin-Hung 2 1 National Taiwan University of Science and Technology, Taipei, Taiwan, R.O.C. 2 Kao Yuan University,

More information

12-1 Representations of Three-Dimensional Figures

12-1 Representations of Three-Dimensional Figures Connect the dots on the isometric dot paper to represent the edges of the solid. Shade the tops of 12-1 Representations of Three-Dimensional Figures Use isometric dot paper to sketch each prism. 1. triangular

More information

ALGORITHM OF LAYER MODEL

ALGORITHM OF LAYER MODEL ADVANCES IN MANUFACTURING SCIENCE AND TECHNOLOGY Vol. 35, No. 4, 2011 ALGORITHM OF LAYER MODEL Krzysztof Karbowski S u m m a r y The paper characterizes the method of layer model building, basing on the

More information

Encoded Phased Array Bridge Pin Inspection

Encoded Phased Array Bridge Pin Inspection Encoded Phased Array Bridge Pin Inspection James S. Doyle Baker Testing Services, Inc. 22 Reservoir Park Dr. Rockland, MA 02370 (781) 871-4458; fax (781) 871-0123; e-mail jdoyle@bakertesting.com Product

More information

METHODS FOR ACHIEVEMENT UNIFORM STRESSES DISTRIBUTION UNDER THE FOUNDATION

METHODS FOR ACHIEVEMENT UNIFORM STRESSES DISTRIBUTION UNDER THE FOUNDATION International Journal of Civil Engineering and Technology (IJCIET) Volume 7, Issue 2, March-April 2016, pp. 45-66, Article ID: IJCIET_07_02_004 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=7&itype=2

More information

Reflection and Refraction

Reflection and Refraction Equipment Reflection and Refraction Acrylic block set, plane-concave-convex universal mirror, cork board, cork board stand, pins, flashlight, protractor, ruler, mirror worksheet, rectangular block worksheet,

More information