10-29-2015 07:44 AM
How to know the exact VI data memory consumption while the VI is running. "Metric.DataSize" VI property only works if the VI is not running, So please suggest solutions when the VI is running.
10-29-2015 08:13 AM
Have you tried out the Performance and Memory monitor? If not, you should take a look. It's for debugging and evaluation during development. Look in the LabVIEW menu under Tools > Profile > Performance and Memory...
10-29-2015 09:38 AM
Well, "Performance and Memory monitor" does not show on-the -fly usage of data memory untill VI stops executing. I need to find out data memory usage when the VI is running.
10-29-2015 09:46 AM
You should be able to use the 'snapshot' button to get an instantaneous readout of memory usage while the VI is running
10-29-2015 10:11 AM
If your license includes it, you may also be able to divine usefull data using the Desktop (or RT) execution trace toolkit.
See LabVIEW help : "Using the Desktop Execution Trace Toolkit"