Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
Water tank heating - need help
#1
Hi Everybody ...

I want to use LK3 to control the heating of 1000L hot water storage tank. 
If the water tank is cold, I need to start the heating until whole storage is hot. 
After that the heating will be off, until whole storage will be cold.

I need to start the output with one condition and stop it with another. 

Is it possible ?

There are two DS18B20 thermometers. One is on the top of the tank (T1) and one is in the bottom (T2).
If the temperature of T1 will be under 40'C the heating will start, until the T2 reach 40'C. 

I try to make an event, but i doesn't work, because if I use condition If (T1) < 40'C -> out 0 == 1;
the temperature of T1 increase to 40'C and out 0 goes 0, without waiting for second condition.

Can somebody help ?

Thx.
Odpowiedz
#2
(12-15-2022, 11:50 AM)Beho napisał(a): Hi Everybody ...

I want to use LK3 to control the heating of 1000L hot water storage tank. 
If the water tank is cold, I need to start the heating until whole storage is hot. 
After that the heating will be off, until whole storage will be cold.

I need to start the output with one condition and stop it with another. 

Is it possible ?

There are two DS18B20 thermometers. One is on the top of the tank (T1) and one is in the bottom (T2).
If the temperature of T1 will be under 40'C the heating will start, until the T2 reach 40'C. 

I try to make an event, but i doesn't work, because if I use condition If (T1) < 40'C -> out 0 == 1;
the temperature of T1 increase to 40'C and out 0 goes 0, without waiting for second condition.


Can somebody help ?

Thx.
[quote pid="9741" dateline="1671094210"]
Hi

You can to try this sollution using hysteresis:

For example:
if T1 < 60 hysteresis: 20  -> out0 = 1
if T2 > 20 hysteresis: 20 -> out0 = 0
Per. must not be active!

it should work so that the first condition turns the output on if T1 drops below 40°, and it should turn off at 80° - but this never happens because the second condition turns off the output if T2 reaches 40° (if there is a possibility that T1 reaches 80° earlier than T2 40°, set a larger hysteresis range for example 100 and 60) It's just my theory and I haven't tried it!

[/quote]
Odpowiedz


Skocz do:


Użytkownicy przeglądający ten wątek: 1 gości