Go Back   Home > Forums > Design & Build > Parts
Home Forums Rules Articles Store Gallery Blogs Register Donations FAQ Calendar Search Today's Posts Mark Forums Read

Parts Where to get, and how to make the best bits. PCB's, caps, transformers, etc.

Please consider donating to help us continue to serve you.

Ads on/off / Custom Title / More PMs / More album space / Advanced printing & mass image saving
Reply
 
Thread Tools Search this Thread
Old 26th December 2002, 06:18 PM   #11
diyAudio Member
 
Join Date: Oct 2002
Location: Oklahoma
Orcad and SwitcherCAD III, the latter is much easier to use.

Does anyone that uses SwitcherCAD know how to add parts like MOSFETS?
  Reply With Quote
Old 26th December 2002, 06:24 PM   #12
Bricolo is offline Bricolo  France
diyAudio Member
 
Bricolo's Avatar
 
Join Date: Nov 2002
Location: Grenoble, FR
thanks all

but since I've made several shematics with my orcad pspice demo, and they won't certainly work on another spice based simulator, I'll stay with pspice

I've read (on this board) someone's post, in wich he said he managed to add models to pspice student

Now, I "only" need to know how he did this
  Reply With Quote
Old 27th December 2002, 12:16 PM   #13
diyAudio Member
 
Join Date: May 2001
Location: Spain
Hi all,

I have forget, some of yours visited the web page of pcb-pool:

www.pcb-pool.com

In the section 'Downloads' yours can see that have a 'pcb-pool version' of Target 3001!.

The only limit is that, the output files are only valid for pcb-pool so, if yours like made your own pcb's, this program don't are usefull.

But the other parts of the program are fully functional: schematic capture and simulation and, as say the web page: totally free, no limits.

If someone need a Spice Simulator, and don't like the limits of the Students versions, of use a illegal copy of a commercial software, this have a professional Spice for Free.

Happy days

Raúl Couto
  Reply With Quote
Old 12th November 2010, 09:58 PM   #14
diyAudio Member
 
Edmond Stuart's Avatar
 
Join Date: Nov 2003
Location: Amsterdam
Default HCNR-200 model

Quote:
Originally Posted by jackinnj View Post
[snip]
btw, YES, there is an opto-coupler SPICE model, something long sought after -- it's on the PDF for the Agilent HCNR-200 device. Why's an optocoupler spice model important? -- if you amplify the output (since photodiodes have large capacitance) you will almost certainly put the device into oscillation if not properly compensated. The HCNR-200 is an analog opto-coupler. Very helpful in noisy environments.
Hi jackinnj,

Did you ever use the HCNR-200 model? I'm asking this because (in my hands) it doesn't work. The X-fer ratio (K1) is way too low.
What make me suspicious is a beta of only 10m in the transistor model:

* LED/Optical-coupling transistor model
.model QCPL NPN(IS=2.214E-19 BF=10m NF=1.010 IKF=11.00m ISE=1.167P
+ NE=1.737 RB=3.469 VAF=100 TF=1.77U CJE=80P)


When I set BF to 100, the thing does work, but I wonder if it is correct.
Maybe something else is wrong with the model and I should keep BF=10m.
What's your opinion on this?

Cheers,
E.
__________________
Een volk dat voor tirannen zwicht, zal meer dan lijf en
goed verliezen dan dooft het licht…(H.M. van Randwijk)
  Reply With Quote
Old 12th November 2010, 10:57 PM   #15
diyAudio Member
 
jackinnj's Avatar
 
Join Date: Apr 2002
Location: Llanddewi Brefi, NJ
Quote:
Originally Posted by Edmond Stuart View Post
Hi jackinnj,
Did you ever use the HCNR-200 model?
From figure 16 in the datasheet:

Click the image to open in full size.

The datasheet for the Siemens IL-300 has a number of good examples.
  Reply With Quote
