Yahoo Groups archive

Homebrew_PCBs

Archive for Homebrew_PCBs.

Index last updated: 2026-03-30 01:05 UTC

Thread

Board layout with freeware CAD EAGLE - how to fill a polygon

Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-09 by alan00463

I completed my schematic capture with the freeware version of EAGLE
and have begun board layout. I am enjoying it, although I still have
to learn which layers correspond to the physical layers on the PCB.
I am just keeping all my traces in the red layer. I think that
corresponds to the copper trace side of the board.

Now I am trying to figure out how to make a copper-filled polygon in
the red layer. I figured out how to make a closed polygonal figure
with the trace command.

But my polygons aren't filled. They're hollow. Or is that just
the way they look on the computer screen?

I looked in the HELP. Apparently I have to set the 'fill mode' to
SOLID for this operation. How do I do that? Also, how do I set
the line width for this operation?

Alan

Re: [Homebrew_PCBs] Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-09 by Vlad Krupin

On 3/9/06, alan00463 <alan00463@...> wrote:
>
> I completed my schematic capture with the freeware version of EAGLE
> and have begun board layout. I am enjoying it, although I still have
> to learn which layers correspond to the physical layers on the PCB.
> I am just keeping all my traces in the red layer. I think that
> corresponds to the copper trace side of the board.
>

red is top. So, if you are working with SMDs, you are in great shape :)

--
Vlad's shop
http://www.krupin.net/serendipity/index.php?/categories/2-metalworking


[Non-text portions of this message have been removed]

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-09 by kilocycles

Alan,
The only polygon fills I've done yet are on the bottom layer (blue),
which would be the normal layer for traces on a single-sided through
hole board. The silk screen, and components, would be on the top
(red) layer. You'll note that when working with surface mount
components, they are intended to be placed on the red (top) layer. In
fact, Eagle will demand they be placed there. For my fills, I'm
interested in filling areas around the pads with ground areas, so the
command you type in the board view is "polygon gnd" without the
quotes. Then, you select the new drop-down information that appears
on the menu bar...the layer, width, fill type, isolation and spacing
(defining how much unfilled area you want around the traces and pads).
Then you draw the polygon, and click on the ratsnest (green X) symbol
beside the autoroute symbol.

You can undo this by closing the board file, switching to schematic,
switching back to board, and you'll notice that only the outline of
the polygon shows up. Type "polygon;" (note the ";") and then click
on the sides of the polygon one by one and they'll disappear. There
is probably a better way to do that, but that's what I found out
through experiment.

Back to the subject of surface mount devices. I did a single layer
board, and one of the chips (a passive RF mixer, actually, in an SMD
package) I wanted to use, I wanted to place on the bottom foil layer
to keep the board single-sided. I had to make a custom variant of the
device with the pins essentially upside down in the symbol and the
pads redefined in the package to the bottom layer in order to do that.
I did a lot of hunting around in the Japanese tutorial on that one :)

Cheers,
Ted

--- In Homebrew_PCBs@yahoogroups.com, "alan00463" <alan00463@...> wrote:
>
> I completed my schematic capture with the freeware version of EAGLE
> and have begun board layout. I am enjoying it, although I still have
> to learn which layers correspond to the physical layers on the PCB.
> I am just keeping all my traces in the red layer. I think that
> corresponds to the copper trace side of the board.
>
> Now I am trying to figure out how to make a copper-filled polygon in
> the red layer. I figured out how to make a closed polygonal figure
> with the trace command.
>
> But my polygons aren't filled. They're hollow. Or is that just
> the way they look on the computer screen?
>
> I looked in the HELP. Apparently I have to set the 'fill mode' to
> SOLID for this operation. How do I do that? Also, how do I set
> the line width for this operation?
>
> Alan
>

Re: [Homebrew_PCBs] Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-09 by Alan King

kilocycles wrote:

>quotes. Then, you select the new drop-down information that appears
>on the menu bar...the layer, width, fill type, isolation and spacing
>(defining how much unfilled area you want around the traces and pads).
> Then you draw the polygon, and click on the ratsnest (green X) symbol
>beside the autoroute symbol.
>
>
>
I think making the line width zero did it for some things like circles
etc as well, don't use that much though..

>Back to the subject of surface mount devices. I did a single layer
>board, and one of the chips (a passive RF mixer, actually, in an SMD
>package) I wanted to use, I wanted to place on the bottom foil layer
>to keep the board single-sided. I had to make a custom variant of the
>device with the pins essentially upside down in the symbol and the
>pads redefined in the package to the bottom layer in order to do that.
> I did a lot of hunting around in the Japanese tutorial on that one :)
>
>
>

Hmmm.. :) Maybe instead read the English one again now that you are
a little more familiar with Eagle..

Try turning on the tplace layer, placing your SMT device, then use
that little mirror tool on it, right below the move and beside rotate.
It's in the tutorial PDF somewhere, the 4.1 or so new version is when I
got it as I recall..

Alan

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-10 by derekhawkins

>I had to make a custom variant of the
>device with the pins essentially upside down in the symbol and the
>pads redefined in the package to the bottom layer in order to do that.

You should be able to place SMD devices on either top or bottom layer.
Just mirror the standard component by clicking on the mirror icon (or
edit/mirror) then left clicking the device. If you keep left clicking
the device you'll see it switch layers for each click. It's as easy as
that.

--- In Homebrew_PCBs@yahoogroups.com, "kilocycles" <kilocycles@...>
wrote:
>

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-10 by derekhawkins

>But my polygons aren't filled. They're hollow. Or is that just
>the way they look on the computer screen?

Are you trying to do something like this by any chance;

http://www.pbase.com/image/57044297/large

In case you are then it's not done by filling several polygons, in
fact it's done by filling a single polygon. "Copper pours" is one term
used for the activity.

--- In Homebrew_PCBs@yahoogroups.com, "alan00463" <alan00463@...>
wrote:
>
> I completed my schematic capture with the freeware version of EAGLE

Eagle Tutorial Re: Board layout /CAD EAGLE /how to fill a polygon

2006-03-10 by soffee83

Here's a good site I've used, for anyone who may want it:

http://www.interq.or.jp/japan/se-inoue/e_eagle.htm

There's some good polygon stuff in "Grounding pattern making".
(in the "Board making techniques" section)

BTW- As Ted mentioned, remember your fill patterns won't appear until
after the ratsnest command, so even if you close the board, it'll look
like they're gone when you re-open it. Totally screwed me up for a
while. :(

Also, remember you can change any of those layer colors (or names too,
I think). You just double click the colored square or name in the
"Display/Hide Layers" list. I often switch a couple of the weird ones
to a light colorful look, to draw temporary traces and stuff, so I can
easily see them against the regular top/bottom layers.

Take Care,

George

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-10 by alan00463

--- In Homebrew_PCBs@yahoogroups.com, "derekhawkins" <eldata@...> wrote:
>
> >But my polygons aren't filled. They're hollow. Or is that just
> >the way they look on the computer screen?
>
> Are you trying to do something like this by any chance;
>
> http://www.pbase.com/image/57044297/large
>
> In case you are then it's not done by filling several polygons, in
> fact it's done by filling a single polygon. "Copper pours" is one term
> used for the activity.
>
I just did two simple layouts using point-to-point traces between
through-hole components. Next, I want to learn how to toggle the
visibility of any particular layer (ON and OFF).

No, I never considered doing anything like that until you posted the
pic. After seeing the pic, I am interested in trying that technique
for a future board. I don't understand how that copper pour is
done using a single polygon. I will take a look at the Japanese
website and see if that helps my understanding.

I'm glad you made me aware of this alternate layout technique.

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-10 by kilocycles

Do you mean mirror the device in the board view (apparently)?
Mirroring in the schematic of course just rearranges the presentation
of the symbol for convenience in showing connections to the pins.
I'll have to try that; it would be extremely convenient to do that
kind of flip for SMDs onto the bottom layer!

Thanks!
Ted

--- In Homebrew_PCBs@yahoogroups.com, "derekhawkins" <eldata@...> wrote:
>
> >I had to make a custom variant of the
> >device with the pins essentially upside down in the symbol and the
> >pads redefined in the package to the bottom layer in order to do that.
>
> You should be able to place SMD devices on either top or bottom layer.
> Just mirror the standard component by clicking on the mirror icon (or
> edit/mirror) then left clicking the device. If you keep left clicking
> the device you'll see it switch layers for each click. It's as easy as
> that.
>
> --- In Homebrew_PCBs@yahoogroups.com, "kilocycles" <kilocycles@>
> wrote:
> >
>

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-10 by derekhawkins

>Next, I want to learn how to toggle the
>visibility of any particular layer (ON and OFF)

Click on the Display icon (blue/red/green overlapping squares) to the
left or use view/display/hide layers. Click to the far left in the line
whose name you want to display or hide then choose OK. Refer to one of
the tutorial links mentioned.

>I don't understand how that copper pour is
>done using a single polygon.

Click on polygon, set polygon toolbar attributes (layer, solid, isolate
etc.) , create the polygon outline around the whole board, click on
ratsnest. You can test this by creating a few wires and framing them
with a polygon outline then clicking on ratsnest. It gets more involved
when you want to **Restrict** the pour to only certain areas or connect
to the pour. Again tutorials and archive searches are your best bet.
Search on >"copper pour" eagle<, >polygon ratsnest< etc., but get the
Display fundamentals out of the way first. Also, learn what each icon
to the left stands for, its much faster than using the dropdowns.

--- In Homebrew_PCBs@yahoogroups.com, "alan00463" <alan00463@...> wrote:
>

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-10 by kilocycles

When you type the command "polygon gnd" to start the fill process of a
polygon that way, "gnd" refers to the signal known by the schematic as
"gnd".

For example, in board view, click on the eye icon and type "gnd" in
the command text entry box. Everything that is connected to ground on
the schematic will come up highlighted on the board. Similarly, you
can click on the "i" icon (info), click on a trace, and it will
identify the signal name. Carrying that forward logically, clicking
on the eye symbol and typing in the signal name will highlight all
traces and pads connected by that signal. The signals are assigned
when you connect components on the schematic using the "net" icon (do
not use "wire" for connecting components!).

You mentioned setting widths before. One thing I like to do after I
have my board routed, and after it has passed the DRC (design rules
check), is to increase the width of the copper traces of many of them.
You can do this trace by trace (segments of traces actually) by
clicking on the wrench symbol, setting the desired trace width, and
then one by one, clicking on the trace segments you want to change.
You would typically want to do this prior to the polygon fill, of
course, to maintain your set clearance around the traces.

Cheers,
Ted

--- In Homebrew_PCBs@yahoogroups.com, "alan00463" <alan00463@...> wrote:
>
> --- In Homebrew_PCBs@yahoogroups.com, "derekhawkins" <eldata@> wrote:
> >
> > >But my polygons aren't filled. They're hollow. Or is that just
> > >the way they look on the computer screen?
> >
> > Are you trying to do something like this by any chance;
> >
> > http://www.pbase.com/image/57044297/large
> >
> > In case you are then it's not done by filling several polygons, in
> > fact it's done by filling a single polygon. "Copper pours" is one
term
> > used for the activity.
> >
> I just did two simple layouts using point-to-point traces between
> through-hole components. Next, I want to learn how to toggle the
> visibility of any particular layer (ON and OFF).
>
> No, I never considered doing anything like that until you posted the
> pic. After seeing the pic, I am interested in trying that technique
> for a future board. I don't understand how that copper pour is
> done using a single polygon. I will take a look at the Japanese
> website and see if that helps my understanding.
>
> I'm glad you made me aware of this alternate layout technique.
>

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-10 by derekhawkins

>You would typically want to do this prior to the polygon fill, of
>course, to maintain your set clearance around the traces.

Doesn't matter, just click on ratsnest after changing track widths. The
isolate setting in place (which you can change using the wrench icon)
remains the set clearance.

--- In Homebrew_PCBs@yahoogroups.com, "kilocycles" <kilocycles@...>
wrote:
>

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-10 by alan00463

--- In Homebrew_PCBs@yahoogroups.com, "kilocycles" <kilocycles@...> wrote:

> You can do this trace by trace (segments of traces actually) by
> clicking on the wrench symbol, setting the desired trace width, and
> then one by one, clicking on the trace segments you want to change.
> You would typically want to do this prior to the polygon fill, of
> course, to maintain your set clearance around the traces.
>
> Cheers,
> Ted

Ted,

Your comments on setting trace widths were EXTREMELY helpful to me.
This is my first layout. I do want to leave lots of copper on the
trace side of the board. I tried your technique using the wrench icon
and it worked great!

Thanks to all who replied to this newbie.

Thanks,
Alan

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-11 by kilocycles

Derek,
Excellent! I can really use that info. I bought a lot of the larger
SMD caps for bypassing, and that will work nicely.

Thanks,
Ted

--- In Homebrew_PCBs@yahoogroups.com, "derekhawkins" <eldata@...> wrote:
>
> >I'll have to try that; it would be extremely convenient to do that
> >kind of flip for SMDs onto the bottom layer!
>
> This board has SMD components (albeit basic) on the bottom layer as you
> can see;
>
> http://www.pbase.com/eldata/image/46673206/large
>
> Thru hole devices can be mirrored the same way.
>
> --- In Homebrew_PCBs@yahoogroups.com, "kilocycles" <kilocycles@>
> wrote:
> >
>

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-11 by kilocycles

Alan,
I've been fooling around with Eagle for several months now, and I'm
still a newbie! I didn't start using ground planes/copper pours until
the last 3 months or so. I've learned a lot this week about some
things I was wondering about following this thread here on the group.
I'm presently trying to learn the DipTrace program as well, while
continuing to work in Eagle. There's a really good tutorial on
DipTrace that actually makes sense(except for the names of the
programs that are used to make components).

Ted

--- In Homebrew_PCBs@yahoogroups.com, "alan00463" <alan00463@...> wrote:
>
> --- In Homebrew_PCBs@yahoogroups.com, "kilocycles" <kilocycles@> wrote:
>
> > You can do this trace by trace (segments of traces actually) by
> > clicking on the wrench symbol, setting the desired trace width, and
> > then one by one, clicking on the trace segments you want to change.
> > You would typically want to do this prior to the polygon fill, of
> > course, to maintain your set clearance around the traces.
> >
> > Cheers,
> > Ted
>
> Ted,
>
> Your comments on setting trace widths were EXTREMELY helpful to me.
> This is my first layout. I do want to leave lots of copper on the
> trace side of the board. I tried your technique using the wrench icon
> and it worked great!
>
> Thanks to all who replied to this newbie.
>
> Thanks,
> Alan
>

Re: [Homebrew_PCBs] Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-11 by Mike Young

----- Original Message -----
From: "Alan King" <alan@...>
> Try turning on the tplace layer, placing your SMT device, then use
> that little mirror tool on it, right below the move and beside rotate.
> It's in the tutorial PDF somewhere, the 4.1 or so new version is when I
> got it as I recall..

I don't think that works for SMT parts, Alan. It works fine for
through-hole, but I've never been successful in flipping surface mount
parts. Maybe a limitation of the freebie?

Re: [Homebrew_PCBs] Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-11 by Alan King

Mike Young wrote:

>----- Original Message -----
>From: "Alan King" <alan@...>
>
>
>> Try turning on the tplace layer, placing your SMT device, then use
>>that little mirror tool on it, right below the move and beside rotate.
>>It's in the tutorial PDF somewhere, the 4.1 or so new version is when I
>>got it as I recall..
>>
>>
>
>I don't think that works for SMT parts, Alan. It works fine for
>through-hole, but I've never been successful in flipping surface mount
>parts. Maybe a limitation of the freebie?
>
>
>

I used Eagle for quite some time knowing it worked on through hole and
not realizing it was how to do SMT parts myself until I finally did the
tutorial with 4.1. Try again, it works fine. Pads and pins are on the
same edit window in the library editor, there simply are no SMT or
through hole parts in Eagle, it understands no difference. There is
only whether there is a pin touching both layers or an smd at any
particular point, which has no bearing on flip working or not.. Parts
is parts in Eagle, it is the chicken nugget mecca of the CAD world..

Alan

freeware CAD EAGLE - board layout notes from a newby

2006-03-11 by alan00463

--- In Homebrew_PCBs@yahoogroups.com, "derekhawkins" <eldata@...> wrote:
>
> >I don't think that works for SMT parts, Alan.
>
> Eagle would be crap if it didn't. I use that feature often;
>
> One layer;
> http://www.pbase.com/eldata/image/57091286/large
>
> The other;
> http://www.pbase.com/eldata/image/57091263/large

Yes, Derek, I'm glad you showed me how to group parts together to move
en masse. I am glad because I didn't have to read the HELP !

Anyway, regarding the polygon fill technique discussed earlier:

I noticed when filling polygons **after** I had routed traces, the
polygons appeared to be electrically isolated from the bottom layer
traces, even using the same layer color. No matter how close I put
the polygon vertices to the component leads, a thin black line
separated the polygon from the traces after redrawing. I think this
means the polygons were electrically isolated from the traces. I'm
not sure. There must be some way to merge the solid polygons and
vias in the same layer into one monolithic two-dimensional copper
pour. Any ideas? (ERC indicated 4 warnings, no errors.)

Re: freeware CAD EAGLE - board layout notes from a newby

2006-03-11 by derekhawkins

>I think this means the polygons were electrically isolated from the
>traces.

Correct, the "Isolate" polygon attribute determines the clearance.

>There must be some way to merge

There is....Give the polygon a name using the Name icon or Edit/Name
when the board opens and only polygon outlines are visible. Give
whatever you want connected to or merged with the polygon the same
name and you'll be asked if signals should be connected then answer
yes.

--- In Homebrew_PCBs@yahoogroups.com, "alan00463" <alan00463@...>
wrote:
>

Re: [Homebrew_PCBs] Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-11 by Mike Young

----- Original Message -----
From: "Alan King" <alan@...>
To: <Homebrew_PCBs@yahoogroups.com>
Sent: Friday, March 10, 2006 10:31 PM
>>I don't think that works for SMT parts, Alan. It works fine for
>>through-hole, but I've never been successful in flipping surface mount
>>parts. Maybe a limitation of the freebie?
>>
> I used Eagle for quite some time knowing it worked on through hole and
> not realizing it was how to do SMT parts myself until I finally did the
> tutorial with 4.1. Try again, it works fine. Pads and pins are on the
> same edit window in the library editor, there simply are no SMT or
> through hole parts in Eagle, it understands no difference. There is
> only whether there is a pin touching both layers or an smd at any
> particular point, which has no bearing on flip working or not.. Parts
> is parts in Eagle, it is the chicken nugget mecca of the CAD world..

It worked like a charm after turning on tOrigins. :) I didn't test
exhaustively, but it appears only the origin cross is selectable for mirror.
Otherwise, it flips something else nearby. (I mutter a lot when I use Eagle,
so this isn't anything new or bad. It's just one more thing to keep in mind
and mutter at.)

