Hello there. Im trying to design a lead lag controller for a temperature regulation using peltier module. And im kinda lost and wanted to ask a few questions
The specifications are as follow:-
25x20x20cm Styrofoam Box (10L)
2 x TEC-12703 Module
2 x Heatsinks
1 x TMP102 temperature sensor
1 x Arduino
For now, I understand that there are 4 main energy that I need to consider which are,
hot side to cold side transfer
current generated for peltier
heat caused by seebeck effect (heat pump)
heat loss
For now, i am puzzled on the lead lag part, is the lead lag part is actually a "software" which is the coding ? How does it differ than a normal on and off control by the coding ? Do I need a MOSFET for PWM to implement the Lead Lag ?
thats the thing, im not trying to do a bang bang control or a regular on off temperature control, im trying to implement a lead lag to increase the stability and reduce overshoot of the system, hence the question is what do i need to the lead lag possible ?
thank you for your explanation, this is actually a design project which should be presented to my lecturer.
also the simulation has to be done before i can proceed on setting it up
and for your explanation, do i need PID ? since my lecturer said i only have to use Lead Lag controller, or does implementing lead lag requires PID first ?
thank you for the answers, but my main question is that, can i do lead lag control with just using a microcontroller ? or would it still be a normal on off control.
or do i need something to change the current or voltage, so that it sort of like an inverter in AC ?
On/Off would work but adding some smarts like watching the temperature change and compensating for the time lag by turning on sooner will help, also do the same when going the other direction.