Re: gEDA-user: Power relay question

2011-07-31 Thread gene glick

Bad things:




- your friends may make fun of you for not using the latest programmable
solution ;)



Hey, I think that part is the most cool :)


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Power relay question

2011-07-28 Thread gene glick

On 07/28/2011 05:52 PM, Rob Butts wrote:

This is a dumb question but I'm having a mental block.



I have a 12 volt dc motor that I want to run from the push of
a momentary pushbutton which will run until a limit switch gets hit.
Digikey has a power latching relay PB1088-ND (cheap) that I can't tell
if it actually latches once energized.  (I attached the relay document)

Is relays and switches even the best/cheapest solution?  Suggestions?

Power:

quantity of 2 12 volt batteries available



Input:

momenary 12 volt pushbutton #1



Requirements:

12 volt dc motor #1

12 volt dc motor #2


The application:
Stage 1: momentary signal from pushbutton #1 starts motor #1 that
runs until a limit switch is hit triggering stage 2
Stage 2: motor #2 runs until another limit switch is hit and remains
stable
Stage 3: momentary signal from pushbutton #1 reverses the polarity of
power to the motor #2 running it until back to it's start position and
triggering stage 4
Stage 4: reverse of the ploarity of the power to motor #1 running it
until it is back to the start position



Thanks for any suggestions if non I'll just wing it.


I haven't thought this through, but what about a triac or some combo of 
triac and mosfet?



gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: help needed; asymmetric load after rectifier seems to disrupt its working.

2011-06-25 Thread gene glick

On 06/24/2011 07:10 AM, myken wrote:

This is strange in my simulation the attached circuit works fine. In
real life it kinda works but the signals are distorted like you can
see. I think that has something to do with the fact we used a pulse
transformer to try the circuit. If we disconnect Vx the signals stay
the same, so the distortion is in the transformer. If you say it
doesn't work then why doesn't it work?
On 22/06/11 22:39, Andy Fierman wrote:


One thing that seems to be a problem, is that you've created a tuned 
circuit on the primary. L-R-C, series resonant at about 23 kHz, which 
seems like that's what you were trying to do.  The Q is very high, X/R, 
and R is 0.25 per data sheet.  So, you the thing peaks at precisely your 
source frequency!


In my simulation, the output voltage is *huge*, the transformer current 
is equally high.  Try your simulation in the frequency domain as well as 
the time domain.


Regarding your experimental setup - you are probably saturating your core.

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: help needed; asymmetric load after rectifier seems to disrupt its working.

2011-06-22 Thread gene glick

On 06/22/2011 04:39 PM, Andy Fierman wrote:




Vcc and Vss are still sensitive to load. So if the design requires  both 
Vss and Vee be equal and opposite, then it needs regulation - zener, for 
example.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: help needed; asymmetric load after rectifier seems to disrupt its working.

2011-06-17 Thread gene glick

On 06/16/2011 02:30 PM, myken wrote:

Hello all,

I would appreciate some expert advice.


Are you trying to make a low current power supply?

I agree with DJ - the unequal loading on + and - cycle will average to 
something other than zero (unequal capacitors, unequal diodes, etc) If 
Vx must always be average zero - you'll need to do something else.


If you can handle a little voltage drop, don't care what happens to Vx, 
and don't mind adding a few parts, make a cheapo regulator with a zener 
and BJT? (Or maybe use TL31 instead of zener)


What about a small transformer, one winding on primary, center tapped on 
secondary.  Add a diode and a cap for each leg - and there you go!


Anyway, there's lots of ways to do this.  If regulated output is what 
you want, a little more work is required.



gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb: Track routing strategies and tips

2011-05-12 Thread gene glick


The schematic should be 
as readable as possible.


Clearly you do not work where I do :)

(or as some folks say "there you go, making sense again")

> Preferred signal direction is left to right,
top to bottom. 


Me too, whenever possible.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb: Track routing strategies and tips

2011-05-10 Thread gene glick

Colin D Bennett wrote:

As a rather inexperienced PCB designer, I find that I have to throw
away two or three layouts until I get one that is usable--and still
not entirely satisfactory.  I always end up with such a mess of traces
that I know I need better organization and a method to the madness.
But I am a newb with little knowledge so I fall back on trial-and-error.


I am also new to routing my own stuff but have a bunch of experience 
telling others how to do it for me (day job ;)  On a prior job, the 
layout house did all auto-routes.  They'd start several jobs with 
different router restrictions, allow them to route for a while, then 
pick one, and optimize it - probably by hand.  Yes, starting over is common.


Kai-Martin posted that placement is more important than routing.  I'd 
say they are equally important.  The best layout guy in the world can't 
fix a lousy placement.  Bogus layout guys throw more layers at the 
problem.  So yeah, take the time to plan it out before routing.





Does anyone have any tips on how to plan a layout for easy and clean
track routing?  In particular for 2-layer boards.


No substitute for experience here.  But, partitioning the design by type 
 may help : analog, digital, low-speed, high-speed.  Try to think 
beyond blindly connecting the parts.  Sometimes swapping gates, adding 
parts or other strategies become clear as you route.  This is a huge 
benefit when you route your own board.  Layout guys just connect the 
pieces together.





One strategy that I have seen and recently tried is to use the top
layer for all horizontal trace runs and the bottom layer for all
vertical trace runs, or vice-versa.


2-layer is tough.  You also have to account for power and ground.  The 
parts themselves also crowd routing area. 2-layer is not particularly 
suitable for high-speed anything.  Seems good for power supply design, 
and some audio work (I've seen a lot of audio ref boards on 2 layer). 
You can make good designs with 2-layer, just is more work.  Cost 
difference to 4-layer is not bad.


Yes X-Y routing is the way to go to avoid blocking.  Works great for 
digital stuff.


Do you ever use the pcb autorouter or do you always route by hand?

I have yet to make the auto router work - but haven't really tried very 
hard.  Hand routing is my preference but it takes longer.


Do you ever study other people's PCB designs to learn from them?  
Yeah, a lot. You will find good and bad.  There's a whole world of 
opinion out there - and you know what they say about opinions :) 
SI-LIST is a great place to exchange ideas on layout. Several industry 
experts frequently post.



gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OFF: capacitors for RF power amplifier

2011-04-11 Thread gene glick

quick link to Wima tech info:
http://www.wima.de/EN/technicalinformation.htm

One really nice thing about plastic film caps is that they fail open. 
Ceramic tends to fail short - which can sometimes ruin your day :)



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OFF: capacitors for RF power amplifier

2011-04-11 Thread gene glick

Kovacs Levente wrote:

I'm currently designing a power amplifier for the HF (3-30MHz) radio
band.

I am selecting capacitors for the low pass harmonic filter bank at the output.
My question is what kind of capacitors should I use? I apply not more then
100V of say 30MHz maximum.

My best bet is to use X7R capacitors with as much DC voltage rating as I can
get. I don't know if there's any connection between the DC and AC losses.


Thanks,
Levente



I also would recommend the plastic types.  Wima makes nice ones but 
there are others.


C0G/NP0 good too, as already pointed out.

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: place to buy SMPS transformers?

2011-03-25 Thread gene glick

yamazakir2 wrote:

Anybody know of a source, other than digikey, that sells prefabbed
prewound SMPS transformers? 


Try coilcraft :


http://coilcraft.com/prod_pwr.cfm


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: High Temperature Connector

2011-02-12 Thread gene glick

John Luciani wrote:

I am looking for a low profile wire to board connector - either two
contacts 5A per contact or four
contacts 2.5A per contact. I need a temperature rating of at least
110degC (preferable

120degC). UL recognized is required.


Being able to remove the wires would be nice but is not a requirement. We have
been able to find 105degC rated connectors but nothing higher yet.



Take a look at omnetics connectors.  Where I work, we routinely run them 
at 175C or more.  They are expensive though.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Soldering iron tip turns black

2011-02-04 Thread gene glick

Rob Butts wrote:

   I asked a question a couple of days ago about soldering small smt
   components.  Kaimartin posted a video of someone soldering smt
   components  [1]http://www.youtube.com/watch?v=wQXhny3R7lk  In the video
   the tip to the soldering iron is a shiny silver and you can see that
   the solder sticks to the tip.



At work, I use SN96 lead-free solder.  Our irons are routinely set to 
800F.  These days we use Hakko irons, very nice stuff, and the iron 
turns off when it's in the cradle.  Heat up is really quick too. Tips 
last me a very long time. Prior to this, we used Weller fire-starters. 
Sometimes the tips would turn black after a few minutes and there was no 
amount of cleaning, tinning or whatever that could save them.  I suppose 
some non-brand tips are not so good - but generally they all croaked 
after just a short amount of time.


Although I like the sponges, sometimes people use a steel wool pad 
instead.  I've seen pretty good results with that.


The best way to keep the tip clean - turn off the iron when not in use. 
 Keep the temperature lower, if possible.  I too have heard about 
globbing solder onto the tip when not in use, but have not tried it.


best luck to you :)

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: OT: Gilbert Cell

2010-11-10 Thread gene glick

Has anyone worked with Gilbert Cells?  I'm having a lot of trouble with
one from ON Semi, MC1496, formerly Motorola's part, I think.