Re: Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-11 by derekhawkins

>but it appears only the origin cross is selectable for mirror.

This holds for any device specific operation. You cannot move, copy
or delete a device either with the relevant Origins hidden. Since
the t/b Place settings control the t/b Origins settings I suspect
most of us refer to and use Place settings. In other words, turn off
tPlace and you turn off tOrigins and vice versa but as your post
implies....tPlace can be on and tOrigins off if one so wishes.



--- In Homebrew_PCBs@yahoogroups.com, "Mike Young" <mikewhy@...>
wrote:
>
> ----- Original Message -----
> From: "Alan King" <alan@...>
> To: <Homebrew_PCBs@yahoogroups.com>
> Sent: Friday, March 10, 2006 10:31 PM
> >>I don't think that works for SMT parts, Alan. It works fine for
> >>through-hole, but I've never been successful in flipping surface
mount
> >>parts. Maybe a limitation of the freebie?
> >>
> > I used Eagle for quite some time knowing it worked on through
hole and
> > not realizing it was how to do SMT parts myself until I finally
did the
> > tutorial with 4.1. Try again, it works fine. Pads and pins are
on the
> > same edit window in the library editor, there simply are no SMT
or
> > through hole parts in Eagle, it understands no difference.
There is
> > only whether there is a pin touching both layers or an smd at any
> > particular point, which has no bearing on flip working or not..
Parts
> > is parts in Eagle, it is the chicken nugget mecca of the CAD
world..
>
> It worked like a charm after turning on tOrigins. :) I didn't test
> exhaustively, but it appears only the origin cross is selectable
for mirror.
> Otherwise, it flips something else nearby. (I mutter a lot when I
use Eagle,
> so this isn't anything new or bad. It's just one more thing to
keep in mind
> and mutter at.)
>

Re: freeware CAD EAGLE - board layout notes from a newby

2006-03-15 by jriggen55

Several months ago I was looking for a PCB design and layout software
package. I wanted to draw the schematic and lay out the PCB. A
friend at work told me about CadSoft Eagle. I found that they had a
freeware version so I got it.

I went through the tutorial several times and started to create my
schematic. Right off the bat I found that most of the components I
was using were not in the supplied libraries. At least, I could not
find them. I went to work creating the devices in a new library.
The supplied tutorial did not give enough information to create the
devices. A search of the internet found a small tutorial
specifically on creating devices. I then was able to create the
devices in my new library.

I was able to muddle through the process and finally got my schematic
and PCB completed. It seemed to be an uphill battle all the way. It
seemed that few of the processes in Eagle are intuitive at all but
rather some obscure method that is difficult to discover and equally
difficult to remember.

I then went on to my second project which needed a larger circuit
board. It wouldn't fit within the constraints of Eagle freeware
version, so I started looking for another software package and found
DipTrace.

As with Eagle, DipTrace comes with a tutorial and libraries. I went
through the tutorial and while reading, realized that the processes
and techniques in DipTrace seemed very intuitive in nature. Quite
different from Eagle. I then started on my project. I was amazed at
the size of the supplied libraries. I found all but a couple of my
components in the supplied libraries. For the few components I could
not find, it was easy to create them in DipTrace.

Comparing DipTrace to Eagle is like comparing night and day. Going
from point A to point B can be done in both, but the trip is so-o-o
much easier in DipTrace.

Help with DipTrace is also very readilly available. They've got a
yahoo group called 'diptr'. The DipTrace staff is very involved with
all of the discussions on the group and you get quick answers to all
of your questions.

My bottom line is:
If you're looking for PCB software, give DipTrace a try.
If you use Eagle, give DipTrace a try.
If you're fed up with Eagle, give DipTrace a try.

Have a Great day.

Jim

Re: freeware CAD EAGLE - board layout notes from a newby

2006-03-15 by kilocycles

Good advice, Jim. I've been using Eagle for awhile now, but I'm also
now learning DipTrace, base on a thread a few weeks back. The support
in the diptr group, like here in homebrew_pcbs, is instantaneous. In
the case of the diptr group, as you well know, it also comes from the
DipTrace development group.

For a person new to CAD and PCBs, I'd hesistate to recommend Eagle,
though I find it difficult to abandon, having plumbed it's depths and
capabilities (to a moderate extent, but still learning). I would
recommend DipTrace, because although the functions are not as tightly
knitted together as in Eagle, it is much more intuitive to use for a
newcomer.

Diptrace has hundreds of familiar parts that I use, but they are
sometimes not where one would expect them to be. Some fairly generic
transistors are located in the manufacturer libraries, for example,
and the diodes library is almost all Zeners. Personalized custom
libraries are a real time saver in DipTrace, as they are in Eagle.

I'll continue to do most of my near-term work in Eagle, and at the
same time, continue to pick up on DipTrace. In a few months, I doubt
if I'll still be using Eagle.

Regards,
Ted

--- In Homebrew_PCBs@yahoogroups.com, "jriggen55" <jriggen55@...> wrote:
>
> Several months ago I was looking for a PCB design and layout software
> package. I wanted to draw the schematic and lay out the PCB. A
> friend at work told me about CadSoft Eagle. I found that they had a
> freeware version so I got it.
---snip---
> I was able to muddle through the process and finally got my schematic
> and PCB completed. It seemed to be an uphill battle all the way. It
> seemed that few of the processes in Eagle are intuitive at all but
> rather some obscure method that is difficult to discover and equally
> difficult to remember.
>
> I then went on to my second project which needed a larger circuit
> board. It wouldn't fit within the constraints of Eagle freeware
> version, so I started looking for another software package and found
> DipTrace.
>
> As with Eagle, DipTrace comes with a tutorial and libraries. I went
> through the tutorial and while reading, realized that the processes
> and techniques in DipTrace seemed very intuitive in nature. Quite
> different from Eagle. I then started on my project. I was amazed at
> the size of the supplied libraries. I found all but a couple of my
> components in the supplied libraries. For the few components I could
> not find, it was easy to create them in DipTrace.
>
> Comparing DipTrace to Eagle is like comparing night and day. Going
> from point A to point B can be done in both, but the trip is so-o-o
> much easier in DipTrace.
>
> Help with DipTrace is also very readilly available. They've got a
> yahoo group called 'diptr'. The DipTrace staff is very involved with
> all of the discussions on the group and you get quick answers to all
> of your questions.
>
> My bottom line is:
> If you're looking for PCB software, give DipTrace a try.
> If you use Eagle, give DipTrace a try.
> If you're fed up with Eagle, give DipTrace a try.
---snip---

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-15 by soffee83

--- In Homebrew_PCBs@yahoogroups.com, "jriggen55" <jriggen55@...>
wrote:
> My bottom line is:
> If you use Eagle, give DipTrace a try.
> Jim

Thanks from here too Jim! I'm always on the lookout for an
alternative. I can't say I'm "fed up" with Eagle. I've actually gotten
to where I'm quite comfortable with it, and all the features I'm not
yet using are becoming useful and necessary, one at a time.

Alan, I know you've bought the entry level Eagle bundle already, but
if the "next level" you're talking about moving to, is referring to
the Eagle "version" pricing, I'm trusting you'll carefully consider
any limitations and alternatives. After struggling through some of
it's "less than intuitive" interfacing, and becoming comfortable with
it, that's really my only remaining gripe about the whole thing. There
was a nice discussion here a few weeks ago on it. I've always seen the
board size thing as ultimately being sort of an unnecessary "road
block" for those using it for my purposes.

I hang out in a DIY audio forum, where Eagle is the app of choice, and
all the available boards are forcefully "squashed" into the freeware
size restraints. It actually makes it a lot harder (or impossible) for
most DIY etchers to print and etch simple circuits, which may have
easily fit on a larger board, especially with the larger "control"
parts like pots,buttons,etc.

I admit, I don't know enough about that industry to know what they
could afford to change in that area, but there has to be something. I
was thinking that maybe if they limited some of the more
"professional" features, like the milling and multi-layer functions,
for those who obviously wouldn't be etching at home, it may allow for
a size-unlimited, lower priced version, which would be too difficult
to use commercially. (dunno??)

If you agree with any of that, please drop them an email. I'm sure
they get it a lot. I'm hoping they're the sort of company who won't
disregard any customers who openly admit that they don't intend to
eventually move into a career in the PCB field.

Take Care,

George

PS- Here's one of my favorite Eagle tutorial sites:
http://www.interq.or.jp/japan/se-inoue/e_eagle.htm

RE: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-15 by Alan Marconett

Hi George,

Yeah, as soon as one decides to buy something, a host of alternatives come
up! But I think I can work with this for a while. A little bigger board
would be nice, but 3" x 4" isn't bad for a lot of my uses. And depending on
how well the import/export works, I may even use my Orcad Capture
(schematic) with it. I did look at the DipTrace site mentioned.

It will probably be a while before I "move up"; I want to learn the complete
process first. And it sounds like I can apply my purchase price towards the
next level.

The board size is probably DESIGNED as a roadblock intentionally. BUT I
think it's really GOOD marketing to make at least one level of "full
product" available so that potential users can give it a good tryout. Also
gives us hobbyists something to use for free! Similar concept to the PICC
Lite compiler one can get from Hi-Tech, or limited line CNC controller
programs one can get. And of course, there are "clone" CAD programs out
there as well. All "REAL" tools!

