I am trying to control the load, run, stop and unloading of my RT application from my remote PC GUI application over TCP/IP. The app works fine now but I have to manually load and start the RT app on the PXI system, exit without closing, switch to my Windows GUI and then start it. Then shutting down is painful, also because I have to close my windows GUI, switch back to the RT system and stop the RT app. I want to be able to stop and restart from my GUI, also. I have looked at vi server examples,etc. but do not find what I am looking for. Mostly they lack the ability to load the vi onto the remote system automatically (without some server app running already). I also would like this control t
o be independant of the type of vi (no specific vi server class) so I can load and run any vi remotely but this is not critical because the GUI currently uses the VI server refum to communicate with the normal priority thread of my RT app using Invoke Node.