The thing is configured as a product detector.  There's 2 input
frequencies and they both mix down to 5 kHz.  That part works well.
But, the chip just happens to oscillate at 5 kHz all by itself even
without the local oscillator running.  Go figure.  There's also a very
slow moving, 400 Hz or so, modulating the 5 kHz.  I cannot for the life
of me, figure out where it's coming from or how to get rid of it.

I appreciate any help.

gene



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb outline clarification

2010-10-24 Thread gene glick

DJ Delorie wrote:

If you do the outline right, PCB should print "Board Outline is the
centerline of this path" on the fab layer.

I can peek at your .pcb if you want to send me a copy.

Thanks for the offer!  I see what was wrong, though.  My "outline" layer 
was labeled "Outline".  Changing it to all lower case fixed it.  Now the 
output is precisely as you said.





___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: pcb outline clarification

2010-10-24 Thread gene glick
My design creates an outline layer.  The rectangle the represents the 
outline of my board is about 11" X 11".  The drawing area is about 20" X 
14".  In the fab.gbr layer, there is a note at the very bottom stating 
"Board outline is the centerline of this 10 mil rectangle - 0,0 to 
2,14000 mils".  Is that going to confuse the PCB manufacturer?  I 
want them to cut along the lines on the outline layer, not the fab layer.


thanks


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: silkscreen "found" flag set

2010-10-18 Thread gene glick
This seems like a bug - when I place some silkscreen on the component 
side (not sure about the solder side) PCB sets a flag "found".  This 
makes the silkscreen show up highlighted.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: How to connect pads to anything?

2010-10-17 Thread gene glick

kai-martin knaak wrote:

Markus Hitter wrote:



http://github.com/Traumflug/Generation_7_Electronics


Somehow your layer stack got whacky. None of the actual layers are on 
the "solder_side" or on the "component_side". These sides denote the 
top copper layer and the bottom copper layer. Pins are ok with this. 
But SMD-Pads like your solder jumper for some reason are ignored when 
not on solder or component side.


Also - I noticed the layout is missing an "outline" layer and has some 
silk screen vertical line on the right hand side that may be meant to be 
 an outline.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: How to connect pads to anything?

2010-10-17 Thread gene glick

If you are willing, send the .pcb file over.  I can take a closer look.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: How to connect pads to anything?

2010-10-17 Thread gene glick




ElementLine [ ...


is that a typo?  The line is incomplete.  I deleted, and then loaded the 
part onto a layout, which worked out.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: How to connect pads to anything?

2010-10-17 Thread gene glick

Markus Hitter wrote:


Instead I even get DRC errors stating the track and the pad are too
close *sigh*


Maybe your design rules are prohibiting making the connection?  You 
could try disabling the "auto enforce drc clearance" - look under the 
"settings" menu selections.  If that works out, you may have to change 
your design rules (menu File->Preferences->Sizes->DesignRuleChecking). 
Otherwise, change the spacing on your solder jumper.


I see that you have the pads about 8.1 mils apart - that's pretty close. 
   Check your design rules.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb crooked traces

2010-10-07 Thread gene glick



If the tracks select as a single piece, it is just a rendering artefact
due to the line not being _exactly_ 45 degrees. The gerber plot might be
better when viewed in "High quality" mode in gerbv.

PCB, and the lower quality gerbv modes don't render anti-aliased lines,
so this is likely the source of what you are seeing. The fact it changes
with zoom level also leads me to suspect the same.



That helps!  Still have a couple of duds - but they look to be multiple 
segment lines that need patching up.  Let me see how that works out.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: pcb crooked traces

2010-10-07 Thread gene glick

I hope the attachment comes through.  If not, I'll post it somewhere.

I cannot get rid of the jagged diagonal lines on my design.  There's 
lots of them.  The picture shows a couple of examples.  I've tried 
different grid sizes, line widths, but nothing fixes the problem. 
Redrawing them in order to eliminate any sections does not help.  On 
PCB, it shows at some zoom levels but not others.  It is in the gerbers 
as well and it is in the photo-mode picture I attached.


PCB 2009


It passes my design rules, but looks ugly.

Traces are 8 mil, spacing is 8 mil.  Grid space is 1 mil.

gene
<>

___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: QFN soldering

2010-09-13 Thread gene glick

here's a video I found that answers a lot of questions -

http://store.curiousinventor.com/guides/Surface_Mount_Soldering/QFN/

(scroll down just a little for the video)


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: QFN soldering

2010-09-12 Thread gene glick

does anyone have experience with this package?  I want to know if they
are hard to work with.  The exposed pad underneath is a problem for hand
soldering - but maybe could be left unsoldered for prototypes.  Maybe
just place some solder paste under there ?  If the pcb pads are long
enough, is it feasible to solder to the edge of the chip instead of
getting it underneath the device?

thanks

gene



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Icarus verilog Synthesis

2010-09-10 Thread gene glick

   I am looking for a book that for example describes how a
   for/while/repeat/forever and other verilog behavioral constructs are
   converted to multiplexors/and gates etc.



For FPGA work, I am unaware of any engine that can synthesize those 
constructs.


If you read through the XST manual from Xilinx (just for an example), I 
am pretty sure they tell you what can and cannot be synthesized.  The 
commands you just listed work well for test benches or other 
verification code (and simulation too) but are probably not appropriate 
for fpga level design.


Maybe VLSI is different - but I have no experience with that.




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: next PCB release - 1.99za vs 4.0

2010-09-07 Thread gene glick

DJ Delorie wrote:

Shall we / I push this? I think it looks good overall.



off the top of my head . . .

A) slots in planes (may be already in the process?)
B) square/rectangular holes (e.g. mounting tabs)


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: the incredible growing PCB window

2010-09-04 Thread gene glick

Stefan Salewski wrote:

Please try this: Select File->Preferences, and then General, and
"Alternate window layout to allow smaller horizontal size". And try "Put
layout name on the window title bar" below.



That is a good work around, thanks!

DJ:
> What's your screen resolution?
1280 X 800.  I have to run a video patch at boot time called 
915resolution.  Without this, I don't get resolution beyond 1040 X 
something.


> I can reproduce the "window grows" feature, but only if I start with a
> really small window, and it only grows so far then stops.

Yes, same here - as long as I check off the "alternate window" option. 
Otherwise the window fills up all the horizontal width of display, and 
grows past it.



gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: the incredible growing PCB window

2010-09-04 Thread gene glick
I just noticed that the layout name that shows in the title bar affects 
this problem too.  If it's a long name, there's less room on the title 
bar to push things around, and the screen grows :)



gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: the incredible growing PCB window

2010-09-04 Thread gene glick

gene glick wrote:

Stefan Salewski wrote:

On Sat, 2010-08-28 at 20:35 -0400, gene glick wrote:
I haven't yet put my finger on what operations cause this, but the 
PCB GUI window keeps growing larger than my screen!  Anybody know 
what gives?  


yep, sorry about that -
PCB version 20091103
OS : linux, slackware V12
GUI: GTK
compiled myself.

Desktop: KDE 3.5



Some further info:
- The problem is repeatable on other desktops (XFCE, Fluxbox, KDE)
- It looks like the screen always grows when I set a mark, CTL-M, and 
move the mouse around. In the title bar is the position indicator.  As 
the numbers move and become larger than the allocated space, the 
indicator box expands.  On XFCE desktop, the position indicator grew to 
the left, pushing the pcb title left but the screen didn't grow - at 
least for a while.  Eventually, it grew to the right.  But on all other 
desktops, the window grew to the right only.  It pushes the right hand 
side of the window off the visible viewing area.


My pcb board area is 20" X 14", and the pcb itself is 11" X 11".

regards

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gschem unresponsive to keyboard input

2010-09-01 Thread gene glick

kai-martin knaak wrote:

Cory Cross wrote:

I always got bit by pressing the "Tab" key, it would move the focus to 
one of the GUI buttons at the top of the screen and nothing more would 
pop up in the status bar. Hard to figure out if you are not expecting 
it. Another quick hit to Tab and everything goes back to normal.


I can confirm this for a fairly recently compiled gschem.
This looks and feels a lot like the unresponsive mode we experienced. 


