POV-Ray : Newsgroups : povray.binaries.images : Electrical schematics include - Multivibrator.png (1/1) Server Time
19 Aug 2024 08:20:18 EDT (-0400)
  Electrical schematics include - Multivibrator.png (1/1) (Message 1 to 10 of 23)  
Goto Latest 10 Messages Next 10 Messages >>>
From: Chris Huff
Subject: Electrical schematics include - Multivibrator.png (1/1)
Date: 19 Feb 2001 18:56:00
Message: <chrishuff-496F86.18552919022001@news.povray.org>
This is definitely an example of the extent to which POV can be 
mis-used...
Combining two of my hobbies, I've created a small include file that lets 
you generate schematic diagrams of electronic circuits with POV-Ray. It 
is basically a set of macros for making wires and component symbols.
It can currently draw:
NPN and PNP bipolar transistors
resistors
nonpolar and polar (electrolytic) capacitors
rectifier diodes
zener diodes
LEDs (Light Emitting Diodes)
Ground symbol
Wire connections

It can also automatically fit the schematic to the output image, 
optionally leaving a blank margin area...if a component moves outside 
the visible range, the entire schematic is scaled down until it fits, 
while maintaining the proper aspect ratio. I also plan to add an 
automatic labelling feature. Also, the schematic is currently done as a 
texture on a box (using my object pattern patch), I will also try using 
separate objects...that may be slower rendering, since POV will have to 
do actual intersection calculations. Also, since it uses min_extent() 
and max_extent, and the object pattern, it requires MegaPOV.
While it is probably useless for designing circuits, it could be useful 
for illustrating them...it makes it easy to generate nicely anti-aliased 
images at any resolution.

This is just a simple astable multivibrator LED flasher circuit. I used 
a PNG because it wasn't any smaller as a JPEG, and JPEG left artifacts 
visible.

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message


Attachments:
Download 'Multivibrator.png' (14 KB)

Preview of image 'Multivibrator.png'
Multivibrator.png


 

From: Tony[B]
Subject: Re: Electrical schematics include - Multivibrator.png (1/1)
Date: 19 Feb 2001 19:50:11
Message: <3a91bf43@news.povray.org>
Hey, that's cool, and definitely not a mis-use of POV. It just shows how
versatile it is. :)


Post a reply to this message

From: Dan Johnson
Subject: Re: Electrical schematics include - Multivibrator.png (1/1)
Date: 19 Feb 2001 22:29:11
Message: <3A91E60C.297BF165@hotmail.com>
Chris Huff wrote:

> This is definitely an example of the extent to which POV can be
> mis-used...
> Combining two of my hobbies, I've created a small include file that lets
> you generate schematic diagrams of electronic circuits with POV-Ray. It
> is basically a set of macros for making wires and component symbols.
> It can currently draw:
> NPN and PNP bipolar transistors
> resistors
> nonpolar and polar (electrolytic) capacitors
> rectifier diodes
> zener diodes
> LEDs (Light Emitting Diodes)
> Ground symbol
> Wire connections
>
> It can also automatically fit the schematic to the output image,
> optionally leaving a blank margin area...if a component moves outside
> the visible range, the entire schematic is scaled down until it fits,
> while maintaining the proper aspect ratio. I also plan to add an
> automatic labelling feature. Also, the schematic is currently done as a
> texture on a box (using my object pattern patch), I will also try using
> separate objects...that may be slower rendering, since POV will have to
> do actual intersection calculations. Also, since it uses min_extent()
> and max_extent, and the object pattern, it requires MegaPOV.
> While it is probably useless for designing circuits, it could be useful
> for illustrating them...it makes it easy to generate nicely anti-aliased
> images at any resolution.
>
> This is just a simple astable multivibrator LED flasher circuit. I used
> a PNG because it wasn't any smaller as a JPEG, and JPEG left artifacts
> visible.
>
> --
> Christopher James Huff
> Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
> TAG: chr### [at] tagpovrayorg, http://tag.povray.org/
>
> <><
>
>                         Name: Multivibrator.png
>    Multivibrator.png    Type: PNG Image (image/x-png)
>                     Encoding: x-uuencode

I thought that looked familiar, so I checked, and sure enough, it is an
exact duplicate of something I made.  I was in a 4H electronics club, and I
combined that circuit with an oscillator to make a siren that shines one
light when is goes up in pitch, and another light when it goes down in
pitch.  I won reserve champion at the county fair, and I got a blue ribbon
at state.  I was going to scan in the circuit diagram made on a plotter
using professional software for comparison.  Unfortunately the computer I
was going to use to scan the image wasn't showing anything on the screen due
to hardware failure, and it wasn't mine, so I didn't feel a need to get out
a screwdriver to fix it.  Anyway your image is much better than the one I
was going to scan.  Now what would be really cool is if you could take a
circuit diagram, and have it render a circuit board with accurate resistor
color codes, and everything.  I'm sure people would pay money for that.


--
Dan Johnson

http://www.geocities.com/zapob


Post a reply to this message

From: Chris Huff
Subject: Re: Electrical schematics include - Multivibrator.png (1/1)
Date: 20 Feb 2001 07:53:15
Message: <chrishuff-DD99B7.07523920022001@news.povray.org>
In article <3A91E60C.297BF165@hotmail.com>, Dan Johnson 
<zap### [at] hotmailcom> wrote:

> I thought that looked familiar, so I checked, and sure enough, it is an
> exact duplicate of something I made.

The basic circuit (the two transistors linked together with capacitors) 
is a pretty common building block, so it's not surprising that you have 
seen it before if you have done anything at all with electronics.


