My PID has turned up but I'm a little clueless as to what to set.
It's this - £16 delivered inc K type thermocouple:
http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=160550439764Datasheet:
http://www.fmfranklin.com.au/products/data/rkc/c100inst.pdfThe variant I've been sent has part no REX-C100FK02-M* AN-NN
This has single K type input, one alarm, and relay output.
I'm planning on adding a 12v supply to my control box, which passes through a pressure switch, then the PID relay for controlling a SSR on the immersion heater.
My understanding from the limited reading I've done is that if set right, the PID will effectively PWM cycle the SSR as the set temperature approaches, in order not to overshoot, and to avoid having the hysteresis around the set point that other types of controller have. The duty of this cycle appears to be set by the "T" parameter (Proportional cycle 1-100 seconds).
I'm guessing we need to set Proportional band "P" but not "I" or "D".
From my PID days I remember that I allows for loading offsets preventing the set point being reached by P alone, but can accumulate over time if the set point is never reached aka windup). Imagine an aircraft control surface - if the set point is beyond the physical range of movement then the I term will build up and up in an attempt to hit the set point, so the next time it is requested to move back the other way, it'll take a long time to respond as the I term needs to drain the other way. In some ways demething might be seen the same way - struggling to reach the set temp while the Meth is boiled off, and accumilating I with the potential for massive overshoot if all the Meth boils off. On the other hand, heat loss from the system is a loading offset that might be taken into account by a small I, with windup limited by the Ar (anti-reset windup term). Tricky.
D is effectively a damper to prevent overshoot from I.
How you would choose an appropriate values for P and I and Ar though... not a clue.