- changed pid values to the tuned values for my kiln
This commit is contained in:
parent
85b1265eeb
commit
c15a34bc39
@ -53,9 +53,9 @@ sensor_time_wait = 2
|
||||
#
|
||||
# PID parameters
|
||||
|
||||
pid_ki = 0.1 # Integration
|
||||
pid_kd = 0.4 # Derivative
|
||||
pid_kp = 0.5 # Proportional
|
||||
pid_kp = 25 # Proportional
|
||||
pid_ki = 1088 # Integration
|
||||
pid_kd = 217 # Derivative
|
||||
|
||||
|
||||
########################################################################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user