For a client which has a process that needs temperatures looging and controlling. What the programm does is, when a certain temperature is reached it must be kept at that level for 3 and a half minute and than is the process finished. Therefore I wrote this basic programm.
The process data is strored in a .CSV (Comma Separated Values) file. With the use of VB.NET 2008 I read specific arrays and plot them into a graph. Also you will see some clientspecific data like, number of values measured above a set temperature, average temp, value on which the 3 and a half minute was reached etc. see here under for a couple of screenshots.