Can you post a picture of the heater, or a part number? Something just does not sound right about this. You should be having no problems.
If you have a meter, can you measure the resistance of the heating element?
If you have never used a PID controller before, it works by relying on the thermal mass of whatever you are heating. The controller turns on its
output, this turns on the SSR, which then provides power to the heater. The heater gets hotter. The controller turns off its output, which removes
drive from the SSR, which then turns off at the end of whatever AC cycle it was in the middle of. The heater then gets cooler, until the next time
that the controller output turns on the SSR again. There should be enough thermal mass in the heater that there is not much change when the heater
turns on vs when it turns off again, for the CtL parameter that you use. The SSR has to be controlling AC current, otherwise once turned on it will
never turn off. You cannot use a normal one to switch DC power on and off. If you use DC voltage, the controller will probably work OK, but the SSR
will not.
The PID controller reads an input from the temperature probe, and uses an internal algorithm to determine what percentage of ON vs OFF time is needed
in order to give the correct temperature that you programmed into the controller.
If you have the CtL parameter set to 0.5, then the LED on the SSR should flash briefly 2 times per second. If it is set to 1.0, then it should flash
once per second, and so on. If it is staying on solid, then something is wrong.
If everything seems to be working correctly, but the heater is still overheating, then adjust Oph from 25 down to 10 or 5, or even 1, just to see how
large this number can be before you have problems with too much heat.
[Edited on 8-15-2018 by WGTR] |