please rate
this thread
  •  
  • Subject
  • Author
  • Date
Posted by Joe on October 31, 2004, 3:52 am
  Hi there,

I'm running a PSpice simulation of a simple one-stage common cathode
amp circuit.  I have two triode models which I've downloaded from the
Internet, and model works as expected.  When I use the second model,
however, Orcad displays a message box with this error:

    There are no data values in section number one - Ignoring this
section.

Then the simulation terminates, and the output file includes this
error message:

    INTERNAL ERROR -- Overflow, Convert    


As a beginning electronics student, I'm having trouble understanding
what these messages indicate and haven't found any information on the
Internet relating to them.

Does anyone know what these errors mean?  The biggest difference
between the models seems to be the use of the poly statement in the
second one.  


Any suggestions are much appreciated.  

Thanks,
Joe


Posted by Kevin Aylward on October 31, 2004, 9:59 am
 Joe wrote:

Yes:-)

Have a go with SuperSpice (http://www.anasoft.co.uk ) instead. Its demo
will allow much
larger circuits than the PSpice demo/student version. That is, 30
schematic blocks on a top level, each containing 25 real components in
one level of hierarchy. Email Support for even the demo is free.

The other reason is that there is a full set of tube/value symbols, and
as a
guitarist and analogue engineer as well, I know quite a bit about them
e.g.
(http://www.anasoft.co.uk/screenshot.html ).


Kevin Aylward
salesEXTRACT@anasoft.co.uk
http://www.anasoft.co.uk
SuperSpice, a very affordable Mixed-Mode
Windows Simulator with Schematic Capture,
Waveform Display, FFT's and Filter Design.




Posted by Charles Edmondson on November 2, 2004, 11:31 am
 Joe wrote:

Joe,
The first error is the Probe window saying that the data file generated
is empty, i.e. there was no data to view.  The second error of data
overflow I am not familiar with!  Sounds like the model is doing
something that goes to infinity, either a super-high or current or
voltage, or something else illegal.  Would need to see both to be sure.

--
Charlie
--
Edmondson Engineering
Unique Solutions to Unusual Problems



Posted by Jim Thompson on November 2, 2004, 4:46 pm
 On Tue, 02 Nov 2004 08:31:41 -0800, Charles Edmondson


Charlie,

Experienced that myself recently, with PolarFAB BP30 NPN models that
are subcircuits that include the parasitic PNPs to substrate.

Cured it by setting SOLVER=0 ;-)

                                        ...Jim Thompson
--
|  James E.Thompson, P.E.                           |    mens     |
|  Analog Innovations, Inc.                         |     et      |
|  Analog/Mixed-Signal ASIC's and Discrete Systems  |    manus    |
|  Phoenix, Arizona            Voice:(480)460-2350  |             |
|  E-mail Address at Website     Fax:(480)460-2142  |  Brass Rat  |
|       http://www.analog-innovations.com">http://www.analog-innovations.com           |    1962     |
            
I love to cook with wine.      Sometimes I even put it in the food.


Posted by Joe on November 8, 2004, 7:04 am
 
Thanks a lot for the replies!  I was able to find out that the models
were originally written for Intusoft PSpice 5.0.  I'm using them with
Orcad PSpice 10, and it was suggested that perhaps the command syntax
is different.  

The only real difference between this model and the one that works is
the use of the POLY statement - which I'm finding to be rather
confusing.  Here are a couple of those statements:




eG0 10 0 poly(1) <2,3> -3.7694e+00 1.9947e+00 5.9432e-02    
eG1 11 0 poly(1) <2,3> -3.2024e-02 -4.1443e-02 -4.8236e-03
eG2 12 0 poly(1) <2,3> 1.9127e-02 -1.2189e-02 -1.5526e-03
eG3 13 0 poly(1) <2,3> -1.1354e-02 4.9339e-03 6.1016e-04



eP0 110 0 poly(1) <2,3> -9.9158e+0 1.9145e+0 -2.8135e+0 1.8661e+0    
+ 1.5643e+0 4.7240e-1 6.4276e-2 3.3101e-3

eP1 111 0 poly(1) <2,3> 9.5428e-1 3.2558e-2 -8.3349e-1 -4.8578e-2  
+ 2.6213e-1 1.0492e-1 1.8921e-2 1.3632e-3

eP2 112 0 poly(1) <2,3> 9.5766e-2 2.5192e-2 2.2391e-1 -1.7040e-1
+ -2.4952e-1 -1.0960e-1 -2.0981e-2 -1.4882e-3

eP3 113 0 poly(1) <2,3> -6.6107e-2 -3.9657e-2 7.5560e-2 3.1025e-2  
+ 2.4265e-2 1.7002e-2 4.2512e-3 3.4761e-4

eP4 114 0 poly(1) <2,3> 8.4148e-3 4.7989e-3 -1.3258e-2 -1.9288e-3  
+ 5.2888e-4 -5.6853e-4 -2.4727e-4 -2.4359e-5



I can't tell if there are any glaring syntax problems or not, but from
the reading I've don, I think these lines are okay for use with Orcad.






On Tue, 02 Nov 2004 13:46:34 -0700, Jim Thompson



  • Subject
  • Date