Hi,
I am trying to build a half wave rectifier however when i try to proceed with the simulation i am getting several errors and not quite sure how to resolve them. The error i am getting is in regard my diode (WARNING(ORNET-1119): No PSpiceTemplate for D1, ignoring ) Any help would be deeply appreciated
here is the simulation log
** Creating circuit file "lab3.cir"
** WARNING: THIS AUTOMATICALLY GENERATED FILE MAY BE OVERWRITTEN BY SUBSEQUENT SIMULATIONS
*Libraries:
* Profile Libraries :
* Local Libraries :
* From [PSPICE NETLIST] section of C:\Users\David\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 LAB3
R_R1 0 N00229 2.2k TC=0,0
X_TX1 N00130 N00137 N00236 0 SCHEMATIC1_TX1
V_V2 N00130 N00137
+SIN 0 25 1k 0 0 0
R_R2 N00130 N00130 10 TC=0,0
.subckt SCHEMATIC1_TX1 1 2 3 4
K_TX1 L1_TX1 L2_TX1 1
L1_TX1 1 2 10uH
L2_TX1 3 4 10uH
.ends SCHEMATIC1_TX1
**** RESUMING lab3.cir ****
.END
ERROR(ORPSIM-15141): Less than 2 connections at node N00229.
ERROR(ORPSIM-15142): Node N00130 is floating
ERROR(ORPSIM-15142): Node N00137 is floating
ERROR(ORPSIM-15143): Voltage source and/or inductor loop involving V_V2. You may break the loop by adding a series resistance
Thanks in advance