polihedron / DIY-Reflow-Oven

DIY Reflow Oven, mcu: STM32F103 dev board, Display: Nextion Basic 3.5", PID controller.
BSD 3-Clause "New" or "Revised" License
27 stars 10 forks source link

How to add Time Line my oven slow up temp #12

Closed Witawat closed 8 months ago

Witawat commented 11 months ago

How to add Time Line my oven slow up temp use 1200w, but slow up hot temp need time line over 800 S

i see code in here not sure for edit add image IMG_20231214_145443

i use temp 0.3C /s and how to config P I D value

bug how to fix ?

image

polihedron commented 8 months ago

I'm not sure, what you need.. another Time Line for 800s max? To edit timeline you will need to replace 660s to 800s in the dx equation: dx = 275 / 800 / 2 = 0,171875 and also edit the nextion hmi file by replacing the background 0.png to new one with 800s time line values.

regarding to config pid values, it's not easy, depends from few things, start from P value 50 or simply go to wiki page https://en.wikipedia.org/wiki/Proportional–integral–derivative_controller check manual tuning