---<)kaimartin(>---


same thing here.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: the incredible growing PCB window

2010-08-31 Thread gene glick

Stefan Salewski wrote:

On Sun, 2010-08-29 at 14:57 -0400, gene glick wrote:


PCB version 20091103
OS : linux, slackware V12
GUI: GTK
compiled myself.

Desktop: KDE 3.5

I may try it out with another desktop to see if there's any change. 
Additionally, I have to apply a patch during boot to make my my screen 
size go to 1280 X 800.  Just wondering if it has any implication here. 
On any other program, I have not seen this problem.


gene


I am using version 20091103 (GTK) myself, I have never seen problems
with window sizes.

You may try to delete the .pcb/ configuration directory in your home
directory, it contains a .pcb/preferences file with window sizes. Maybe
there is something wrong. If you delete it, PCB will generate a new one.

That wasn't it.  I think the problem appears when I am dragging a 
component (left-click + drag) and auto-panning.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gschem unresponsive to keyboard input

2010-08-30 Thread gene glick

DJ Delorie wrote:

Sounds like command-line mode, the ":" key.  Press ENTER to run the
command, or ESC to abort it ?


I've had the very same thing happen to me too.  Usually if I 'alt-tab' 
to another open window, then 'alt-tab' back. Something along those lines 
but I've never spent much time trying to get the exact sequence.  I too 
have been unable to exit from the mode other than to restart the app.



gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: the incredible growing PCB window

2010-08-29 Thread gene glick

Stefan Salewski wrote:

On Sat, 2010-08-28 at 20:35 -0400, gene glick wrote:
I haven't yet put my finger on what operations cause this, but the PCB 
GUI window keeps growing larger than my screen!  Anybody know what 
gives?  It's not the end of the world, just weird.



gene



May it be useful to say

-- which PCB version
-- which OS
-- which GUI (GTK or Lesstif/OpenmMotif)
-- compiled yourself or binary from a distribution
-- ...




yep, sorry about that -
PCB version 20091103
OS : linux, slackware V12
GUI: GTK
compiled myself.

Desktop: KDE 3.5

I may try it out with another desktop to see if there's any change. 
Additionally, I have to apply a patch during boot to make my my screen 
size go to 1280 X 800.  Just wondering if it has any implication here. 
On any other program, I have not seen this problem.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: the incredible growing PCB window

2010-08-28 Thread gene glick
I haven't yet put my finger on what operations cause this, but the PCB 
GUI window keeps growing larger than my screen!  Anybody know what 
gives?  It's not the end of the world, just weird.



gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: gnetlist didn't catch duplicate hierarchical block

2010-08-24 Thread gene glick
FYI - maybe by design?  But I accidentally named 2 hierarchical blocks 
with the same refdes's.  gnetlist -g drc2 didn't flag it either as a 
warning nor an error.  The netlist is worked out correct, nonetheless - 
but maybe because I don't have any similarly named components within 
each block.  Just good luck, in my case.


Is it a bug?  Is it a feature?  Whatever - there it is.

:)

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: analog/digital partitioning

2010-07-23 Thread gene glick

On Thu, Jul 22, 2010 at 8:29 PM, Geoff Swan wrote:


I came across this (

http://www.tentlabs.com/InfoSupport/page35/files/Supply_decoupling.pdf) 
some

time ago. I would be interested to hear peoples thoughts as there are
clearly many differing views on correct grounding and supply 
decoupling. The
article certainly made a lot of sense to me and until proven otherwise 
it's

the approach I follow. I understand why multiple ground planes seem
attractive with the idea of somehow partitioning different current 
flows -
but I have yet to see an implementation where this worked as intended. 
I
have debugged circuits where there were as many as 4 separate ground 
planes
and this certainly did not help the noise problems. I recognise that 
this is
not enough to rule out the approach - just that the person designing 
didn't

understand what they were doing.
If someone has a design/layout that has *correctly* implemented split
grounds etc I would be keen to have a look. Better yet if the design
approach can be explained. This is one of those elements of practical
electronic design that seems to be glossed over as assumed knowledge, 
and

not necessarily very well taught.
regards,

Geoff


This is a huge topic, Geoff.  There are a whole lot of "rules of thumb" 
that have been
written to help people get to the finish line without spending too much 
time thinking about it.
In the specific case, the best answer is "it depends", and you have to 
excercise some
brain cells, assuming you understand the basic reasons for making a 
design/layout decistion.
Also, what works at audio doesn't necessarily work at 1 GHz.  Edge rates 
are just as important

as clock rates in the SI world.

For some good info, you can check out stuff from Howard Johnson, Henry 
Ott, Eric Bogatin,

Doug Smith, Lee Ritchey to name just a few (there are many more).

In my case (this thread) I was concerned about slots.  Having been 
taught they are not
good (rule of thumb) I was having a tough time allowing it - even though 
it looks like
a pretty good solution.  Here's some info from Henry Ott on this 
subject:

http://www.hottconsultants.com/techtips/tips-slots.html
Some info from Lee Ritchey apparently backs up the notion as well (I 
don't have

any reference to it though)

good luck

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: analog/digital partitioning

2010-07-21 Thread gene glick

I'm throwing this out to the list for opinions. . .

This design has mixed analog and digital circuits.  For example, there's 
stuff like fpga and uP that are clearly digital and belong in the 
digital partition.  Then there's a few mixed mode devices, DAC, ADC plus 
a couple of others.  There is an analog ground plane and a digital 
plane, connected together somewhere, and they reside on the same layer 
with a moat separating them.


One school of thought is that the analog and digital planes connect at 
one single point, like at the DAC for example.  This is not practical on 
the layout since there are multiple mixed mode parts - so can't have 
just one tie point.  If each mixed mode device allows the analog and 
digital planes to touch, slots are created in the plane which is a no-no 
for EMI stuff and of course, signal integrity.


Another school of thought is to use just one single ground plane.  As 
long as the signals are well partitioned, digital and analog currents 
won't mix on the plane.  Sounds good, but I am concerned with creating 
some quiet analog circuits and the notion of mixing in digital hash onto 
the plane makes me nervous.


Yet another is to keep the slots and allow the digital signals to cross 
into the analog region across the moat.  I doubt this is a good idea at 
all.  Even psuedo-static lines crossing the moat bugs me even though I 
can reason it out as passable.


Adding another twist, there's also high-power analog on the card.  With 
good routing, I am pretty certain the high-current runs will remain 
isolated and not interfere with the low-level stuff.  But, a single 
continuous ground plane might just allow currents to flow where I really 
don't want them to.


OK, enough babbling - any thoughts?

gene




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: gnetlist hierarchy with pass-through

2010-07-12 Thread gene glick

I have a hierarchical block with these names:

V7  input power to block
V7_RTN  input power to block,  return leg
V5  output power from block
V5_RTN  output power from block , return leg

within the block, V7_RTN and V5_RTN are connected - in other words, it's 
a pass through.  At the top level, there's a net labeled V7_RTN 
connected to V7_RTN-PIN on block and likewise a net labeled V5_RTN 
connected to V5_RTN-PIN. I expected to get V7_RTN and V5_RTN connected 
at the top level (although not sure what name it would have taken), but 
the netlister does not honor the connection (looks like it makes 2 
separate nets).  Is this by design?


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: dxf dwg viewer?

2010-06-29 Thread gene glick

Stephen Ecob wrote:

On Sat, Jun 26, 2010 at 10:33 PM, gene glick  wrote:

can anyone recommend a viewer for these drawings?


I like QCad community edition.  DXF is its native format, and it can
edit as well as view.



Thanks, that worked great!  BTW, I just noticed that DIA can open and 
edit it as well.  DIA is a very nice package, similar to visio



gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: sd card footprint

2010-06-27 Thread gene glick

billium wrote:

   Hello all,
   Has anybody got a footprint for a SD card, not mini or micro.
   This has been asked in the past but the person with the required
   footprint was on geocities which is now defunkt.


I suppose that was me :)

Try this, if you still need it

http://www.avtek-us.com/pub/sdCardExample.tgz


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: dxf dwg viewer?

2010-06-26 Thread gene glick

can anyone recommend a viewer for these drawings?


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: cutout in plane

2010-06-09 Thread gene glick

DJ Delorie wrote:

How does the git head feature work?


I haven't had a chance to play with it yet.



It's ok to do it peace meal, isn't it?  Make an island, whatever shape. 
 The surround it with other rectangles, for example, until there's a 
desired gap. My power plane is going to be made up of a bunch of 
polygons, looking like a big ole quilt :D  But I think it works.




___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: cutout in plane

2010-06-09 Thread gene glick
hey, maybe I should look back at my emails :D  I see a bunch of stuff 
there about this very thing - doh!



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: cutout in plane

2010-06-09 Thread gene glick

DJ Delorie wrote:

You can either get the git head PCB which has true hole support, or
draw a "C" shaped polygon where the two arms touch to make a
pseudo-hole.


Hi DJ,

Yep, that seems to work.  How does the git head feature work?


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: cutout in plane

2010-06-09 Thread gene glick

Best method to put a hole in a plane?

I tried the zero width line with clearance of 15 mil which sort of 
works, but leaves behind a small 0.1 mil line.  It's visible on the gerber.


Basically, I want a power plane (+3.3V) with a small power island in the 
middle (+1.2V).



thanks

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: PCB 45 degree lines

2010-05-29 Thread gene glick

Hi,

I know we've gone over this before, but I still can't get a decent 45 
degree line.  I've changed to the ",45" line type instead of "-/" type 
and have the same problem.  Last time I brought this up, I was trying to 
attach to an already drawn line segment and right at the connection 
point there is some jaggedness.  Well this hasn't gotten better.  But 
worse, is when drawing one complete line from pad to pad, with a long 45 
angle, the raged lines appear.  It passes DRC, but just looks kind of lousy.


I'm using 8 mil lines, 8 mil space and 1 mill grid space - if that helps 
any.


thanks

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb 45 degree angles

2010-05-19 Thread gene glick

John Luciani wrote:

When this happens to me it is caused by not starting
on the end point. Sometimes, especially with 45 deg traces, the end point
can be a little tough to select. Also if you have changed to a
coarser grid it can be more difficult to hit the end point.

(* jcl *)

These particular traces are 8 mil, and the grid space is 1 mill.  I'm 
fairly certain that it connects to the right place, but it's as if the 
grid spacing is off by less than 1 mil so the trace is off kilter, ever 
so slightly.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: pcb 45 degree angles

2010-05-19 Thread gene glick

