Location in source for PID parameters of MHP30 #2079
-
Hello! I'm looking for where the PID parameters are located for the MPH30? I see the TIP_PID_KP, TIP_PID_KI, and TIP_PID_KD in the configuration.h under the BSP for MODEL_Pinecilv2, but cannot see similar parameters in the BSP for the MHP30. Some more context. I'm using the MHP30 for some other experiments and am monitoring a temperature on the surface of a thermal mount affixed to the hotplate. I see some oscillation in the temperature I would like to tune out. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Heya, IronOS/source/Core/BSP/MHP30/configuration.h Line 169 in ebdff59 To use pid instead the PID enable flag needs to be added along with the three numbers You could try adjusting the mass tuning or enabling pid |
Beta Was this translation helpful? Give feedback.
Heya,
At the moment the mhp30 uses the older thermal mass control scheme. This is tuned through this variable
IronOS/source/Core/BSP/MHP30/configuration.h
Line 169 in ebdff59
To use pid instead the PID enable flag needs to be added along with the three numbers
You could try adjusting the mass tuning or enabling pid