08-05-2013 10:56 AM
Oh, I see. Clear now! Sorry for asking so silly questions. Thanks a lot! 🙂
09-17-2015 10:46 AM
Dear all,
Does it exist a method such has IMAQ Dispose for arrays?
I have a VI which receives several big 2D arrays (interface requirement). These are converted into IMAQ images and processed. In the last step of th VI resulting Images are again converted and returned as 2D arrays.
I would like to dispose the input arrays once they have been converted into images and thus liberate memory usage. Is there a way to do this pragmatically?
Best regards,
Esteban
09-17-2015 11:18 AM - edited 09-17-2015 11:23 AM
Hi Esteban,
THINK DATAFLOW!
LabVIEW will free (or re-use) memory as soon as it doesn't need to keep your data in memory. So once the input array is converted to an IMAQ image the memory used by the array is free for other use…
Edit:
Why did you create a double post? Why don't you keep everything in one place?
DON'T CREATE DOUBLE POSTS!