OSCAT Forum

oscat.lib => Bestehende Module / Existing Modules => Thema gestartet von: hence.persson in 24. September 2008, 18:43:45

Titel: HEAT_TEMP
Beitrag von: hence.persson in 24. September 2008, 18:43:45
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?
Titel: Re: HEAT_TEMP
Beitrag von: hence.persson in 24. September 2008, 20:11:16
Sorry ment:

T_int + offset + (TY_config - T_int - offset) * EXPT((T_int + offset - T_ext) / (T_int + offset - T_ext_config),1 / C)
Titel: Re: HEAT_TEMP
Beitrag von: hence.persson in 24. September 2008, 21:53:24
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)
Titel: Re: HEAT_TEMP
Beitrag von: hugo in 24. September 2008, 22:29:11
danke für den input wir werden das noch kontrollieren und gegebenenfalls verbessern
Titel: Re: HEAT_TEMP
Beitrag von: hugo in 26. September 2008, 20:33:28
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
Titel: Re: HEAT_TEMP
Beitrag von: hence.persson in 28. September 2008, 00:47:57
Sounds really good, thank you all working with this..