DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

buffer allocation

Hi,
how to allocate buffer in lab VIEW? that is, some data im reading from my driver side.. so i have to allocate some memory for temporary purpose and save as a file.. I think decalring an array with 1024 will create a buffer size of 1mb and we can use this for data storage and through this we can save the data into a file ..is this correct??? if not then tell me the possible case plz
 
Thanks & Regards
Jagan
0 Kudos
Message 1 of 2
(3,266 Views)
Hi Jagan,

It is possible to create an empty array for data storage and then save data to a file. It might just be easier to save data to a file directly. Inherently, LabVIEW allocated memory itself.

Good luck!

Warm regards,
Karunya R
National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(3,247 Views)