04-11-2008 07:56 AM
04-14-2008
06:58 AM
- last edited on
08-07-2025
04:50 PM
by
Content Cleaner
Hi,
On profile windows, you can track only the VI that used memory under Windows (not under the Real time target).
You can found on this KB:
http://digital.ni.com/public.nsf/allkb/F4D776187EFCC30986256EFC007FC922?OpenDocument , all information about how use correctly the Real Time System Manager. You also can access RT memory information from within the LabVIEW Real-Time 7.0 and higher development environments when targeted to an RT target by selecting Operate » RT Engine Info.
The Snapshot option publishes a static image of the specified VI.
Finally, I thing you have to ‘Set Size’ of your array. If it is not possible to know how much memory to pre-allocate, then send the data back to a host controller and use an unbounded FIFO on the host or use Real Time Shared Memory VIs.