My 45 degree routes don't always make straight lines.  There's a very
slight jog in them.  Usually, this happens if the route stopped, and
then I added to it.  I don't know if that makes much sense, but if it
does, is there a way to clean that up?

I can post a picture of it, if needed.


gene



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: Bike Alarms (was: Re: Coppe r-free area in footprint )

2010-05-13 Thread Gene Heskett
On Thursday 13 May 2010, timecop wrote:
>> Same as with the lights. Either from a dynamo, or from batteries charged
>> at home.
>
>For bonus points, make it charge by induction while sitting inside the
>seat pole.
>
An old Oral-B toothbrush, stripped and the coils re-adjusted, might be just 
the ticket.

Also, for whoever suggested Ni-Cad instead, they also self discharge, needing 
topped up about monthly.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
"The following is not for the weak of heart or Fundamentalists."
-- Dave Barry


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Database on symbols, footprints and other (was "Re: gattrib")

2010-05-06 Thread Gene Heskett
On Thursday 06 May 2010, Dave McGuire wrote:
>On May 6, 2010, at 5:30 PM, Felipe De la Puente Christen wrote:
>> Sometime ago I was thinking that gEDA-users as a comunity could
>> request
>> a part search API-like system to the distributors. For example,Digikey
>> already has a fast-search bar for firefox, so they are not far from
>> what
>> I mean. But the useful way would be something like the GeoCode APIs
>> available on the web. So the app can build a part search request
>> from a
>> set of string, and generate the url to get the answers. A solution
>> like
>> that would allow every EDA tool to implement multiple itneresting
>> functions like purchase information from multiple distributors
>> based on
>> BOM info, and so on.
>>
>> I have the feeling that this could have good reception from companies
>> like digikey, mouser, arrow...
>
>   This would be wonderful, wonderful, WONDERFUL.
>
>   It would ROCK.
>
>   In case I'm being unclear, I think this is a great idea.
>
>   And I like it.
>
>-Dave
>
What he said, +100.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Q:  How many psychiatrists does it take to change a light bulb?
A:  Only one, but it takes a long time, and the light bulb has
to really want to change.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: flash data bus pinout

2010-05-05 Thread gene glick

I have an 8-bit flash PROM to connect to a uP.  It's the only PROM.
Otherwise the micro data bus is 32-bit wide, and SDRAM lives there.  The
PROM has it's own CS, ALE, etc.  For a better layout, it would be far
easier to route D0 of the uP to D7 of the PROM.  I don't see any reason
not to - just wondering if you all agree.  This is something I've done
in the past with SRAM, but heard it's not kosher with SDRAM.


thanks

gene



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: A little puzzled about the purpose of gschem

2010-04-29 Thread Gene Heskett
On Thursday 29 April 2010, John Doty wrote:
>On Apr 29, 2010, at 6:50 AM, Russell Shaw wrote:
>> Gene Heskett wrote:
>>> On Wednesday 28 April 2010, Dave McGuire wrote:
>>>> On Apr 28, 2010, at 3:40 PM, John Doty wrote:
>>>>> Well, you started out complaining about a 741 model. I'd call that
>>>>> a very rare, obsolete part: I haven't actually seen one in a
>>>>> circuit in over 30 years. I guess it's still in textbooks (read
>>>>> Stephen J. Gould's rants about textbook authors' tendency to copy
>>>>> from previous textbooks sometime), but why would anyone use it in a
>>>>> new design?
>>>>
>>>>  Very rare?!  I see 741s everywhere.  WTF?
>>>>
>>>> -Dave
>>>
>>> Sorry to bust the bubble, but he's right.  The 741 is well over 40 years
>>> old, and its open loop first response pole, where the 6db per octave
>>> rolloff begins, is a measly 10 hertz.
>>
>> The opamp is 1MHz unity BW. The higher the gain, the lower the first
>> pole. An even better opamp would roll off at 1Hz.
>>
>>> Today there are $1.00 opamps with a working gain of 20 when feedback is
>>> applied, with output slew rates of several thousand volts per second. 
>>> Thats working bandwidth to several hundred megahertz at the sort of
>>> levels found in either a modern broadcast audio mixer, or a production
>>> video switcher, and either of those are driving 60 ohms for audio, or 75
>>> for video.
>>
>> Those are video buffers. They have much less closed-loop gain and
>> inferior offset voltages. They're also noisy and are very prone to
>> oscillation with any stray capacitance or with certain feedback
>> resistors.
>>
>>> Slew rate limits alone in the 741 means you can't honestly ask it for
>>> more than a volt of output at full audio bandwidth.
>>
>> dV/dt = 2.pi.Vm
>>
>> at 20kHz and 1V/us, Vm=8Vpk
>>
>> quite ok for most apps below 5Vpk.
>>
>>> At 3 volts the slew rate distortion is so bad even these 75 year old
>>> ears can hear it.  Even a TLO-72 or 74 can mop the floor with a 741, and
>>> output a +- 15 volt rail to rail signal doing it, but into the old 600
>>> ohm std load.
>>
>> LM741 has 1mV OS typical. TL072 is 3mV
>>
>> LM741 would be better than TL072 for control apps, and cheaper.
>
>Yes, but there are much better devices for control apps than a 741, with
> its high power consumption, high bias current, and poor voltage ranges for
> common mode, output, and power.
>
>Indeed, there are so many that it's a pain to choose. What should I replace
> the obsolete OP220 with?

What was it trying to do?  That will have a heavy bearing on the replacement 
choice.

>Stepping back, this discussion reinforces the point I was trying to make.
> We frequently have newbies to gEDA complaining "why doesn't gEDA support
> my common/standard needs straight out of installation?". But the universe
> here is large, and nobody sees more than a bit of it. What you see as
> essential depends on where you sit. When it comes to parts selection, Gene
> thinks audio/video because that's what he works with. You seem to be cost
> sensitive. I'm a scientific instrument designer: parts cost is usually a
> negligible part of the budget, but noise and power are a big deal. We look
> at this stuff different ways.
>
Quite so John.  In my case parts costs were escalated because Grass thought 
(erroneously) that they had us by the whole bag, not just the short hairs.  
So, not knowing any better, I just did it.  With excellent results.

We differ also in career outlooks I suspect John.  You are no doubt, from 
what I've read on this list for quite some time, a 'papered' engineer, with a 
heavy background in the math involved and are quite capable to ripping some 
of my arguments to shreds.  I OTOH, was a boy geek before the word was 
invented and quit school to go fix these newfangled tv's in '48.  Math was 
not one of my strong points, I learned more about the higher functions from 
an early TI calculator purchase than I ever got in formal schooling. I have 
been making electrons do as they are told since, although at 75, not for a 
living anymore.  Making the switch to broadcast engineering in the early 60's 
narrowed my field of view and allowed me to get a much more closeup view, 
which was helpful.  That 'specialization' has allowed me to be fairly well 
paid as the CE for the last 26 years.  It has also gotten me accused of 
walking on water a few times. ;-)

>

Re: gEDA-user: A little puzzled about the purpose of gschem

2010-04-29 Thread Gene Heskett
On Thursday 29 April 2010, Russell Shaw wrote:
>Gene Heskett wrote:
>> On Wednesday 28 April 2010, Dave McGuire wrote:
>>> On Apr 28, 2010, at 3:40 PM, John Doty wrote:
>>>> Well, you started out complaining about a 741 model. I'd call that
>>>> a very rare, obsolete part: I haven't actually seen one in a
>>>> circuit in over 30 years. I guess it's still in textbooks (read
>>>> Stephen J. Gould's rants about textbook authors' tendency to copy
>>>> from previous textbooks sometime), but why would anyone use it in a
>>>> new design?
>>>
>>>   Very rare?!  I see 741s everywhere.  WTF?
>>>
>>>  -Dave
>>
>> Sorry to bust the bubble, but he's right.  The 741 is well over 40 years
>> old, and its open loop first response pole, where the 6db per octave
>> rolloff begins, is a measly 10 hertz.
>
>The opamp is 1MHz unity BW. The higher the gain, the lower the first pole.
>An even better opamp would roll off at 1Hz.
>
>> Today there are $1.00 opamps with a working
>> gain of 20 when feedback is applied, with output slew rates of several
>> thousand volts per second.  Thats working bandwidth to several hundred
>> megahertz at the sort of levels found in either a modern broadcast audio
>> mixer, or a production video switcher, and either of those are driving 60
>> ohms for audio, or 75 for video.
>
>Those are video buffers. They have much less closed-loop gain and inferior
>offset voltages. They're also noisy and are very prone to oscillation with
>any stray capacitance or with certain feedback resistors.
>
I believe that to be an artifact of the GB product not being high enough in 
what was available, say back in LM-357 days.  When I replaced some custom 
made discreet op-amps in that grass switcher with some fairly modern 
internally compensated ones with a GB of about 10Ghz, it was absolutely not a 
problem.  They were the ideal block of gain & dead stable despite a layout 
when being used to sub for something else, that would give a modern video 
engineer recurring nightmares.  Flying leads up to an inch long just to reach 
the original plates mounting and connecting holes in the PCB.  That had 
"kludge" written all over it, but it technically kicked ass compared to the 
much slower discreet versions grass wanted $1700/copy for.

