Zur Übersicht - INFO - Neueste 50 Beiträge - Neuer Beitrag - Suchen - FAQ - Zum CC1-Forum - Zum CC-Pro-Forum

etwa so??? Kategorie: CC2-Unit & Appl.Board / CC2-Station (von Mario - 26.10.2004 21:21)
Als Antwort auf und noch was von reneforster - 26.10.2004 21:09
Ich nutze:
C-Control II Station, OSOPT V3.0
//...............................................................
//...                                                    ........
//..        Messen der Temperaturen und speichern in variable
//...............................................................

 thread Sensoren

 {

 string s,a;
int n,ad,d;
float U,R,T1;
loop
{
s="";
U=0.004*ports.adc(0);
R=(8000/U-1600)/10000;
T1=1000/(math.ln(R)/3.988+1000/298)-273;
str.putfloatf(s,T1,1);
global.IST1=T1;
a="Kessel : ";
s=a+s;




    Antwort schreiben


Antworten:

Re: etwa so??? (von reneforster - 26.10.2004 21:25)
    display anzeige (von Mario - 26.10.2004 21:33)
        geht nich (von reneforster - 26.10.2004 22:06)
            Danke (von Mario - 27.10.2004 10:54)
                Re: Danke (von reneforster - 27.10.2004 16:22)