Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
Thread Tools Display Modes
Old 12th November 2007, 07:07 PM   (permalink)
Default PCB layout help

I have my circuit schematics completed but I need the layout done.

I have a few programs but I am a little behind the understanding of the pcb layout design.

I would like a dxf of the pcb layout. This way I can convert it to gcode so I can mill out the trax with my cnc machine.

I would like the layout to be as small as possible.

So simply put I am asking if any one would help me convert my circuit schematic to pcb layout.

I have the circuit schematic completed in Circuit Maker 2000 file.

Thanks for any help.
dbtoutfit is offline   Reply With Quote
Old 12th November 2007, 07:37 PM   (permalink)
Default

How about attaching the schematic? John
jpanhalt is offline   Reply With Quote
Old 12th November 2007, 08:30 PM   (permalink)
Default

I would rather email it to those that are willing to help me than to post it.

Thanks
dbtoutfit is offline   Reply With Quote
Old 12th November 2007, 08:48 PM   (permalink)
3v0
Default

Use Eagle to layout the board. (create a version of your schematic in Eagle, then use it to create the PCB layout, ensures that the PCB agrees with the schematic)
Then use PCB-GCode from within Eagle to generate GCODE

The aurthor of PCB-GCode has an active support group and they will help you setup the script to generate GCODE for your CNC.

Google PCB-GCode.

I use the above setup but only to drill the holes. I use toner transfer to etch the traces.

Last edited by 3v0; 12th November 2007 at 08:55 PM.
3v0 is offline   Reply With Quote
Old 12th November 2007, 08:52 PM   (permalink)
Default

Quote:
Originally Posted by dbtoutfit
I would rather email it to those that are willing to help me than to post it.

Thanks
Is it a commerical product? Or is it your laptop turn on device?
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com
blueroomelectronics is offline   Reply With Quote
Old 12th November 2007, 09:36 PM   (permalink)
Default

Quote:
Originally Posted by 3v0
Use Eagle to layout the board. (create a version of your schematic in Eagle, then use it to create the PCB layout, ensures that the PCB agrees with the schematic)
Then use PCB-GCode from within Eagle to generate GCODE

The aurthor of PCB-GCode has an active support group and they will help you setup the script to generate GCODE for your CNC.

Google PCB-GCode.

I use the above setup but only to drill the holes. I use toner transfer to etch the traces.
Thanks,

Yea, I am in the middle of getting Eagle.
I don’t really need the GCODE so to speak just the DXF, I can convert it from there. Many of the programs I have will convert and save it to dxf.

The problem I have is i have some IC's in my layout and the schematic doesn’t look like the IC. I do not know how to go about making sure the PCB layout insures that each connection or track is going to the correct leg on the IC. Or even if when i try to convert it the program will convert the schematic IC's to PCB IC's.

Needless to say I know about enough to get in trouble and do not know all the terminologies for this and that, so bare with me and my lack of knowledge in the dim areas.
dbtoutfit is offline   Reply With Quote
Old 12th November 2007, 09:37 PM   (permalink)
Default

Quote:
Originally Posted by blueroomelectronics
Is it a commerical product? Or is it your laptop turn on device?
That's irrelevant.
dbtoutfit is offline   Reply With Quote
Old 12th November 2007, 09:42 PM   (permalink)
Default

Quote:
Originally Posted by dbtoutfit
That's irrelevant.
Just wondering why you're reluctant to post the schematic. Sometimes the folks here can spot something before you make it into a PCB.

I layout all my PCBs using Sprint Layout. Personally I can't stand Eagle but lots of people like it so can't be all bad.
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com
blueroomelectronics is offline   Reply With Quote
Old 12th November 2007, 09:52 PM   (permalink)
Default

Quote:
Originally Posted by blueroomelectronics
Just wondering why you're reluctant to post the schematic. Sometimes the folks here can spot something before you make it into a PCB.

I layout all my PCBs using Sprint Layout. Personally I can't stand Eagle but lots of people like it so can't be all bad.
Sprint easier?
dbtoutfit is offline   Reply With Quote
Old 12th November 2007, 10:01 PM   (permalink)
Default

