01-04-2013 03:30 AM
dear all
i have a file it contains the 3 measurement value with date and time stamp . now i want to plot the graph of measure values from the starting time to end time which will be specified by user. first it will match for start time then it will make 3 1D array based on array i want to plot this values on graph which will endat end time specified by the user can anyone give some idea how to do this .
thanks
gurupreet
01-04-2013 03:46 AM
Hi gurupreet,
loading your data could be done like that:
- I would suggest to change that file format to use (more) columns instead of putting all data in just one column!
- I would also suggest to use a 24h time format (easier to parse). I also would specify the date format: is it MDY or DMY (1/3/2013 could be Jan, 3rd or Mar, 1st!)...
01-04-2013 04:10 AM
thnx for reply
can u send vi
01-04-2013 04:20 AM
It is a VI just save the image and pull it into the Block diagram (If you have LV2011)
01-04-2013 06:26 AM