negromonte1 said:
Helmut Sennewald ha scritto:
Hi Helmut
here my circuit with LTSpice:
Schematic:
http://img232.imageshack.us/my.php?image=ltspiceschema4xl.gif
Waveform:
http://img232.imageshack.us/img232/2923/ltspice8ua.th.gif
But the Vout waveform doesn't sailing off to the saturation.
Hello "negromonte1",
The result depends on the features implemented in the model.
The developer of the uA741 model below has thought on saturation.
This is the model in "eval.lib" of the the PSPICE demo
version which I had installed some time ago.
I haven't looked what's in the latest demo version.
The model LM741/NS from National Semiconductor indeed
doesn't simulate saturation. They simply were too lazy
to write a good model. Now I don't wonder why Bob Pease
doesn't trust SPICE.
Best regards,
Helmut
LTspice schematic: ua741_test.asc
Version 4
SHEET 1 1140 1504
WIRE -192 288 -192 240
WIRE -192 400 -192 368
WIRE -192 528 -192 496
WIRE -192 640 -192 608
WIRE -128 240 -192 240
WIRE -128 240 -128 96
WIRE -96 96 -128 96
WIRE -96 240 -128 240
WIRE -80 160 -80 144
WIRE -32 160 -32 144
WIRE 0 96 -16 96
WIRE 0 240 -32 240
WIRE 0 240 0 96
WIRE 48 208 48 160
WIRE 80 208 48 208
WIRE 80 240 0 240
WIRE 112 192 112 16
WIRE 112 304 112 256
WIRE 112 400 112 384
WIRE 176 16 112 16
WIRE 176 32 176 16
WIRE 176 128 176 112
WIRE 176 160 48 160
WIRE 176 224 144 224
WIRE 176 224 176 160
WIRE 208 224 176 224
FLAG 112 400 0
FLAG 176 128 0
FLAG -192 400 0
FLAG -80 160 0
FLAG -32 160 vs
FLAG -192 640 0
FLAG -192 496 vs
FLAG 208 224 out
SYMBOL Opamps\\opamp2 112 160 R0
SYMATTR InstName U1
SYMATTR Value uA741
SYMBOL voltage 112 288 R0
SYMATTR InstName V1
SYMATTR Value -15
SYMBOL voltage 176 16 R0
SYMATTR InstName V2
SYMATTR Value 15
SYMBOL voltage -192 272 R0
WINDOW 123 0 0 Left 0
WINDOW 39 0 0 Left 0
SYMATTR InstName V3
SYMATTR Value SINE(0 1.00 1k)
SYMBOL cap -96 256 R270
WINDOW 0 32 32 VTop 0
WINDOW 3 0 32 VBottom 0
SYMATTR InstName C1
SYMATTR Value 1n
SYMBOL sw -112 96 R270
SYMATTR InstName S1
SYMATTR Value SW1
SYMBOL voltage -192 512 R0
WINDOW 123 0 0 Left 0
WINDOW 39 0 0 Left 0
SYMATTR InstName V4
SYMATTR Value PULSE(1 0 2m 1n 1n 100)
TEXT -208 -48 Left 0 !.model sw1 sw(Ron=1 Roff=1e10 Vt=0.5)
TEXT -208 -80 Left 0 !.tran 500m
TEXT -208 -112 Left 0 !.include ua741_from_eval.lib
The model file "ua741_from_eval.lib".
* ua741_from_eval.lib
* Sample standard device library
*
* Copyright 1994-1995 by MicroSim Corporation
* Neither this library nor any part may be copied without the express
* written consent of MicroSim Corporation
*
* $Revision: 1.33 $
* $Author: rbh $
* $Date: 22 Jul 1997 16:42:58 $
*
*---------------------------------------------------------------------------
--
* connections: non-inverting input
* | inverting input
* | | positive power supply
* | | | negative power supply
* | | | | output
* | | | | |
..subckt uA741 1 2 3 4 5
*
c1 11 12 8.661E-12
c2 6 7 30.00E-12
dc 5 53 dx
de 54 5 dx
dlp 90 91 dx
dln 92 90 dx
dp 4 3 dx
egnd 99 0 poly(2) (3,0) (4,0) 0 .5 .5
fb 7 99 poly(5) vb vc ve vlp vln 0 10.61E6 -10E6 10E6 10E6 -10E6
ga 6 0 11 12 188.5E-6
gcm 0 6 10 99 5.961E-9
iee 10 4 dc 15.16E-6
hlim 90 0 vlim 1K
q1 11 2 13 qx
q2 12 1 14 qx
r2 6 9 100.0E3
rc1 3 11 5.305E3
rc2 3 12 5.305E3
re1 13 10 1.836E3
re2 14 10 1.836E3
ree 10 99 13.19E6
ro1 8 5 50
ro2 7 99 100
rp 3 4 18.16E3
vb 9 0 dc 0
vc 3 53 dc 1
ve 54 4 dc 1
vlim 7 8 dc 0
vlp 91 0 dc 40
vln 0 92 dc 40
..model dx D(Is=800.0E-18 Rs=1)
..model qx NPN(Is=800.0E-18 Bf=93.75)
..ends
*$