1

Topic: Questions about the Sestos PID

Hi all!

I just recently finished assembling my Filastruder 2.1 and I had a few questions about the operation of the PID. I was comparing the wiring diagram and the terminal arrangement in the PID manual, and noticed that the positive of the power supply is wired to pins 8 and 9, but in the manual, pins 9 and 10 are designated as power. Also, the heater is placed between pins 7 and 10, while according to the manual, the heater should be placed somewhere in pins 6-8. I am interested in controls and would really just like a more in0depth explanation of the PID wiring.

Thanks in advance!

2

Re: Questions about the Sestos PID

Pins 9 and 10 are indeed power. Pin 9 is positive, Pin 10 is negative.

Pins 6, 7, and 8 are terminals of a relay. A relay is a switch that completes one half of a circuit. The heater needs positive and negative to function. The heater is connected directly to negative (pin 10), and the relay switches the positive side of the heater.

3

Re: Questions about the Sestos PID

Let me make sure I'm understanding this correctly. If the thermocouple reads below the target temperature, the PID will toggle the relay, providing power to pin 7 through the relay from pin 8. When the thermocouple reads over the set temp, the PID will toggle the relay so that pin 7 is isolated from the power on pin 8.

4

Re: Questions about the Sestos PID

Short answer: Yes.

Long answer: PID can call for heat while measured temperatures is above the desired, if for instance the measured temperature is falling. This is the "D" portion of PID. There are three gains:

P: proportional to the difference between desired and actual
I: integral of the difference between the desired and actual (this is used to compensate for slight differences over time)
D: derivative of the difference between desired and actual (is the error getting worse or better?)