> Now what would be really cool is if you could take a circuit diagram, 
> and have it render a circuit board with accurate resistor color 
> codes, and everything.  I'm sure people would pay money for that.

I'm sure people *do* pay money for software that does that...but I have 
no idea how to do it. I'm having a hard enough time getting labels to 
align properly. Doing something that used models of the parts would be 
fairly easy, but the board traces would be next to impossible.

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

From: Steve
Subject: Re: Electrical schematics include - Multivibrator.png (1/1)
Date: 20 Feb 2001 14:40:22
Message: <slrn995h7b.o7u.steve@zero-pps.localdomain>
On Tue, 20 Feb 2001 07:52:39 -0500, Chris Huff wrote:
>
>I'm sure people *do* pay money for software that does that...but I have 
>no idea how to do it. I'm having a hard enough time getting labels to 
>align properly. Doing something that used models of the parts would be 
>fairly easy, but the board traces would be next to impossible.

Now Tony, there's a challenge if I ever saw one:-)

-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  6:58pm  up 18 days, 20:38,  4 users,  load average: 1.00, 1.01, 1.00


Post a reply to this message

From: Tony[B]
Subject: Re: Electrical schematics include - Multivibrator.png (1/1)
Date: 21 Feb 2001 23:12:05
Message: <3a949195@news.povray.org>
:o How did I get into this? Why is this a challenge to me?


Post a reply to this message

From: Dan Johnson
Subject: Re: Electrical schematics include - Multivibrator.png (1/1)
Date: 22 Feb 2001 17:11:41
Message: <3A959023.DEC3722F@hotmail.com>
"Tony[B]" wrote:

> :o How did I get into this? Why is this a challenge to me?

Hey just found something that might be in interest.  A finished circuit
board, and schematic made in povray.

http://ourworld.compuserve.com/homepages/Alf_Peake/PC-BOARD.JPG


--
Dan Johnson

http://www.geocities.com/zapob


Post a reply to this message

From: Chris Huff
Subject: Re: Electrical schematics include - Multivibrator.png (1/1)
Date: 22 Feb 2001 18:20:16
Message: <chrishuff-4168E1.18192122022001@news.povray.org>
In article <3A959023.DEC3722F@hotmail.com>, Dan Johnson 
<zap### [at] hotmailcom> wrote:

> Hey just found something that might be in interest.  A finished circuit
> board, and schematic made in povray.
> 
> http://ourworld.compuserve.com/homepages/Alf_Peake/PC-BOARD.JPG

I remember seeing that before...I think it was posted here.
Hmm, what is it? (Mr. Peake, you reading this?)
The bridge rectifier, large capacitors, and 7808 voltage regulator make 
a regulated 8V power supply that takes an AC input, and there seems to 
be an option to use a battery as a power source as well, but I don't 
recognize the 8-pin DIP IC. That and the other components don't look 
like they belong on a power-supply board. There is something labelled 
"door"...maybe a trigger for a garage door opener, or an alarm for when 
a door gets opened, or a doorbell. The last two make the most sense...

I think he used image_maps for the part numbers and art, and maybe a 
height_field for the copper traces (it looks slightly raised)...that 
kind of stuff would be a lot easier now, you could use the object 
pattern and create a set of macros that makes a generic IC, capacitor, 
transistor, etc. and puts the specified text/other art on it, instead of 
redoing much of it for each new part. And the schematic looks like it 
was hand drawn, then scanned in as 1-bit color.

BTW, I have thought about it some more, and I think it would be possible 
to do a simple kind of PC board layout with my macros...it would be 
limited to a single-sided board, you would have to manually place 
jumpers where the traces need to cross, and the layout of the components 
would follow the layout of the schematic, which is rarely the best way 
to do things and means you may have to adjust things to make sure 
components don't intrude on each other's space, but it should work. I'll 
save it for version 2, though...

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

From: Mark Wagner
Subject: Re: Electrical schematics include - Multivibrator.png (1/1)
Date: 23 Feb 2001 02:04:35
Message: <3a960b83@news.povray.org>
Chris Huff wrote in message ...
>...but I don't
>recognize the 8-pin DIP IC. That and the other components don't look
>like they belong on a power-supply board. There is something labelled
>"door"...maybe a trigger for a garage door opener, or an alarm for when
>a door gets opened, or a doorbell. The last two make the most sense...


It appears to be a doorbell.  According to the Chip Directory, the 2811 IC
is:

2811    HT-2811    sound    Door Bell, Ding Dong    Holtek*

(The Chip Directory is at
http://www.xs4all.nl/~ganswijk/chipdir/index.html).
--
Mark


Post a reply to this message

From: Chris Huff
Subject: Re: Electrical schematics include - Multivibrator.png (1/1)
Date: 23 Feb 2001 11:25:32
Message: <chrishuff-9B7D7F.11243823022001@news.povray.org>
In article <3a960b83@news.povray.org>, "Mark Wagner" 
<mar### [at] gtenet> wrote:

> It appears to be a doorbell.  According to the Chip Directory, the 2811 IC
> is:
> 2811    HT-2811    sound    Door Bell, Ding Dong    Holtek*
> (The Chip Directory is at
> http://www.xs4all.nl/~ganswijk/chipdir/index.html).

I identified the chip later, with a Google search. ;-)
I find the Chip Directory is often frusterating for identifying strange 
chips, though it is sometimes helpful. Some of the chips I find are just 
very...obscure.
(are we off-topic yet?)

-- 
Christopher James Huff
Personal: chr### [at] maccom, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tagpovrayorg, http://tag.povray.org/

<><


Post a reply to this message

Goto Latest 10 Messages Next 10 Messages >>>

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.