09-17-2009 12:06 PM
Hi!
I would like to setup a link to a remote panel on my client's desktop. I'm currently having them connect via a web page hosted on the LabVIEW server.
If the LabVIEW runtime is loaded, I can do Operate-> Connect to Remote Panel... and connect to the remote panel that way. However, I would like to create a desktop icon that performs these steps automatically. Is there a way to do this such as command line parameters to the runtime executable?
Using LabVIEW 2009.
Thanks!
-Nickerbocker
09-18-2009 03:55 PM - edited 09-18-2009 04:00 PM
I think this is what you're looking for:
http://zone.ni.com/reference/en-XX/help/371361F-01/lvprop/app_rmtpnopencnctntosrvr/
09-18-2009 03:59 PM - edited 09-18-2009 04:00 PM
Hi Jeff,
What I ended up doing was making a "launch" VI that connected to the remote panel and then closed itself. Any better ideas would be greatly appreciated.