|
|
|||||||
| Home | Forums | Rules | Articles | Store | Gallery | Blogs | Register | Donations | FAQ | Calendar | Search | Today's Posts | Mark Forums Read | Search |
| Tubes / Valves All about our sweet vacuum tubes :) Threads about Musical Instrument Amps of all kinds should be in the Instruments & Amps forum |
| diyAudio Sponsor | ||
|
|
||
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
diyAudio Member
Join Date: Jun 2006
|
haha
|
|
|
|
|
#2 |
|
diyAudio Member
Join Date: Jun 2006
|
front view
|
|
|
|
|
#3 |
|
diyAudio Member
Join Date: Mar 2006
Location: Michigan
|
hey, I love the look of the amp, can you please post the schematic? because I think I am going to make an El34 PP design with PCBs, but I have no clue how to start making my own PCBs, not the manufacturing, I know loads about making the literal board, I just have no real clue how to start designing the board!
I think your amp looks amazing, and how much power do you get out of it? |
|
|
|
|
#4 | |
|
diyAudio Member
Join Date: Jun 2006
|
Quote:
tubes amps were required linking the ground wires at one point.so it not easy to make the pcbs. i advise u to draw the Circuit diagram on protel first(or u can get the classical diagram surf the internet ),then protel will make up it into pcb automatically. then u can adjust it by your will. |
|
|
|
|
|
#5 |
|
diyAudio Moderator
|
Most of us around here don't have and can't afford a legitimate copy of Protel - last time I checked a full/legal copy was about $6K. As a former Protel user and a current MentorGraphics DesignView user I can say none of these pro applications are particularly easy to use and have a steep learning curve.
I can recommend ExpressPCB, however you will have to create the tube symbols for your schematics (they explain how) and the octal and miniature tube sockets required. Once the schematic is complete you generate a netlist, link it to your pcb layout and go from there. If you post your artwork I can critique it, PM me and I can provide some fairly lousy socket symbols for the pcb layout side of things. Incidentally auto-routing analog circuitry is considered a no-no, although most tube circuits are so simple that it probably isn't that hard to get it right if you know the basic rules. Edit: Get the software here: http://www.expresspcb.com/ Note I have no affiliation with this outfit, but do use their services regularly.
__________________
www.kta-hifi.net |
|
|
|
|
#6 | |
|
diyAudio Member
Join Date: Mar 2006
Location: Michigan
|
Quote:
what is auto-routing? |
|
|
|
|
|
#7 |
|
diyAudio Moderator
|
Auto-routing is a feature in high end pcb layout software that allows you to route all the traces automatically using a sets of rules about trace spacings, geometries and the like. It basically places the components and routes the connections between them automatically.
This can work pretty well in some digital application boards, however with faster speeds, critical timing between some signals, impedance considerations, noise and ground bounce problems it is not used in any critical design applications. We never use it on our ATE boards whether it is an actual instrument or test fixture board. Nothing like experience and a sharp human eye. Machine intelligence has come a long way but there still is no substitute for experience.
__________________
www.kta-hifi.net |
|
|
|
|
#8 | |
|
diyAudio Member
Join Date: Jul 2005
Location: South Florida
|
Quote:
I use Mentor Graphics in my full time job. It has impressive capabilities (my last board had 10 layers in HDI, and contained 1100 components on a 10 square inch board) that are totally unnecessary for vacuum tube work. In the normal process of designing a PCB there are a few steps that are common between all of the different design software. First you would input the desired schematic using a achematic editing package. Library symbols are required for each part. Common components like resistors are usually provided with the basic package. Unusual (to the rest of the engineering world) components like vacuum tubes are not supplied. They must be created by the user. Fortunately these symbols are often shared on the internet. Most library symbols also contain physical package information that is used in the PC board design process. Next you import the schematic into the PC board layout program. Integrated packages like Eagle do this automatically. If all went well there should be a graphical representation of all of your parts scattered randomly on a blank background. Each of your components should look like the actual physical components, and be scaled correctly. Then you must draw (or import from a mechanical design program) the physical outline of the intended PC board. For our use it is often a simple rectangle. For something like a cellphone it will be a complex geometrical shape drawn in a mechanical engineering program like Pro Engineer. This is done to utilize every square millimeter of available board space. The placement step comes next. This is where you should spend the most time. Here you will place all of the components onto the PC board in the position that it will occupy ot the final PC board. Here you must think ahead (like a Chess game) to visualize all of the connections that will be made to this component. There is a command in most programs to show the connections. (Ratsnest in Eagle). The connections appear as thin green or yellow lines. Try to organize the components to minimize the criss crossing of these lines. When the final board is done there is usually two sides available for running traces. You need to think about this as you are placing parts to avoid having traces running parallel to each other on opposite sides of the board unless it is intentional. After the parts are all placed on the board and you think they are in the correct places, you route the board. Routing is the process of replacing the thin connection lines (called "guides" in Mentor, or "rats" in Eagle) with copper traces. In this process you will often find that a trace can not be routed due to another trace or a component in the way. This often requires ripping up a trace to route another one. This is an itterative process that can take considerable time. I will often have multiple copies of the same design with different routing strategies early in the design cycle, until I figure out which works the best. It is often necessary to go back and move some parts around to get an optimum route. Here again multiple copies is a good thing. Auto-routing is the process of automating the routing process. You feed the auto router some information regarding your design rules, and preffered routing directions for each layer, and it will try to route your board automatically given your rules. This is often referred to as "rules based ripup and retry autorouting". The aurouter will not attempt to move any parts. The autorouter available in any affordable program can be used to show you if a board is routable, and to find bottleneck areas. There no provisions for rules for noise, crosstalk, and other issues that are important to analog designers. I find that I can beat the autorouter in Eagle given enough time and patience. That means that Eagle will often give up and say that 2 or 3 traces can not be routed when I can route the board. I also find that the Eagle auto router can route a complex digital board when I can't. I would not use any affordable autorouter on a vacuum tube board. It can not tell if it just put the filament trace right next to the input trace. On the other hand the Cadence auto router is very capable of doing these things given the proper "rules" in advance, and the 1100 part board would not have happened without it. Many autorouters will allow you to autoroute the digital section of a board, and complete the analog section by hand. If the board was being made at a commercial PC board house, you would then generate "Gerber" files which are sent to them. For home fabrication the traces fro each side are often printed onto a transfer medium, or onto a transparancy for photographic transfer. You would then make a board and test it.
__________________
Too much power is almost enough! Turn it up till it explodes - then back up just a little. |
|
|
|
|
|
#9 |
|
diyAudio Member
Join Date: Mar 2006
Location: Michigan
|
Thanks alot for that amazing reply, most of it made sense, but i'll have to read it a few times before I can get everything out of it, do you know if express PCB can do auto-routing?
|
|
|
|
|
#10 |
|
diyAudio Member
Join Date: Jul 2005
Location: South Florida
|
I see no mention of autorouting on their web site, but I have not used Express PCB. Keep in mind that Express PCB writes files in a proprietary format that is not accepted by most PC board houses. They give you the software because you have to buy the boards from them. I do not know if there is a method for using this software for making your own boards.
__________________
Too much power is almost enough! Turn it up till it explodes - then back up just a little. |
|
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
|
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Make it worse to make it better??? | moray james | Planars & Exotics | 23 | 12th May 2008 11:08 AM |
| Pse El34 | Hojvaelde | Tubes / Valves | 2 | 11th March 2006 05:50 AM |
| Name that EL34! | LowRedMoon | Tubes / Valves | 4 | 26th February 2006 05:52 AM |
| How make make a microchip, from a program? | multiplexor | Everything Else | 1 | 20th February 2004 01:24 PM |
| New To Site? | Need Help? |
| Page generated in 0.13588 seconds (84.33% PHP - 15.67% MySQL) with 11 queries |