Re: gEDA-user: PCB Renumber Was/Is Once Again

2009-09-24 Thread Mike Hansen

   Awesome, that's exactly what I was looking to do!

Date: Thu, 24 Sep 2009 12:23:20 -0400
From: d...@mcmahill.net
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: PCB Renumber Was/Is Once Again
   
Mike Hansen wrote:
 I brought up this topic a couple of years ago and left it for dead
   at
 the time but now have the question again:

 Is there a script that can be performed on a PCB design that will
 renumber the components on the board in some spatial order(say
 starting at the upper left hand corner of the board)? It's easier
   to
 troubleshoot a board when the components are numbered in a
   spatially
 logical order. And then once it's renumbered to be able to spit
   out a
 Was/Is list so that you can back annotate with gschem?

 Or looking at it from the other direction, can the renumber script
   on
 gschem provide a log of the Was/Is component names so that I can
 manually update PCB?

 I'm trying not to have to renumber everything by hand.

 Thanks!
   
   
PCB can renumber its elements spatially.
   
:Renumber()
   
or
   
:Renumber(logfile)
   
it will renumber, and generate a was/is log. Then use
   pcb_backannotate
to back annotate that into your gschem schematics. These two bits of
functionality were a Halloween trick or treat from 2006. I'll let
   you
decide if they're a trick or a treat ;)
   
-Dan
   
   
   
___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
 _

   Bing brings you maps, menus, and reviews organized in one place.
   [1]Try it now.

References

   1. 
http://www.bing.com/search?q=restaurantsform=MLOGENpubl=WLHMTAGcrea=TEXT_MLOGEN_Core_tagline_local_1x1


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


gEDA-user: PCB Renumber Was/Is Once Again

2009-09-23 Thread Mike Hansen

   I brought up this topic a couple of years ago and left it for dead at
   the time but now have the question again:

   Is there a script that can be performed on a PCB design that will
   renumber the components on the board in some spatial order(say
   starting at the upper left hand corner of the board)?  It's easier to
   troubleshoot a board when the components are numbered in a spatially
   logical order.  And then once it's renumbered to be able to spit out a
   Was/Is list so that you can back annotate with gschem?

   Or looking at it from the other direction, can the renumber script on
   gschem provide a log of the Was/Is component names so that I can
   manually update PCB?

   I'm trying not to have to renumber everything by hand.

   Thanks!
 _

   Hotmail® has ever-growing storage! Dont worry about storage limits.
   [1]Check it out.

References

   1. 
http://windowslive.com/Tutorial/Hotmail/Storage?ocid=TXT_TAGLM_WL_HM_Tutorial_Storage_062009


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


Re: gEDA-user: PCB Lockup/Optimization

2009-08-14 Thread Mike Hansen

   Thanks for the help, that is indeed the problem.  It appears whenever
   I autoroute the board AND it puts a via next to the edge of the board
   it's creating all those unnecessary traces.  If I can keep it from
   putting traces on the edge of the board then I should be fine.

   Thanks again for you help.

Date: Fri, 14 Aug 2009 12:53:00 -0400
From: d...@delorie.com
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: PCB Lockup/Optimization
   
   
Ok, I think I know what's happening, but I don't know how you got to
that point.
   
There's a via at 47.43mm, 18.54mm. It appears to serve no purpose,
   as
it has only lines from layer two connecting to it.
   
However, *under* the via is a tiny copper trace on layer 1 (make
   vias
invisible and you'll see it, but it does stick out a little on the
side). At least, so it seems. It turns out you have *1500* tiny
copper traces under that via.
   
So, shut off layer 2, use a rectangular selection box to grab all
those traces and the via, and delete them. Then mitering works fine.
   
   
___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
 _

   Get your vacation photos on your phone! [1]Click here.

References

   1. http://windowsliveformobile.com/en-us/photos/default.aspx?OCID=0809TL-HM


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


gEDA-user: PCB Lockup/Optimization

2009-08-11 Thread Mike Hansen

   I have a PCB design that I have hand routed the power nets and then
   let PCB autoroute the rest.  When I go to do to an optimize(say miter
   the traces) PCB just locks up and never returns, I have to manually
   kill it.  And I have let it run for hours and it's still locked up.
   Is this a known problem and perhaps fixed in a later release? I have a
   fairly old version(2+ years).  I have never seen this problem before,
   perhaps it's just some odd issue with this specific layout.  It also
   seems to lockup if I tell it to rip up the auto routed traces, which
   leads me to believe it's a problem with the auto routed traces.
 _

   Get back to school stuff for them and cashback for you. [1]Try Bing
   now.

References

   1. 
http://www.bing.com/cashback?form=MSHYCBpubl=WLHMTAGcrea=TEXT_MSHYCB_BackToSchool_Cashback_BTSCashback_1x1


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


Re: gEDA-user: PCB Lockup/Optimization

2009-08-11 Thread Mike Hansen

   In order to send the PCB files do you want me to simply attach to a
   reply to this e-mail or send them in some other fashion?
   I've upgraded the the 2/2008 build and I get the same behavior.  Then
   board design must send PCB into some endless loop.
   Thanks!
Date: Tue, 11 Aug 2009 10:03:59 -0400
From: d...@delorie.com
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: PCB Lockup/Optimization
   
   
Not a known problem, but try using the latest sources from git and
   see
if that helps. If it still locks up, it would be helpful if you
   could