In my opinion yes. The autorouter is very simple (useless) but most inexpensive autorouters are.
The drawing tools are excellent, the libraries are fine (I make my own, easy as pie). Limited to four layers but I only work with two. Try out the demo, I took to it in no time. The test tool is handy too (highlights all the current trace connections in purple)

Good PCB artwork is as much science as an artform.
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com
blueroomelectronics is offline   Reply With Quote
Old 12th November 2007, 10:30 PM   (permalink)
3v0
Default

Quote:
Originally Posted by dbtoutfit
Thanks,

Yea, I am in the middle of getting Eagle.
... I do not know how to go about making sure the PCB layout insures that each connection or track is going to the correct leg on the IC. Or even if when i try to convert it the program will convert the schematic IC's to PCB IC's. ....
Not to worry. If you use Eagle and draw the schematic first. Then when you layout the board provides airwires (aka rubber bands) which are thin lines between pads showing where the traces need to go. It forces you to route the board the same as the schematic.

Why generate DXF then generate the GCode from there? With PCB-GCode you generate the GCode directly from the Eagle board layout. The setup program allows you to specify feed rates etc.

Eagle has a load of useful scripts. For example BOM generates a bill of materials list. Center-Drill makes the hole in center of pads smaller to help center drill. There are scripts to renember parts, etc.

The first time I tried Eagle I hated it. After a while I came back to it. Now that I have used it for a while I have come to mostly like it. Esp since I can have CNC drilled holes.

In case I have not been clear. PCB-GCode generates GCODE to route the board and drill it. I prefer to use toner transfer to etch the board after drilling it.

Worth every penny
3v0 is offline   Reply With Quote
Old 13th November 2007, 04:17 AM   (permalink)
Default

Sounds good.

Well I grabbed Eagle and Sprint.

I should get this one way or the other.

Almost everything i have seen involved Eagle.

Nice how it generates the toolpath (gcode) for you.

Well I guess I better get to installing the programs.

I am sure i could still use some help along the way.

Any one got my back?

Thanks all
dbtoutfit is offline   Reply With Quote
Old 13th November 2007, 09:54 AM   (permalink)
SYE
Default

Quote:
Originally Posted by blueroomelectronics
I layout all my PCBs using Sprint Layout. Personally I can't stand Eagle but lots of people like it so can't be all bad.
I agree, Sprint Layout rules !! I've tried dozens of other packages but nothing comes close to Sprint Layout. The only other program that even comes near is an old DOS program called Boardmaker, unfortunatley they "upgraded" this to Boardmaker3 some time ago and in the process removed everything that was good about it.
SYE is offline   Reply With Quote
Old 13th November 2007, 11:29 AM   (permalink)
3v0
Default

Quote:
Originally Posted by SYE
I agree, Sprint Layout rules !!
Does it do schematic capture and then use that to put the rubber bands into the layout for you ?

Does it do ERC checks on the schematic?

Does it have scripting ?

Can it generate a BOM for a project ?
3v0 is offline   Reply With Quote
Old 13th November 2007, 02:45 PM   (permalink)
Default

Quote:
Originally Posted by 3v0
Does it do schematic capture and then use that to put the rubber bands into the layout for you ?

Does it do ERC checks on the schematic?

Does it have scripting ?

Can it generate a BOM for a project ?
Nope, just a board layout program. But a PCB tweakers delight
__________________
Bill
Smart Kits build Smart People

http://www.blueroomelectronics.com
blueroomelectronics is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
PCB Layout Extraction FusionITR General Electronics Chat 4 5th October 2007 08:27 AM
my first PCB layout help bababui General Electronics Chat 7 3rd May 2007 09:28 AM
Layout program : anything free to recommend winterhunter General Electronics Chat 6 1st March 2007 03:01 PM
DC-DC layout efficiency evandude General Electronics Chat 1 26th April 2005 10:25 AM
Breadboard layout software gjpollitt General Electronics Chat 3 11th January 2004 08:42 AM



All times are GMT. The time now is 08:47 AM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.