Hello everybody,
I have a 3-D complex array (eventually it can have higher order) and I need to save and, using another VI, read this array. The solution I found here in the forum was use the Binary File VI's.
Now I am having trouble to recover the N-dimentional array after I open with the Read Binary File VI. The output array have the correct dimension, but all the information are concentred in only one dimension (as it was a 1-D array).
I can't resize the array, because in the original aplications the sizes is not know a priori and also the original array have a lot of elements, so sometimes when I use the resize array VI, my computer doesn't have enough memory to complete the operation.
I synthesized how I am saving and reading in the VI attached here (LabVIEW 2015).
I hope anyone can help me.
Thank you all in advance
Frederico