HEAT_TEMP

Begonnen von hence.persson, 24. September 2008, 18:43:45

Vorheriges Thema - Nächstes Thema

0 Mitglieder und 1 Gast betrachten dieses Thema.

hence.persson

In the heat_temp plain text i think there is a bad formula?

"
T_int - offset + (TY_config - T_int) * EXPT((T_int - offset - T_ext) / (T_int - offset - T_ext_config),1 / C)
"
If i want a positive offset i have to put a minus number in there..

This is how i think it should look..

T_int + offset + (TY_config - T_int + offset) * EXPT((T_int + offset - T_ext) / (T_int + offset - T_ext_config),1 / C)

Anyone elses opinion?

hence.persson

Sorry ment:

T_int + offset + (TY_config - T_int - offset) * EXPT((T_int + offset - T_ext) / (T_int + offset - T_ext_config),1 / C)

hence.persson

Last correction (I hope)

T_int + offset + (TY_config - T_int) * EXPT((T_int + offset - T_ext) / (T_int + offset - T_ext_config),1 / C)

hugo

danke für den input wir werden das noch kontrollieren und gegebenenfalls verbessern

hugo

1. die formal im manual wurde korrigiert, ist jetzt in ordnung
2. auch der heat temp wurde etwas erweitert und verbessert.
3. auch ein fehler in heat temp wurde gefunden und beseitigt.

danke für deine mithilfe

das nächste release 2.77 enthält den neuen baustein

hence.persson

Sounds really good, thank you all working with this..