Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

proteus help - how to create new simulation model

Status
Not open for further replies.

senthilkumar

Advanced Member level 1
Joined
Nov 24, 2001
Messages
401
Helped
27
Reputation
54
Reaction score
19
Trophy points
1,298
Location
india
Activity points
3,965
proteus help

hai,

how will create the new simulation model in proteus.

what tools they require.


any one explain.

thanks
 

Re: proteus help

For a simple model use a spice model
For a complex model it is necessary to create a dll
Read vsm sdk.hlp to this subject
 
  • Like
Reactions: sss12

    sss12

    Points: 2
    Helpful Answer Positive Rating
Re: proteus help

Simple Analogue model - search for SPICE model on internet and follow instructions in VSM Help for attaching SPICE model to schematic part. Note that the Proteus analogue engine is based on the SPICE3 kernel and so SPICE models must be SPICE3 compatible (in general this means that PSPICE and XSPICE models are non-starters).

Simple Models in General - Edit the Schematic Part and select 'Attach Hierarchy Module'. This, in effect, gives you a subcircuit. Use either the digital primitives in DSIMDLS and/or the analogue primitives in ASIMDLS to model the behaviour of the parent part. As with subcircuits map terminals to the pins of the parent part. When you have it working as desired use the Model Compiler on the Tools Menu to compile the model as a MODFILE in your models directory. Finally remake the part adding the MODFILE property (e.g. MODFILE=fred.mdf) to attach the model to the part. Whew...

Have a look at the Motor Models help file - this models back emf etc.. and seems to be a completely schematic model.

As mentioned more complicated models involve DLL writing and a good
grasp of C/C++.

Good Luck.
 

Hello Iain,
Thank you for great info. But i am running out of time and i would like to know what is the easiest way to attach a model file to LM311 from Texas.
I downloaded the spice model from the site but i cannot run it
Thanks
Ion
 

found the lp311 in the library wiyh model attached
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top