From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

performing telnet sessions

Hi

I have to run a program on a remote workstation. At this date, I do it
manually by opening a telnet session from my PC.
Is it possible to launch this remote execution with LabView ?

Thanks
0 Kudos
Message 1 of 3
(2,441 Views)
Yes, it's possible. Use "Open Application Reference" -
as LV help states, this function returns a reference to a VI Server application running on the specified computer. It will attempt to establish a TCP connection with a remote VI Server on that machine on the specified port. You can use this VI to get references to global VIs and custom controls.

Don't forget to enable the VI Server on target machine.

Let me know if you need details or your application cannot fit this scenario
0 Kudos
Message 2 of 3
(2,441 Views)
If you need to launch an executable on a remote system, you can use VI Server to run a VI that contains the System Exec VI (on Communication Palette in LabVIEW), which can launch any executable (see LabVIEW Help).

Also, LabVIEW 6.1 introduces remote front panels via its built-in Web Server, which you can use to view or control a VI in any Web browser. With DataSocket you can write to and read from specific front panel objects.

Bryan Dickey
Applications Engineer
National Instruments
http://www.ni.com/support
0 Kudos
Message 3 of 3
(2,441 Views)