pspice transistor ignored ?

Thread Starter

amitai

Joined Sep 29, 2014
5
Hi all,
I'm trying to simulate a circuit which consists a transistor.
After running the simulation I see that the the transistor doesn't exist
in the netlist and therefor I get the error of:
" Node N16280 is floating"
I tried adding various 10meg resistor's which didn't change anything.
I tried using other versions of the transistor with no success.
Other simulations I tried work fine. I can't manage to upload the files of the project so
I'm attaching the *.out file and a capture of the circuit.

What can the problem be?
Thanks,
Amitai




Code:
**** 09/29/14 13:16:23 ****** PSpice Lite (October 2012) ****** ID# 10813 ****

** Profile: "SCHEMATIC1-sim_LC1"  [ C:\Users\amitaiw\Dropbox\work\schematics and simulations\SPICE\other LC circuits\lc1-pspicefiles


****     CIRCUIT DESCRIPTION


******************************************************************************




** Creating circuit file "sim_LC1.cir"
** WARNING: THIS AUTOMATICALLY GENERATED FILE MAY BE OVERWRITTEN BY SUBSEQUENT SIMULATIONS

*Libraries:
* Profile Libraries :
* Local Libraries :
* From [PSPICE NETLIST] section of C:\Users\amitaiw\AppData\Roaming\SPB_16.6\cdssetup\OrCAD_PSpice/16.6.0/PSpice.ini file:
.lib "nomd.lib"

*Analysis directives:
.TRAN  0 0.2 0
.OPTIONS ADVCONV
.PROBE64 V(alias(*)) I(alias(*)) W(alias(*)) D(alias(*)) NOISE(alias(*))
.INC "..\SCHEMATIC1.net"



**** INCLUDING SCHEMATIC1.net ****
* source LC1
R_R1         N14411 VCC  15k TC=0,0
R_R3         0 N14411  5k TC=0,0
R_R4         0 N16286  68 TC=0,0
L_L1         N16165 VCC  3.3u 
V_V1         VCC 0 9Vdc
C_C3         0 N14411  1uF  TC=0,0
C_C4         N16280 VCC  33n  TC=0,0
C_C5         N16165 N16280  10n  TC=0,0
C_C6         N16286 N16280  47n  TC=0,0

**** RESUMING sim_LC1.cir ****
.END

ERROR(ORPSIM-15142): Node N16280 is floating
 

Attachments

Alec_t

Joined Sep 17, 2013
15,103
Are you sure the transistor model is in an included model file? Is the '/TO' part of the transistor name essential?
 

Thread Starter

amitai

Joined Sep 29, 2014
5
Are you sure the transistor model is in an included model file? Is the '/TO' part of the transistor name essential?
This is one of the versions of the transistor which I tried. I started with the first option of the 2n3904 and then tried the "to" extention.
With this circuit I get the same error:
Capture.PNG
 

Alec_t

Joined Sep 17, 2013
15,103
The only model library file referenced is "nomd.lib". Are you sure that contains the transistor models you need?
 

Thread Starter

amitai

Joined Sep 29, 2014
5
How can I verify that?
I choose the components by typing there name in the place part section.
I have added all the libraries which I could.
 

Thread Starter

amitai

Joined Sep 29, 2014
5
It seems that the problem isn't connected to the libraries issue.
Trying to simulate a simple circuit which doesn't include active components also results in an error:
Capture.PNG
When I'm shorting the C5 cap the simulation works fine. but when it excites and is connected (I have tried several times
to be sure that it's wired) there is an error. All the cap's are the same type in the circuit.
I tried also reinstalling the software. any suggestions?
 

Alec_t

Joined Sep 17, 2013
15,103
That's weird.
Can you give either C4 or C5 (or both) an Equivalent Series Resistance value to see if that fixes it?
 
Top