LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data reading

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

0 Kudos
Message 1 of 5
(2,193 Views)

Hi gurupreet,

 

loading your data could be done like that:

check.png

- 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!)...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 5
(2,184 Views)

thnx for reply

can u send vi

0 Kudos
Message 3 of 5
(2,177 Views)

It is a VI just save the image and pull it into the Block diagram (If you have LV2011)

 

 

 

-----

The best solution is the one you find it by yourself
0 Kudos
Message 4 of 5
(2,172 Views)

Hi preet,

 

it's a SNIPPET!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(2,155 Views)