>> Slew rate limits alone in the 741 means you can't honestly ask it for
>> more than a volt of output at full audio bandwidth.
>
>dV/dt = 2.pi.Vm
>
>at 20kHz and 1V/us, Vm=8Vpk
>
>quite ok for most apps below 5Vpk.
>
>> At 3 volts the slew rate
>> distortion is so bad even these 75 year old ears can hear it.  Even a
>> TLO-72 or 74 can mop the floor with a 741, and output a +- 15 volt rail
>> to rail signal doing it, but into the old 600 ohm std load.
>
>LM741 has 1mV OS typical. TL072 is 3mV

Can you hear 3mv dc?

>LM741 would be better than TL072 for control apps, and cheaper.

Maybe so, but with 4 of then in a dip, and room for 22 cards in the cage, I 
used them in multi-tube quantities (5 per card, 22 cards) for utility audio 
DA's at WDTV-5 for nearly 20 years.  Most failures were on longer output run 
circuits, and lightening related.  When you have a 255 foot tower 30 feet out 
the back door, the emp pulse from a lightning strike is considerable, and 
tends to knock out the output stages.  So I designed one with some to5 
outputs to buffer the chip output, and they had an even shorter life plus 
they crowbared the whole cage supply when they failed, much more catastrophic 
in effect as that didn't just cost us one audio src, it took us off the air.  
The old favorite burn your fingers power hog op-amp, 5532 would fail at 20x 
that rate under the same conditions.

In broadcast, you learn to use what gets the job done with audio performance 
that is adequate, and is the _most_ dependable.  Getting rid of that last 
.001% of distortion is not a priority that even makes the list.  However, 
25volts p-p at 20 khz with no slew rate or cross-over discernible on a 100mhz 
scope, or at lower frequencies my ears could hear well was "good enough for 
the girls I went with".

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
 Ctrl+Option+Command + P + R
 dracus - YE GODS!  That's worse than EMACS!
 hehehehe
 don't ask what that does :P


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: A little puzzled about the purpose of gschem

2010-04-29 Thread Gene Heskett
On Thursday 29 April 2010, Dave McGuire wrote:
>On Apr 29, 2010, at 12:48 AM, Gene Heskett wrote:
>>>> Well, you started out complaining about a 741 model. I'd call that
>>>> a very rare, obsolete part: I haven't actually seen one in a
>>>> circuit in over 30 years. I guess it's still in textbooks (read
>>>> Stephen J. Gould's rants about textbook authors' tendency to copy
>>>> from previous textbooks sometime), but why would anyone use it in a
>>>> new design?
>>>
>>>   Very rare?!  I see 741s everywhere.  WTF?
>>
>> Sorry to bust the bubble, but he's right.  The 741 is well over 40
>> years old,
>> and its open loop first response pole, where the 6db per octave
>> rolloff
>> begins, is a measly 10 hertz.  Today there are $1.00 opamps with a
>> working
>> gain of 20 when feedback is applied, with output slew rates of several
>> thousand volts per second.  Thats working bandwidth to several hundred
>> megahertz at the sort of levels found in either a modern broadcast
>> audio
>> mixer, or a production video switcher, and either of those are
>> driving 60
>> ohms for audio, or 75 for video.
>>
>> Slew rate limits alone in the 741 means you can't honestly ask it
>> for more
>> than a volt of output at full audio bandwidth.  At 3 volts the slew
>> rate
>> distortion is so bad even these 75 year old ears can hear it.  Even
>> a TLO-72
>> or 74 can mop the floor with a 741, and output a +- 15 volt rail to
>> rail
>> signal doing it, but into the old 600 ohm std load.
>
>   No bubbles to bust, I'm not particularly fond of the 741...yes
>there are definitely better opamps out there (I usually use OP07s as
>my general-purpose opamp) but that doesn't change the fact that I see
>741s everywhere.  They are far (VERY far) from rare.
>
>  -Dave
>
At one point I had to replace some custom made on ceramic plates, op-amps in 
a Grass Valley 300-3A/B switcher, and GVG were being asses, wanting $1700 for 
one of them.  I went to the catalogs & found a to5 can that looked good, and 
put them into 3 failed channels of that production video switcher.  They were 
so much faster, for $1.32 each, that it threw it out of color phase by about 
10 degrees.  If the removal and changeover hadn't been at least an hours work 
per channel, and I'd have had to replace about 48 of them all told, I would 
have.  But we were then on notice that digital was coming, so that, 
originally $175,000 switcher was effectively in maintenance mode only.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Your happiness is intertwined with your outlook on life.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: A little puzzled about the purpose of gschem

2010-04-28 Thread Gene Heskett
On Wednesday 28 April 2010, Dave McGuire wrote:
>On Apr 28, 2010, at 3:40 PM, John Doty wrote:
>> Well, you started out complaining about a 741 model. I'd call that
>> a very rare, obsolete part: I haven't actually seen one in a
>> circuit in over 30 years. I guess it's still in textbooks (read
>> Stephen J. Gould's rants about textbook authors' tendency to copy
>> from previous textbooks sometime), but why would anyone use it in a
>> new design?
>
>   Very rare?!  I see 741s everywhere.  WTF?
>
>  -Dave
>
Sorry to bust the bubble, but he's right.  The 741 is well over 40 years old, 
and its open loop first response pole, where the 6db per octave rolloff 
begins, is a measly 10 hertz.  Today there are $1.00 opamps with a working 
gain of 20 when feedback is applied, with output slew rates of several 
thousand volts per second.  Thats working bandwidth to several hundred 
megahertz at the sort of levels found in either a modern broadcast audio 
mixer, or a production video switcher, and either of those are driving 60 
ohms for audio, or 75 for video.

Slew rate limits alone in the 741 means you can't honestly ask it for more 
than a volt of output at full audio bandwidth.  At 3 volts the slew rate 
distortion is so bad even these 75 year old ears can hear it.  Even a TLO-72 
or 74 can mop the floor with a 741, and output a +- 15 volt rail to rail 
signal doing it, but into the old 600 ohm std load.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
"The only way for a reporter to look at a politician is down."
-- H.L. Mencken


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: un-tented vias and solder mask

2010-04-16 Thread gene glick

timecop wrote:

Thats funny, i'd rather HAVE my vias covered with solder mask.



Me too, but there's merit to both ways.  I work with a guy who made all 
the vias visible, but placed them so badly that stuff shorted to them 
all the time - like a metal can from a crystal, *bad*.  I had him just 
cover them all up.


For me, if I need to solder to a via, it's easy to scrape the soldermask 
off with an exacto.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb (+openGL) crashes

2010-04-16 Thread gene glick

kai-martin knaak wrote:
> Hi.
>
> When working with the current development branch of Peter Clifton
> (before_pours), I get crashes with random actions after a few
> minutes.

me too, but my crashes aren't so graceful - it takes down linux.  Those 
versions of the app do some stuff really well though:

1. Much faster zoom in/out
2. Slightly faster pan
3. ExecuteFile(xxx.cmd) works *really* fast.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gEDA/gaf release branch in git? mac build?

2010-03-31 Thread Gene Heskett
On Wednesday 31 March 2010, Peter TB Brett wrote:
>On Wednesday 31 March 2010 17:06:14 John Griessen wrote:
>> Peter Clifton wrote:
>> > On Tue, 2010-03-30 at 15:41 -0700, Dave N6NZ wrote:
>> >> I want to follow the git -- but for now on the release branch (if
>> >> there is one??) not the dev head.
>> >
>> > Use the stable-1.6 branch in that case. Individual releases are tagged
>> > as well.
>>
>> What's the git command to list tags?  What's a good write up of a short
>> "cheat sheet" style list of commands for git?
>
>git probably has the most comprehensive set of manpages ever, BTW. :-P
>
>   Peter
>
Yes, they should have had Junio when they wrote the grub docs.  Those have a 
10-33 tor vacuum in them.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

Plastic...  Aluminum...  These are the inheritors of the Universe!
Flesh and Blood have had their day... and that day is past!
-- Green Lantern Comics


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: fitting a board into a chassis

2010-03-28 Thread gene glick

DJ Delorie wrote:

I used a tactile switch and some wooden buttons in my alarm clock...
http://www.delorie.com/electronics/alarmclock/
http://www.delorie.com/electronics/alarmclock/20071007-button-detail.jpg


That is pretty close to what I think would work nice.  I'm having zero 
luck finding the buttons that mate to the switch though.  Yours is 
custom, obviously.  I'll keep looking.  Again, this means a front-panel 
for the buttons, but maybe that's the way it should be.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: fitting a board into a chassis

2010-03-28 Thread gene glick

Bob Paddock wrote:

On yet another note, has anyone used metal dome push-button switches?


I have used membrane switches with domes.  Check their rated life.
After a few hundred thousand operations some of them collapse and short.
Can happen if you are designing equipment for years of service.

http://www.duraswitch.com claim to not have this problem.




This idea is fading for me.  I think it's going to be better to use a 
tactile momentary push-button switch.  My search is ongoing.  I'd like 
to find one that allows a long enough button so I can mount it on main 
pcb, and make the pcb small enough to allow some fitting slop. 
Otherwise, I'll go with plan 'b' and make a small button board :)



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: fitting a board into a chassis

2010-03-27 Thread gene glick

David Griffith wrote:


On yet another note, has anyone used metal dome push-button switches?


