01-06-2008 07:36 AM
01-28-2008 12:47 PM
01-28-2008 06:33 PM
I couldn't find a spice model for this component, but I did find the Datasheet. I may give you enough information in order to create your own.
Here's the link:
http://www.datasheetcatalog.com/datasheets_pdf/U/L/N/2/ULN2803.shtml
01-30-2008 11:44 AM
01-30-2008 09:14 PM
I am going to give a brief procedure that may help. On the dtasheet there are usually internal schematics of the component. Sometimes you can take this schematic and enter it into Multisim. Once it is there, take HB/SC connectors and place them on all the inputs and outputs and label them to the corresponding pin number on the IC.. Export the netlist. It will be saved as a .CIR file. Open this file and add a line at the very beginning .subckt <model name> <pin numbers>. This would be like .Subckt ICName 1 2 3 4 5 6 7 8. At the very end of this file place .ENDS. This completes the model making process. Now go through the component wizard and when it requires you to load a spice model file, then use the .CIR file you just created.
This is the way I create components that I can't find a model for. This isn't always possible to do because there are a lot of time that the datasheet doesn't contain enough information in order to do this. But for the ones that do, this technique works great. The only problem area is that you do not really know the internal component parameters (if you can deduce this from the datsheet and can find a simular component in the database then that would work better) and most of the time you will have to use ideal components in the creation of your part. This may not produce a truly accurate representation of the particular IC, but may get you close enough in order to simulate it.
I hope this helps some.
01-30-2008 11:11 PM
Lacy, I realy apreciate your help. Sounds perfect your idea !
I´ll try it and use for others components that´I coundn´t find.
Thank you.
02-04-2008 12:30 AM
04-21-2009 01:41 PM
Hi...iam using multisim 10.0...How can i use KEIL programs to program MCU.....that is .ASM file ....I have tried it ain't working.........!!!!