send us the failing board for debugging.
   
   
___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
 _

   Express your personality in color! Preview and select themes for
   Hotmail®. [1]Try it now.

References

   1. 
http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_express:082009


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


gEDA-user: Gschem/Custom Symbol/Path

2009-07-26 Thread Mike Hansen

   I just transferred my Linux image to a new box and installed Gschem.
   I have custom symbols for gschem that are in their own directories.
   Now when I load up the schematics I get the dreaded component not
   found on the schematic in place of the component diagram for custom
   components.  I know I have to modify one of the rc files(I think) but
   I cannot for the life of my figure out which file it is.  I know the
   directory for the custom symbol has to be defined in one of the rc
   files.

   Thanks!
 _

   Windows Live SkyDrive: Store, access, and share your photos. [1]See
   how.

References

   1. 
http://windowslive.com/Online/SkyDrive?ocid=TXT_TAGLM_WL_CS_SD_photos_072009


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


Re: gEDA-user: Gschem/Custom Symbol/Path

2009-07-26 Thread Mike Hansen

   I have a system-gafrc.  Can I put it in there?  Or do I have to create
   a file called gafrc in the gEDA driectory?
   Thanks!
Date: Sun, 26 Jul 2009 19:17:49 -0700
From: outerspacema...@yahoo.com
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: Gschem/Custom Symbol/Path
   
look in ~/.gEDA/gafrc
and put in lines like this
(component-library /home/joshq/symbols)
   
   
--- On Sun, 7/26/09, Mike Hansen mehanse...@hotmail.com wrote:
   
From: Mike Hansen mehanse...@hotmail.com
Subject: gEDA-user: Gschem/Custom Symbol/Path
To: geda-u...@seul.org
Date: Sunday, July 26, 2009, 8:53 PM
   
   
   I just transferred my Linux image to a new box and installed
   Gschem.
   I have custom symbols for gschem that are in their own
   directories..
   Now when I load up the schematics I get the dreaded component
   not
   found on the schematic in place of the component diagram for
   custom
   components.  I know I have to modify one of the rc files(I think)
   but
   I cannot for the life of my figure out which file it is.  I know
   the
   directory for the custom symbol has to be defined in one of the
   rc
   files.
   
   Thanks!
   
   _
   
   Windows Live SkyDrive: Store, access, and share your photos.
   [1]See
   how.
   
References
   
   1.
   http://windowslive.com/Online/SkyDrive?ocid=TXT_TAGLM_WL_CS_SD_photos_
   072009
   
-Inline Attachment Follows-
   
   
   
___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
   
   
   
   
 _

   Windows Live SkyDrive: Store, access, and share your photos. [1]See
   how.

References

   1. 
http://windowslive.com/Online/SkyDrive?ocid=TXT_TAGLM_WL_CS_SD_photos_072009


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


Re: gEDA-user: FT232R

2009-04-08 Thread Mike Hansen

   Quick FYI:

   The FTDI USB UARTs have noise immunity issues.  They tend to lock up
   after running for an hour or so.  And worst of all they only reset
   themselves when the USB cable has been physically removed.  It's a
   well known problem.  I would avoid this chip for new designs.

   Suggest looking at something from SiLabs.


Date: Wed, 8 Apr 2009 17:32:08 -0400
From: d...@delorie.com
To: geda-user@moria.seul.org
CC: mrumun...@popdial.com
Subject: Re: gEDA-user: FT232R
   
   
Ah, the perils of open source. With proprietary software, your
problem is not enough symbols. With open source, your problem is too
many.
   
   
___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
 _

   Rediscover Hotmail®: Get quick friend updates right in your inbox.
   [1]Check it out.

References

   1. 
http://windowslive.com/RediscoverHotmail?ocid=TXT_TAGLM_WL_HM_Rediscover_Updates1_042009


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


Re: gEDA-user: FT232R

2009-04-08 Thread Mike Hansen

   Both 245 232 seem to have the problem:

   [1]http://www.motherboardpoint.com/ft245bm-problem-missing-corrupt-dat
   a-t94973.html

   Unfortunately we did experience this problem on all of our boards.  As
   I understand it from the post even their eval boards displayed this
   problem.   And even though that post is old I can tell you that chips
   we've used in the last year had that problem.  All you need is a motor
   to turn on in the vicinity of the device and you are locked up.  We
   implemented the capacitor solution in the link above and this did
   mitigate the problem but it didn't go away entirely.   We're stuck
   redesigning the board with another mftr's chip.  We can't have it go
   for say an hour or a day and then just lock up.  And there's no way
   through software to reset the device. You have to manually remove the
   USB cable.

   FWIW.

Date: Wed, 8 Apr 2009 17:57:02 -0400
From: d...@delorie.com
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: FT232R
   
   
 The FTDI USB UARTs have noise immunity issues. They tend to lock
   up
 after running for an hour or so. And worst of all they only reset
 themselves when the USB cable has been physically removed. It's a
 well known problem. I would avoid this chip for new designs.
   
Is this an urban legend, or do we have proof? I've never had any
problems with the FTDI parts, and I've run them for days on end.
   
 Suggest looking at something from SiLabs.
   
FTDI has better Linux support.
   
   
___
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user
 _

   Windows Live: Keep your life in sync. [2]Check it out.

References

   1. 
