How PCB files are transfered to circuit boards
When you are done with “clean” period of task – designing, drawing a circuit and tracing a PCB, you need to transfer a design to a real board. Here starts what I call a “messy” part of design. When designing at home there are several options - to use prototyping boards or make PCB by yourself. In second option you have to transfer PCB image to board with copper layer. There are several methods of doing this: direct transfer with glossy paper where image is printed with laser printer or use more advanced ultraviolet exposure. This way PCB image is printed on paper or film directly from program window without keeping in mind about pcb file formats. Different situation iswhen fabricating professional PCB’s. Each company which fabricates PCB boards always announce what type of file formats they support. So if you are going to order a PCB better check with them in order to save your time.
The most common and standard format is so called Gerber file format. Almost all layout tools are able to produce Gerber files. If you want to preview your generated Gerber files there is a nice free Gerber file viever(GCPrevue) from GraphiCode, Inc. (http:\\www.graphicode.com) which is free to use.
Or you can use another Free Gerber Viewer – gerbv.
Same Gerber standard has many variations but here are two main:
-
Standard Gerber – like RS-274-D which requires an external aperture list to define all the apertures in the design;
-
Extended Gerbger – like RS-274-X which contains all aperture definitions within a file.
Mostly there Extended Gerber is used.
PCB manufacturers have to transfer image to PCB, They usually use a Photoplotter – where they expose resist layer of circuit board with the image. Resist layer controls removal of copper during etching phase. A photoplotter simply draws an image with a light according to data in Gerber file. Photoplotter contain a special shaped apperture which controls a light passing through. Photoplotters can be raster or vector. Most of them are raster.
Other methods are exposing circuit board through very detailed transparent material or more time consuming is direct engraving.
Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post | TrackBack URI for this post
New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …Programming AVR ADC module with WinAVR,Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut … |
New on WinARM Tutorial
What are differences between WinARM and WinAVR,Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …LPC2000 watchdog timer,As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount … |
