This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi all,
Can someone explain to me what's wrong here? Or let me know what other information you need to help me figure out what going on? I used the LME49710 model in pSPICE, but it gives me these errors:
WARNING(ORPSIM-15256): <X_U1.XRgn2.ROHMS> not a subcircuit param
WARNING(ORPSIM-15256): <X_U1.XRgnd3.ROHMS> not a subcircuit param
ERROR -- EVALUATION VERSION analog Node Limit (75 Nodes) Exceeded!
I'm using the Lite version of Orcad Capture but I've only placed 5 elements in the circuit I'm trying to simulate. So I'm confused why it's saying the Node limit is exceeded. Maybe it has something to do with the model for the LME49710 audio amp? I've uploaded my .out file as well as a screenshot of the circuit I'm trying to simulate.
**** 08/28/16 19:26:38 ****** PSpice Lite (October 2012) ****** ID# 10813 **** ** Profile: "SCHEMATIC1-HiFi Amp" [ C:\OrCAD\ECE 2280\guitaramp-pspicefiles\schematic1\hifi amp.sim ] **** CIRCUIT DESCRIPTION ****************************************************************************** ** Creating circuit file "HiFi Amp.cir" ** WARNING: THIS AUTOMATICALLY GENERATED FILE MAY BE OVERWRITTEN BY SUBSEQUENT SIMULATIONS *Libraries: * Profile Libraries : * Local Libraries : .LIB "../../../lme49710.lib" * From [PSPICE NETLIST] section of C:\Users\brads_000\AppData\Roaming\SPB_16.6\cdssetup\OrCAD_PSpice/16.6.0/PSpice.ini file: .lib "nomd.lib" *Analysis directives: .TRAN 0 1000ns 0 .OPTIONS ADVCONV .PROBE64 V(alias(*)) I(alias(*)) W(alias(*)) D(alias(*)) NOISE(alias(*)) .INC "..\SCHEMATIC1.net" **** INCLUDING SCHEMATIC1.net **** * source GUITARAMP X_U1 N14613 GND N14493 N14505 N14777 LME49710 V_V1 GND N14505 25Vdc V_V2 GND N14493 25Vdc V_V3 N14613 N14604 AC 1 +SIN 0 150mV 1500Hz 0 0 0 R_R1 N14777 N14758 8 TC=0,0 **** RESUMING "HiFi Amp.cir" **** .END WARNING(ORPSIM-15256): <X_U1.XRgn2.ROHMS> not a subcircuit param WARNING(ORPSIM-15256): <X_U1.XRgnd3.ROHMS> not a subcircuit param ERROR -- EVALUATION VERSION analog Node Limit (75 Nodes) Exceeded! ABORTING SIMULATION **** 08/28/16 19:26:38 ****** PSpice Lite (October 2012) ****** ID# 10813 **** ** Profile: "SCHEMATIC1-HiFi Amp" [ C:\OrCAD\ECE 2280\guitaramp-pspicefiles\schematic1\hifi amp.sim ] **** JOB STATISTICS SUMMARY ****************************************************************************** Node counts: Top level (NUNODS) = 8 External (NCNODS) = 97 Total (NUMNOD) = 97 Total device count (NUMEL) = 162 Capacitors (C) = 16 Diodes (D) = 12 VCVS (E) = 33 VCCS (G) = 15 CCVS (H) = 1 Current Sources (I) = 4 Inductors (L) = 2 Resistors (R) = 49 VSwitches (S) = 4 Voltage Sources (V) = 24 Number of subcircuits (X) = 38 Matrix statistics: Matrix size (NSTOP) = 97 Initial no. elements (NTTAR) = 0 No. elements w/ fillin (NTTBR) = 0 No. fillins (IFILL) = 0 No. overflows (NTTOV) = 0 No. LU operations (IOPS) = 0 Percent sparsity (PERSPA) = 0.000 Analysis statistics: No. total time points (NUMTTP) = 0 No. rejected time points (NUMRTP) = 0 No. iterations (NUMNIT) = 0 Load Threads = 1 Runtime statistics: Seconds Iterations Matrix load = 0.00 Matrix solution = 0.00 0 Readin = .92 General setup = 0.00 Setup = 0.00 DC sweep = 0.00 0 Bias point = 0.00 0 AC and noise = 0.00 0 Total transient analysis = 0.00 Output = 0.00 Overhead = 0.00 Total job time = .92
Brad,
If you take a look at the log file, the number of nodes in your circuit is 97. The LME49710 has many internal nodes that are also part of the count. The evaluation version of PSpice is very difficult to use with any complex subcircuit IC model as most of the nodes will be used up with the nodes of the internal model. The evaluation version was not intended to be used with these kind of circuits, but rather for instructional or basic circuits.
The Warning for ROHM is due to a typo (it appears) in the model for RNOISELESS which should use R instead of ROHM. You can change that in the .lib file by substituting R for ROHM in the PARAMS statement.
Brad,
You might consider using TINA-TI, TI's free simulation tool. It doe snot have any node limitations and is a complete simulation tool that you can download for free (http://www.ti.com/tool/tina-ti/) . Our PSpice models can be easily imported into TINA-TI and we have thousands of reference designs for it.