So it is my first schematic and I'm trying to run it.
Here's the schematic:
https://easyeda.com/djays12/Tachometer_electronics-076dcb60fc8f48358604c85fbfbcc000
I've already replaced the NPN transistor (it used to be a BCW66G) for a generic model that can be read by spice.
Mainly the circuit is a frequency/voltage converter that will be used to convert a 0-267Hz square wave signal into a 0-1.6Vdc voltage. The output of the LM2907 is then boosted through a op amp and a transistor to be able to output enough current for the load (an electromagnet, that I replaced by a inductor in the circuit).
This circuit will be used to power a tachometer (the electromagnet is acting on the needle and fight again a return spring).
The message error I get is as follow:
> Circuit: gooduntitled
>
> Doing analysis at TEMP = 27.000000 and TNOM = 27.000000
>
> Warning: v2: no DC value, transient time 0 value used Warning:
> singular matrix: check nodes u1_2 and u1_2
>
> Note: Starting dynamic gmin stepping Note: One successful gmin step
> Note: One successful gmin step Note: One successful gmin step Note:
> One successful gmin step Note: One successful gmin step Note: One
> successful gmin step Note: One successful gmin step Note: One
> successful gmin step Note: One successful gmin step Note: One
> successful gmin step Note: One successful gmin step Warning: singular
> matrix: check nodes u1_2 and u1_2
>
> Warning: Dynamic gmin stepping failed Note: Starting source stepping
> Warning: singular matrix: check nodes u1_2 and u1_2
>
> Note: One successful gmin step Note: One successful gmin step Note:
> One successful gmin step Note: One successful gmin step Note: One
> successful gmin step Note: One successful gmin step Note: One
> successful gmin step Note: One successful gmin step Note: One
> successful gmin step Note: One successful gmin step Note: One
> successful gmin step Note: One successful source step Warning:
> singular matrix: check nodes u1_2 and u1_2
>
> Warning: singular matrix: check nodes u1_2 and u1_2
>
> Warning: source stepping failed
>
> DC solution failed -
>
> Last Node Voltages
> ------------------
>
> Node Last Voltage Previous Iter
> ---- ------------ ------------- xr2_2 0 0 r1_1 0 0 u1_1 0 0 v1_1 0 5.8766e-118 r1_2 0 0 u2_6 -1.52529e-103 -1.38638e-117 volprobe1 5.35177e-104 7.98716e-118 l1_1 5.35177e-104 0 u1_2 0 0 l1#branch 0 0 v1#branch 2.51539e-115 0 v2#branch 0 0
>
> doAnalyses: iteration limit reached
>
> op simulation(s) aborted Error(parse.c--checkvalid): volprobe1: no
> such vector. ngspice-26 done
Anyone have an idea on what I did wrong?