LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Monitor RT Memory when executable is running

I seem to be losing data after long or intensive use of my realtime system. The code running on the RT system is built into an executbable. Is there any way to monitor memory usage on a Real Time system (PXI-8187) while an executable is running?
0 Kudos
Message 1 of 4
(3,011 Views)

Yes, you can use the RT System Manager. Open LabVIEW and go to Tools --> Real-Time Module --> System Manager. Type in the RT IP address and the TCP port configured in your project under VI Server:Configuration (default is 3363), which you need to have enabled.

 

Note: In System Manager, I uncheck the option to monitor VIs as I find that bogs down the system. It's checked by default.

Message 2 of 4
(2,987 Views)

Thank you for the suggestion, but VI-Server is not running when I have the executable (startup.exe) running on the Real TIme system. The System Manager works fine when I run the development version, but it can't connect when the executable is running.

 

Any other ideas?

0 Kudos
Message 3 of 4
(2,963 Views)

Try setting in MAX the VISA security settings to '*' for your RT and PC.

Message 4 of 4
(2,959 Views)