LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

fastest way to store arrays

Hello Everyone

 

I have an application in which i acquire image from a camera of size 2048*360 and convert the image to double precision array to perform some operation.This operation is usually finished in less than 10 milliseconds. I would like to store these 2048*360 array of double precision for about 20 seconds for later use. What would be the fastest way to store these arrays so that i can store maximum of these in 20 seconds. Would it using data logging, or storing to a binary file or something else. Please help me in this.

 

Regards

Chauhan

0 Kudos
Message 1 of 2
(2,162 Views)

I usually store large data sets with TDMS. I'm happy with it.

PaulG.

LabVIEW versions 5.0 - 2023

“All programmers are optimists”
― Frederick P. Brooks Jr.
0 Kudos
Message 2 of 2
(2,154 Views)