Pottery KILN
Posted: Tue May 16, 2023 6:26 am
Hello everyone!
I need your help again.
I'm working on a pottery kiln for my girl and I messed up on the temperature control part. I can't figure out the PID component... Basically, I know how a PID works, but I can't put it into practice in FC.
The kiln configuration is as follows:
- The user interface is made by a GLCD ILI9341_SPI together with an XPT2046 touch screen,
- Setting the temperature (setpoint) is done digitally,
- temperature monitoring (feedback) is done with a K-type probe, for entering the probe data into the PIC, I use a MAX31855,
- the control of the heating elements is done with 2 solid state relays, actuated by PWM from the PIC,
- the maximum temperature used will be 1320 degrees Celsius
- The PIC used is 18F26K20, which runs at 64 MHz, with the internal clock enabled.
I am attaching the FC10 file. and please help me with the PID configuration.
Thank you!
I need your help again.
I'm working on a pottery kiln for my girl and I messed up on the temperature control part. I can't figure out the PID component... Basically, I know how a PID works, but I can't put it into practice in FC.
The kiln configuration is as follows:
- The user interface is made by a GLCD ILI9341_SPI together with an XPT2046 touch screen,
- Setting the temperature (setpoint) is done digitally,
- temperature monitoring (feedback) is done with a K-type probe, for entering the probe data into the PIC, I use a MAX31855,
- the control of the heating elements is done with 2 solid state relays, actuated by PWM from the PIC,
- the maximum temperature used will be 1320 degrees Celsius
- The PIC used is 18F26K20, which runs at 64 MHz, with the internal clock enabled.
I am attaching the FC10 file. and please help me with the PID configuration.
Thank you!