http://www.motherboardpoint.com/ft245bm-problem-missing-corrupt-data-t94973.html
   2. http://windowslive.com/explore?ocid=TXT_TAGLM_WL_allup_1a_explore_042009


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


Re: gEDA-user: Using SMT

2008-06-26 Thread Mike Hansen

Some tips on thermoelectric cooling:
 
1) Make sure you purchase sealed thermoelectric modules(the elements are sealed 
completely typically using silicone).  If the units are not sealed condensation 
will form on the thermoelectric elements and they will literally fail within an 
hour or two.
2) Pressed fin type heatsinks work well in removing the heat.  Blow the fan 
inward against the fins, do not blow laterally across the fins.   Your best 
heat removal comes with turbulent air flow, not laminar air flow(which is why 
blowing inward, perpendicular to the fins is best).
3)  Any ripple on your DC current will add unnecessary heat to the assembly(ie: 
 heat that works against your cooling capability).  Setups like you see for 
cooling microprocessors are a good analog and you should set up something like 
that to cool your modules.  
4)  As the temperature diffence between the cold and hot side of the 
thermoelectric increases the cooling capability goes down.  Hence the better 
your heat removal capability(heatsink/fan) the better off you are.
5)  When you assemble the thermoelectrics, sandwiching them between the 
heatsink and the cold plate make sure you use a torque driver to get the same 
torque across each screw.  Use something like a bellville washer on each screw 
to equalize the pressure:
 
http://www.rctek.com/fixings/bellville_washers.html
 
If you have uneven pressure across each of the screws you could end up damaging 
the thermoelectric modules as they are fairly fragile.  Also use an insulating 
washer on the screw on the cold plate side to isolate heat transfer along the 
screw from the heatsink to the cold plate.
 
Good luck with your project.


Date: Tue, 24 Jun 2008 13:50:31 -0400From: [EMAIL PROTECTED]: [EMAIL 
PROTECTED]: [EMAIL PROTECTED]: Re: gEDA-user: Using SMT
Thanks everyone.
 
The Project:
I'm a quadriplegic and during the summer I have difficulty regulating my 
temperature and am usually restricted to indoors and air condition when the 
outdoor temperature exceeds 80 degrees.  I've been working on a design to mount 
a thermoelectric cold plate in the backrest of my wheelchair.  This cold plate 
will have the capability of cooling or heating via a PWM controlling an 
h-bridge.  I'm using a microchip dsPIC DSC to monitor thermocouples in the 
backrest, interface to the user and control the power to the cold-plate.  I'm 
about 80% done with the code and trying to get my spare chair prototyped while 
the summer is still here (central Massachusetts).
On Tue, Jun 24, 2008 at 1:29 PM, John Luciani [EMAIL PROTECTED] wrote:




On Tue, Jun 24, 2008 at 1:12 PM, Robert Butts [EMAIL PROTECTED] wrote:

I'm about to start bread boarding a desin.  I have a few surface mount chips 
that I got SMT-to-DIP adapters for.  I also purchased SMT paste.  I have never 
worked with surface mount devices.  How do you paste the chip to its footprint? 
 How do you get the excess, if any, paste out?  I have a feeling it's got 
something to do with heating it.
Thanks,
Rob
I use wire solder, water soluble flux and a fine tip soldering iron. A list of 
the toolsand supplies I use are at  http://tinyurl.com/6b2vy9(* jcl *)-- 
http://www.luciani.org ___geda-user 
mailing [EMAIL PROTECTED]://www.seul.org/cgi-bin/mailman/listinfo/geda-user
_
Introducing Live Search cashback .  It's search that pays you back!
http://search.live.com/cashback/?pkw=form=MIJAAF/publ=HMTGL/crea=introsrchcashback

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


gEDA-user: FW: Settings/Auto Update

2007-09-27 Thread Mike Hansen





I am running gEDA under Fedora Core 6.  Every once in awhile I allow the auto 
update to update gschem.  This all works fine except that it always overwrites 
my settings files(symbol locations, custom attributes).  Is there any way to do 
the auto update w/o having your settings files blown away(other than copying 
the files before the update)?
_
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vistamkt=en-USform=QBRE

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


Re: gEDA-user: new boards!

2007-03-01 Thread Mike Hansen
Sorry if I missed this as part of the thread but once you did the brass 
stencil, what did you use to reflow the solder?  Hotplate, toaster oven, air 
pencil?