True, the "almost but not quite Windoz" cut/paste and library maintenance is
a little weird, but I immediately got the hang of the schematic and layout
portions of the product (OK, a little help from Orcad work). Orcad is a
little weird as well (but I've used it at several companies). I'm a
Firmware Engineer doing hardware and software, but up to now no PCB layout.

Yeah, it's a shame to have to "squash" a good design down into too small an
area, but it keeps one on one's toes!

I'll probably take a while to really get a good idea of how Eagle works for
me. In the mean time, I'm HAVING FUN!

Thanks for the comments!

Alan KM6VV


> In Homebrew_PCBs@yahoogroups.com, "jriggen55" wrote:
> > My bottom line is:
> > If you use Eagle, give DipTrace a try.
> > Jim
>
> Thanks from here too Jim! I'm always on the lookout for an
> alternative. I can't say I'm "fed up" with Eagle. I've actually gotten
> to where I'm quite comfortable with it, and all the features I'm not
> yet using are becoming useful and necessary, one at a time.
>
> Alan, I know you've bought the entry level Eagle bundle already, but
> if the "next level" you're talking about moving to, is referring to
> the Eagle "version" pricing, I'm trusting you'll carefully consider
> any limitations and alternatives. After struggling through some of
> it's "less than intuitive" interfacing, and becoming comfortable with
> it, that's really my only remaining gripe about the whole thing. There
> was a nice discussion here a few weeks ago on it. I've always seen the
> board size thing as ultimately being sort of an unnecessary "road
> block" for those using it for my purposes.
>
> I hang out in a DIY audio forum, where Eagle is the app of choice, and
> all the available boards are forcefully "squashed" into the freeware
> size restraints. It actually makes it a lot harder (or impossible) for
> most DIY etchers to print and etch simple circuits, which may have
> easily fit on a larger board, especially with the larger "control"
> parts like pots,buttons,etc.
>
> I admit, I don't know enough about that industry to know what they
> could afford to change in that area, but there has to be something. I
> was thinking that maybe if they limited some of the more
> "professional" features, like the milling and multi-layer functions,
> for those who obviously wouldn't be etching at home, it may allow for
> a size-unlimited, lower priced version, which would be too difficult
> to use commercially. (dunno??)
>
> If you agree with any of that, please drop them an email. I'm sure
> they get it a lot. I'm hoping they're the sort of company who won't
> disregard any customers who openly admit that they don't intend to
> eventually move into a career in the PCB field.
>
> Take Care,
>
> George

Re: freeware CAD EAGLE - board layout notes from a newby

2006-03-15 by Pete

Sure, I used EAGLE for a few years... Free version, of course, since
I'm nothing more than a hobbyist but I grew tired of the size
limitation and the price was steep. Making my own parts was just
plain nasty...

DIPTRACE LITE still has limitations, though the $125 price is more
acceptable.

I also used AUTOTRAXEDA, though it never stopped feeling like a beta
and after $95 and little improvment in release... I let it fade away
as only marginally useful. Making your own parts is a snap with
AUTOTRAXEDA, BTW.

I've finally settled on the EASY to master ABACOM products SPLAN and
SPRINT LAYOUT. (Both come in under the price of DIPTRACE, so it's
comparable) In my opinion, it's the perfect tool for HOMEBREW.


Pete



>
> My bottom line is:
> If you're looking for PCB software, give DipTrace a try.
> If you use Eagle, give DipTrace a try.
> If you're fed up with Eagle, give DipTrace a try.
>
> Have a Great day.
>
> Jim
>

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Alan King

Alan Marconett wrote:

>The board size is probably DESIGNED as a roadblock intentionally. BUT I
>think it's really GOOD marketing to make at least one level of "full
>product" available so that potential users can give it a good tryout. Also
>
>Yeah, it's a shame to have to "squash" a good design down into too small an
>area, but it keeps one on one's toes!
>
>
>


The fact is, it does unduly penalize those who would want relatively
simple schematics but need larger unused areas. It'd be nice if you
could design everything on the small board, but then break the rules and
spread things out as needed, only after the area rule break you can't
add new parts. Problem is then you could simply load up the small
board, break the rules, then do what you want. Hard to figure a way
where people can't cheat easily. Complexity limit as in others is just
as bad, you also can't deeply test things without a lot of parts..

But that leads to exactly what it needs, an area * complexity limit.
Stay below the bounds and you can do what you want, for larger size
boards you are limited to a maximum complexity. That would allow the
people with the $49 version to do exactly what is overly limited, making
larger size boards that simply need spacing for large components but are
still rediculously simple and should hardly qualify as needing the $200
per module version. And if you had to choose at the outset for larger
board or small board but no complexity limit, that should be easy enough
to program in.

Alan

PS: Lately I sort of feel like I've gone straight from the round table
to the Alan convention..

Re: freeware CAD EAGLE - board layout notes from a newby

2006-03-16 by Steve

--- In Homebrew_PCBs@yahoogroups.com, "Pete" <pwillard@...> wrote:
>
...
> I've finally settled on the EASY to master ABACOM products SPLAN and
> SPRINT LAYOUT. (Both come in under the price of DIPTRACE, so it's
> comparable) In my opinion, it's the perfect tool for HOMEBREW.

So, you are going to add links to their website in the Links section,
right? ;')

Steve Greenfield

Re: freeware CAD EAGLE - board layout notes from a newby

2006-03-16 by Bob_xyz

--- In Homebrew_PCBs@yahoogroups.com, "Pete" <pwillard@...> wrote:
>
>
<snip>
>
> I also used AUTOTRAXEDA, though it never stopped feeling like a
beta
> and after $95 and little improvment in release... I let it fade
away
> as only marginally useful. Making your own parts is a snap with
> AUTOTRAXEDA, BTW.
>

While I admit that I'm a bit biased since I'm a moderator over on
the AutoTRAX group, I'd have to differ on your 'marginally useful'
assessment of it. Yes, it does have a beta feel to it but that's
primarily because it's under such active development. I've done a
couple of paid projects with it as well as number of homebrew boards
for my own use.


Regards, Bob


P.S. You're absolutely right that making parts (and footprints too)
is a snap.

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by soffee83

--- In Homebrew_PCBs@yahoogroups.com, Alan King <alan@...> wrote:
>Hard to figure a way where people can't cheat easily.

I'm pretty sure that's one of the main reasons they *haven't* already
done an unlimited non-commercial one. I have a feeling that if the
Eagle people knew any of those who frequent places like this, on a
"personal" level, they'd gladly let most of us run a fully functional
version for whatever we could realistically afford to pay at our
level. A genuine interest, and a willingness to use money from your
own pocket, with no profits or reimbursement in sight, strictly for
the "learning experience", is a pretty admirable intention to have. It
would be cool if they had some sort of a "group buy", where mods,etc.,
from DIY forums and groups like this, could supply vouchers for their
active members, to allow for a sort of "student" discount. I don't
think most people talking about toner transfers, DIY etch tanks, or
GPL-based web projects, are looking at making enough money to
constitute a few hundred dollars for their circuit apps. I've seen
several here who do indeed appear to have a wealth of knowledge on
larger scale layout and PCB design rules, but the fact that they're
here, sort of implies that they are likely to enjoy helping and
learning from others.

I'm sure I'll sound like a cheapskate to someone here, but I think the
prices Pete mentioned are plenty, for some of us "eternally non-
profit" types. Maybe $150 or below, for a full featured app, ideally
even $100 or below. I still think there are some critical "commercial"
functions they could target, without attacking the board size or
number of parts. Even just a limit to double-sided boards would likely
knock out a bunch of demo-ware exploiters. I could probably fish out a
hundred functions in there which I don't even understand, much less
ever see myself using, which are probably crucial to anyone sending
boards off for mass production.

I also still believe that if the limits,etc. force some people
elsewhere, and they remain fairly "non-profit", I can't see any reason
why they would return to pay a few hundred later on, and have to re-
learn whatever the current Eagle is, after growing accustomed to an
alternative. Probably not the outcome they have in mind.

For the sake of split personality, I'll add one other thing to
consider, for anyone who may still be reading. As someone recently
mentioned in another forum regarding software piracy: Many non-
professionals will claim that by using a "pirated" version of
something way beyond their skill bracket or budget, the developer
isn't actually 'losing' any sales, because they wouldn't use it at all
if it weren't "free". What they often don't realize, is that they may
inadvertently be stealing from someone way more deserving or in need,
as the smaller developers really ARE catering to people on that level.
With the "harmless" freeware version, they have the option of jumping
right over something they could actually have afforded, which might
suit all their needs just the same.

One of the first mainstream computer audio systems was an app. called
"ProTools" by Digidesign (actually hardware too). Being sort of a
pioneer, it grew into sort of a "standard" with all the pro studios,
and the name quickly spread down through the clients and smaller
studios. To make a long story short, a few years later, they
introduced a "freeware" version of the software, along with a couple
entry level hardware offerings. All were limited in several areas, but
they allowed students, hobbyists, and home studios the ability to run
the "industry standard" system, which they would ultimately need to
know how to use should they go "pro". Digi could easily afford to
distribute the freeware and baby ProTools packages, often at prices
which smaller developers couldn't begin to compete with. Needless to
say, it pretty much ruined the market for quite a few younger audio
packages.

If anyone knows that name, I really don't mean to clump CadSoft in
with them. I was a ProTools owner from the first series, and I quickly
realized that their support of previous customers, and their upgrade
policies, were often a bit "questionable". I'm trusting the Eagle guys
have more honorable intentions for those startup packages.

Thinking about this has made me realize that after learning some basic
and/or confusing Eagle navigation, I must admit, I never really gave
any of those other ones a chance. At the first sign of any bumps or
features I couldn't figure out, I usually left. It sucks to think that
many of us may be depriving some brilliant young programmers of the
resources and feedback, which may blossom into something we'd all be
proud to use. As you know, the young places often times are also more
"in-tune" to individual user's bug reports and feature requests. Some
of their instability, may only be a result of the smaller user base,
leftover from Freagle's omnipotence in this end of the market.

I'm going to make a point over the next few days, to give an honest
effort to using that "DipTrace" thing from Jim's (jriggen55) post, and
anything else I can demo which doesn't immediately crash on me. ;)

Sorry for the long-a** post!

George

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Alan Marconett

Hi Alan K, !

I take your point! Better then nothing, I suppose. I like your "area *
complexity" algorithm. But I think they've been using this for what, 6+
years now? Must work for them.

I'm getting the hang of the library, I made two parts (PIC18F2520 and
MAX232) by copying parts and making the changes I wanted. Nice! One
more part to copy/paste, and I'll have all the power straightened out.
I seem to recall an "alias" function, must be for a different program.

A Yahoo list for Eagle would be nice!

Alan KM6VV


Alan King wrote:
> Alan Marconett wrote:
>
>
>>The board size is probably DESIGNED as a roadblock intentionally. BUT I
>>think it's really GOOD marketing to make at least one level of "full
>>product" available so that potential users can give it a good tryout. Also
>>
>>Yeah, it's a shame to have to "squash" a good design down into too small an
>>area, but it keeps one on one's toes!
>>
>>
>>
>
>
>
> The fact is, it does unduly penalize those who would want relatively
> simple schematics but need larger unused areas. It'd be nice if you
> could design everything on the small board, but then break the rules and
> spread things out as needed, only after the area rule break you can't
> add new parts. Problem is then you could simply load up the small
> board, break the rules, then do what you want. Hard to figure a way
> where people can't cheat easily. Complexity limit as in others is just
> as bad, you also can't deeply test things without a lot of parts..
>
> But that leads to exactly what it needs, an area * complexity limit.
> Stay below the bounds and you can do what you want, for larger size
> boards you are limited to a maximum complexity. That would allow the
> people with the $49 version to do exactly what is overly limited, making
> larger size boards that simply need spacing for large components but are
> still rediculously simple and should hardly qualify as needing the $200
> per module version. And if you had to choose at the outset for larger
> board or small board but no complexity limit, that should be easy enough
> to program in.
>
> Alan
>
> PS: Lately I sort of feel like I've gone straight from the round table
> to the Alan convention..
>

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Alan King

Alan Marconett wrote:

>Hi Alan K, !
>
>I take your point! Better then nothing, I suppose. I like your "area *
>complexity" algorithm. But I think they've been using this for what, 6+
>years now? Must work for them.
>
>
Well it works, but it could work better even for them. They appear to
be very Euro-centric, and targeting commercial outfits etc since that's
who buys in Europe. I don't think they really have a proper concept of
just how many individuals would afford it themselves in the US etc if
the pricing and capabilities were properly matched to individual needs.
As it is it's $400 for a double beginner size board setup, for schematic
and layout. If that was more like $200, they would sell way more than
2x as many, even though it would still be priced at 2x of a lot of the
competition.. $400 simply puts it out of the purchase realm of many
people who'd manage to afford $150 or $200, and there are way more
people in that category here than in Europe, I don't think they really
understand that idea very well..

What it really needs is simply a map. A chart or graphic map of which
copy or move etc function to use under which circumstances would greatly
advance ease of use for most people. Similarly a chart for what to do
for the various library operations would make way more sense than all
the different descriptions. Though of it a week ago when the library
discussions came up, simply don't have time to do it myself right now..

Alan

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Alan King

soffee83 wrote:

>--- In Homebrew_PCBs@yahoogroups.com, Alan King <alan@...> wrote:
>
>
>>Hard to figure a way where people can't cheat easily.
>>
>>
>active members, to allow for a sort of "student" discount. I don't
>think most people talking about toner transfers, DIY etch tanks, or
>GPL-based web projects, are looking at making enough money to
>constitute a few hundred dollars for their circuit apps. I've seen
>
>
>
I would encourage everyone here to do so. In the last 8-10 days, I've
made around $650 from an initial product that I still consider very
crude, numbers should increase rapidly over the next year as I get
things going.. Pick something you enjoy, bring your skills up to at
least a little better than the people already in it, and make a handy
product. Might be slow selling or make a wrong decision or two at
first, but if your items are better people will catch on fast. Is a
total PITA to bring a product all the way through to production though,
while I think it will be worth it long term for me, many might be better
off with an established employer.. Not for the faint of heart or slow
learner of new ideas, you have to bring a lot of skills up to date very
very fast to do everything yourself without taking forever. One man
army crap can be exhausting, amazing how much I've had to learn to mail
things effectively, even though I already knew some from mailing over
the past 5 years or so. And that's only one of many 'extra' things I've
had to come up to speed on.


>I'm sure I'll sound like a cheapskate to someone here, but I think the
>prices Pete mentioned are plenty, for some of us "eternally non-
>profit" types. Maybe $150 or below, for a full featured app, ideally
>even $100 or below. I still think there are some critical "commercial"
>functions they could target, without attacking the board size or
>number of parts. Even just a limit to double-sided boards would likely
>
>
>
Yep gotta agree with this, there are many things that would cripple it
for real commercial users that wouldn't affect most hobbiest uses. Some
things aren't in there, like off angle rotation commands from the
command line that are in the standard version. But very few are limited.


>I also still believe that if the limits,etc. force some people
>elsewhere, and they remain fairly "non-profit", I can't see any reason
>why they would return to pay a few hundred later on, and have to re-
>learn whatever the current Eagle is, after growing accustomed to an
>alternative. Probably not the outcome they have in mind.
>
>
>
Well, they know the power. From the core design Eagle is pretty
flexible, I haven't run into a real dead end yet. Most other products
have very real limitations in one thing they can do or another that
simply can't be worked around, or have a huge price tag that's way
beyond Eagle's cost. Haven't tried the recent mentions thoroughly yet,
far too many things to do in 2 months to devote the time right now.



>With the "harmless" freeware version, they have the option of jumping
>right over something they could actually have afforded, which might
>suit all their needs just the same.
>
>which smaller developers couldn't begin to compete with. Needless to
>say, it pretty much ruined the market for quite a few younger audio
>packages.
>
>
>
Eagle, despite having some interface gaps, has a huge amount of power
and flexibilty for climbing its learning curve. They simply don't owe
it to others to allow them to compete. It's just like Walmart, some
people complain, but the reality is most people don't CARE enough about
ma and pa's business just being there enough to donate extra money to
them so they can stay around despite their poorer business model.
That's as it should be. If their business isn't useful to people they
should simply go out and find something to do that IS useful to others.

I can see this directly, I'm about to totally displace someone already
in a market, with much greater value for the customer with lower prices
and superior functionality. I could price my stuff higher than their
items, and still allow them to compete, but something like that is
entirely at my option and I have no reason to do so, I can give added
value at lower cost to the customer if I choose to and still consider
the profit margin reasonable. Convention is coming up and I'm likely to
make a lot of money that they will be counting on heavily right out from
under them, as in almost all on the couple of hottest items. Likely I
will have people decide to wait for my version instead of buying their's
of even the things I don't have time to make before the convention..
That's as it should be, their talent is relatively low and their prices
are high for what they've put into their products. I *deserve* the
money they've been making more than they do, I'll pay my taxes and they
can collect welfare if they're not smart enough to figure something else
to do now. They won't be suffering from my competition as they may see
it, the fact is they've benefitted from my total slackness for the last
year or two, I'm simply getting off my behind and being where I should
be. Little doubt I'll hear about some whining, but the fact is they
also displaced others with lesser talent when they came in. Everyone
deserves the right to exist as people, but no one really deserves the
right to make a profit if there are others who are more capable. The
audio packages you're speaking of simply weren't very viable in the
first place if they couldn't still compete even after the big player did
their thing, or else the market was too small to support more than a
single player or two at the time anyway. You can always do better than
some other guy, but you have to do better, not the same or less. It
does present a bit of a challenge to ramp up to compete, but it's simply
a necessary investment. A's are for A quality material, not simply for
some effort as too many of the PC people teach it. You've got to make
good stuff that people want more than the other guy's, or find something
else to make..

Alan

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Stefan Trethan

