Re: gEDA-user: OT: Scaling axes for data plots -- C function available

2010-06-11 Thread Armin Faltl

Very long ago I wrote comparable code in (turbo-)Pascal. The challange
if one depends on the output is, to get rounding/spacing of the tics
to integer positions correct. My code decided whether on or not to
use/allow subtics on the minimal spacing, so an uneven distribution
of tics isn't apparent visibly. How do you handle this?

Most of my plotting I do with gnuplot now, so I didn't care much
about my old code (think I didn't convert it to C).

Stefan Salewski wrote:

Sorry for this off topic post...

I have written a small C function which generates tic positions and
labels for arbitrary data ranges, which may be useful for people
intending to write plotting applications like GTK-wave...

It is available here:

http://www.ssalewski.de/AxisScale.html.en




___
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: Scaling axes for data plots -- C function available

2010-06-11 Thread Armin Faltl

Oh I forgot: my code determines the number of major tics from the range
I think, so the tics are at meaningful numbers and tries to finds
a compromise between resolution and clutter. autorange in gnuplot

Stefan Salewski wrote:

Sorry for this off topic post...

I have written a small C function which generates tic positions and
labels for arbitrary data ranges, which may be useful for people
intending to write plotting applications like GTK-wave...

It is available here:

http://www.ssalewski.de/AxisScale.html.en




___
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: gsch2pcb (gnetlist) generates corrupted pcb output

2010-06-11 Thread Stefan Salewski
On Thu, 2010-06-10 at 21:24 -0700, Matthew Lai wrote:
 Fixed. Sort of.
 
 This is very strange.
 
 My files were on a SMB share (on another Linux box).
 
 Copied it to /tmp, didn't change anything, and both the test case and my 
 original board worked.
 
 No idea why...
 

May some automatic character conversion by SMB be a problem, i.e.
end-of-line or unicode transformation?

You have compiled your gEDA suite yourself -- maybe there is old stuff/
old libs/ old configuration files from earlier versions of gEDA still on
your disk?

Sorry, I have no better idea.




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


Re: gEDA-user: gsch2pcb (gnetlist) generates corrupted pcb output

2010-06-11 Thread joe tarantino
   May be unrelated, but I had a problem years ago running from a (samba)
   SMB share and having the files corrupted.  One thing I recall that made
   a difference was to alter (reduce or turn off) the caching that is
   normally engaged to improve performance.  You may want to experiment
   with that.  Unfortunately, I don't recall which of the (many) config
   values I played with.
   Joe T

   On Fri, Jun 11, 2010 at 3:42 AM, Stefan Salewski [1]m...@ssalewski.de
   wrote:

   On Thu, 2010-06-10 at 21:24 -0700, Matthew Lai wrote:
Fixed. Sort of.
   
This is very strange.
   
My files were on a SMB share (on another Linux box).
   
Copied it to /tmp, didn't change anything, and both the test case and
   my
original board worked.
   
No idea why...
   

 May some automatic character conversion by SMB be a problem, i.e.
 end-of-line or unicode transformation?
 You have compiled your gEDA suite yourself -- maybe there is old
 stuff/
 old libs/ old configuration files from earlier versions of gEDA
 still on
 your disk?
 Sorry, I have no better idea.

   ___
   geda-user mailing list
   [2]geda-u...@moria.seul.org
   [3]http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

References

   1. mailto:m...@ssalewski.de
   2. mailto:geda-user@moria.seul.org
   3. 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: gsch2pcb (gnetlist) generates corrupted pcb output

2010-06-11 Thread Matthew Lai

Thanks.

I will try that when I have time. Right now I just want to go on with 
the project :).


joe tarantino wrote:

   May be unrelated, but I had a problem years ago running from a (samba)
   SMB share and having the files corrupted.  One thing I recall that made
   a difference was to alter (reduce or turn off) the caching that is
   normally engaged to improve performance.  You may want to experiment
   with that.  Unfortunately, I don't recall which of the (many) config
   values I played with.
   Joe T

   On Fri, Jun 11, 2010 at 3:42 AM, Stefan Salewski [1]m...@ssalewski.de
   wrote:

   On Thu, 2010-06-10 at 21:24 -0700, Matthew Lai wrote:
Fixed. Sort of.
   
This is very strange.
   
My files were on a SMB share (on another Linux box).
   
Copied it to /tmp, didn't change anything, and both the test case and
   my
original board worked.
   
No idea why...
   

 May some automatic character conversion by SMB be a problem, i.e.
 end-of-line or unicode transformation?
 You have compiled your gEDA suite yourself -- maybe there is old
 stuff/
 old libs/ old configuration files from earlier versions of gEDA
 still on
 your disk?
 Sorry, I have no better idea.

   ___
   geda-user mailing list
   [2]geda-u...@moria.seul.org
   [3]http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

References

   1. mailto:m...@ssalewski.de
   2. mailto:geda-user@moria.seul.org
   3. 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 mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user


gEDA-user: Buses and gnetlist/pcb?

2010-06-11 Thread Matthew Lai
I know that gnetlist and pcb don't care about buses, but how do people 
usually name related nets?


I used A:1 A:2 etc, but apparently they will all get merged into one.

Thanks


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


gEDA-user: broken part

2010-06-11 Thread gedau
Hi all,

sorry for the offtopic; we have a broken part which supposed to be a 
transducer in a board driving a tiny CRT. The sticker on the part says 
Lucius  Baer TYP: VM 102-L (http://igor2.repo.hu/tmp/VM102.jpg).

Has anyone met this part or does anyone have an idea for a 
substitute?

Regards,

Tibor Palinkas


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