LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reading an array of clusters using "write file"

I have a complex data structure that I stored for later use. I thought I can just save it with "write file". However I am having a problem reading it back.
Can you help me find a way to read my old data back?
I am attaching a test vi that generates the data and the data file it generates. I cannot read it back.

Thanks
Download All
0 Kudos
Message 1 of 3
(2,554 Views)
dfuchs,

wire True to the header input of the "Write File" node. This will add header info (array size(s)) to the record so the array can be read back as an array, not as individual elements.


LabVIEW, C'est LabVIEW

Message 2 of 3
(2,554 Views)
Thanks! that solved it
0 Kudos
Message 3 of 3
(2,554 Views)