|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This site uses Google Analytics to track visits.
Privacy Statement |
PCBsThis page contains some useful info for PCB design. I mainly use Eagle for schematic and layout work. A free version is available that runs under Linux, Mac OS X and Windows. Apart from a board size and layer restriction, the free version is excellent.
• Fabrication SpecsThese are minimum specifications for York's PCB fabrication
Drilling Machine Units
Copper Thicknesses
• Eagle CommandsAutomatic numbering of SMD pads. e.g. P1, P2, P3 ...
> SMD 'P1'
Create SMD pad of a certain size. Uses the current grid units.
> SMD 0.2 x 0.5
Aligning to GridYou can easily align an off-grid component in Eagle by using the ctrl key when select the component. Ctrl left click will shift the component on-grid.
• Creating Drill Files in EagleThis is a explanation on creating drill files in EAGLE Drilling Machine Device DefinitionThe drill station at york requires a new device definition to be added to Eagle. The excerpt below creates a new device, 'YORKDRILL' that can be used in Eagle's CAM processor. Add this section to Eagle's eagle.def file found in the bin directory. • File Excerpt: $EAGLE/bin/eagle.def
[YORKDRILL] Type = DrillStation Long = "Drill station at York" Init = "M48\n" ; Initialise Reset = "M30\n" ResX = 2540 ResY = 2540 DrillSize = "\n" ; Stop tool info output AutoDrill = "T%02d" ; Tool number FirstDrill = 1 BeginData = "%%\n" Units = MM Select = "%s\n" ; Drill change code Drill = "X+%06.0fY+%06.0f\n" ; Drill command Info = "Drill File Info:\n"\ "\n"\ " Data Mode : Absolute\n"\ " Units : 0.010 mm\n"\ "\n" Drill FileThe drill file is created using the CAM processor. Use the following steps:
NOTE: The DRD file needs to use DOS end-of-lines. So, if the file was created under linux you'll need to convert the file format.
• Preparing MasksThe most portable way to create masks is to export images from the PCB window. If you intend to drill your board before the tracks are etched, you need to set the 'NODRILLS' option. This will show the drill holes filled. There are twos ways to do this:
Note: This step is particularly important if you are creating a through plated board. Exporting an imageFirst, you need to make the right layers visible. You will need both Pads and Vias visible, then the track layer you want; Top or Bottom. To export an image, select, File->Export, then select Image. Enter the filename, select to produce a monochrome image and enter a suitable dpi. Eagle will create a .png file which contains dpi info, so the image should print out the right size.
MirroringYou need to make sure that once the masks are printed the ink side will be against the copper. For the bottom layer this should already be the case, but the top layer needs mirroring. Just use a normal image editing tool to mirror the image file.
• Length ConverterSimple Length value converter. Fill in the 'From' field and click Convert.
• Spacing CalculatorsFill in your known data and select the unknown variable, then click Calculate
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||