PID or Relay for Circulating Shower

  • Thread starter Thread starter mess
  • Start date Start date
  • Tags Tags
    Pid Relay
Click For Summary
Using a PID controller for heating a circulating shower may not be necessary due to the inherent temperature variations caused by factors like heat loss to users and drainage. A simpler solution, such as a 50amp relay with a basic cycling range, could be more effective and easier to design. Concerns about the wear of relays are noted, but they remain a practical choice for straightforward applications. Additionally, the potential for contamination from soap and oils in recirculated water suggests that a basic temperature switch may suffice. Overall, a simple Arduino setup could provide flexibility for future adjustments without the complexity of PID control.
mess
Messages
59
Reaction score
8
TL;DR
I am making a closed loop circulating shower for my campervan, and I am trying to decide between PID and Relay.
I am considering using PID (autopid arduino lib), in order to control the heat, with PWM and a 50amp mosfet heating a 40amp 24v heating element in a 3litter tank, but I am thinking, that since the water is going to be circulating, and sometimes losing heat to a person, sometimes falling straight into the drain, it will be varying anyways between +/- a few degrees, does it even make sense to use PID? or should I just use a 50amp relay with a basic range cycle?
 
Engineering news on Phys.org
It will depend on the reservoir time constant. You might do better with a fixed thermal mass in contact with the water, maintained at the required temperature.
 
  • Like
Likes russ_watters
I think you could do it either way. My preference would be to avoid relays, they wear out. However, relay circuits are easier to design. The switching device selection is, in general, a separate issue from the control method.
 
A simple arduino set up may be best - even if just to make edits in the future. Look at an ATtiny85 - not "native" in Arduino IDE but can be done.

On the Recirculate point - if you are recirculating water from the show back to the heater - be wary, as the pollution ( oils, soap, organics, etc) can really make a mess of a heater.
 
Seems like overkill to me. A simple temperature switch and relay is probably sufficient. I would not use a pid controller.
 
Hello! I want to generate an RF magnetic field at variable frequencies (from 1 to 20 MHz) using this amplifier: https://www.minicircuits.com/WebStore/dashboard.html?model=LZY-22%2B, by passing current through a loop of current (assume the inductive resistance is negligible). How should I proceed in practice? Can i directly connect the loop to the RF amplifier? Should I add a 50 Ohm in series? Thank you!