08-16-2005 11:23 AM
08-17-2005 05:52 PM
Pavan,
There's no way to deallocate memory on the PDA (that I know of), but one thing you could try is to specify an array of a certain size and then use Replace Array Subset instead of building the array, so that the array always stays the same size. I don't know if this is a possibility for you, but I thought it would be worth mentioning.
Tyler S
08-17-2005 07:01 PM
I remember reading about that on one of the NI pages; unfortunately as I have to unflatten from string to 2-d double array, and I don't know the length of the array beforehand (its 2 by 'x', where x is variable - I'm receiving 2 waveforms of unknown length); I don't think that will work.
Thanks for the idea though!
Any other thoughts?
-Pavan