Which is why i bought Target, which has a pin limit.
I can make boards as large as i like, but the number of pins is limited.

Has disadvantages also, but i prefer it over size limit.

ST


On Thu, 16 Mar 2006 01:18:26 +0100, Alan King <alan@...> wrote:

>
>
> The fact is, it does unduly penalize those who would want relatively
>
> simple schematics but need larger unused areas. It'd be nice if you
>
> could design everything on the small board, but then break the rules and
>
> spread things out as needed, only after the area rule break you can't
>
> add new parts. Problem is then you could simply load up the small
>
> board, break the rules, then do what you want. Hard to figure a way
>
> where people can't cheat easily. Complexity limit as in others is just
>
> as bad, you also can't deeply test things without a lot of parts..
>
>
> But that leads to exactly what it needs, an area * complexity limit.
>
> Stay below the bounds and you can do what you want, for larger size
>
> boards you are limited to a maximum complexity. That would allow the
>
> people with the $49 version to do exactly what is overly limited, making
>
> larger size boards that simply need spacing for large components but are
>
> still rediculously simple and should hardly qualify as needing the $200
>
> per module version. And if you had to choose at the outset for larger
>
> board or small board but no complexity limit, that should be easy enough
>
> to program in.
>
>
> Alan

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Leon Heller

----- Original Message -----
From: "Stefan Trethan" <stefan_trethan@...>
To: <Homebrew_PCBs@yahoogroups.com>
Sent: Thursday, March 16, 2006 8:41 AM
Subject: Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)


> Which is why i bought Target, which has a pin limit.
> I can make boards as large as i like, but the number of pins is limited.
>
> Has disadvantages also, but i prefer it over size limit.
>

PCB-Pool has a full version of Target on their web site, but I don't think
it generates Gerber and drill files. They can make PCBs directly from the
Target PCB files.

Both Easy-PC and Pulsonix have lower-cost pin-limited versions which allow
boards of any size.

Leon

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Stefan Trethan

On Thu, 16 Mar 2006 12:28:49 +0100, Leon Heller
<leon.heller@...> wrote:

>
> PCB-Pool has a full version of Target on their web site, but I don't
> think
>
> it generates Gerber and drill files. They can make PCBs directly from the
>
> Target PCB files.

Yes they have.
I could not find a license agreement, but i expect it is not allowed to
print out the layout and make your own boards from it.
Remember this is a full version costing a lot of money regularly.


> Both Easy-PC and Pulsonix have lower-cost pin-limited versions which
> allow
>
> boards of any size.


Pulsonix is still way out of my budget, even with limit. i have not
checked easy-pc.

The 700 pin license i have is enough for all i do (although with high
pincount CPLDs and FPGAs one would soon reach this limit).
Only disadvantage is the panelizing feature does make the duplicated pins
count, so i can not panelize many boards or it will go over the limit. Not
a problem for me i can always do that in a image editor and i don't need
panelized gerber. They may have changed that already for the new version
since it was discussed as beeing a problem.

I've made more money out of it already than the 150eur it did cost, so
that's fine with me.
The prices do tend to increase unreasonably steep for increasing pin
numbers (you pay much more than double for double the pin count), which i
don't find very clever because it would make it very hard for me to
consider an update. But that seems to be so with most packages.


ST

Re: freeware CAD EAGLE - board layout notes from a newby

2006-03-16 by alan00463

--- In Homebrew_PCBs@yahoogroups.com, "Steve" <alienrelics@...> wrote:
>
> --- In Homebrew_PCBs@yahoogroups.com, "Pete" <pwillard@> wrote:
> >
> ...
> > I've finally settled on the EASY to master ABACOM products SPLAN and
> > SPRINT LAYOUT. (Both come in under the price of DIPTRACE, so it's
> > comparable) In my opinion, it's the perfect tool for HOMEBREW.
>
> So, you are going to add links to their website in the Links section,
> right? ;')
>
> Steve Greenfield

I don't have a website to host tutorials, so I just added a small text
file to the Files section. I hope that's okay. If not, trash it.

Many forum posters have been very helpful in helping me learn CADSOFT
EAGLE, so I just wrote down message indexes for future reference.
This is just a copy of them.

The file is called Eagle_howto_threads with message numbers to the
"CAD_Eagle" folder. If you know additional message indices for
learning EAGLE, email them to me and I'll include them in the file.
I'll try to update the list somewhere between once a week and once a
month. (I haven't tried that yet. I'm just assuming it's possible.
We'll see.)

WARNING: The message numbers DO NOT point to the first message in
the thread. They're just the numbers I wrote down. Nor do the
names correspond to thread names.

Thanks to everybody for your help and for your insight in learning
this tool.

RE: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Alan Marconett

Hi Alan K,

I agree, it could be better! Looking at $400 or even $600 (I LIKE the
auto-router) is rather daunting. If I were going to do many boards, it
might be bearable. I spent that on a CAD/CAM package (Vector). I am not
anxious to do that again anytime soon. Hopefully I can just use the 3" x 4"
board format for a few projects.

I'm working my way through the library, I can copy and modify a part now
(actually copy a symbol and package), so I have the basics for what I
currently need.

I don't know how formidable the layout work is, I have a simple design that
I'm currently working on. Then it's on to the CAM module work to generate
the actual board files. We'll see.

There is a yahoo group pcb-gcode that may be of interest. I haven't ran the
program that is being developed there yet:

http://groups.yahoo.com/group/pcb-gcode/?yguid=35947529

But it appears to have good rapport with Eagle. Could be interesting.

Alan KM6VV
SherlineCNC


> -----Original Message-----
> On Behalf Of Alan King
> >
> Well it works, but it could work better even for them. They appear to
> be very Euro-centric, and targeting commercial outfits etc since that's
> who buys in Europe. I don't think they really have a proper concept of
> just how many individuals would afford it themselves in the US etc if
> the pricing and capabilities were properly matched to individual needs.
> As it is it's $400 for a double beginner size board setup, for schematic
> and layout. If that was more like $200, they would sell way more than
> 2x as many, even though it would still be priced at 2x of a lot of the
> competition.. $400 simply puts it out of the purchase realm of many
> people who'd manage to afford $150 or $200, and there are way more
> people in that category here than in Europe, I don't think they really
> understand that idea very well..
>
> What it really needs is simply a map. A chart or graphic map of which
> copy or move etc function to use under which circumstances would greatly
> advance ease of use for most people. Similarly a chart for what to do
> for the various library operations would make way more sense than all
> the different descriptions. Though of it a week ago when the library
> discussions came up, simply don't have time to do it myself right now..
>
> Alan
>

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Bob_xyz

--- In Homebrew_PCBs@yahoogroups.com, Alan Marconett <KM6VV@...> wrote:
>
<snip>
>
> A Yahoo list for Eagle would be nice!
>

Given the percentage of Eagle-related posts made to this group over
the past few days, the level of interest indicates to me that somebody
could start one and it would instantly become a very active group.
(The folks at CadSoft might even want to get involved.)


Regards, Bob

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Stefan Trethan

On Thu, 16 Mar 2006 18:47:59 +0100, Bob_xyz <bob_barr@...> wrote:

>> A Yahoo list for Eagle would be nice!
>
>>
>
>
> Given the percentage of Eagle-related posts made to this group over
>
> the past few days, the level of interest indicates to me that somebody
>
> could start one and it would instantly become a very active group.
>
> (The folks at CadSoft might even want to get involved.)
>
>
>
> Regards, Bob
>
>


How 'bout <http://groups.yahoo.com/group/eaglecad/>
500 members and all.

ST

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by kilocycles

Not specifically directed to Stefan; just convenient to use his post
for a general response :)

The free version of DipTrace has no limit on board size, but is
"complexity limited" by a 250 pin maximum, which is fairly generous.
I did a receiver IF system using all discrete components in Eagle,
which pretty much filled the board, and the pin count was 215.
DipTrace would be especially good for boards that need large foil
traces, physical separation and have physically large components, such
as power supplies with board mounted transformers and large
computer-grade electrolytic caps.

Cheers,
Ted KX4OM

--- In Homebrew_PCBs@yahoogroups.com, "Stefan Trethan"
<stefan_trethan@...> wrote:
>
> Which is why i bought Target, which has a pin limit.
> I can make boards as large as i like, but the number of pins is limited.
>
> Has disadvantages also, but i prefer it over size limit.
>
> ST
>
>
> On Thu, 16 Mar 2006 01:18:26 +0100, Alan King <alan@...> wrote:
>
> >
> >
> > The fact is, it does unduly penalize those who would want relatively
> >
> > simple schematics but need larger unused areas.

---snip---

And if you had to choose at the outset for larger
> >
> > board or small board but no complexity limit, that should be easy
enough
> >
> > to program in.
> >
> >
> > Alan
>

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Stefan Trethan

On Thu, 16 Mar 2006 19:26:56 +0100, Bob_xyz <bob_barr@...> wrote:

> Sorry, Stefan, I stand corrected. I had just assumed that there wasn't
>
> one based on the number of Eagle posts being made here. I should have
>
> done a search.
>
>
>
> Regards, Bob


nothing to be sorry about, i didn't know before either.
I personally don't feel eagle posts are off topic, are they?
'course, as there is a special group for it you might find better
responses there.
I'd still like to read eagle related posts, especially if the procedures
can be applied more generally to other packages.

ST

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by alan00463

--- In Homebrew_PCBs@yahoogroups.com, "Stefan Trethan"
<stefan_trethan@...> wrote:
>
> On Thu, 16 Mar 2006 19:26:56 +0100, Bob_xyz <bob_barr@...> wrote:
>
> > Sorry, Stefan, I stand corrected. I had just assumed that there wasn't
> >
> > one based on the number of Eagle posts being made here. I should have
> >
> > done a search.
> >
> >
> >
> > Regards, Bob
>
>
> nothing to be sorry about, i didn't know before either.
> I personally don't feel eagle posts are off topic, are they?
> 'course, as there is a special group for it you might find better
> responses there.
> I'd still like to read eagle related posts, especially if the
procedures
> can be applied more generally to other packages.
>

Oh, no, I didn't know of that group either. I'm glad to know of it.
I will look for answers there too.

No, I don't think EAGLE posts are off topic here either. People here
have been most helpful. However, I will remember to look in both forums.

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Stefan Trethan

Not specifically directed to Ted, but also directed to him:

I made a new table in the database section listing diffent PCB layout
packages.
Have a look, and if you have the time fill in what's missing.
If there are any ideas for changes or to add something (we can not have
more than 10 columns) please tell us now before there are many entries.


<http://groups.yahoo.com/group/Homebrew_PCBs/database?method=reportRows&tbl=7>

I set it so that every member can edit entries, i thought it would be
better to allow changes easily than have the added security.

It can be time consuming to add entries, especially if there are many
license variants. There is a easy pricedure to speed this up:
Enter one license version via the add record function. Then select export
table. Copy this text into a text editor and remove all lines but the one
of the entry you just made. Copy this line as often as there are other
license variants. Edit those lines with all the data. Select the lines
with the additional variants, and copy to clipboard. In the browser use
import records to add them. Works like a charm, but do not use commas in
your entries like i did, because otherwise there will be a / added for
each comma 'cause is also used as field separator.

I hope this works out, if it does one can even sort the table by price
etc..
Do let me know any ideas for changes so we get it perfect before too many
records are in.

ST




On Thu, 16 Mar 2006 19:17:55 +0100, kilocycles <kilocycles@...>
wrote:

> Not specifically directed to Stefan; just convenient to use his post
>
> for a general response
>
>
> The free version of DipTrace has no limit on board size, but is
>
> "complexity limited" by a 250 pin maximum, which is fairly generous.
>
> I did a receiver IF system using all discrete components in Eagle,
>
> which pretty much filled the board, and the pin count was 215.
>
> DipTrace would be especially good for boards that need large foil
>
> traces, physical separation and have physically large components, such
>
> as power supplies with board mounted transformers and large
>
> computer-grade electrolytic caps.
>
>
> Cheers,
>
> Ted KX4OM

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Norm Stewart

As many CAD packages and users as there are out there,
how about placing some of the user generated special
parts in the library files to save the rest of us from
re-inventing them? (old DOS OrCad user).

Norm
W6NIM

----- Original Message -----
From: "Stefan Trethan" <stefan_trethan@...>
To: <Homebrew_PCBs@yahoogroups.com>
Sent: Thursday, March 16, 2006 11:15 AM
Subject: Re: [Homebrew_PCBs] Re: freeware CAD EAGLE ->
(Alan Marconett)


> Not specifically directed to Ted, but also directed
> to him:
>
> I made a new table in the database section listing
> diffent PCB layout
> packages.
> Have a look, and if you have the time fill in what's
> missing.
> If there are any ideas for changes or to add
> something (we can not have
> more than 10 columns) please tell us now before there
> are many entries.
>
>
> <http://groups.yahoo.com/group/Homebrew_PCBs/database?method=reportRows&tbl=7>
>
> I set it so that every member can edit entries, i
> thought it would be
> better to allow changes easily than have the added
> security.
>
> It can be time consuming to add entries, especially
> if there are many
> license variants. There is a easy pricedure to speed
> this up:
> Enter one license version via the add record
> function. Then select export
> table. Copy this text into a text editor and remove
> all lines but the one
> of the entry you just made. Copy this line as often
> as there are other
> license variants. Edit those lines with all the data.
> Select the lines
> with the additional variants, and copy to clipboard.
> In the browser use
> import records to add them. Works like a charm, but
> do not use commas in
> your entries like i did, because otherwise there will
> be a / added for
> each comma 'cause is also used as field separator.
>
> I hope this works out, if it does one can even sort
> the table by price
> etc..
> Do let me know any ideas for changes so we get it
> perfect before too many
> records are in.
>
> ST
>
>
>
>
> On Thu, 16 Mar 2006 19:17:55 +0100, kilocycles
> <kilocycles@...>
> wrote:
>
>> Not specifically directed to Stefan; just convenient
>> to use his post
>>
>> for a general response
>>
>>
>> The free version of DipTrace has no limit on board
>> size, but is
>>
>> "complexity limited" by a 250 pin maximum, which is
>> fairly generous.
>>
>> I did a receiver IF system using all discrete
>> components in Eagle,
>>
>> which pretty much filled the board, and the pin
>> count was 215.
>>
>> DipTrace would be especially good for boards that
>> need large foil
>>
>> traces, physical separation and have physically
>> large components, such
>>
>> as power supplies with board mounted transformers
>> and large
>>
>> computer-grade electrolytic caps.
>>
>>
>> Cheers,
>>
>> Ted KX4OM
>
>
>
>
> Be sure to visit the group home and check for new
> Links, Files, and Photos:
> http://groups.yahoo.com/group/Homebrew_PCBs
>
> If Files or Photos are running short of space, post
> them here:
> http://groups.yahoo.com/group/Homebrew_PCBs_Archives/
> Yahoo! Groups Links
>
>
>
>
>
>
>

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Steve

--- In Homebrew_PCBs@yahoogroups.com, "Stefan Trethan"
<stefan_trethan@...> wrote:
>
> On Thu, 16 Mar 2006 19:26:56 +0100, Bob_xyz <bob_barr@...> wrote:
>
> > Sorry, Stefan, I stand corrected. I had just assumed that there wasn't
> >
> > one based on the number of Eagle posts being made here. I should have
> >
> > done a search.