Are you talking about those metal snap domes used in Atari 2600 joysticks?


I have no idea about the Atari.  But, for example, here's one  vendor :
http://www.snaptron.com/homemainxxzxqma100.cfm

What I am looking for are push buttons for the front panel.  It should 
be, maybe, a nice round mushroom type of button.  I'm not saying these 
dome thingys are what I want because I'm not sure what exactly I want 
and I am not exactly clear on how these domes work.


Any idea?

thanks

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: fitting a board into a chassis

2010-03-27 Thread gene glick

Stefan Salewski wrote:

On Sat, 2010-03-27 at 14:18 -0400, gene glick wrote:
What's your opinion on this?  In this application, there are connectors 
on the front and rear of the box. 


When ever possible, I would place connectors on front and one side, this
makes live much easier.


Yep, but it won't work in my app :(

On yet another note, has anyone used metal dome push-button switches?


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: fitting a board into a chassis

2010-03-27 Thread gene glick
What's your opinion on this?  In this application, there are connectors 
on the front and rear of the box.  I could:
1) Make the board large enough that the connectors are in the correct 
positions.


or

2) Make 2 cards, one smaller that fits snuggly against the back, for 
example and then a 2nd small board for the front connectors.  Then, 
cable the 2 cards together.


In (1), I am worried that the tolerances of the card and box will make 
fitting it difficult.


In (2), I don't like the additional board + cables.

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb DRC

2010-03-27 Thread gene glick

Stephan Boettcher wrote:


And since I do not have much experience with GHz class opamps, I tend to
put the parts rather too close than too far apart.  I do not want an
oscillator there. 


Some recent work at my day job involved 400 MHz opamps.  These things 
require careful layout to keep from oscillating, just as you say.  The 
vendor (TI, I think) recommends removing copper on all layers around the 
input pins.  Trust me, this works.  One board accidentally removed the 
cutouts, and the opamp sang like a soprano.  Other stuff that is pretty 
good practice is to place a series 10-Ohm resistor on the output of the 
amp.  You can always zero it out, but it gives you the chance to 
decouple the output from the input - especially if you are running unity 
gain.  Watch that phase margin!



And since we want to sample with 14-bit resolution, I
do not want too big antennas on the input circuits either, to pick up
digital noise from the back end.
I suggest to follow the current path, from opamp vcc/vee to load, and 
back to opamp.  Be sure the return path is not through the supply, 
possibly off the card.






___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb DRC

2010-03-27 Thread gene glick

Stephan Boettcher wrote:

Stephan Boettcher  writes:


I did not dare to ask for so detailed reviews of this board, 


Hi Stephan,

Sorry about that - it's a habit of mine.

Your system sounds interesting.  I just skimmed through your description 
 and will read it in further detail later.


thanks for sharing it.

gene



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb DRC

2010-03-27 Thread gene glick

timecop wrote:


Poor excuse. People soldering those close-up components will not know
where to orient it and have to refer to your "assembly drawing".
A colleague recently made a board where with the refdes's under the 
parts and called it "industry standard practice".  Nobody liked hauling 
around an assembly print to know what was what.



not printing silk outline for at least R/C/L is silly.
Very true.  Although some places you'd have to be creative, seems like 
lots of room for silkscreen



2. Many of your parts are placed *extremely* close together.

Too close what? Those are 0603 components? No problem unless the pads are wrong.


Yep, look for example, at X2/C10 (at X=3426, Y=2381) it is so close to 
X2/R9 and X2/R5.  How will you avoid solder bridges there? In fact, the 
solder mask in that area overlaps, so theres nothing to stop the solder 
bridge. Also, the body of X2/U1 overlaps the body of X2/R9 and X2/R5. 
Maybe that U1 body outline is really bigger than the actual part, but 
even so, it's going to be very tight to assemble.  There's a ton of 
real-estate there, why not spread it out a little bit.



Minor point - in the area where the layer numbers are visible, "1 2 3 4 
5 6", the "6" is mirror imaged.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb DRC

2010-03-26 Thread gene glick

This is the board:

 http://www.ieap.uni-kiel.de/et/people/stephan/solo/eda/erena/erena.pcb

Any idea if it is a good idea to just ignore these violations?



Blindly ignoring violations is probably not a good idea.  Better to 
understand them first.


I hope you don't think I am picking on you, and maybe I am mis-reading 
the design, but I think there's a bunch of stuff wrong:


1. You have silkscreen printing going right through most of your pads. 
How do you plan to solder to that?


2. Many of your parts are placed *extremely* close together.  Certainly 
a pick and place machine won't be able to handle it.  Hand placing may 
be difficult. I'm not sure if you'll be able to solder to them.


3. On the signal layer, you have a big copper ring going along the 
perimeter, unconnected to anything.  That is not a good idea.  Maybe you 
intended this to be a ground guard ring?  If so, it should connect to 
ground.



There's more.  Have I misunderstood your layout?

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Cygwin still supported?

2010-03-24 Thread gene glick

David MacQuigg wrote:

The alternatives I am considering are install under Mac OS X, or set up 
a third machine with a suitable Linux distro.  I've been using Cygwin 
for all my Unix needs, so I would like to stick with that, if possible.  
I also use CentOS (a clone of Redhat) on a remote server.


Suggestions will be greatly appreciated.


My usual suggestion is to load up Sun VirtualBox, then install any 
Linux/Unix flavor you like.  You'll be running 'real' linux at that 
point, and installing gEDA/GAF is pretty easy.  Works great, and plays 
just fine with Windows as a host.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: if you people want to do it then put up the *cash*

2010-03-16 Thread gene glick

So now the question is "Who else will pledge money?".

John



You can count me in too.


gene



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: if you people want to do it then put up the *cash*

2010-03-15 Thread Gene Heskett
On Monday 15 March 2010, John Griessen wrote:
>Ales Hvezda wrote:
>>  "problem with for-pay servers is users are motivated, they help
>>pay for a few months, then no more"
>>  "so any decisions that affect $$ need to account for probably
>>Ales paying for it out of pocket"
>>
>> I have absolutely no issues with removing me as a "single point of
>> failure", however, if you people want to do it then put up the *cash*,
>> time, and get some buy-in from all people doing the development work.
>
>When my friends on the metalartists.org list lost the previous server
>and I started a mailman server for them they donated money via paypal
>to get to paid up for a year and a half after just a week.  It might
>not be hard, even with this bunch to get virtual server money.
>For OpenVZ on Quantact.com servers you'd need to budget $30/month
>for the level of RAM needed to run mailman.  These prices might even
>drop some as things progress, since some web hosters, (Network Solns),
>with canned web-app packages (not root accounts), now run at $11/month.
>
>I'm good for $20 for server support -- I expect that to go for
>a years worth after asking the rest of the people that care to contribute.
>
>So now the question is "Who else will pledge money?".
>
>John

I am just a lurker generally, but I think Ales has done a good job those 
times when I grabbed the next 'generation' of this stuff, it seems to have a 
minimum of the PIMA content most such projects seem to have an abundance of, 
with SF being the most prominent in my limited experience as I have repo 
write access there on one of the legacy computer OS projects & it loves to 
forget my pw on a random basis.

