Hallo Power User,
Mein Grafik Display versteht kein float!
Ich möchte nun doch die Temp. zumindest mit einer Nachkommastelle anzeigen
HDC_T := 165.00 * float(WO)/65536-40; // calculate the temperature in float!
HDC_Tw := word(HDC_T); // für das Display in °C ok
nk := word(frac(HDC_T)); // Nachkommastelle F! (0)
write(serout,'PAR.n28.val='+intToStr(nk:1)+E); // nicht angezeigt!
Gruss
Toni
Mein Grafik Display versteht kein float!
Ich möchte nun doch die Temp. zumindest mit einer Nachkommastelle anzeigen
HDC_T := 165.00 * float(WO)/65536-40; // calculate the temperature in float!
HDC_Tw := word(HDC_T); // für das Display in °C ok
nk := word(frac(HDC_T)); // Nachkommastelle F! (0)
write(serout,'PAR.n28.val='+intToStr(nk:1)+E); // nicht angezeigt!
Gruss
Toni