> nothing to be sorry about, i didn't know before either.
> I personally don't feel eagle posts are off topic, are they?
> 'course, as there is a special group for it you might find better
> responses there.
> I'd still like to read eagle related posts, especially if the
procedures
> can be applied more generally to other packages.

Definitely -on- topic. I'm surprised no one ever mentioned it here
before, I see a few members in common. Looks like it was started a few
years after this one. I can see the utility in having a list dedicated
to all the ins-and-outs of a particular bit of software.

Links, links, links!

RE: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Alan Marconett

Hi Stefan,

Now THAT's what I was looking for! My meager search didn't turn it up.

Thanks,

Alan KM6VV


>
> >> A Yahoo list for Eagle would be nice!
> >
> >>
> >
> >
> > Given the percentage of Eagle-related posts made to this group over
> >
> > the past few days, the level of interest indicates to me that somebody
> >
> > could start one and it would instantly become a very active group.
> >
> > (The folks at CadSoft might even want to get involved.)
> >
> >
> >
> > Regards, Bob
>
> How 'bout <http://groups.yahoo.com/group/eaglecad/>
> 500 members and all.
>
> ST

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Stefan Trethan

On Thu, 16 Mar 2006 20:24:33 +0100, Norm Stewart <w6nim@...> wrote:

> As many CAD packages and users as there are out there,
>
> how about placing some of the user generated special
>
> parts in the library files to save the rest of us from
>
> re-inventing them? (old DOS OrCad user).
>
>
> Norm
>
> W6NIM


Problem being a part good for one use might not be good for another.
Think of pad sizes/shapes, or something as simple as component legend text
or even line width.

In my experience i had to at least edit _all_ components, even those that
came with the software.
If you make them as you need them it isn't terribly much work.

But if that isn't a concern for you then try it, i just wanted to add i
found it quicker to make/modify my own parts than looking for them.

ST

RE: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Alan Marconett

Hi Ted,

That doesn't seem very high. I easily exceeded that in the little PIC
design I'm doing. Connectors eat up a lot of pins I guess. Digital
probably has more pins typically then analog. I'm at maybe 350-400 now.
But then this is really my first PCB project (that I'm laying out) in a long
time.

Sounds like a pin limit is fine for analog designs!

I'm not dedicated (hard wired? Sorry!) to Eagle, I just knew about it to
try. And I like the import/export capabilities. I think I can write some
useful conversion programs to work with Eagle. Just my thoughts.

FB OM!

Alan KM6VV


> Subject: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)
>
> Not specifically directed to Stefan; just convenient to use his post
> for a general response :)
>
> The free version of DipTrace has no limit on board size, but is
> "complexity limited" by a 250 pin maximum, which is fairly generous.
> I did a receiver IF system using all discrete components in Eagle,
> which pretty much filled the board, and the pin count was 215.
> DipTrace would be especially good for boards that need large foil
> traces, physical separation and have physically large components, such
> as power supplies with board mounted transformers and large
> computer-grade electrolytic caps.
>
> Cheers,
> Ted KX4OM
>

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-16 by Wayne Topa

Alan Marconett(KM6VV@...) is reported to have said:
> Hi Alan K, !
>
> I take your point! Better then nothing, I suppose. I like your "area *
> complexity" algorithm. But I think they've been using this for what, 6+
> years now? Must work for them.
>
> I'm getting the hang of the library, I made two parts (PIC18F2520 and
> MAX232) by copying parts and making the changes I wanted. Nice! One
> more part to copy/paste, and I'll have all the power straightened out.
> I seem to recall an "alias" function, must be for a different program.
>
> A Yahoo list for Eagle would be nice!

To learn more about the eaglecad group, please visit
http://groups.yahoo.com/group/eaglecad


:-) HTH, YMMV, HAND :-)

Wayne

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-17 by davelandnni

Alan

I see you on CADCAMEDMDRO and now I see you here... You get around!!

I think that Eagle and others should adopt a $per board strategy for
causal users like us. They could make a single board license file
that costs say $20 and gives you unlimited features for that single
board (locked to that PCB file on your PC). You go to the web site
and paypal $20 and they send you the license file good for one
board. The license file "dies" after you run your CAM process for
the 5th time on the board ( 4 tries to get it right). The license
file would also be suspended if you try and delete too many parts and
make another board from the design (cheating). You could then beg for
forgiveness and get a re-instatement.

With the internet it is easy for them to add the "spyware" needed to
insure the license file is not copied and used by someone else. Just
use the MAC or IP address of the machine as the "key".

IF they had this... I would already have spent $200 with them and not
have to think about moving to a competative package... they would
have sucked me in!!

DAve

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-17 by Stefan Trethan

I don't think many people would go for that.
I would expect most of us to prefer permanent, one-time payment solutions.

Also, the guys making my PCB software said when asked why the programm
simply terminates after a while if you are over the pin limit (this is
indicated) that it is to prevent hacking. If you add a message "you are
over it" it is easy to spot and hack the programm there. Instead they
check in several places with a short piece of code. So it may be difficult
to prevent hacking of some licensing schemes.

ST


On Fri, 17 Mar 2006 02:15:08 +0100, davelandnni <daveland@...> wrote:

> I think that Eagle and others should adopt a $per board strategy for
>
> causal users like us. They could make a single board license file
>
> that costs say $20 and gives you unlimited features for that single
>
> board (locked to that PCB file on your PC). You go to the web site
>
> and paypal $20 and they send you the license file good for one
>
> board. The license file "dies" after you run your CAM process for
>
> the 5th time on the board ( 4 tries to get it right). The license
>
> file would also be suspended if you try and delete too many parts and
>
> make another board from the design (cheating). You could then beg for
>
> forgiveness and get a re-instatement.

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-17 by kilocycles

Alan,
That's right, it isn't very high for digital circuitry. A 16F877 and
a few other supporting ICs will run the count up in a hurry. That's
why I mentioned that my 215-pin design was discrete components only.
The design was the IF system in Figure 6.50 of "Experimental Methods
for RF Design", the one using two pairs of J310 JFETs in cascoded
arrangement. There are a lot of components in that design, and I had
about a 1 square inch open area left on the 3 x 4 Eagle board when I
was finished.

I manually routed the board as I went, by the way. I added the
components for a functional section to the schematic, for example the
JFET pairs and associated circuitry for the board signal input from
the crystal filter, laid them out on the board in a logical position,
and routed; then I moved on to the next section, etc., following the
signal flow from the schematic in the figure.

Doing it that way made it pretty easy to tweak the routing when I had
all of the components on the board, without having to unsnarl any
oddball paths created by autorouting. I found that when I'd rip up a
few tracks to move components around a bit, I could just hit the
autoroute icon, and it would redo the routes pretty much as I wanted.

Originally, I laid the board out with two 12 volt feeds, and some
jumpers from the on-board regulator for Vcc to various points in the
cicuit, but as it turned out, I was able to lay down tracks for most
of the power feeds to the functional sections by the time I was finished.

I did this board with a ground plane for the component side. To avoid
having to mill clearance holes for non-grounded through-hole component
leads, I exported the board image as a BMP file, and using the layer
feature in Photoshop (freeware Paint.net will do layers, too), I
manually added circular clearance holes for the ground plane side.
After I printed the bottom layer tracks and ironed, I drilled a few
holes in through-component lead pads to line up the holes, and then
aligned the ground plane printout by holding the board up to the
light. Then I ironed the ground plane pattern onto the PCB.

I found that when I reheated the board while ironing on the ground
plane/component side, some of the bottom layer tracks' toner
transferred to the pad I was using as a surface for ironing. Next
time I do a double-sided board, I think I'll etch the tracks side
(masking the other side with electrical tape), drill my registration
holes, and then iron the ground plane side. It shouldn't be necessary
to do it that way. Under my old process of applying the toner to
Press-n-Peel Blue with a copier, that reverse-transfer wouldn't have
happened. P-n-P is so tough when it's applied with a copier, you just
about have to sand it off (or use acetone, as I learned after many
boards :) ). Now that I'm using my Brother 2040 laser printer for
toner transfer, I have real problems in getting the toner to stick to
the board in the first place, which has been much discussed here in
this group.

73,
Ted KX4OM
www.kx4om.com

--- In Homebrew_PCBs@yahoogroups.com, "Alan Marconett" <KM6VV@...> wrote:
>
> Hi Ted,
>
> That doesn't seem very high. I easily exceeded that in the little PIC
> design I'm doing. Connectors eat up a lot of pins I guess. Digital
> probably has more pins typically then analog. I'm at maybe 350-400 now.
> But then this is really my first PCB project (that I'm laying out)
in a long
> time.
>
---snip---
> > The free version of DipTrace has no limit on board size, but is
> > "complexity limited" by a 250 pin maximum, which is fairly generous.
> > I did a receiver IF system using all discrete components in Eagle,
> > which pretty much filled the board, and the pin count was 215.
> > DipTrace would be especially good for boards that need large foil
> > traces, physical separation and have physically large components, such
> > as power supplies with board mounted transformers and large
> > computer-grade electrolytic caps.
> >
> > Cheers,
> > Ted KX4OM

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-17 by Wayne Topa

Alan King(alan@...) is reported to have said:
> Wayne Topa wrote:
>
> >Alan Marconett(KM6VV@...) is reported to have said:
> >
> >
> >>A Yahoo list for Eagle would be nice!
> >>
> >>
> >
> >To learn more about the eaglecad group, please visit
> >http://groups.yahoo.com/group/eaglecad
> >
> >
> >:-) HTH, YMMV, HAND :-)
> >
> >Wayne
> >
> >
>
> I see you aren't a card carrying member of AUA.. (Acronym Users
> Anonymous)

Nah

HTH=Hope This Helps, YMMV=Your Mileage May Vary, HAND=Have A Nice Day

Wayne

--
Whom computers would destroy, they must first drive mad.
_______________________________________________________

RE: [Homebrew_PCBs] Re: freeware CAD EAGLE

2006-03-17 by Alan Marconett

Hi Dave,

Yes, I'm on a few CAD/CAM lists! It all seems to tie together. I'm back on
the Homebrew PCB list after a hiatus, I was concentrating on CNCing my
Sherline mill and lathe, writing STEP4, my CNC controller program, and
designing and building about 6 working steam engine models. I like the idea
of MILLING isolation traces for a board.

That's an idea, although it would probably wind up being expensive for me,
I'm SURE I'll take quite a few tries at the CAM process.

Eagle actually, as I understand it, ALLOWS you to give the CAM module to
your board house, bun NOT of course, the setup/license code/data.

I did run the CAM on the example Hexapod file last night. As I mentioned in
a previous post, the first time (2001) I ran it prompted me to write a
Gerber to Gcode program (kinda got me sidetracked).

Pin count seems to be a favorite way to limit, as well as board size. If
they just allow me to upgrade a module at a time, I might be OK going to the
next level.

Alan KM6VV
SherlineCNC list

> Alan
>
> I see you on CADCAMEDMDRO and now I see you here... You get around!!
>
> I think that Eagle and others should adopt a $per board strategy for
> causal users like us. They could make a single board license file
> that costs say $20 and gives you unlimited features for that single
> board (locked to that PCB file on your PC). You go to the web site
> and paypal $20 and they send you the license file good for one
> board. The license file "dies" after you run your CAM process for
> the 5th time on the board ( 4 tries to get it right). The license
> file would also be suspended if you try and delete too many parts and
> make another board from the design (cheating). You could then beg for
> forgiveness and get a re-instatement.
>
> With the internet it is easy for them to add the "spyware" needed to
> insure the license file is not copied and used by someone else. Just
> use the MAC or IP address of the machine as the "key".
>
> IF they had this... I would already have spent $200 with them and not
> have to think about moving to a competative package... they would
> have sucked me in!!
>
> DAve
>

RE: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-17 by Alan Marconett

Hi Ted,

That IS a lot of parts for a discrete RF design! I can see how working back
and forth on the schematic and layout would be an ideal way to get good
routes. Do you already have a parts layout in mind before you do this? I
got into the habit of laying out wire-wrap projects by inserting WW sockets
into prototype board beforehand to get an idea of the layout. Discrete
parts as well. But then I would solder ALL of the sockets down first. This
"tightly interactive" annotation between schematic and layout is great!

On this board I found that the "flying wires" and parts profiles made it
fairly easy to initially get all of the packages down and roughly
orientated. Quite a difference from working with a bag of WW sockets!

I won't be using a ground plane, but it's nice to learn how you've done it.
Hopefully I'll be able to MILL isolation traces, but I may also try
Press-n-Peel Blue, just to be able to compare the results.