If Ales & all vote to setup the NP thing, even if it still runs on Ales's 
servers and a few bucks a month is needed to compensate Ales (or whoever 
might succeed should something happen, then I am sure my card could get 
$20/year lighter for as long as I'm around.  Just set it up and post the 
donate site URL here.  However, since I'm both 75 and diabetic, I have no 
warranty of being here tomorrow, but today I'm good.  Basically, somebody 
needs to pay the energy bill in any event.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

I hate mankind, for I think myself one of the best of them, and I know
how bad I am.
-- Samuel Johnson


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: TO-92 Best Practices

2010-03-03 Thread Gene Heskett
On Wednesday 03 March 2010, Larry Doolittle wrote:
>Al -
>
>On Wed, Mar 03, 2010 at 10:18:59AM -0500, al davis wrote:
>> Along that line ...  You could get what they call "reading
>> glasses" from a supermarket.  Get the strongest ones they have.
>> They make great magnifying glasses.
>
>I didn't need them in college, but I sure need them now!
>
>> You really should wear eye protection while soldering anyway.
>
>Right.  Funny story.  We had a big safety audit here a few
>months ago.  Lots of new "work practices", including mandated
>eye protection -- safety glasses -- when soldering.  So ..
>I start doing some rework on a particularly tricky section
>of an 0603-scale board.  A flock of managers cruised by and
>said -- Hey! you don't have safety glasses on!  I show them
>that I don't get any benefit from safety glasses when I'm
>soldering under a 10X microscope.
>
>- Larry

Nice, if there is room for the microscope, the soldering iron and the solder, 
all in the field of view.  Panasonic, 10 years ago, didn't succeed in doing 
that, so I was stuck using about a 6" magnifying lens, in a parallelogram 
suspension system, with the smallest circular hot cathode fl lamp wrapped 
around it.  Mostly replacing bypass caps on digital boards, using a GC 
'tweezer' style double soldering iron plugged into a powerstat and turned 
down to about 60 volts to control the temp.  These caps were surface mounted, 
and crap.  The size of a lead pencil eraser and smaller, I started dumping 
the old ones into a 3 pound coffee can thinking they might be recyclable alu 
at some point.  By the time I'd retired, we had the 3rd can started...

Panasonic of course made their own caps, and few if any of the quality 
replacements could be parked on their footprint, so it was a severe 
stretching of the definition to call 30 hours a week doing that 'fun'.  I get 
a back ache between my shoulder blades from hunching up to that glass just 
thinking about it.  But when the alternative is replacement boards from the 
Russian Mafia in New Jersey at many hundreds each, or replace the $4k to $13k 
machine at 6 month intervals, it only had up to 27 such boards in it.  Their 
tech in the New Jersey shop was a guy named Alex, from Russia, and it wasn't 
unusual to bypass the phone menu by saving time & asking to for the 'Russian 
Mafia', it was simpler than trying to figure how to pronounce his last name 
using an accent the New Jersey girls understood.  They had more than one Alex 
it seemed.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

Typo in the code


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gschem status window opens full screen

2010-02-28 Thread gene glick

Peter Clifton wrote:



Just delete the section, and gschem won't try to override anything. It
will - however, save the position when you close the log window /
gschem, and keep that for next time.



worked great - thanks, Peter!


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: gschem status window opens full screen

2010-02-28 Thread gene glick

How do I stop this - it's making me nuts :)


gene



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gEDA user: gnetlist -gdrc buffer overflow and gnetlist -gspice-sdb killed

2010-02-27 Thread gene glick

Facundo Ferrer wrote:

When I try to check my
   circuit with drc or drc2 gnetlist finished with a buffer overflow. I
   don't know how to solve this. Also, I tried with spice-sdb but gnetlist
   finish with Killed.

Have you tried this:

http://www.geda.seul.org/wiki/geda:faq-gnetlist





___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: gedasymbols.org down

2010-02-26 Thread Gene Heskett
On Friday 26 February 2010, Bob Paddock wrote:
>On Fri, Feb 26, 2010 at 9:49 AM, Kai-Martin Knaak  
wrote:
>> gedasymbols.org seems non responsive at the moment.
>> Any hint for a reason?
>
>http://kdka.com/topstories/Northeast.snow.storm.2.1522070.html
>
Good luck with that Bob, I have another 10" of white stuff here since this 
time yesterday, and I'm in north central WV.  And still coming down at an 
inch plus an hour.  KDKA is about 130 miles north of me.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

Windows 2000 will be released as soon as Windows 98 finishes loading.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: any last minute advice prior to sending out for PCB fab

2010-02-25 Thread gene glick

John Griessen wrote:

Bob Paddock wrote:



Not sure.  I know our CM loves that I put fuducials on the QFN


So these footprint fiducials are outboard of the part so they show in a
vision system as the part is being placed?  Do you put silk outline outside
them or some silk circles around each one to clue
the CM about what they are good for, or does that just need some notes and
documentation and phone calls?



maybe this helps :
http://www.carltonindustriesonline.com/cic_Fiducial.html


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: any last minute advice prior to sending out for PCB fab

2010-02-23 Thread gene glick

John Luciani wrote:

   Check the gerbers and drill files using gerbv.
   I use a script that zips and renames all the files for the fab house.
   I take the zip file that is created, unzip it and check those files
   with gerbv.
   For a system of boards that plug into each I might panelize them
   so that they all align. You would quickly see misalignment.
   You would also save some money on the fabrication.
   (* jcl *)


I completely forgot to mention that I generated the Ben-mode prints to 
check it all out - that is really helpful.  And yes, like you, run a 
script to generate and rename the gerber files.  Gerbv is a great tool, 
I like it a bunch.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: any last minute advice prior to sending out for PCB fab

2010-02-23 Thread gene glick

DJ Delorie wrote:

Print out your surface copper layers and put the parts on the printout
to make sure they match.

that's a really good idea, thanks!  It'll delay things some, but yeah, 
sounds like the conservative way to go.  I'll have to order up a bunch 
of parts to make it happen but that's ok.


Printing out 1:1 should be close enough on a laser printer, I think.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: any last minute advice prior to sending out for PCB fab

2010-02-23 Thread gene glick
After a very long time, I am just about ready to send out 3 different 
boards for fab.  I would appreciate any advice to improve my chances of 
success.  So far here's what has been done:


1. Run DRC on all PCBs with no issues..
2. Checked schematics.
3. Checked schematic matches layout.
4. In process of checking all the components, especially the transistor 
pinouts (all SOT23 devices)
5. Checked the board dimensions. These boards plug into one another, so 
have to be sure they match up.  It looks good physically and the pin 
numbers look correct from board-to-board.
6. Checked the soldermask.  I found a bunch with very minimal dam 
spacing so fixed them.

7. fixed cosmetic trace runs that looked ugly.
8. double checked for unused traces left behind from component moves.


The cash layout for PCB fab is going to be large enough that I am 
nervous about not getting it right.  Still, I have a CPU card and SMPS 
to do which can wait a bit while this gets put together.


what else?  Any suggestions?

thanks

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Message and Library windows

2010-02-22 Thread gene glick



(or certainly fix the message window's focus-stealing, attention
grabbing - behaviour. The same is true of the netlist window when you
press "F" on a net.)

That one burns me often :D



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: TL431

2010-02-21 Thread gene glick
I did not know what the regulator will be used for. 
+12V regulator supplies hi/low side mosfet driver.  Positive side is 
ground, negative side is -50VDC.
LM317 can replace both TL431 and series transistor. 

> LM317HV.
seems expensive and only comes in large packages.  Nice idea though.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: TL431

2010-02-21 Thread gene glick

As has already been mentioned, the problem will be what happens as the
supply turns on. In theory, as VCC ramps up, the 431 will start to
regulate and so limit its own cathode voltage. If VCC exceeds 36V before the
431 has started drawing current then all bets are off.

Crude but you could try putting a zener in series with R3/NPN_B and
431 cathode to drop the excess voltage so that VCC - Vzen < 36V.


Any series combination of components from VCC to the cathode will suffer 
from this problem.  The VCC will be present at the cathode if nothing is 
conducting, right.  So what makes them break?  If it's just a potential 
thing, like mosfet gate punch-through then this can never work.  If it's 
the power dissipated in the part then I guess it won't matter until it 
really starts to conduct and this method should be safe.


And another: they are notoriously unstable (and the spice models don't
always show it) with certain cathode loads.


Yep, I may have TI's model and the thing goes unstable with increasing 
load capacitance.  That was a surprise.  The feedback capacitor 
suggested helps, but does not eliminate the problem.


 > All in all, may be more trouble than it's worth.

I agree and have given up :)  Instead, I'm using LM317, and some extra 
stuff to drop the voltage down to its input.  Not so bad on part count.


Cheers,

 Andy.


thanks, Andy.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: TL431

2010-02-20 Thread gene glick

Wojciech Kazubski wrote:
-> Anyone use these shunt regulators?  I'm wondering about the max voltage. 

>> Or set up your mailer to use a fixed-width font..
Yes, that was it - thanks.

I suspect this TL431 isn't a good device for my app.  I have an LM317 to 
give me around +12V for bootstap voltage to a high-side mosfet driver. 
The average current is very low, but the peaks can get pretty high.  The 
LM317 circuit is solid, just uses a lot of parts.  I was trying to 
replace the LM317 with TL431 - but simulation does not look promising.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: TL431

2010-02-19 Thread gene glick

gene glick wrote:
Anyone use these shunt regulators?  I'm wondering about the max voltage. 
wow, that drawing didn't look very good in my mail client, but if you 
cut and paste into kedit it looks reasonable.  :)



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: TL431

2010-02-19 Thread gene glick
Anyone use these shunt regulators?  I'm wondering about the max voltage. 
 Data sheet says max cathode-to-anode voltage is 36V.  What if VCC = 50
V, as in this cheezy drawing is trying to show.  R1 and R2 set the 
output voltage at the emitter.  R3 limits the current to the cathode 
*and* drops enough voltage (greater than 14V) to allow the the 
cathode-anode voltage to be within 36V.  Is that legit?  Or maybe I have 
to design in some circuitry to drop the voltage down at the cathode.


 (npn)

VCC -- C   E --
  |  \   /|
  /  -/
  R3  \| B\
  /|  /   R1
  ||  \
   |  /
   |  |
   |  |
--/   |
   /  / \ |
   TL431 /   \-
 -|
   |  /
   |  \  R2
   |  /
   |  |
   |  |
   
   |

   /   /   /


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: PCB Prototype houses that do 0.031" boards?

2010-02-18 Thread gene glick

Bob Paddock wrote:

Anyone know of a proto-house that will do 0.031" thick boards?

All the usual, automatic robot, players I've looked at only do 0.062
tick boards.


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

These guys are in china.  I plan to use them shortly, but can't say if 
they are good or not.  Prices are very nice :)


http://www.pcbcart.com/


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: FIRST robotics...

2010-02-17 Thread Gene Heskett
On Wednesday 17 February 2010, DJ Delorie wrote:
>> D.J.D.;
>
>For those who don't know - DJ is my name, not my initials.
>
Oops, sorry.  I didn't do that intentionally, I just assumed that the DJ was 
for David James or some such.  My apologies.