Old 13th November 2010, 09:09 AM   #16
diyAudio Member
 
Edmond Stuart's Avatar
 
Join Date: Nov 2003
Location: Amsterdam
The model is indeed OK. It was me who made a stupid error.
Thanks for reply.

Cheers,
E.
__________________
Een volk dat voor tirannen zwicht, zal meer dan lijf en
goed verliezen dan dooft het licht…(H.M. van Randwijk)
  Reply With Quote
Old 13th November 2010, 05:37 PM   #17
diyAudio Member
 
jackinnj's Avatar
 
Join Date: Apr 2002
Location: Llanddewi Brefi, NJ
The Vishay IL-300 has a higher coupling factor.
  Reply With Quote
Old 13th November 2010, 09:35 PM   #18
gootee is offline gootee  United States
diyAudio Member
 
gootee's Avatar
 
Join Date: Nov 2006
Location: Indiana
Blog Entries: 1
Quote:
Originally Posted by awhiteguy View Post
Orcad and SwitcherCAD III, the latter is much easier to use.

Does anyone that uses SwitcherCAD know how to add parts like MOSFETS?
If you have the model in a text file, you just .include that file with a spice directive somewhere on your schematic.

If you already have an appropriate symbol for the model, then you just plop it onto the schematic, right-click on it, enter X (I think) in the Prefix field and the model's part name in the Value field. (I forget what's necessary and/or allowable etc for the prefix field.)

If in doubt about the pin assignments, right-click on it in the schematic and then click on Open Symbol. Right-clicking on each pin/port will show the "netlist order" number, which must correspond correctly to the numbering in the model file.

If you DON'T already have an appropriate symbol for something, just select Hierarchy and then Create New Symbol. Select Edit then select Add Pin/Port, to add the pins (and number them correctly). Then draw the shapes/lines, etc.

To get the hang of creating and using symbols and hierarchies, you could draw a simple circuit schematic, label the inputs and outputs, and then make a symbol for it (pin LABELS matter more than netlist order, for symbols that represent your own .ASC circuit schematics). Name the symbol with the same base filename as the .asc file. Then you could place that symbol on a schematic, right click and enter X in the Prefix field (pretty sure), and then add other components or symbols around it (if necessary) and run it. If you make a bunch of building-block circuits and make block-like symbols for them, you can draw a circuit that looks more like a block diagram than a schematic and run the thing. It's pretty powerful. And sometimes it's the only way to get everything on the screen in a readable format. Also, it's very quick and easy to burrow down into the hierachy and look at the schematics and plot things from them, etc.

I hope I remembered everything correctly. It's been a while.

Cheers,

Tom
  Reply With Quote
Old 15th November 2010, 01:43 PM   #19
diyAudio Member
 
jackinnj's Avatar
 
Join Date: Apr 2002
Location: Llanddewi Brefi, NJ
Quote:
Originally Posted by awhiteguy View Post

Does anyone that uses SwitcherCAD know how to add parts like MOSFETS?
To what has already been written, I would suggest that reading the SPICE section of Bob Cordell's book "Designing Audio Power Amplifiers" will help quite a bit. He describes many of the spice parameters and how you can make better models from the datasheets, or from your own observations.
  Reply With Quote

Reply


Hide this!Advertise here!

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wich are better for Audio? samsagaz Multi-Way 6 12th March 2007 02:10 PM
Free Spice Or Cheap Spice Simulator-Where To Start? kelticwizard Everything Else 29 15th February 2007 02:38 AM
Wich sim sofware are you using? reguinereg Multi-Way 1 12th January 2005 11:40 AM
Wich loudspeakers janey Multi-Way 2 2nd January 2003 07:18 PM


New To Site? Need Help?

All times are GMT. The time now is 09:04 AM.

Page generated in 0.11602 seconds (79.29% PHP - 20.71% MySQL) with 10 queries

Copyright ©1999-2012 diyAudio