From: DJ Delorie [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: gEDA user mailing list geda-user@moria.seul.org
Subject: Re: gEDA-user: new boards!
Date: 01 Mar 2007 00:13:31 -0500


DJ Delorie [EMAIL PROTECTED] writes:
 http://www.delorie.com/house/furnace/pcb2/

I just finished populating the first board, which will be the debug
board.  The second one will end up in the furnace.  Note that the
furnace one will have the RJ45 jack transplanted to the bottom edge.

The brass stencil thing worked well enough.  There were only four
bridges on the whole board, and only one of those was on the 0.5mm
pitch connector, all easily fixed.

I'm going to have to do something about the power supply, though - too
much voltage being provided to the power module.  I've sent email to
the manufacturer asking for advice.  Meanwhile, I haven't soldered
those parts in yet.  I'm going to hook up a generic 5v supply for
testing, probably next week as we're going to visit my in-laws for a
couple of days.

DJ


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


_
Win a Zune™—make MSN® your homepage for your chance to win! 
http://homepage.msn.com/zune?icid=hmetagline




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


RE: gEDA-user: Re: VMPlayer Image

2007-02-18 Thread Mike Hansen


That would be perfect, question is will the gEDA suite run on it?  I have 
minimal Linux knowledge and I cannot answer that question.  Anyone?



From: Kai-Martin Knaak [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@seul.org
Subject: gEDA-user: Re: VMPlayer Image
Date: Sun, 18 Feb 2007 01:19:42 + (UTC)

On Sat, 17 Feb 2007 08:51:45 -0600, Mike Hansen wrote:

 I suppose a torrent option is also viable.  I know many of the linux 
VMWare

 images are done this way.

How about an image based on one of the small footprint distros like
DamnSmallLinux? Those might reduce the size of the image quite a bit. In
addition they tend to rely on fast running light window managers etc.

---(kaimartin)---
--
Kai-Martin Knaak
http://lilalaser.de/blog



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


_
With tax season right around the corner, make sure to follow these few 
simple tips. 
http://articles.moneycentral.msn.com/Taxes/PreparationTips/PreparationTips.aspx?icid=HMFebtagline




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


Re: gEDA-user: Re: VMPlayer Image

2007-02-18 Thread Mike Hansen
That 500MB does not include VMWare.  You simply link to the VMWare player 
download.  My feeling this is irrelevant in the discussion.


My uncompressed VMWare image for Fedora5 is ~3GB.  I am guessing compressed 
you are looking at a 500MB download.  I suspect you could do a stripped down 
version of the distro without things like OO that might help in that dept.


If you want to pull in a broader audience this is a great way to go.  You 
don't have to do anything to your Windows system other than to install 
VMWare Player and download the image.  We have the opporunity here to setup 
the image with everything in place from footprints, libraries, have the file 
system all setup to allow novice users to be productive right out of the 
box.  No ./configure, no make, nothing.


Had this been available when I first started using gEDA it would have saved 
me a lot of headaches.




From: John Griessen [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED],gEDA user mailing list 
geda-user@moria.seul.org

To: gEDA user mailing list geda-user@moria.seul.org
Subject: Re: gEDA-user: Re: VMPlayer Image
Date: Sun, 18 Feb 2007 10:27:41 -0600

Mike Hansen wrote:


That would be perfect, question is will the gEDA suite run on it?


It takes a little work to get one of those set up.  It's possible.
Debian is easier to set up a distro with minimal anything beyond what gEDA 
needs.  Fedora is already done.  How much different would the VMware image 
be from Fedora to damnsmalllinux?  The VMware binary still is a large chunk 
of that 500MB Fedora image I bet.


John G




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


_
With tax season right around the corner, make sure to follow these few 
simple tips. 
http://articles.moneycentral.msn.com/Taxes/PreparationTips/PreparationTips.aspx?icid=HMFebtagline




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


RE: gEDA-user: Re: VMPlayer Image

2007-02-17 Thread Mike Hansen

VMWare performance is very good on any 2GHz+ machine.  It just works.

The only real hook is with networking, unfortunately they best I've been 
able to get working is either shared directories or ftp between virtual 
machine and host.  But internet access has always been a piece of cake, no 
problem whatsoever.


This really is a good solution to the Windows crowd who have no desire to 
run Linux on a box.  I know recently PCB and gSchem have made some strides 
to work under cygwin/mingw, but really it's a lot of work to get it 
going(PCB has always worked well under cygwin with the right libraries 
installed, gschem was always frozen in time with an old mingw compile).


It's braindead simple to use, install VMWare player, drop VMWare image on 
the machine.  No install issues, no compatibility issues.




From: Kai-Martin Knaak [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@seul.org
Subject: gEDA-user: Re: VMPlayer Image
Date: Sat, 17 Feb 2007 03:00:11 + (UTC)

On Fri, 16 Feb 2007 19:44:27 -0600, John Griessen wrote:

 I suppose some people might have 5 or so disk images they use in
 order to avoid integrating it all and getting 5 
tools/entertainment_programs

 that way.

Don't know about some people. But to me a vmplayer is a bridge to windows, 
that win users

accept.


 Is VMware's emulation now THAT good, that the usual 2GHz+ hardware has 
no

 trouble with it?

Not with such a slender application like geda on linux :^)


 and they offer a freebie now?  (If you get someone else's image)

I guess, it is a means to prevent competitors from entering the market via 
the low price

segment.

---(kaimartin)---
--
Kai-Martin Knaak
http://lilalaser.de/blog



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


_
With tax season right around the corner, make sure to follow these few 
simple tips. 
http://articles.moneycentral.msn.com/Taxes/PreparationTips/PreparationTips.aspx?icid=HMFebtagline




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


Re: gEDA-user: VMPlayer Image

2007-02-17 Thread Mike Hansen
VMWare Player is free.  There are also freeware tools out there to create 
VMWare images.  From there you can do your linux + gEDA install and you are 
ready to go.


The hook I've encountered in the past is I was never able to get the CD 
installs for gEDA to work on Fedora on a VMWare image. That may have changed 
recently.


I've also tried qemu.  It works but is an order of magnitude slower than 
VMWare.  Interestingly certain linux variants were much slower than others 
on qemu.  I did run Fedora Core under qemu for awhile and it was servicable. 
 But once VMWare player was free there was no going back, the performance 
difference was substantial.




From: John Griessen [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED],gEDA user mailing list 
geda-user@moria.seul.org

To: gEDA user mailing list geda-user@moria.seul.org
Subject: Re: gEDA-user: VMPlayer Image
Date: Fri, 16 Feb 2007 19:44:27 -0600

Craig Niederberger wrote:

*Yes*.  My EECS students prefer to run linux inside vmware, as they
typically have laptops with single drives.


Joshua Boyd wrote:
 What VMware does very right is that it allows you to easily move virtual
 machines, in the form of images, from one machine to another.

I heard from a professor that the concept of offering server machines 
loaded with gEDA and such was a dead issue because of VMware's market share 
and popularity for avoiding installation time, and just using huge areas of 
disks
as tools.  I suppose some people might have 5 or so disk images they use in 
order to avoid integrating it all and getting 5 
tools/entertainment_programs that way.  Is that a good guess?


Is VMware's emulation now THAT good, that the usual 2GHz+ hardware has no 
trouble with it?  and they offer a freebie now?  (If you get someone else's 
image)


How many images can run at once with Player?
Is that their marketing ploy?  If you want real convenience, you need a 
VMware license?


John G


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


_
The average US Credit Score is 675. The cost to see yours: $0 by Experian. 
http://www.freecreditreport.com/pm/default.aspx?sc=660600bcd=EMAILFOOTERAVERAGE




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


Re: gEDA-user: Re: VMPlayer Image

2007-02-17 Thread Mike Hansen
I suppose a torrent option is also viable.  I know many of the linux VMWare 
images are done this way.




From: John Griessen [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED],gEDA user mailing list 
geda-user@moria.seul.org

To: gEDA user mailing list geda-user@moria.seul.org
Subject: Re: gEDA-user: Re: VMPlayer Image
Date: Fri, 16 Feb 2007 19:50:52 -0600

Kai-Martin Knaak wrote:

 Probably the thing that's holding this up is who wants to host
a 500MB+ download?


Hmm. I am tempted to volunteer. My webspace is mostly unused. Monthly 
traffic

is 10GB only,


I have a server with about 94GB going unused each month.
I'll put it up for a while and see...  After, (if), traffic gets to 50GB, 
I'll stop it.


John G


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


_
Find what you need at prices you’ll love. Compare products and save at MSN® 
Shopping. 
http://shopping.msn.com/default/shp/?ptnrid=37,ptnrdata=24102tcode=T001MSN20A0701




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


Re: gEDA-user: VMPlayer Image

2007-02-16 Thread Mike Hansen
I agree also, I run it on Fedora 5 on VMWare.  Runs smooth on decent 
hardware.  You can always back things up simply by copying a file.  If an 
upgrade goes awry you just copy over the old file.


I advocated awhile back making a VMWare image available to make gEDA more 
accessable.  Probably the thing that's holding this up is who wants to host 
a 500MB+ download?





From: Craig Niederberger [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: gEDA user mailing list geda-user@moria.seul.org
Subject: Re: gEDA-user: VMPlayer Image
Date: Fri, 16 Feb 2007 15:14:04 -0600

*Yes*.  My EECS students prefer to run linux inside vmware, as they
typically have laptops with single drives.
Thanks,
Craig

On 2/16/07, Jeff VR [EMAIL PROTECTED] wrote:


Is there any interest out there in a VMPlayer Image?  I created as well as
use one based off of Fedora Core 5.  I made it available at the local IEEE
meeting last night and 10 copies made there way out the door.

Jeff VR




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








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


_
With tax season right around the corner, make sure to follow these few 
simple tips. 
http://articles.moneycentral.msn.com/Taxes/PreparationTips/PreparationTips.aspx?icid=HMFebtagline




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


Re: gEDA-user: www.66each.com

2007-02-13 Thread Mike Hansen
I've used pcbfabexpress many times, both for double sided and 4 layer 
boards.  Not a single problem so far.  I used Advanced Circuits only once 
because their intro offer was good(check out their first $500 free offer).  
Otherwise Advanced Circuits is way more expensive than just about everyone 
else I've looked at.


Company name can exist for ~$150 in just about any state in the US.  Just 
file an LLC with the state and you are good to go.  Usually there's a $25 
maintenance fee every year there on out.




From: DJ Delorie [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: www.66each.com
Date: Tue, 13 Feb 2007 02:10:53 -0500

 I've recently been shopping for 4 layer options.  I haven't tried any
 of them yet, but the ones that look promising are:

http://www.protoexpress.com/content/noTouch.jsp

 About the same as above, except 60 sq in and 4 day lead for $51/ea (3 
min).


protoexpress auto-adds copper thieving, which would mess up my
isolation gaps (I've emailed them asking about it).  I wanted to go
with pcbex, but they're closed for the next two weeks.  Other vendors
on my list are: pcbfabexpress (25 mil minimum SMT pitch) and pcbpool
(good if you only need one).

BatchPCB.com recently added a 4-layer option, but the cost for my
board is higher than the others.

 And there's an intro offer at www.pcbnet.com for 4 layer 60 sq in, $50
 with no minimum.  But it is an intro offer...

And... company name required


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


_
Don’t miss your chance to WIN 10 hours of private jet travel from Microsoft 
Office Live http://clk.atdmt.com/MRT/go/mcrssaub0540002499mrt/direct/01/




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


gEDA-user: Solder Mask Clearance

2007-01-04 Thread Mike Hansen
Is there a way to globally set the solder mask clearance on a board?  All I 
want to do is set the clearance as X around all pins/pads.


_
From photos to predictions, The MSN Entertainment Guide to Golden Globes has 

it all. http://tv.msn.com/tv/globes2007/?icid=nctagline1



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


Re: gEDA-user: Solder Mask Clearance

2007-01-04 Thread Mike Hansen
I used to set all my mask to clearance of 1, that worked, however now when I 
go back in and try to set the clearance to 0.06 mils with MinMaskGap nothing 
happens:


MinMaskGap(0.06,mil)

Am I using it wrong or is it a bug?


From: DJ Delorie [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: Solder Mask Clearance
Date: Thu, 4 Jan 2007 14:39:00 -0500

 Is there a way to globally set the solder mask clearance on a board?  
All I

 want to do is set the clearance as X around all pins/pads.

:MinMaskGap(amount,units)

Example for pcbpool:

:MinMaskGap(0.075,mm)

(or for lesstif, :MinMaskGap 0.075 mm)

Note: it won't decrease a too-big mask, just increase a too-small
mask.  You can use ChangeClearSize (when the mask is showing) to set
all selected pins/pads to, say, 1, then grow them with MinMaskGap.


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


_
Dave vs. Carl: The Insignificant Championship Series.  Who will win? 
http://clk.atdmt.com/MSN/go/msnnkwsp007001msn/direct/01/?href=http://davevscarl.spaces.live.com/?icid=T001MSN38C07001




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


Re: gEDA-user: Solder Mask Clearance

2007-01-04 Thread Mike Hansen


Even tried the following:

MinMaskGap(1,mm)

No change in the clearance around the pads.


From: DJ Delorie [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: Solder Mask Clearance
Date: Thu, 4 Jan 2007 15:19:28 -0500

 MinMaskGap(0.06,mil)

0.06 mil?  Did you mean 0.06 mm?

And like I said, minmaskgap won't make a gap *smaller*, just *bigger*.


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


_
Your Hotmail address already works to sign into Windows Live Messenger! Get 
it now 
http://clk.atdmt.com/MSN/go/msnnkwme002001msn/direct/01/?href=http://get.live.com/messenger/overview




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


Re: gEDA-user: Solder Mask Clearance

2007-01-04 Thread Mike Hansen
I did the ChangeClearSize to set the clear to 0.1 mm.  Note that 
SelectedPins and SelectedPads did not work, only Selected worked.


However, calling say MinMaskGap(1,mm) does nothing, no change.



From: DJ Delorie [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: Solder Mask Clearance
Date: Thu, 4 Jan 2007 22:18:43 -0500

 Yes, I did reset it to zeronow what option do I have other than
 to manually change the clearance around every pin?

Select everything.  Turn on the mask. Use SelectedPads and
SelectedPins to reset the clearance to, say, 0.01mil.  Then use
MinMaskGap.

If you're manually set the mask on vias, you'll have to do those
manually again.  Me, I map 'k' to set the mask to a specific amount so
I can quickly manually set mask on lots of things.


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


_
Fixing up the home? Live Search can help 
http://imagine-windowslive.com/search/kits/default.aspx?kit=improvelocale=en-USsource=hmemailtaglinenov06FORM=WLMTAG




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


Re: gEDA-user: Solder Mask Clearance

2007-01-04 Thread Mike Hansen

Is there a developer snapshot available or am I out of luck?



From: DJ Delorie [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: Solder Mask Clearance
Date: Thu, 4 Jan 2007 22:53:36 -0500

You probably don't have MinMaskGap() then.  It was added on Sept 21st,
according to CVS.


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


_
Your Hotmail address already works to sign into Windows Live Messenger! Get 
it now 
http://clk.atdmt.com/MSN/go/msnnkwme002001msn/direct/01/?href=http://get.live.com/messenger/overview




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


Re: gEDA-user: Solder Mask Clearance

2007-01-04 Thread Mike Hansen


Newbie questions here:

-I pulled down what is in CVS by pulling down the pcb module, I am 
assuming this is what is meant by HEAD.

-./configure works fine on this source.
-make fails with the following errors:
it can't find puller.png or thermal.png




From: DJ Delorie [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: Solder Mask Clearance
Date: Thu, 4 Jan 2007 23:05:39 -0500

 Is there a developer snapshot available or am I out of luck?

Just get cvs head at the moment, it's stable.  Build it but don't
install it, run pcb-bin out of the build directory.


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


_
Get live scores and news about your team: Add the Live.com Football Page 
www.live.com/?addtemplate=footballicid=T001MSN30A0701




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


Re: gEDA-user: Solder Mask Clearance

2007-01-04 Thread Mike Hansen
Nevermind, figured it out.  And the new build indeed solves the problem, I 
now have perfect reliefs around the pins.  Thanks!




From: Mike Hansen [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: Solder Mask Clearance
Date: Thu, 04 Jan 2007 23:10:49 -0600


Newbie questions here:

-I pulled down what is in CVS by pulling down the pcb module, I am 
assuming this is what is meant by HEAD.

-./configure works fine on this source.
-make fails with the following errors:
it can't find puller.png or thermal.png




From: DJ Delorie [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: Solder Mask Clearance
Date: Thu, 4 Jan 2007 23:05:39 -0500

 Is there a developer snapshot available or am I out of luck?

Just get cvs head at the moment, it's stable.  Build it but don't
install it, run pcb-bin out of the build directory.


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


_
Get live scores and news about your team: Add the Live.com Football Page 
www.live.com/?addtemplate=footballicid=T001MSN30A0701




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


_
The MSN Entertainment Guide to Golden Globes is here.  Get all the scoop. 
http://tv.msn.com/tv/globes2007/?icid=nctagline2




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


Re: gEDA-user: Vias/Masked

2006-12-04 Thread Mike Hansen


In PCB it shows the relief around the mask if I use the'k' command.  
However, when the gerbers are generated there is no relief in the mask 
around the pads.


Bug?  Or am I still doing something wrong?



From: DJ Delorie [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: Vias/Masked
Date: Sun, 3 Dec 2006 11:18:22 -0500

 Is there a command in PCB that I can issue that gets back the old
 masked vias so the tin is available on the fabricated boards?

View solder mask, then 'k'.


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


_
MSN Shopping has everything on your holiday list. Get expert picks by style, 
age, and price. Try it! 
http://shopping.msn.com/content/shp/?ctId=8000,ptnrid=176,ptnrdata=200601tcode=wlmtagline




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


Re: gEDA-user: Vias/Masked

2006-12-04 Thread Mike Hansen


My mistake, I thought hitting 'k' once would create the relief.  It appears 
that way in PCB because the via comes to the front even though all you've 
done is added approximately a tiny diameter relief.  But you actually have 
to hit 'k' X times to get the full relief(just like any other layer with 
pins and traces).



From: DJ Delorie [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: Vias/Masked
Date: Mon, 4 Dec 2006 12:51:39 -0500

 In PCB it shows the relief around the mask if I use the'k' command.
 However, when the gerbers are generated there is no relief in the mask
 around the pads.

Odd, because I have a physical board in front of me with unmasked vias
on it, so it was right at one point.


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


_
Share your latest news with your friends with the Windows Live Spaces 
friends module. 
http://clk.atdmt.com/MSN/go/msnnkwsp007001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=createwx_url=/friends.aspxmk




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


RE: gEDA-user: mosfet design help

2006-12-03 Thread Mike Hansen
Most mosfets are driven with typically 10-12V for the gate drive.  I have 
never seen a mosfet with a 50V gate drive requirement.


If high side drive is a concern here you may want to look at bootstrap 
devices that are available to drive the high side mosfet.  It's unclear to 
me exactly what you are attempting here but if I read it right you basically 
have 10V to work with(+5 and -5 supplies).   If you work with a p channel 
device on the high side you should have no problems generating the gate 
voltages necessary to drive the mosfets without the need for a bootstrapping 
device.




From: gene glick [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: gEDA user mailing list geda-user@moria.seul.org
Subject: gEDA-user: mosfet design help
Date: Sun, 03 Dec 2006 05:43:08 +

I want to build a mosfet inverter that also translates voltages. Pretty 
much standard mosfet inverter, nmos is lower transistor, pmos is upper 
transistor.  The upper pmosfet Vsource is +5VDC, and mosfet Vsource is 
-5VDC.  But, the gate voltage is +/- 50VDC.


Although the gate voltage exceeds the turn-on threshold of the mosfet's - 
but does it violate any max values for Vgs or Vgd?  At these levels, the 
Vgs is going to around 55 volts.  The Vds is fine, and is easy to select a 
transistor for these levels.


It's not clear to me what the Vgs and Vgd maximums are, from reading 
various mosfet data sheets. Any help?


gene


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


_
MSN Shopping has everything on your holiday list. Get expert picks by style, 
age, and price. Try it! 
http://shopping.msn.com/content/shp/?ctId=8000,ptnrid=176,ptnrdata=200601tcode=wlmtagline




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


gEDA-user: Vias/Masked

2006-12-03 Thread Mike Hansen
In older versions of PCB the vias were masked so that the via's tin was 
exposed on the boards.  In the latest version of PCB my vias are not masked 
and thus when the boards are fabricated the vias are insulated with the 
green film.  Is there a command in PCB that I can issue that gets back the 
old masked vias so the tin is available on the fabricated boards?


_
Fixing up the home? Live Search can help 
http://imagine-windowslive.com/search/kits/default.aspx?kit=improvelocale=en-USsource=hmemailtaglinenov06FORM=WLMTAG




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


Re: gEDA-user: CPLDs and other high-density logic chips...

2006-09-04 Thread Mike Hansen
These are very easy parts to work with, there is even a 44 pin PLCC version 
if you have an aversion to doing smt hand work.   The Xilinx software is 
free(as long as you are OK with using Windows).   You can purchase proto 
boards that come with the programming cable for like $40.  That's your total 
out of pocket cost to get started.  There are plenty of good Verilog 
tutorials out on the internet.


The Xilinx software is clunky and takes awhile to get used but it's 
functional.



From: Dave McGuire [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: gEDA user mailing list geda-user@moria.seul.org
Subject: Re: gEDA-user: CPLDs and other high-density logic chips...
Date: Sun, 3 Sep 2006 11:56:41 -0400

On Sep 3, 2006, at 11:53 AM, Samuel A. Falvo II wrote:

The circuit I'm working on is a 5V circuit, however -- most of the
CPLDs and FPGAs I've seen are 3.3V or lower.  Do you have any
recommendations on voltage level converter chips?


  FYI, the Xilinx XC9536 CPLDs (not -XL, not -XV...just XC9500) are 5V 
parts.


 -Dave

--
Dave McGuire
Cape Coral, FL



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





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


Re: gEDA-user: Vericad?

2006-08-31 Thread Mike Hansen
You can run PCB under cygwin rather easily.  I believe gschem is stuck in 
the past with a very old mingw version(I could be wrong about this one, 
perhaps it's been updated recently).


I prefer myself to run Fedora Core 5 under VMWare Player.  There are plenty 
of VMWare images available on the net so all you have to do is install 
VMWare Player(free) and then install gEDA and dependencies.


Performance is quite good and saves me from having a separate Linux box.  
And I can transfer the VMWare image from box to box w/o pain(desktop to 
laptop and so forth).




From: Peter TB Brett [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: gEDA user mailing list geda-user@moria.seul.org
Subject: Re: gEDA-user: Vericad?
Date: Thu, 31 Aug 2006 23:25:33 +0100

On Thursday 31 August 2006 15:32, Stuart Brorson wrote:

 QCad is OK, but it's a PITA to drive.  Drawing any primitive (line,
 circle, etc)  reqires at least four mouse clicks on the tool pallate.
 Also, the F/OSS version doesn't support polylines.

I tend to use the FOSS version just like I would a conventional drawing
desk/pencil/paper, and it works really well for that -- I've managed to do
some pretty complex drawings without too much brain-pain (or
mouse-finger-pain).

Peter

--
Fisher Society publicity officerhttp://tinyurl.com/o39w2
CUSBC novices, match and league secretary   http://tinyurl.com/mwrc9
Quake II build tools maintainer http://tinyurl.com/fkldd

v3sw6YChw7$ln3pr6$ck3ma8u7+Lw3+2m0l7Ci6e4+8t4Gb8en6g6Pa2Xs5Mr4p4
  hackerkey.com




 attach4 








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





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


gEDA-user: refdes_renum issu

2006-08-19 Thread Mike Hansen
I think I saw a thread about this awhile back but I can't find any info on 
it:


Whether or not I use the --pgskip option my renumber always start at 100.   
I want it to start at 1(ex:  R1, R2, etc.)


I made a change to the following line in the script(a total hack I know 
since I have no experience with whatever script this is written in):


original:
unless( $pgskip ) { $pgskip = 100; }

change:
unless( $pgskip ) { $pgskip = 0; }

The change seems to have given me what I desired, however, I am not sure if 
this is an appropriate fix.





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


gEDA-user: Renumber in PCB/Was/Is List

2006-08-15 Thread Mike Hansen
Does PCB have a renumbering command?  This would be a command that would 
renumber the components on the circuit board say starting with the smallest 
value in the upper left and then proceeding to the lower right corner of the 
board.   And this would also generate a was/is list, showing the old 
component refdes and the new one(ideally you would have an app that could 
take the was/is and update the sch file).





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


Re: gEDA-user: Renumber in PCB/Was/Is List

2006-08-15 Thread Mike Hansen
Well at least with this proposed mod(the renumber) one would definitely want 
to update the netlist.  The normal procedure would be to do the renumber, 
spit out the was/is list, using the was/is list update your schematic(of 
course it would be desirable to have a utility to update the schematic also 
with the was/is list).


This is pretty standard functionality in commercial packages.  The board 
stuffers like to have the components in a logical arrangement(R10 is near 
R9, etc.).




From: DJ Delorie [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@moria.seul.org
Subject: Re: gEDA-user: Renumber in PCB/Was/Is List
Date: Tue, 15 Aug 2006 15:23:05 -0400

 I think the function that changes the element name should be
 responsible for that change also.  No point making everyone's life
 difficult.

At least, with a flag that says to do it.  I wonder if we'd screw the
user by not letting them rename an element out of the net.  OTOH they
can always reload the netlist, if they can.  No easy answer here, I
suppose.


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





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


RE: gEDA-user: OT: UV exposure?

2006-06-27 Thread Mike Hansen
Most glass products block deep UV rays, you actually have to spend quite a 
bit of money if you want to use glass that will pass 350nm and below.  And 
most clear acrylics will block UV(again,you can get UV passing plastics but 
they cost $$$).   Glass has the advantage over plastic in that UV exposure 
will smash the bonds in the plastic and cause it to craze, this is what you 
see on older plastic car parts where it looks like the color has bled out of 
them or in clear acrylics the plastic almost appears to have shattered w/o 
breaking apart.  So if you want a window that holds up over time I suggest 
going with glass(and no boro float glass, that passes UV).


I might suggest only putting a window on the areas that require 
illumination.  Cover everything else up. UV is nasty and it's energy is 
great for smashing the bonds of just about any material, plastics or 
DNA(skin cancer anyone?).




From: Dave McGuire [EMAIL PROTECTED]
Reply-To: gEDA user mailing list geda-user@moria.seul.org
To: geda-user@seul.org
Subject: gEDA-user: OT: UV exposure?
Date: Tue, 27 Jun 2006 02:21:16 -0400


  Hey folks.  I'm working on a design which will live in direct sunlight.  
It will be under glass and I can seal the chassis, so there won't be any 
moisture issues, but the PCB will be exposed to sunlight every day.


  Does anyone know if I'm going to have problems with the UV breaking down 
the PCB material?  If so, is there some sort of coating that I could put on 
the board to mitigate this?


  Thanks,
   -Dave

--
Dave McGuire
Cape Coral, FL

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



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