05-15-2008 07:14 PM
05-16-2008 09:34 AM
Another alternative is to always have your RT program running, and on button click send a message to the RT program to do the specific task you are interested in. You can "send the message" either using the TCP library or the Network Variable library. If using TCP, make the RT app the TCP server and the desktop app the client. If using Network Variables, host the variable on RT or desktop, write to it from the desktop app, and subscribe to it in the RT app - see samples/realtime/NetworkVariableRT. Downloading and starting an RT program is considered more of a deployment activity rather than something amenable to programmatic interaction.
05-16-2008 06:24 PM
05-17-2008 07:47 PM
05-19-2008 10:41 AM