graph in datalink

After you guys helped me to get data into the programming editor terminal, I tried some analogue with a temperature sensor ( ds18s20 ) on input 4. with this programme:-

main: ‘ make a label called main
readtemp 4,b0 ‘ read channel 4 into variable b0
sertxd ("The value is ",#b0,cr,lf)
pause 500 ‘ short delay
goto main ‘ jump back to the start

I can see data on the Datalink screen but no graph
I can save it to Excel as cvs, but excel can't make a graph out of the data. Can anyone put me right?

David Miles.
 
I managed to find out, that if I save the data from Datalink in Hyperterminal as txt, I can then open it in Excel and use the graph wizard. I therefor don't need to find a way to produce a graph in datalink.

David Miles.
 
Note; The F9 / datalink screen saves files as CSV format by default. These files will auto-open in XL on the average windows / office PC setup.

- Andrew

 
Top