Simulation aborted because there are errors during netlisting

Click For Summary

Discussion Overview

The discussion revolves around troubleshooting a circuit simulation error in PSPice, specifically an issue with netlisting that leads to an aborted simulation. Participants explore potential causes, including circuit configuration, simulation settings, and component connections.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant reports an error during simulation and seeks help, indicating they are new to PSPice.
  • Several participants inquire about the session log and suggest checking for specific errors related to the simulation profile settings.
  • Some participants assert that the circuit will not function without a proper power supply for the op-amp, suggesting it is a common oversight.
  • Another participant mentions that their simulation ran successfully, prompting questions about the settings used in the simulation profile.
  • There are discussions about the meaning of specific commands in the simulation directives, with some participants offering syntax corrections and clarifications.
  • One participant shares their experience with a different simulation tool (LTSpice) and describes the circuit behavior under varying conditions, noting the effects of component changes on filter characteristics.
  • Another participant challenges the classification of the circuit as a low-pass filter, arguing that it behaves like a band-pass filter due to incorrect components.

Areas of Agreement / Disagreement

Participants express differing views on the circuit's configuration and its implications for simulation success. There is no consensus on the correct interpretation of the circuit's behavior or the necessary simulation settings.

Contextual Notes

Some participants highlight potential misunderstandings regarding the circuit diagram and the role of specific components, indicating that assumptions about the circuit's design may affect interpretations of the errors encountered.

Who May Find This Useful

Individuals interested in circuit simulation, particularly those using PSPice or similar tools, may find the troubleshooting insights and discussions on circuit behavior relevant.

jean28
Messages
83
Reaction score
0
I have built the following circuit:

http://i1226.photobucket.com/albums/ee410/jean28x/pspicemodel.jpg

However, when I try to simulate it, I get an error that says "Simulation aborted because there are errors during netlisting. Please refer to the sessions log."

What am I doing wrong? I'm new with PSPice so I'm not sure what's wrong.

Thanks.
 
Engineering news on Phys.org
Did you refer to the sessions log and read the errors?
 
Where did you go wrong?

Mine ran just fine. You have selected 'ac analysis/noise' in simulation profile, right?
 

Attachments

  • 1.jpg
    1.jpg
    29.7 KB · Views: 2,717
  • 2.jpg
    2.jpg
    49.8 KB · Views: 2,365
Why you circuit don't work? The answer is simply you forgot about power supply. Unpowered opamps DO NOT WORK!
 
Kholdstare said:
Where did you go wrong?

Mine ran just fine. You have selected 'ac analysis/noise' in simulation profile, right?


I hadn't selected the Noise in simulation profile. I select AC Sweep/Noise analysis and then which options to I select? The frequency es 10000 Hz so I know that but what do I put in the Noise analysis part?
 
Kholdstare said:
Where did you go wrong?

Mine ran just fine. You have selected 'ac analysis/noise' in simulation profile, right?

I ran it while changing options in the noise area and got this mistake:

**** 10/22/12 13:20:02 *********** Evaluation PSpice (Nov 1999) **************

** Profile: "SCHEMATIC1-SimulationCircuitos2" [ C:\PsPice Stuff\projecto2circuitos2final-SCHEMATIC1-SimulationCircuitos2.sim ]


**** CIRCUIT DESCRIPTION


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




** Creating circuit file "projecto2circuitos2final-SCHEMATIC1-SimulationCircuitos2.sim.cir"
** WARNING: THIS AUTOMATICALLY GENERATED FILE MAY BE OVERWRITTEN BY SUBSEQUENT SIMULATIONS

*Libraries:
* Local Libraries :
* From [PSPICE NETLIST] section of pspiceev.ini file:
.lib "nom.lib"

*Analysis directives:
.AC DEC 100 10000 1000
------------------$
ERROR -- Invalid value
.NOISE 10 50
-------$
ERROR -- Must be independent source (I or V)
.PROBE
.INC "projecto2circuitos2final-SCHEMATIC1.net"


**** INCLUDING projecto2circuitos2final-SCHEMATIC1.net ****
* source PROJECTO2CIRCUITOS2FINAL
V_V1 N00036 GND DC 0Vdc AC 6.250Vac
R_R1 N00036 N00042 200k
R_R2 N00042 N00076 50k
R_R3 N00042 N00140 40k
C_C1 N00076 N00140 10n
C_C2 GND N00042 25n
X_U1A N00076 GND N00140 GND N00140 LM324
V_V2 N00113 GND 9Vdc
V_V3 GND M_UN0001 9Vdc

**** RESUMING projecto2circuitos2final-SCHEMATIC1-SimulationCircuitos2.sim.cir ****
.INC "projecto2circuitos2final-SCHEMATIC1.als"



**** INCLUDING projecto2circuitos2final-SCHEMATIC1.als ****
.ALIASES
V_V1 V1(+=N00036 -=GND )
R_R1 R1(1=N00036 2=N00042 )
R_R2 R2(1=N00042 2=N00076 )
R_R3 R3(1=N00042 2=N00140 )
C_C1 C1(1=N00076 2=N00140 )
C_C2 C2(1=GND 2=N00042 )
X_U1A U1A(+=N00076 -=GND V+=N00140 V-=GND OUT=N00140 )
V_V2 V2(+=N00113 -=GND )
V_V3 V3(+=GND -=M_UN0001 )
_ _(GND=GND)
_ _(GND=GND)
.ENDALIASES

