LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI data memory consumption during RUNTIME.

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.

0 Kudos
Message 1 of 5
(3,504 Views)

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...

0 Kudos
Message 2 of 5
(3,491 Views)

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.

0 Kudos
Message 3 of 5
(3,470 Views)

You should be able to use the 'snapshot' button to get an instantaneous readout of memory usage while the VI is running

0 Kudos
Message 4 of 5
(3,462 Views)

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"

QFang
-------------
CLD LabVIEW 7.1 to 2016
0 Kudos
Message 5 of 5
(3,450 Views)