Hello,
I was trying to write a little app to monitor the front panel positions of all visible VIs.
I used the Application level property node for All VIs In Memory to find the ones that were visible. Anyway, I have it working as I like in VI mode, but when I compile and run the exe with the application builder, it only shows the visible VIs in the executable. I guess this makes sense, but I was hoping it knew what I wanted to do.
Is there any way to show all the VIs loaded from LabVIEW in memory when running an executable? I tried the "localhost" machine name in Open Application Reference, but it appears that it works in the opposite direction I desire (ie. it makes executable VIs visible from LabVIEW).
Any help would be great,
Jon