**** RESUMING projecto2circuitos2final-SCHEMATIC1-SimulationCircuitos2.sim.cir ****
.END
 
You must be kidding me.
Your circuit will work if you add symmetric power supply to op amp. Positive terminal to pin 4. Negative to pin 11 and GND to ground.
 
Jony130 said:
You must be kidding me.
Your circuit will work if you add symmetric power supply to op amp. Positive terminal to pin 4. Negative to pin 11 and GND to ground.
It usually helps someone follow your advice if you show how you came to the conclusions you did. What made you realize that the power supply was not hooked up correctly?
 
Code:
*Analysis directives: 
[b].AC DEC 100 10000 1000[/b]
------------------$
ERROR -- Invalid value
[b].NOISE 10 50[/b] 
-------$
ERROR -- Must be independent source (I or V)
What do the three numbers in the .AC directive mean?
 
  • #10
Simon Bridge said:
It usually helps someone follow your advice if you show how you came to the conclusions you did. What made you realize that the power supply was not hooked up correctly?
Just one look at the diagram
attachment.php?attachmentid=52212&stc=1&d=1350941007.jpg

And what you see ?? No power supply.

Kholdstare said:
Where did you go wrong?

Mine ran just fine. You have selected 'ac analysis/noise' in simulation profile, right?
Are you sure?? Output voltage is only 42μV. Typical example of GIGO in the case of simulators, garbage in=sophisticated garbage out.
 

Attachments

  • bez tytułu.JPG
    bez tytułu.JPG
    20.7 KB · Views: 7,658
Last edited:
  • #11
The diagram includes a psu far left... perhaps there is a misunderstanding about this you think?
Could this have something to do with the second error message?
 
  • #12
Simon Bridge said:
The diagram includes a psu far left... perhaps there is a misunderstanding about this you think?
Could this have something to do with the second error message?

what the 6.25V AC ? that's the input signal me thinks

D
 
  • #13
davenn said:
what the 6.25V AC ? that's the input signal me thinks
This is what I'm talking about! Now what role has OP got it playing in the circuit diagram?

Probably best to continue this part of the discussion in private since it is about how to answer questions effectively and not actually about OPs problem.
 
  • #14
jean28 said:
I hadn't selected the Noise in simulation profile. I select AC Sweep/Noise analysis and then which options to I select? The frequency es 10000 Hz so I know that but what do I put in the Noise analysis part?

You don't necessarily have to put noise analysis in your simulation if that is not something you want to do.
 
  • #15
Code:
.AC DEC 100 10000 1000
------------------$
ERROR -- Invalid value
.NOISE 10 50 
-------$
ERROR -- Must be independent source (I or V)

The ".AC" command syntax is
Code:
.AC <sweep type> <points value> <start frequency value> <end frequency value>

In your case start freq is greater than end freq. You have to set it correctly in simulation window.

The ".NOISE" command syntax is
Code:
.NOISE V(<node> [,<node>]) <name> [interval value]

You did not give V(output node) and name(noise source) etc.

I'm telling you again, you probably do not need noise analysis. So turn it off. AC analysis will run just fine without noise analysis.
 
  • #16
Jony130 said:
You must be kidding me.
Your circuit will work if you add symmetric power supply to op amp. Positive terminal to pin 4. Negative to pin 11 and GND to ground.

Jony, I know very well that the circuit will not work hooked up like that. But that does not mean the circuit will not simulate and give out the garbage value. The issue I tried to solve was with the simulation procedure. Once that is done Jean can see whether his circuit produces desired result or not, and come to us again.
 
  • #17
I tried a LTSpice simulation of this circuit.

Because of the positive feedback, the output depends on the initial voltage on the input, but it always goes to one supply rail or the other.

Assuming this is a mistake, I reversed the inputs to the opamp and it then behaves like a low pass filter with a 6dB cutoff of about 300 Hz.

As a matter of interest, if the 10 nF capacitor is replaced with a smaller value, the circuit becomes a bandpass filter. For example, a 220 pF capacitor in this position produces a peak output at about 1480 Hz.
 
Last edited:
  • #18
vk6kro said:
As a matter of interest, if the 10 nF capacitor is replaced with a smaller value, the circuit becomes a bandpass filter. For example, a 220 pF capacitor in this position produces a peak output at about 1480 Hz.
This is not true. This circuit (correct diagram) is a multiple feedback low-pass filter.
And if you change capacitor to 220pF the only think that has change except cut-off frequency is a quality factor. Q has change from 0.7 to Q = 4.767 for 220pF but it is still a low pass filter.
 

Attachments

  • 10.PNG
    10.PNG
    4.5 KB · Views: 1,296
  • 11.PNG
    11.PNG
    2.7 KB · Views: 1,308
  • #19
Without the dB scale, it looks like this:


http://dl.dropbox.com/u/4222062/LPF%20BPF.PNG

This is the 100 pF output.

So, although the circuit LOOKS like a low pass filter, it behaves like a band pass filter because it has the wrong components in it to be a proper LPF.

I mentioned this because this filter can apparently cover quite a large section of the audio spectrum with a small variable capacitor. So, it is interesting because it has some applications.
 
Last edited by a moderator:

Similar threads

Replies
3
Views
2K
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 7 ·
Replies
7
Views
5K
  • · Replies 8 ·
Replies
8
Views
16K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
10K
  • · Replies 4 ·
Replies
4
Views
5K