Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

How big is too big for an array in LabVIEW?

I need to ingest a large quantity of data (6 files of about 950KB each) as input for my LabVIEW application. Is it better to load all of the data into arrays at startup or repeatedly access the data files?
0 Kudos
Message 1 of 2
(3,255 Views)
Insufficient data!

If you have lots of spare memory and need the file info frequently, then read all and access the array.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 2
(3,255 Views)