>> For instilling in these young folks, a sense of pride in laying it
>> out and doing it right, we need a squad of cheerleaders to put on a
>> show but I'm fresh out of those.
>
>I think that's the whole point of FIRST - For Inspiration and
>Recognition of Science and Technology.  We mentors are now starting to
>think about what to do in the "off season" to (1) keep the kids
>interested, and (2) show the rest of the school what we're up to.
>I've suggested robot mascots at the football games :-)
>
I think that's a jolly idea.  Not only does the programming and inevitable 
maintenance teach them even more, but it shows off the talents of both you 
and the kids, in front of a whole grandstand full of frogs.  There will be 
those who downplay it as wasting the schools money, but those same people 
have probably voted against any excess school tax levies since they were old 
enough to buy beer.  Hell, I may be 75 and fading, but dammit folks that's 
the best tax money I ever paid.  If it makes the diff between a productive 
adult, and one who is so poorly trained to do anything that he's a regular 
customer at the county jail, it is worth it.

Same scene, if it heads off one bored troublemaker, that is another point of 
pride.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

The trouble with heart disease is that the first symptom is often hard to
deal with: death.
-- Michael Phelps


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: FIRST robotics...

2010-02-17 Thread Gene Heskett
On Wednesday 17 February 2010, DJ Delorie wrote:
>Some of you know I've been working with the local high school's FIRST
>robotics team.  Here's a status update:
>
>http://www.youtube.com/watch?v=3_VfT5_mEn0
>
>At 0:49 there's a photo of me teaching one of the freshman how to
>assemble a circuit board full of 0603's and PTH parts.  The board was
>designed with gEDA/PCB, etched in my basement, built my him, and works
>like a charm.
>
>And no, I did not have to fix *any* of his soldering.
>
>The board is a manual servo controller, or "servo tool".  Since I
>didn't have any 555's kicking around, it instead has a 16-bit
>microcontroller that makes the pulses and drives an LED array.
>
D.J.D.;

The rating I would apply to any teaching effort is whether or not the project 
works.  It looks like you have succeeded very well.  I believe this makes a 
lie out of the old saw about 'those who can't, teach'.  For instilling in 
these young folks, a sense of pride in laying it out and doing it right, we 
need a squad of cheerleaders to put on a show but I'm fresh out of those.

But, if you are anything at all like me, having the project work at all, let 
alone look that professionally built, would make me very proud of myself as 
well as giving me some better ideas for the next years classes.  And proud is 
what I think you should be.  Pride in what one has done well is a reward in 
and of itself.  But I suspect you already knew that.

Congratulations are in order, and here are mine.  Thank you for posting the 
link.

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)

I didn't order any WOO-WOO ... Maybe a YUBBA ... But no WOO-WOO!


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: Latex

2010-02-11 Thread gene glick

we're getting a bit more OT, but...

yep :)



\chead{\includegraphics{foo.eps}}

I had tried that already but it wasn't quite what I was looking for. 
What worked out nice was placing a table in the header and placing 
things exactly where I want them.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: Latex

2010-02-10 Thread gene glick


I switched to LaTeX 15 years ago and have never looked back.  mmm 
LaTeX.



 > it just wasn't working well
for a bunch of reasons (bugs, poor scaling to large documents, poor 
multi-author support, poor interaction with cvs or other source control 
system, 


sounds like you live in my cube (anti-productivity pod, for the dilbert 
fans)


For all those same reasons, I've just switched.  So far so good.  It'll 
be interesting to see if I can convince my co-workers to try it out. 
One thing that I don't like though, is image support.  Unless I am 
missing something, images are not actually part of the source doc, but 
are sucked in and then processed onto the output.  Distributing the pdf, 
for example, doesn't matter since the pictures are included.  But for 
multi-authors, any images have to be included with the article source files.


The LyX route is working for now - but am already finding reasons to add 
LaTeX commands into the source file.  Headers with images are a drag - 
still fighting that one.  Time to get a good book :D


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb join pad to polygon

2010-02-07 Thread gene glick

Peter Clifton wrote:


For 0.01 Ohm sensing, you probably want to attempt at making a kelvin
connection, see http://www.edn.com/article/CA502424.html

Interesting.  I'm really not yet convinced on the best trace width - if 
it turns out to be larger than the pad size of that 0.1 Ohm resistor, 
than it is irrelevant.


There's a bunch of calculators online to help figure out appropriate 
trace width.  I suppose that they assume DC.  My app is audio, so the 
likelihood of an average current is much lower.  I really care about the 
peaks, and more importantly, a short circuit.  So even then, by the time 
the circuit figures out there is a short, the drive circuit is already 
shut down (maybe the order of tens of microseconds, or so).  I don't 
expect things to heat up much - which implies that the kelvin technique 
would work.  I'm just not sure though, which route to go.



gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb join pad to polygon

2010-02-07 Thread gene glick

Ben Jackson wrote:

On Sun, Feb 07, 2010 at 09:18:35AM -0500, gene glick wrote:
I made a polygon on the top layer, and I want to place a component pad 
within the polygon.  Is there a way to make it connect without adding a 
trace?  By default the tool places a clearance gap around the pad - so 
it doesn't touch.


Are you sure you want 100% connection like the other reply suggested?
That can be very hard to solder, especially on a multilayer board where
the top is well "stitched" to internal ground layers.  I really think
pads should have the same "thermal" feature that pins do, but since they
don't I just draw lines and set *them* to merge with the poly.  If I want
low impedence I just make a "+" of wires.



Hmm, maybe - maybe not. Here's the scoop: first is a connector, with 
through hole pins.  It can't use solid connections otherwise I'll never 
be able to solder to it - or remove it.  This thing runs on +/-50V 
rails, and is high current.  It connects to a 0.01 Ohm surface mount 
resistor (2512) used for current monitoring.  This circuit is set to 
trip at about 17A. This is peak stuff, not average.  Maybe I should look 
up how fat a 1/2 ounce trace needs to be to handle that sort of current. 
 Maybe it's sufficient to make the track no larger than the width of 
the 2512 resistor?


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: pcb join pad to polygon

2010-02-07 Thread gene glick

Peter Clifton wrote:


You can set the polygon to be "solid", "s" key, but it does mean it will
short against everything it touches.




I often just use a small "solid" polygon which shorts against things to
bridge the gap between a pad and a bigger, clearing polygon.


Yep, that works ok.  I had to use 2 polygons because the first touches 
some through hole pins that I need the thermal on.  Setting 'S' makes 
them go away.


cool ... thanks


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: pcb join pad to polygon

2010-02-07 Thread gene glick
I made a polygon on the top layer, and I want to place a component pad 
within the polygon.  Is there a way to make it connect without adding a 
trace?  By default the tool places a clearance gap around the pad - so 
it doesn't touch.


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: OT: Latex

2010-02-06 Thread gene glick

Dave McGuire wrote:


  I use OpenOffice for quick & dirty stuff, but LaTeX (with PDF output) 
for anything that has to look good.  Lyx is pretty nice but those types 
of front-ends usually just get in the way.


  -Dave



First off, thanks for the input from all.

So you write in a text editor, add in your own codes?  OK.  This is new 
to me since I've used MS Word for ever, and Open Office to a lesser 
extent in the past 2 years.  I dread using Open Office for reports :( 
It's a huge struggle every time to get stuff to look nice.  All the 
rhetoric about TeX sounds good.  So now I will see.  Lyx seems ok to me 
so far.  The option to edit directly is always there - I think.


Anyway, time to fire up the Chevelle SS396, pop the clutch, burn some 
rubber, and haul butt up the learning curve :)


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: OT: Latex

2010-02-06 Thread gene glick
Do you all use Latex for editing docs, or maybe open office or other? 
I'm getting fed up with the open office bugs and starting to think that 
Latex is a better alternative.  Busy compiling Lyx as we speak.


Just curious if it works out well-

thanks

gene



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: Move refdes on the board

2010-01-17 Thread gene glick

uv wrote:

Dear Sirs,

How can I move/rotate the reference designator of component in
PCB 20091103? In the previous versions this feature was made by
same controls like moving any other object on the board.

Thank you
Péter
I've had trouble moving text on the 'other' side of the board.  If you 
'tab' to the opposite side, then 'tab' back again, you may not be able 
to move the text around.



___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: soldermask clearance

2010-01-16 Thread gene glick
What's the right amount of clearance?  Seems like .003" is good, but I 
don't know.  A google search found one article that said for fine 
pitched parts, it's better to have the entire row blocked.  That is, 
instead of individual clearances around each pad, the soldermask exposes 
the entire row at once.  They claim the very thin webs in between pads 
are too thin to cure correctly, and will smudge later onto the pads.


Anybody experience this sort of thing?

If there's no soldermask in between pads, isn't is more likely to get a 
solder bridge?


thanks

gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: ExecuteFile(bob.cmd) question

2010-01-07 Thread gene glick
Why does this take so long to complete in PCB2008 and 2009 version, 
but is a snap in the git head version?

Also, is it really necessary?


gene


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


Re: gEDA-user: sd-card connector sym and fp needed

2009-12-30 Thread gene glick
Michael Kamper wrote:
> Hi!
> 
> Anyone has a sd-card design including a footprint I could use?
> I found an old thread but the link provided there is dead and the
> author unfortunately doesn't answer. 
> 
Sorry for not ever replying, somehow I missed this.  Try this link 
instead of the original:

http://avtek-us.com//pub/sdCardExample.tgz


___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


  1   2   3   4   >