I have been wondering how much of the board to manually route, and when to
just let the auto-router do it. Last night I got my first exposure to
routing power traces by hand, and watching the flying wires disappear after
a net was routed (and the rat's nest updated). CUTE! I thought I'd run
into a snag when I routed a ground trace from an IC over to a servo ground.
I couldn't delete my added route! But I found out that if I ripped it up
(back to an air line) that the rat's nest update would then delete the bit I
wanted (I already had the two nodes connected; I didn't want a ground loop).
I also found out how to rip up the entire board, which I needed!

73's,

Alan KM6VV

>
> Alan,
> That's right, it isn't very high for digital circuitry. A 16F877 and
> a few other supporting ICs will run the count up in a hurry. That's
> why I mentioned that my 215-pin design was discrete components only.
> The design was the IF system in Figure 6.50 of "Experimental Methods
> for RF Design", the one using two pairs of J310 JFETs in cascoded
> arrangement. There are a lot of components in that design, and I had
> about a 1 square inch open area left on the 3 x 4 Eagle board when I
> was finished.
>
> I manually routed the board as I went, by the way. I added the
> components for a functional section to the schematic, for example the
> JFET pairs and associated circuitry for the board signal input from
> the crystal filter, laid them out on the board in a logical position,
> and routed; then I moved on to the next section, etc., following the
> signal flow from the schematic in the figure.
>
> Doing it that way made it pretty easy to tweak the routing when I had
> all of the components on the board, without having to unsnarl any
> oddball paths created by autorouting. I found that when I'd rip up a
> few tracks to move components around a bit, I could just hit the
> autoroute icon, and it would redo the routes pretty much as I wanted.
>
> Originally, I laid the board out with two 12 volt feeds, and some
> jumpers from the on-board regulator for Vcc to various points in the
> cicuit, but as it turned out, I was able to lay down tracks for most
> of the power feeds to the functional sections by the time I was finished.
>
> I did this board with a ground plane for the component side. To avoid
> having to mill clearance holes for non-grounded through-hole component
> leads, I exported the board image as a BMP file, and using the layer
> feature in Photoshop (freeware Paint.net will do layers, too), I
> manually added circular clearance holes for the ground plane side.
> After I printed the bottom layer tracks and ironed, I drilled a few
> holes in through-component lead pads to line up the holes, and then
> aligned the ground plane printout by holding the board up to the
> light. Then I ironed the ground plane pattern onto the PCB.
>
> I found that when I reheated the board while ironing on the ground
> plane/component side, some of the bottom layer tracks' toner
> transferred to the pad I was using as a surface for ironing. Next
> time I do a double-sided board, I think I'll etch the tracks side
> (masking the other side with electrical tape), drill my registration
> holes, and then iron the ground plane side. It shouldn't be necessary
> to do it that way. Under my old process of applying the toner to
> Press-n-Peel Blue with a copier, that reverse-transfer wouldn't have
> happened. P-n-P is so tough when it's applied with a copier, you just
> about have to sand it off (or use acetone, as I learned after many
> boards :) ). Now that I'm using my Brother 2040 laser printer for
> toner transfer, I have real problems in getting the toner to stick to
> the board in the first place, which has been much discussed here in
> this group.
>
> 73,
> Ted KX4OM
> www.kx4om.com
>

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE

2006-03-17 by Codesuidae

Alan Marconett wrote:

> I like the idea
> of MILLING isolation traces for a board.

I've considered that as well (on my CNC Taig), but haven't gotten around
to trying anything other than using it to drill the holes. Having done
a number of boards with chemical etching and knowing how simple it is, I
haven't gotten up the initiative to try milling one yet.

If you explore the option, would you mind posting details here?

Thanks
Dave K

Mechanical Etching (was Re: freeware CAD EAGLE)

2006-03-17 by Wayne C. Gramlich

--- In Homebrew_PCBs@yahoogroups.com, Codesuidae <codesuidae@...> wrote:
>
> Alan Marconett wrote:
>
> > I like the idea of MILLING isolation traces for a board.
>
> I've considered that as well (on my CNC Taig), but haven't
> gotten around to trying anything other than using it to drill
> the holes. Having done a number of boards with chemical
> etching and knowing how simple it is, I haven't gotten up
> the initiative to try milling one yet.
>
> If you explore the option, would you mind posting details here?

Dave:

Ever since I turned my garage into a toxic soup when my
aquarium tank heater over heated my Ferric Cloride, I have
been interested in mechanical etching the trace outlines.
(Of course, my wife being really really annoyed had nothing
to do with it ;-)

The URL below show the floating Z-head I developed for
mechanical etching:

<http://gramlich.net/projects/mill_lathe/index.html#The_Floating_Z_Head>

The mechanical etching bits come from Think and Tinker:

<http://www.thinktink.com/stack/volumes/voli/store/mechmill.htm>

The concept here is that it can be challenging to get
your blank PCB flat with mill table over the entire
surface of your project. The floating Z head allows
the Z cutter to "float" on top of the board and always
cuts exactly the same depth. The design consists of
a Sherline header block hooked together with two
flexible sheets of metal to a Dremel(tm) motor tool
holder. I'm using a Dremel for the cutter spindle to
get the highest RPM possible.

The drawbacks of mechanical etching is that the bits are
expensive ($6-10 each) and wear out after approximately
500-1000 linear inches of mechanical etching. As usual,
there are no plated through holes, but that is fairly
typical of the Home Brew PCB crowd.

I had limited success with the setup shown until I
decided I needed to totally update my CNC setup.
The CNC update is well under way, but is still not
complete.

I hope this helps,

-Wayne

RE: [Homebrew_PCBs] Re: freeware CAD EAGLE

2006-03-17 by Alan Marconett

Hi Dave,

OK, I'll be sure to do that! A small way I can return the favor for all
the help I've received.

Alan KM6VV

>
> Alan Marconett wrote:
>
> > I like the idea
> > of MILLING isolation traces for a board.
>
> I've considered that as well (on my CNC Taig), but haven't gotten around
> to trying anything other than using it to drill the holes. Having done
> a number of boards with chemical etching and knowing how simple it is, I
> haven't gotten up the initiative to try milling one yet.
>
> If you explore the option, would you mind posting details here?
>
> Thanks
> Dave K
>
>

RE: [Homebrew_PCBs] Mechanical Etching (was Re: freeware CAD EAGLE)

2006-03-17 by Alan Marconett

HI Wayne, list,

I have 4 holes on a 4" x 3" rectangle (the corners), and one in the center.
I'm going to try and BOLT the board down to a sacrificial piece that has
been flycut flat in the mill. That should get me fairly flat and true.
We'll see.

Oh! You mentioned no plated through holes! I almost forgot about that!
I'll have to move a few via's then.

Alan KM6VV

>
> The URL below show the floating Z-head I developed for
> mechanical etching:
>
> <http://gramlich.net/projects/mill_lathe/index.html#The_Floating_Z_Head>
>
> The mechanical etching bits come from Think and Tinker:
>
> <snip>
> -Wayne
>

Re: [Homebrew_PCBs] Mechanical Etching (was Re: freeware CAD EAGLE)

2006-03-17 by Alan King

>The drawbacks of mechanical etching is that the bits are
>expensive ($6-10 each) and wear out after approximately
>500-1000 linear inches of mechanical etching. As usual,
>there are no plated through holes, but that is fairly
>typical of the Home Brew PCB crowd.
>
>
>

While I wouldn't generally go mechanical for other reasons, I still
haven't figured why the economy of a real engraving spindle hasn't
caught on for this. Low end versions are $100-$150 ish, and several of
Hermes' themselves are only $250 ish, and the floating versions already
have float built in.. The 1/4" diamond tip engraving cutters can be
gotten for $15 or a bit more, and outlast the metal cutters by a good
margin. Plus they have a single flat on the shaft for a single cutting
edge, resharpening is simply a matter of regrinding the flat, although
I've done that with metal cutters only may not be as easy to do a
diamond one well. Diamond tip lasts a lot longer than metal for
engraving, so while the up front purchase costs are there, it'd easily
surpass what most people are using in pretty short order.
OTOH, I do get the impression most people doing it mechanically are
only making the rare board, so cost and efficiency may not be a prime
concern really..

Alan

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-17 by Alan King

Wayne Topa wrote:

>Alan King(alan@...) is reported to have said:
>
>
>>Wayne Topa wrote:
>>
>>
>>
>>>Alan Marconett(KM6VV@...) is reported to have said:
>>>
>>>
>>>
>>>
>>>>A Yahoo list for Eagle would be nice!
>>>>
>>>>
>>>>
>>>>
>>>To learn more about the eaglecad group, please visit
>>>http://groups.yahoo.com/group/eaglecad
>>>
>>>
>>>:-) HTH, YMMV, HAND :-)
>>>
>>>Wayne
>>>
>>>
>>>
>>>
>> I see you aren't a card carrying member of AUA.. (Acronym Users
>>Anonymous)
>>
>>
>
>Nah
>
>HTH=Hope This Helps, YMMV=Your Mileage May Vary, HAND=Have A Nice Day
>
>Wayne
>
>
>
OIGTA, IAMOPWJTTFLOEWALOPFIO!

A



(Oh, I get them all, I'm a member of People Who Just Type The First
Letter Of Every Word And Let Other People Figure It Out!)

Alan

Re: [Homebrew_PCBs] Board layout with freeware CAD EAGLE - how to fill a polygon

2006-03-18 by Christopher Hart

The red layer is the TOP layer, in other words the copper layer on the same
side as the parts. The Blue layer is the Bottom layer, or the copper layer on
the other side of the board. When making a single sided board the layer you
choose depends on the parts you are using. If you are using surface mount,
you want to use the red layer, if using through hole, you probably want the
blue layer. When I make boards that have a mix, I try to use the red layer,
and simply place the through hole components on the back.
Chris
KC8UFV

On Thursday 09 March 2006 09:52 am, alan00463 wrote:
> I completed my schematic capture with the freeware version of EAGLE
> and have begun board layout.   I am enjoying it, although I still have
> to learn which layers correspond to the physical layers on the PCB. 
> I am just keeping all my traces in the red layer.   I think that
> corresponds to the copper trace side of the board.
>
> Now I am trying to figure out how to make a copper-filled polygon in
> the red layer.   I figured out how to make a closed polygonal figure
> with the trace command.
>
> But my polygons aren't filled.    They're hollow.   Or is that just
> the way they look on the computer screen? 
>
> I looked in the HELP.    Apparently I have to set the 'fill mode' to
> SOLID for this operation.    How do I do that?   Also, how do I set
> the line width for this operation?
>
> Alan
>
>
>
>
>
>
> Be sure to visit the group home and check for new Links, Files, and
> Photos: http://groups.yahoo.com/group/Homebrew_PCBs
>
> If Files or Photos are running short of space, post them here:
> http://groups.yahoo.com/group/Homebrew_PCBs_Archives/
>
>
>
>
> SPONSORED LINKS
> Electrical engineering degree online Electrical engineering degree
> Printed circuit board Electrical engineering Electrical engineering
> course Electrical engineering graduate school
>
>
> YAHOO! GROUPS LINKS
>
>
>  Visit your group "Homebrew_PCBs" on the web.
>  
>  To unsubscribe from this group, send an email to:
>  Homebrew_PCBs-unsubscribe@yahoogroups.com
>  
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>  
>
> Message transport security by GatewayDefender
> 9:52:44 AM ET - 3/9/2006

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-18 by Len Warner

At Fri, 17 Mar 2006 01:15, davelandnni wrote:
>With the internet it is easy for them to add the "spyware" needed to
>insure the license file is not copied and used by someone else. Just
>use the MAC or IP address of the machine as the "key".

Probably unworkable in general, since these numbers are not immutable
and may or may not be under the control of the user.

MAC address is tied to a hardware interface so moves & dies with it
but MAC addresses can be spoofed on some hardware.

A computer may normally have different public and private IP numbers
each unknown from the other domain, by connection through a firewall.

Further, IP numbers may not be 'permanent'; being (re)assigned by
a leasing scheme or computer support, or tied to the current ISP.

So there is potential for much grief, either from pirated licences
or from legitimate but broken ones, and neither the vendor's nor
the purchaser's interest is protected.


Regards, LenW
--
Please trim quotes to minimum for context, then
reply below, or interleave point-by-point replies.

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-18 by kilocycles

Alan,
Sometimes I have an idea of the layout beforehand, but sometimes I
don't. Generally, I'll put a voltage regulator circuit in a section
of the board that minimizes the wire length to the switch on the
panel, or to the dc socket on the back panel, however the circuit is
configured. Same for RF output; I'd prefer to have it at he back of
the board. In the case of this IF board, the input from the crystal
filters comes in at the 3" wide left end of the board, because the
switchable SSB/CW filters I'll be using will be on a sub-board. They
will be fed by the RF input filter/RF amp/mixer/post-mixer amp board,
and obviously I want the input to that board near the back of the
case, but it's not as critical, since it's simply an antenna
connection through coax. I'd like to try to minimize the number of
wires and cables I have flying over the PC boards, though.

When I did the SKN Special trans-receiver, If you take a look at the
web site, I printed out correct-reading images of the boards and glued
them to cardboard, and did the final planning by shuffling them
around. I had to reposition the VFO compartment to the side under the
top lip of the case after I modified the low pass filter to a better
design that turned out to need more length. I was watching "Rides"
the other night, and they were converting Jay Leno's Toronado to rear
wheel drive, and then "oops...we forgot the air conditioner...now
where do we put that?" It ended up in the trunk. Sometimes planning
will carry you only so far!

I did autorouting almost exclusively when I first started with Eagle.
The rat's nest simply looked impossible. One thing I use a lot while
routing, either auto or manual, is "show ground"...click eye icon and
type gnd in the command line text box. That helps in that I know
which end of the component to focus on; i.e., the signal end, and
whether or not I need to reorient it. The triangular
emitter-base-collector transistors drive me batty, trying not to have
to run a signal through the triangle. The pad clearances are pretty
close as it is on a TO-92. Also, I'll use the "i" info icon to show
what signal I'm dealing with, and check the schematic.

I aim to minimize the length of the signal paths whenever possible.
With autorouting, especially if you have it set on a less intelligent
setting like 20, as opposed to 50, the signal paths may end up being 3
or 4 abreast, running around the edge of the board. That's annoying,
when the components they are trying to connect are only 1 inch apart.
Often, you can reposition a couple of resistors to allow the track to
run beneath one, bisecting it, and eliminate one signal running around
the edge of the board. It takes some juggling around. The routing on
the SKN Special receiver board became a whole lot simpler once I put
in the multiple power connection points. The tradeoff of much more
sane RF paths vs. a few extra connections to the +12V jack was easy to
make, in that case.

73,
Ted
www.kx4om.com

--- In Homebrew_PCBs@yahoogroups.com, "Alan Marconett" <KM6VV@...> wrote:
>
> Hi Ted,
>
> That IS a lot of parts for a discrete RF design! I can see how
working back
> and forth on the schematic and layout would be an ideal way to get good
> routes. Do you already have a parts layout in mind before you do
this? I
> got into the habit of laying out wire-wrap projects by inserting WW
sockets
> into prototype board beforehand to get an idea of the layout. Discrete
> parts as well. But then I would solder ALL of the sockets down
first. This
> "tightly interactive" annotation between schematic and layout is great!
>
> On this board I found that the "flying wires" and parts profiles made it
> fairly easy to initially get all of the packages down and roughly
> orientated. Quite a difference from working with a bag of WW sockets!
>
> I won't be using a ground plane, but it's nice to learn how you've
done it.
> Hopefully I'll be able to MILL isolation traces, but I may also try
> Press-n-Peel Blue, just to be able to compare the results.
>
> I have been wondering how much of the board to manually route, and
when to
> just let the auto-router do it. Last night I got my first exposure to
> routing power traces by hand, and watching the flying wires
disappear after
> a net was routed (and the rat's nest updated). CUTE! I thought I'd run
> into a snag when I routed a ground trace from an IC over to a servo
ground.
> I couldn't delete my added route! But I found out that if I ripped
it up
> (back to an air line) that the rat's nest update would then delete
the bit I
> wanted (I already had the two nodes connected; I didn't want a
ground loop).
> I also found out how to rip up the entire board, which I needed!
>
> 73's,
>
> Alan KM6VV
>
> >
> > Alan,
> > That's right, it isn't very high for digital circuitry. A 16F877 and
> > a few other supporting ICs will run the count up in a hurry. That's
> > why I mentioned that my 215-pin design was discrete components only.
> > The design was the IF system in Figure 6.50 of "Experimental Methods
> > for RF Design", the one using two pairs of J310 JFETs in cascoded
> > arrangement. There are a lot of components in that design, and I had
> > about a 1 square inch open area left on the 3 x 4 Eagle board when I
> > was finished.
> >
> > I manually routed the board as I went, by the way. I added the
> > components for a functional section to the schematic, for example the
> > JFET pairs and associated circuitry for the board signal input from
> > the crystal filter, laid them out on the board in a logical position,
> > and routed; then I moved on to the next section, etc., following the
> > signal flow from the schematic in the figure.
---snip---

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-18 by Stefan Trethan

I _SO_ agree with you!
I suggested different color settings for the "rubber bands" of signals to
the developers of my PCB software, they even called me back, but wouldn't
quite see the value in the function as much as i would have liked.
Orcad has this option, and it is dead useful to color ground and VCCs
differently.
A good placement means half the work, probably more, so this feature
really helps. Of course you can select and highlight a net in most any
software, but having them on special colors permanently beats that by a
lot.


ST



On Sun, 19 Mar 2006 00:03:14 +0100, kilocycles <kilocycles@...>
wrote:

> I did autorouting almost exclusively when I first started with Eagle.
>
> The rat's nest simply looked impossible. One thing I use a lot while
>
> routing, either auto or manual, is "show ground"...click eye icon and
>
> type gnd in the command line text box. That helps in that I know
>
> which end of the component to focus on; i.e., the signal end, and
>
> whether or not I need to reorient it. The triangular
>
> emitter-base-collector transistors drive me batty, trying not to have
>
> to run a signal through the triangle. The pad clearances are pretty
>
> close as it is on a TO-92. Also, I'll use the "i" info icon to show
>
> what signal I'm dealing with, and check the schematic.

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-19 by Leon Heller

----- Original Message -----
From: "Stefan Trethan" <stefan_trethan@...>
To: <Homebrew_PCBs@yahoogroups.com>
Sent: Saturday, March 18, 2006 11:37 PM
Subject: Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)


