03-27-2007 11:55 AM
03-27-2007 03:18 PM
I don't know what is causing your problem, but I thought I might be able to help by posting the Timer Model that I am using in Multisim 2001. I haven't had any problems with it and I use it fairly often. This may or may not fix your problem but it couldn't hurt to try. This comes directly from my database and it does work in 2001.
.subckt TIMER 0 2 3 4 5 6 7 8
rn1 8 5 5k
rn2 5 51 5k
rn3 51 0 5k
aop1 %vd(5 6) 56 op
aop2 %vd(2 51) 52 op
.model op limit (gain= 300,
+ out_upper_limit=5,
+ out_lower_limit=-5,
+ limit_range=1 fraction=true)
aadc1 [56 52] [r s] ADC1
.MODEL ADC1 adc_bridge (in_low= 2.5 in_high = 2.5 rise_delay= 1e-12 fall_delay= 1e-12))
anand1 [r Q2] Q1 nand1
anand2 [s Q1] Q2 nand1
.model nand1 d_nand(rise_delay=1n)
adac1 [q1 q2] [66 62] DAC1
rad3 66 0 1
rad4 62 0 1
aadc40 [4] [40] ADC1
aand [40 Q1] Qb and1
.model and1 d_and(rise_delay=1n)
ainv1 Qb 31 inv1
.model inv1 d_inverter(rise_delay=1e-12)
adac72 [Qb] [72] DAC1
aand310 [40 31] 310 and1
adac31 [310] [32] DAC1
r30 32 0 1g
b1 3 0 v=v(32)*v(8)/5
r3 3 0 1g
.MODEL DAC1 dac_bridge (out_low= 0.0 out_high= 5.0 out_undef=0.5)
rad5 72 0 1meg
rdisb 71 72 1
qdis 7 71 0 qdis
.MODEL qdis npn ()
.ends
03-27-2007 09:38 PM
i'm not familiar on how to add a model to the database. can you tell me how i can import your model?
thanks
03-28-2007 08:59 AM
This is going to be a long explaination so bear with me.
1) Copy the model as is from the post and save it as a text file.
2) go to Create a Component. Select a name for your IC. Select the footprint (i.e DIP8). Select the number of pins in this case 8. Select analog simulation. Select Single section component.
3) don't worry about the symbol yet. Get to the point where it asks for a model and then paste this one there
4) At the very end, You should have a bunch of tabs up at the top of the last dialog box. Select symbol. Under that select "Load from Database". Load the symbol for the virtual Timer. Exit this by clicking either accept or OK (I doing this from my head and don't have Multsim up)
5) Go down to the little box that shows all your pins. and arrange them in the correct order. 1=gnd 2=trig 3=out 4=rst 5=con 6=thr 7=dis 8=vcc then go to the "footprint" Tab and arrange the pin there in the same order. These two steps make sure the component pin to model pin mapping are correct. If these are not arranged correctly strangeness will happen.
6 after all that you can now save your component to your user database and use it.
This may not solve the problem with the wizard as I am unsure if it is using a timer from the master database and whether or not this can be changed by the user. A work around is to use the wizard to construct your circuit and replace that timer with yours.
I hope this helps and solves your problem because at this point I am am out of ideas. Good Luck
04-12-2007 09:27 AM
04-16-2007 09:48 PM - edited 04-16-2007 09:48 PM
Message Edited by chuckyRose on 04-16-2007 09:51 PM
04-19-2007 10:39 AM
05-26-2007 10:43 AM
05-29-2007 10:19 AM
Lets not forget that this is not a blog, this is a technical discussion forum for support. People that are having trouble, or find any problems, will most likely post messages in this public forum than people who do not have any problems at all, NI is providing this public forum in a way to have a transparent communication with its customers, and everybody appreciates this.
While other companies block or hide whatever support issues are encountered in their products, NI customers and NI employees we all find very useful to have this public information available, to better understand a product or to better communicate resolutions among the community. And NI constantly monitors these forums as a way to improve the quality and satisfaction level of its products.
Let's remember what our role and responsibility is when posting messages:
http://forums.ni.com/ni/help_faq#communityrole
http://forums.ni.com/ni/help_faq#myresponsibility
06-03-2007 01:23 PM