I created a data acquisition program that successful logs a timestamp and the process value into excel sheet.
I would like to know if these values can be plotted in an xy graph for operator to view process value against the timestamp. I would also like to create a control like ' VIEW DATATREND' that the operator can click so that a message is displayed asking the operator to specify the time period of data he want to trend for example from 19/04/2012 8:10:06 to 20/04/2012 21:35:10 and the program will pick the process value corresponding to this times and plot them in an xy graph with the timestamp as the X axis.
I will really appreciate any information on how to solve this.