>I _SO_ agree with you!
> I suggested different color settings for the "rubber bands" of signals to
> the developers of my PCB software, they even called me back, but wouldn't
> quite see the value in the function as much as i would have liked.
> Orcad has this option, and it is dead useful to color ground and VCCs
> differently.
> A good placement means half the work, probably more, so this feature
> really helps. Of course you can select and highlight a net in most any
> software, but having them on special colors permanently beats that by a
> lot.

Pulsonix, of course, lets nets be assigned any colour. I tend not to use
the feature, though, and just highlight the net I am routing, for critical
nets.

Leon

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-19 by Bob_xyz

--- In Homebrew_PCBs@yahoogroups.com, "Leon Heller" <leon.heller@...>
wrote:
>
>
> Pulsonix, of course, lets nets be assigned any colour. I tend not
to use
> the feature, though, and just highlight the net I am routing, for
critical
> nets.
>

Can you different colors for individual net names, such as red for
Vcc, green for ground, and another color for the other nets? That
sounds like a very handy feature.


Regards, Bob

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-19 by Leon Heller

----- Original Message -----
From: "Bob_xyz" <bob_barr@...>
To: <Homebrew_PCBs@yahoogroups.com>
Sent: Sunday, March 19, 2006 6:04 AM
Subject: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)


> --- In Homebrew_PCBs@yahoogroups.com, "Leon Heller" <leon.heller@...>
> wrote:
>>
>>
>> Pulsonix, of course, lets nets be assigned any colour. I tend not
> to use
>> the feature, though, and just highlight the net I am routing, for
> critical
>> nets.
>>
>
> Can you different colors for individual net names, such as red for
> Vcc, green for ground, and another color for the other nets? That
> sounds like a very handy feature.

In fact, each net could have its own colour! Apart from the basic colours
(56 of them) one can define one's own custom colours via R,G and B and hue,
saturation and luminosity values.

Leon

Re: [Homebrew_PCBs] Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-19 by Alan Marconett

Hi Ted,

I haven't done any layouts for HF. Last time, I think it was probably a
tube circuit. Ok, maybe some simple single side circuit laid out with tape.

I went to your website, but couldn't find the SKN xcvr.

Although I did a few sample autoroutes on my board, I just "kept going"
after getting the the pwr routed. Wasn't that hard! The board was
fairly simple, 'tho.

And I came to appreciate why boards (digital anyway) are often routed
one direction on top, and a cross direction on the bottom. It keeps the
paths open, and minimizes vias.

Alan KM6VV

kilocycles wrote:
> Alan,
> Sometimes I have an idea of the layout beforehand, but sometimes I
> don't. Generally, I'll put a voltage regulator circuit in a section
> of the board that minimizes the wire length to the switch on the
> panel, or to the dc socket on the back panel, however the circuit is
> configured. Same for RF output; I'd prefer to have it at he back of
> the board. In the case of this IF board, the input from the crystal
> filters comes in at the 3" wide left end of the board, because the
> switchable SSB/CW filters I'll be using will be on a sub-board. They
> will be fed by the RF input filter/RF amp/mixer/post-mixer amp board,
> and obviously I want the input to that board near the back of the
> case, but it's not as critical, since it's simply an antenna
> connection through coax. I'd like to try to minimize the number of
> wires and cables I have flying over the PC boards, though.
>
> When I did the SKN Special trans-receiver, If you take a look at the
> web site, I printed out correct-reading images of the boards and glued
> them to cardboard, and did the final planning by shuffling them
> around. I had to reposition the VFO compartment to the side under the
> top lip of the case after I modified the low pass filter to a better
> design that turned out to need more length. I was watching "Rides"
> the other night, and they were converting Jay Leno's Toronado to rear
> wheel drive, and then "oops...we forgot the air conditioner...now
> where do we put that?" It ended up in the trunk. Sometimes planning
> will carry you only so far!
>
> I did autorouting almost exclusively when I first started with Eagle.
> The rat's nest simply looked impossible. One thing I use a lot while
> routing, either auto or manual, is "show ground"...click eye icon and
> type gnd in the command line text box. That helps in that I know
> which end of the component to focus on; i.e., the signal end, and
> whether or not I need to reorient it. The triangular
> emitter-base-collector transistors drive me batty, trying not to have
> to run a signal through the triangle. The pad clearances are pretty
> close as it is on a TO-92. Also, I'll use the "i" info icon to show
> what signal I'm dealing with, and check the schematic.
>
> I aim to minimize the length of the signal paths whenever possible.
> With autorouting, especially if you have it set on a less intelligent
> setting like 20, as opposed to 50, the signal paths may end up being 3
> or 4 abreast, running around the edge of the board. That's annoying,
> when the components they are trying to connect are only 1 inch apart.
> Often, you can reposition a couple of resistors to allow the track to
> run beneath one, bisecting it, and eliminate one signal running around
> the edge of the board. It takes some juggling around. The routing on
> the SKN Special receiver board became a whole lot simpler once I put
> in the multiple power connection points. The tradeoff of much more
> sane RF paths vs. a few extra connections to the +12V jack was easy to
> make, in that case.
>
> 73,
> Ted
> www.kx4om.com
>

Re: freeware CAD EAGLE -> (Alan Marconett)

2006-03-22 by kilocycles

Hi Alan,
The SKN transceiver is "A 30 meter transceiver for Straight Key Night"
under the "Completed Projects" setion, 1st item listed. The direct
link would be http://www.kx4om.com/Projects/SKNXCVR/30mxcvr.html.

The site may have been in flux when you looked. I did some
considerable re-writing of that page last night, changing the wording
from a project description in progress, so the html code was flying
back and forth from my laptop to the server, and the internal links
were changing.

My latest frustration with Eagle is pad design, or lack of it. I'm
doing an RF amplifier circuit that has two MMICs in it for
preamplification prior to the PA. Of course, there are no library
components for the Mini-Circuits MAR-6, or Agilent MSA-0386, etc,. so
I had to design them. The problem is, the spec for the two opposing
ground pad sections (think 4-bladed ceiling fan; input, output, and 2
grounds)are horizontally wide, rounded edges, with 8 through-holes to
the bottom layer of the board, to distribute the capacitance to the
ground plane. The best I could do for the Package was to lay down the
surface mount pads, and draw using the polygon tool on the outer 1/3
of the two ground pads. Now, after adding the part to the schematic,
DRC on the board tells me I have a clearance problem between the
ground pads and the rectangular polygons! Duh...they're suppost to be
connected, but as my questions from last week remain, Eagle expects
one and one only "pad" connected to each pin. Nothing else must touch.

As I told a friend in an e-mail earlier today, that's why I export my
Eagle boards to Photoshop, so I can do anything I want to with them!

It's hard to imagine doing digital work without CAD, even at the DIL
page level. I actually do have a manual wire-wrap tool and a spool of
wire, but I've never used it. To tell you the truth, I'm not very
good at perf-boad soldered lead construction, either. I have a couple
of basic problems: layout visualization (I keep running off the end of
the board), and bending those leads and running wiring in a sane
manner. Doing "Ripup All" is so much easier! I've done a little bit
of "ugly" construction, and that's a very fast way to buid, and I've
done a bit of Manhattan, which is kind of tedious to me. Until I
recently got back into homebrewing the last couple of years, most of
my work involved drilling chassis and mounting tube sockets and
terminal strips. That's quite a gap in time from working with 6146
beam power tetrodes to MMIC amplifiers the size of a piece of buckshot!

CUL,
Ted

--- In Homebrew_PCBs@yahoogroups.com, Alan Marconett <KM6VV@...> wrote:
>
> Hi Ted,
>
> I haven't done any layouts for HF. Last time, I think it was
probably a
> tube circuit. Ok, maybe some simple single side circuit laid out
with tape.
>
> I went to your website, but couldn't find the SKN xcvr.
>
> Although I did a few sample autoroutes on my board, I just "kept going"
> after getting the the pwr routed. Wasn't that hard! The board was
> fairly simple, 'tho.
>
> And I came to appreciate why boards (digital anyway) are often routed
> one direction on top, and a cross direction on the bottom. It keeps
the
> paths open, and minimizes vias.
>
> Alan KM6VV
---snip---

RE: [Homebrew_PCBs] Re: freeware CAD EAGLE

2006-03-22 by Alan Marconett

Hi Ted,

OK, I found it! Quite impressive! I wish I had the time (and knowledge)
for advanced RF projects.

I enjoy the CAD work as well. I've mostly used it for designing parts for
my steam engine models.

http://www.hobbitengineering.com/

But now it's PCB time! I do have a collection of parts for a PCB router,
I'd like to get that up and running.

I've got DeskPCB from IMService, and I'm experimenting with importing Gerber
files into it. I suspect some of the parts I used (or made/altered) have
pads or outlines on the WRONG layer, as not everything is coming through
correctly! More library work.

I did find that by adding only a few lines (blocks) of Gcode, I could get
Vector CAD/CAM to backplot a Excellon file. And I got rid of the offset,
thanks to a reply on this list!

CUL8R,

Alan KM6VV

>
> Hi Alan,
> The SKN transceiver is "A 30 meter transceiver for Straight Key Night"
> under the "Completed Projects" setion, 1st item listed. The direct
> link would be http://www.kx4om.com/Projects/SKNXCVR/30mxcvr.html.
>
> The site may have been in flux when you looked. I did some
> considerable re-writing of that page last night, changing the wording
> from a project description in progress, so the html code was flying
> back and forth from my laptop to the server, and the internal links
> were changing.
>
> My latest frustration with Eagle is pad design, or lack of it. I'm
> doing an RF amplifier circuit that has two MMICs in it for
> preamplification prior to the PA. Of course, there are no library
> components for the Mini-Circuits MAR-6, or Agilent MSA-0386, etc,. so
> I had to design them. The problem is, the spec for the two opposing
> ground pad sections (think 4-bladed ceiling fan; input, output, and 2
> grounds)are horizontally wide, rounded edges, with 8 through-holes to
> the bottom layer of the board, to distribute the capacitance to the
> ground plane. The best I could do for the Package was to lay down the
> surface mount pads, and draw using the polygon tool on the outer 1/3
> of the two ground pads. Now, after adding the part to the schematic,
> DRC on the board tells me I have a clearance problem between the
> ground pads and the rectangular polygons! Duh...they're suppost to be
> connected, but as my questions from last week remain, Eagle expects
> one and one only "pad" connected to each pin. Nothing else must touch.
>
> As I told a friend in an e-mail earlier today, that's why I export my
> Eagle boards to Photoshop, so I can do anything I want to with them!
>
> It's hard to imagine doing digital work without CAD, even at the DIL
> page level. I actually do have a manual wire-wrap tool and a spool of
> wire, but I've never used it. To tell you the truth, I'm not very
> good at perf-boad soldered lead construction, either. I have a couple
> of basic problems: layout visualization (I keep running off the end of
> the board), and bending those leads and running wiring in a sane
> manner. Doing "Ripup All" is so much easier! I've done a little bit
> of "ugly" construction, and that's a very fast way to buid, and I've
> done a bit of Manhattan, which is kind of tedious to me. Until I
> recently got back into homebrewing the last couple of years, most of
> my work involved drilling chassis and mounting tube sockets and
> terminal strips. That's quite a gap in time from working with 6146
> beam power tetrodes to MMIC amplifiers the size of a piece of buckshot!
>
> CUL,
> Ted

Re: freeware CAD EAGLE

2006-03-24 by kilocycles

Alan,
Now I understand why you want to mill your PC boards! Those are very
nice looking engines. I have a fascination for mechanical technology,
especially engines and steam. The National Museum of American History
is my favorite Smithsonian museum. Plus, I'm something of a railfan.
I arranged to have our QRP to the Field annual operating event last
year at the Southeastern Railway Museum. It was fun operating from a
caboose!

Speaking of mechanical technology, have you seen Rich Meiss's work
with Morse keys? I have a link to his three sites on my page, and I
just received a CD from him yesterday. He's going to have his stuff
at Four Days in May this year at Dayton. With your skills and
equipment, I imagine you could turn out some darned nice stuff as
well, if you had the time.

My problem is 1) the lack of funds to put into the lathes and other
tools I'd need to do mechanical work like both you and he do (I'd have
to sell all of my ham radio gear), and 2) lack of good shop skills and
experience. The good thing about Rich's simpler designs is that they
can be done with a hacksaw and belt sander, and I've ben out pricing
belt 1" / combo belt sanders.

As far as building radio equipment, I'd like to be fully homebrew
eventually. The 15 meter SSB/CW transmitter and its peripherals like
a VFO stabilizer circuit and PIC-based counter/display is taking up my
time right now. Then, I'll get back on the 17/12 meter SSB
transceiver based on the Belthorn SSB IF board you saw on the site. I
have an SW-80+ kit to build with the local QRP club next month, and I
have a 40 meter homebrew version as separate VFO, receiver and
transmitter boards ready to build, done in Eagle.

I sold all my modern equiqment last spring when I got back into the
hobby, and I bought several old Heathkit monobanders and three AC
power supplies to restore and sell. Eventually, the HW-101 that is my
primary QRO rig will probably go, as well. I have a full set of
Heathkit HF oscillator crystals, SSB and CW filters, a power
transformer and filter choke from an SB-401, and an LMO. Eventually
that's going into a chassis as a solid state up to the driver and
finals 5-band rig.

73,
Ted

--- In Homebrew_PCBs@yahoogroups.com, "Alan Marconett" <KM6VV@...> wrote:
>
> Hi Ted,
>
> OK, I found it! Quite impressive! I wish I had the time (and
knowledge)
> for advanced RF projects.
>
> I enjoy the CAD work as well. I've mostly used it for designing
parts for
> my steam engine models.
>
> http://www.hobbitengineering.com/
>
> But now it's PCB time! I do have a collection of parts for a PCB
router,
> I'd like to get that up and running.
>
> I've got DeskPCB from IMService, and I'm experimenting with
importing Gerber
> files into it. I suspect some of the parts I used (or made/altered)
have
> pads or outlines on the WRONG layer, as not everything is coming through
> correctly! More library work.
>
> I did find that by adding only a few lines (blocks) of Gcode, I
could get
> Vector CAD/CAM to backplot a Excellon file. And I got rid of the
offset,
> thanks to a reply on this list!
>
> CUL8R,
>
> Alan KM6VV
>
> >
> > Hi Alan,
> > The SKN transceiver is "A 30 meter transceiver for Straight Key Night"
> > under the "Completed Projects" setion, 1st item listed. The direct
> > link would be http://www.kx4om.com/Projects/SKNXCVR/30mxcvr.html.
> >
> > The site may have been in flux when you looked. I did some
> > considerable re-writing of that page last night, changing the wording
> > from a project description in progress, so the html code was flying
> > back and forth from my laptop to the server, and the internal links
> > were changing.
> >
> > My latest frustration with Eagle is pad design, or lack of it. I'm
> > doing an RF amplifier circuit that has two MMICs in it for
> > preamplification prior to the PA. Of course, there are no library
> > components for the Mini-Circuits MAR-6, or Agilent MSA-0386, etc,. so
> > I had to design them. The problem is, the spec for the two opposing
> > ground pad sections (think 4-bladed ceiling fan; input, output, and 2
> > grounds)are horizontally wide, rounded edges, with 8 through-holes to
> > the bottom layer of the board, to distribute the capacitance to the
> > ground plane. The best I could do for the Package was to lay down the
> > surface mount pads, and draw using the polygon tool on the outer 1/3
> > of the two ground pads. Now, after adding the part to the schematic,
> > DRC on the board tells me I have a clearance problem between the
> > ground pads and the rectangular polygons! Duh...they're suppost to be
> > connected, but as my questions from last week remain, Eagle expects
> > one and one only "pad" connected to each pin. Nothing else must
touch.
> >
> > As I told a friend in an e-mail earlier today, that's why I export my
> > Eagle boards to Photoshop, so I can do anything I want to with them!
> >
> > It's hard to imagine doing digital work without CAD, even at the DIL
> > page level. I actually do have a manual wire-wrap tool and a spool of
> > wire, but I've never used it. To tell you the truth, I'm not very
> > good at perf-boad soldered lead construction, either. I have a couple
> > of basic problems: layout visualization (I keep running off the end of
> > the board), and bending those leads and running wiring in a sane
> > manner. Doing "Ripup All" is so much easier! I've done a little bit
> > of "ugly" construction, and that's a very fast way to buid, and I've
> > done a bit of Manhattan, which is kind of tedious to me. Until I
> > recently got back into homebrewing the last couple of years, most of
> > my work involved drilling chassis and mounting tube sockets and
> > terminal strips. That's quite a gap in time from working with 6146
> > beam power tetrodes to MMIC amplifiers the size of a piece of
buckshot!
> >
> > CUL,
> > Ted
>

