Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Simulation error....in pspice orcad full version 9.2..........

Status
Not open for further replies.

chanchal1431

Newbie level 2
Joined
Dec 1, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,291
Location
cochin
Activity points
1,302

**** 11/20/10 13:22:47 ************** PSpice Lite (Mar 2000) *****************

** Profile: "SCHEMATIC1-BFSK wave" [ C:\DOWNLOADS\chancircuit\bfsk waveform generator-schematic1-bfsk wave.sim ]


**** CIRCUIT DESCRIPTION


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




** Creating circuit file "bfsk waveform generator-schematic1-bfsk wave.sim.cir"
** WARNING: THIS AUTOMATICALLY GENERATED FILE MAY BE OVERWRITTEN BY SUBSEQUENT SIMULATIONS

*Libraries:
* Local Libraries :
* From [PSPICE NETLIST] section of C:\Program Files\OrcadLite\PSpice\PSpice.ini file:
.lib "eval.lib"
.lib "breakout.lib"
.lib "nom.lib"

*Analysis directives:
.TRAN 0 10ms 0 0.1ms
.PROBE V(*) I(*) W(*) D(*) NOISE(*)
.INC ".\bfsk waveform generator-SCHEMATIC1.net"



**** INCLUDING "bfsk waveform generator-SCHEMATIC1.net" ****
* source BFSK WAVEFORM GENERATOR
X_X1 0 N00424 N00509 N00275 N00659 N00424 N00354 N00275 555D PARAMS:
+ MAXFREQ=3E6
V_V1 N00275 0 5Vdc
C_C1 0 N00424 0.1uF
C_C2 0 N00659 0.01uF
R_R1 N00354 N00275 4.7k
R_R2 N00424 N00354 10k
V_V2 N01195 0
+PULSE 0 5 0 0 0 0.005msec 0.01msec
R_R3 0 N00509 1k
R_R4 N00354 N01796 1k
Q_Q2 N00275 N01829 N01796 QbreakN
R_R5 N01195 N01829 1k

**** RESUMING "bfsk waveform generator-schematic1-bfsk wave.sim.cir" ****
.END


ERROR -- Subcircuit 555D used by X_X1 is undefined







please help me ..................................thanks in advanceView attachment bfsk.rar
 

I think you are missing the 555 spice model, if i remember correctly there is a library inside the capture folder which is schematic only (every .olb file is a schematic library ) and there is a pspice folder (inside capture folder) which has the .olb schematic library and a .lib simulation model with the same name.
You should use the pspice library for simulation.

Alex

---------- Post added at 11:03 ---------- Previous post was at 10:50 ----------

I reviewed your .obj file and for 555 it says

Code:
(555D
      (FullPartName "555D.Normal")
      (LibraryName "C:\PROGRAM FILES\ORCADLITE\CAPTURE\LIBRARY\PSPICE\EVAL.OLB")
      (DeviceIndex "0")))

check in folder C:\PROGRAM FILES\ORCADLITE\CAPTURE\LIBRARY\PSPICE there should be a eval.lib file with the subcircuit model for 555

You are also using a lite version from what i can see from the installation path "C:\PROGRAM FILES\ORCADLITE" , i don't know if there are only basic library's included or if there is some other limitation

Alex
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top