LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display Large Files

I have a large file saved from labview that is 20 mins of data. I try to display it in Excel but the file is to big and doesn't load completely. I was wondering if there was a different program or a way that can load the file and display the analog information back to me, so that I can analyze and go over the data of why certain things occured.
0 Kudos
Message 1 of 7
(3,308 Views)
Well LV can do it. What format is the data in and how are you wanting to display it? graph? table?

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 7
(3,299 Views)
Hi Pete,

have a look at Diadem - the big data presentation/mining program also distributed by NI!
It can handle Excel data but isn't limited in the same way as Excel 🙂

Yes, NI does a lot of advertising for this program. No, I'm not working for NI Smiley Very Happy
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 7
(3,293 Views)
Yea it saves in a .csv format
Download All
0 Kudos
Message 4 of 7
(3,263 Views)
It saves an analog sihnal, and I want to just display the signal back ... so yea a graph would be fine ^^
0 Kudos
Message 5 of 7
(3,237 Views)
If you want to do it directly from LabVIEW, check out Managing Large Data Sets in LabVIEW.  You may also want to open up the LVM read express VI.  It has a few chunking techniques that may be of interest.

Let us know if you need more help.
0 Kudos
Message 6 of 7
(3,189 Views)
The example data is only a small size of 300 scans for 4 channels. This is too big to fit in excell as you have the scans as columns (excel has a limit of 256). If you transpose your data before you save then you will get 4 columns and 300 rows. This will then fit into excell (up to about 65000 rows I think).
 
With your data as it is the attached file shows you the basics to read your file into Labview.
 
Ian
0 Kudos
Message 7 of 7
(3,180 Views)