2/22/2025 9:39 PM | |
Joined: 10/17/2018 Last visit: 8/25/2025 Posts: 51 Rating:
|
Greetings. I hope this helps you AttachmentTimed liter counter.pdf (267 Downloads) |
Last edited by: Moderator_Lan at: 02/24/2025 09:27:13Video embedded. |
|
This contribution was helpful to
1 thankful Users |
2/23/2025 10:43 AM | |
Joined: 6/11/2019 Last visit: 9/4/2025 Posts: 2625 Rating:
|
The problem of calculating the volume of a lying tank was already a topic in the German part of the forum. User Betel has already written some great posts about it. Another option would be to access the switching information from the burner valves. You measure the switching time and multiply this by the determined consumption value (22 l/h and 8.8 l/h). However, this only works if the burners are running at the same power level. Regards Ella_68 |
2/23/2025 1:14 PM | |
Joined: 12/18/2014 Last visit: 9/4/2025 Posts: 35925 Rating:
|
Hello AutoGen_3987486, may be the attached program is that what want. To start the simulation: At first press I4, then switch I1. After that you can switch I2 und I3 so often if you want. If want to end the process, switch I2 and I3 off, then I1. To set the tank level to the setpoint level, press I4 after the tank was filled. AttachmentCalculation_consumption_0BA8.Standard.zip (242 Downloads) |
This contribution was helpful to
2 thankful Users |
2/24/2025 10:08 AM | |
Joined: 6/11/2019 Last visit: 9/4/2025 Posts: 2625 Rating:
|
Hello AutoGen_3987486, I have implemented my last suggestion. But this cannot be an exact measurement, as there are inaccuracies in the quantity and rounding in the arithmetic. The program consists of two groups of counters. The first counter in a group records the quantity per second (22/3600=0.00611). The second counter records the quantity per hour. After 3600 seconds, the second counter is triggered and the first is reset. This is not a problem in terms of quantity, as after an hour the quantity of the first counter corresponds to the quantity of the second counter when there is a pulse. A total is now created for the liter quantity and the milliliter quantity from both groups of counters. The problem of whole liters in the milliliter count remains. To do this, I use a division with a remainder value, which comes from the formula collection of the user "Scorp" in the German part of the forum. I add the whole number of the division to the liter value and the remainder corresponds to the milliliters of the total. This is a rough estimate, but perhaps it can help you. Regards Ella_68 (translated with Google) AttachmentDiesel-Brenner-Zähler.zip (274 Downloads) |