RE: [Homebrew_PCBs] Re: freeware CAD EAGLE

2006-03-24 by Alan Marconett

HI Ted,

Thanks for the kind words!

Yes, I'm fascinated with the simple, elegant steam engine designs of the
past. Not so much on the RR's, but that may develop later...

I have a little QRP paddle, and I've drawn it up. I've also taken a GOOD
look at some of the really nice keys out there. I believe I could design
and build a reasonable hand key. Just too many other interesting things to
do!

I have a few small CW transmitters in the closet that I intend to restore.
A Johnston and a Heathkit.

For now, I intend to get going on PCB's. And there's the PCB router parts
that are taking up space and not being useable... yet.

I'm still making minor improvements in my board layout, and in the parts I
incorporated into my design. Seems they don't look equally well when it
comes to exporting Gerber files from Eagle. Outlines which must be on the
wrong layers, funny pad sizes/shapes. And now it appears that I'm a "little
too big" in my layout (pushing the envelope), I've lost part of my board!

I'm using DeskPCB to do generate the isolation toolpaths, and export in DXF.
This allows me to import into Vector CAD/CAM and examine it thoroughly.

Can I re-center the border on my board? Just erase and redraw it?

73's,

Alan KM6VV



> Subject: [Homebrew_PCBs] Re: freeware CAD EAGLE
>
> Alan,
> Now I understand why you want to mill your PC boards! Those are very
> nice looking engines. I have a fascination for mechanical technology,
> especially engines and steam. The National Museum of American History
> is my favorite Smithsonian museum. Plus, I'm something of a railfan.
> I arranged to have our QRP to the Field annual operating event last
> year at the Southeastern Railway Museum. It was fun operating from a
> caboose!
>
> Speaking of mechanical technology, have you seen Rich Meiss's work
> with Morse keys? I have a link to his three sites on my page, and I
> just received a CD from him yesterday. He's going to have his stuff
> at Four Days in May this year at Dayton. With your skills and
> equipment, I imagine you could turn out some darned nice stuff as
> well, if you had the time.
>
> My problem is 1) the lack of funds to put into the lathes and other
> tools I'd need to do mechanical work like both you and he do (I'd have
> to sell all of my ham radio gear), and 2) lack of good shop skills and
> experience. The good thing about Rich's simpler designs is that they
> can be done with a hacksaw and belt sander, and I've ben out pricing
> belt 1" / combo belt sanders.
>
> As far as building radio equipment, I'd like to be fully homebrew
> eventually. The 15 meter SSB/CW transmitter and its peripherals like
> a VFO stabilizer circuit and PIC-based counter/display is taking up my
> time right now. Then, I'll get back on the 17/12 meter SSB
> transceiver based on the Belthorn SSB IF board you saw on the site. I
> have an SW-80+ kit to build with the local QRP club next month, and I
> have a 40 meter homebrew version as separate VFO, receiver and
> transmitter boards ready to build, done in Eagle.
>
> I sold all my modern equiqment last spring when I got back into the
> hobby, and I bought several old Heathkit monobanders and three AC
> power supplies to restore and sell. Eventually, the HW-101 that is my
> primary QRO rig will probably go, as well. I have a full set of
> Heathkit HF oscillator crystals, SSB and CW filters, a power
> transformer and filter choke from an SB-401, and an LMO. Eventually
> that's going into a chassis as a solid state up to the driver and
> finals 5-band rig.
>
> 73,
> Ted

Re: freeware CAD EAGLE

2006-03-24 by Wayne C. Gramlich

--- In Homebrew_PCBs@yahoogroups.com, "Alan Marconett" <KM6VV@...> wrote:

[much snippage]

> For now, I intend to get going on PCB's. And there's the
> PCB router parts that are taking up space and not being
> useable... yet.

Just a thought. If you want, you are welcome to borrow
my floating Z head assembly for a Sherline. I've got too
many projects on my plate right now, to reactive the
mechanical etching project.

Let me know,

-Wayne

[eve more snippage]

RE: [Homebrew_PCBs] Re: freeware CAD EAGLE

2006-03-24 by Alan Marconett

Thanks Wayne,

I'll let you know. First off, I'm hoping I can simply bolt the board blank
down sufficiently to keep it flat.

At one time I wrote some software to digitize an irregular surface, and add
in the desired cuts so that it could be machined. Probably overkill for a
PCB!

I'm thinking I might incorporate a vacuum hold down into the PCB router
plans that have been on the back burner for perhaps 4 years.

First thing is to see if I can minimize the backlash sufficiently to mill a
decent board on the Sherline mill.

Alan KM6VV


>
> --- In Homebrew_PCBs@yahoogroups.com, "Alan Marconett" <KM6VV@...> wrote:
>
> [much snippage]
>
> > For now, I intend to get going on PCB's. And there's the
> > PCB router parts that are taking up space and not being
> > useable... yet.
>
> Just a thought. If you want, you are welcome to borrow
> my floating Z head assembly for a Sherline. I've got too
> many projects on my plate right now, to reactive the
> mechanical etching project.
>
> Let me know,
>
> -Wayne

Eagle Border, and multi-section devices--Was- freeware CAD EAGLE

2006-03-25 by kilocycles

Alan,
I'm not quite sure what you mean when you say recenter the border. On
a few occasions, I've manage to lose one of the border lines on my
board, on-screen anyway. I don't know how, I just accidentally
deleted it, probably while deleting a polygon.

You can recenter or otherwise move the whole layout, or a part of the
layout, in effect changing the distance to the border or edge of the
board, by grouping and moving it. The Group icon is the larger of
the two open/closed brackets-looking things on the left. Select that,
then turn on all of your normal layers, and draw a rectangle around
all the components you need to group and move. They will turn red and
black highlghted on-screen. Then click the Move icon, and use
RIGHT-CLICK to drag the layout to wherever you want it.

By the way, I figured out how to make multipart ICs yesterday. I was
working on a 74HC4053 MUX/DEMUX (actually, three single pole double
throw switches with 5V logic control lines). I wanted each switch
section to appear where it needed to be in the schematic, rather than
having all net wires coming in to a 16-pin symbol. Op amps are done
the same way. I drew each switch section symbol with its pins and
saved it under a name, beginning with 74HC4053A (note-I changed the
pin names to the actual pin numbers of the DIP package). The next
section was then 74HC4053B, etc. The last section was the ground,
supply, and two other pins that are usually tied to ground. The
kicker is to assign the first symbols pins as swap level 0, the second
swaplevel 1, etc (that's a drop-down box).

When creating the 74HC4053 device, import first the 74HC4053A symbol,
and look at the drop-down boxes at the upper left. Keep this one at
swaplevel 0, and make sure addlevel is "Next". Then, import the next
symbol with its set of pins, and set swaplevel to 1, and addlevel to
"next". Just put the second symbol right on top of the first. The
third switch section will be swaplevel 2, addlevel "next". The 4th
section is the power section, and it's swaplevel 3, but assign
addlevel or "Always" if you want it to always be shown on the diagram.
If you want it to show only when you type "Invoke" to show power
sections on the diagram, set addlevel to "Must". (I used always). Put
it somewhere beside the pile of 3 switch section symbols on the screen.

Then create the device by clicking on "New" to bring up the package, a
16-pin DIP. Then "Connect" to synchronize the symbol pins with the
actual pad numbers one by one. That's easy if you've changed the pin
names to match. Finish the device by assigning a default designator,
U or IC or whatever, add a description, and save the library.

When you call the part into the schematic, the first switch section
will appear, along with the power section. Click again, and the
second section will appear, again, and the third will appear. Now, if
you're using the device to switch between two LC filter sections, one
narrow and one wide band, for example, you can drag one section to the
input, and drag one to the output. You can mirror one of the sections
so it's facing the filters in the correct orientation. The schematic
looks a lot cleaner and easier to read.

By the way, this IC draws only 4 uA, as opposed to the 16 to 50 mA or
more of a sensitive relay. Steve Weber, KD1JV used the device to do
the bidirectional mixer switching in his Minimalisist SSB transceiver.
I've been using it in my designs ever since.

Ted
--- In Homebrew_PCBs@yahoogroups.com, "Alan Marconett" <KM6VV@...> wrote:
>
> HI Ted,
>
> Thanks for the kind words!
>
> Yes, I'm fascinated with the simple, elegant steam engine designs of the
> past. Not so much on the RR's, but that may develop later...
>
> I have a little QRP paddle, and I've drawn it up. I've also taken a
GOOD
> look at some of the really nice keys out there. I believe I could
design
> and build a reasonable hand key. Just too many other interesting
things to
> do!
>
> I have a few small CW transmitters in the closet that I intend to
restore.
> A Johnston and a Heathkit.
>
> For now, I intend to get going on PCB's. And there's the PCB router
parts
> that are taking up space and not being useable... yet.
>
> I'm still making minor improvements in my board layout, and in the
parts I
> incorporated into my design. Seems they don't look equally well when it
> comes to exporting Gerber files from Eagle. Outlines which must be
on the
> wrong layers, funny pad sizes/shapes. And now it appears that I'm a
"little
> too big" in my layout (pushing the envelope), I've lost part of my
board!
>
> I'm using DeskPCB to do generate the isolation toolpaths, and export
in DXF.
> This allows me to import into Vector CAD/CAM and examine it thoroughly.
>
> Can I re-center the border on my board? Just erase and redraw it?
>
> 73's,
>
> Alan KM6VV
---snip---

Re: [Homebrew_PCBs] Eagle Border, and multi-section devices--Was- freeware CAD EAGLE

2006-03-25 by Alan Marconett

Hi Ted,

Thanks for the rundown on the multi part ICs. I recall drawing 7400
series gates into schematics with Orcad that way. I haven't come to it
in Eagle.

I'm still wanting to get rid of the offset I mentioned being in my
design. Seems that although the "positive coordinate" option switch
gets rid of the objectionable offset, DeskPCB doesn't like it! So I'm
stuck getting the border aligned better. I shrunk my board outline to
fit 3" x 4", and lost my corner holes (for now). The origin is now on
the LL corner, I'm hoping I've solved the problem.

When I last tried to convert Gerber to DXF and overlay the component,
solder and silks, they don't line up (offset somewhere).

One thing that would help is the registration marks for the board. I
wanted to use the four corner holes I initially designed into the board,
but I can't get them into the 3 x 4" Eagle envelope. I haven't found
the symbol to put on the silk layer yet. Maybe that will help the
alignment. I want to make the layers correct for a board house to
produce eventually.

73's,

Alan KM6VV


kilocycles wrote:
> Alan,
> I'm not quite sure what you mean when you say recenter the border. On
> a few occasions, I've manage to lose one of the border lines on my
> board, on-screen anyway. I don't know how, I just accidentally
> deleted it, probably while deleting a polygon.
>
> You can recenter or otherwise move the whole layout, or a part of the
> layout, in effect changing the distance to the border or edge of the
> board, by grouping and moving it. The Group icon is the larger of
> the two open/closed brackets-looking things on the left. Select that,
> then turn on all of your normal layers, and draw a rectangle around
> all the components you need to group and move. They will turn red and
> black highlghted on-screen. Then click the Move icon, and use
> RIGHT-CLICK to drag the layout to wherever you want it.
>
> By the way, I figured out how to make multipart ICs yesterday. I was
> working on a 74HC4053 MUX/DEMUX (actually, three single pole double
> throw switches with 5V logic control lines). I wanted each switch
> section to appear where it needed to be in the schematic, rather than
> having all net wires coming in to a 16-pin symbol. Op amps are done
> the same way. I drew each switch section symbol with its pins and
> saved it under a name, beginning with 74HC4053A (note-I changed the
> pin names to the actual pin numbers of the DIP package). The next
> section was then 74HC4053B, etc. The last section was the ground,
> supply, and two other pins that are usually tied to ground. The
> kicker is to assign the first symbols pins as swap level 0, the second
> swaplevel 1, etc (that's a drop-down box).
>
> When creating the 74HC4053 device, import first the 74HC4053A symbol,
> and look at the drop-down boxes at the upper left. Keep this one at
> swaplevel 0, and make sure addlevel is "Next". Then, import the next
> symbol with its set of pins, and set swaplevel to 1, and addlevel to
> "next". Just put the second symbol right on top of the first. The
> third switch section will be swaplevel 2, addlevel "next". The 4th
> section is the power section, and it's swaplevel 3, but assign
> addlevel or "Always" if you want it to always be shown on the diagram.
> If you want it to show only when you type "Invoke" to show power
> sections on the diagram, set addlevel to "Must". (I used always). Put
> it somewhere beside the pile of 3 switch section symbols on the screen.
>
> Then create the device by clicking on "New" to bring up the package, a
> 16-pin DIP. Then "Connect" to synchronize the symbol pins with the
> actual pad numbers one by one. That's easy if you've changed the pin
> names to match. Finish the device by assigning a default designator,
> U or IC or whatever, add a description, and save the library.
>
> When you call the part into the schematic, the first switch section
> will appear, along with the power section. Click again, and the
> second section will appear, again, and the third will appear. Now, if
> you're using the device to switch between two LC filter sections, one
> narrow and one wide band, for example, you can drag one section to the
> input, and drag one to the output. You can mirror one of the sections
> so it's facing the filters in the correct orientation. The schematic
> looks a lot cleaner and easier to read.
>
> By the way, this IC draws only 4 uA, as opposed to the 16 to 50 mA or
> more of a sensitive relay. Steve Weber, KD1JV used the device to do
> the bidirectional mixer switching in his Minimalisist SSB transceiver.
> I've been using it in my designs ever since.
>
> Ted
> --- In Homebrew_PCBs@yahoogroups.com, "Alan Marconett" <KM6VV@...> wrote:
>
>>HI Ted,
>>