the problem
I have another problem with PSpice for TI2020.
I want to build a PID controller using operational amplifiers. Up to the red line drawn, the circuit works as it should. However, if I add the op amp with a non-inverting basic circuit (U6), the simulation crashes and the error message is Overlow Multiply. What am I doing wrong?
What I was thinking
Yesterday I tested the individual components (P, I and D components) one after the other. Today I added the inverting adder.
The voltage source outputs a voltage from a mathematical function, which is: f(t)=0.05t²+0.55t. That is, at t = 0 the value is 0 and at t = 5 the value is 4. I do this with a quadratic function to see if the differentiator part is working.
For the individual components, I thought that the respective gain = 1, for test reasons, hence my (unrealistic-precise) capacitance values. I installed three LM321LV here.
Then I thought to myself today: The U5 must be able to add those three ones up, so I installed a THS4281 with a ±15V supply.
As mentioned, everything works fine up to here. If I add the U6 to the back, the simulation crashes.
