LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Telnet

Hello!

I need to remote control some lab equipment from my office using Telnet.
Does anyone know if there is a Telnet VI in LabVIEW 6? If not then how
should I do it?

I know that there is a TCP/IP function in LabVIEW, and I'm wondering if that
could solve the problem.

Thanks,
Ken.
0 Kudos
Message 1 of 3
(2,637 Views)
Yes,

Use the TCP/IP VI's to talk to your clients.
There is an FTPCLIENT.vi that talks to an FTP server, it uses the TCP/IP
Vi's. (it's a good example).
Find it here : ftp://ftp.pica.army.mil/pub/labview/vi/lv3.1/ftpclient.zip


Martin

"Ken" wrote in message
news:p3Ic6.20220$_8.554003@news1.rdc1.bc.home.com...
> Hello!
>
> I need to remote control some lab equipment from my office using Telnet.
> Does anyone know if there is a Telnet VI in LabVIEW 6? If not then how
> should I do it?
>
> I know that there is a TCP/IP function in LabVIEW, and I'm wondering if
that
> could solve the problem.
>
> Thanks,
> Ken.
>
>
0 Kudos
Message 2 of 3
(2,637 Views)
Oh,

Forgot to mention, you use Telnet to talk to an FTP server.

Martin

"Ken" wrote in message
news:p3Ic6.20220$_8.554003@news1.rdc1.bc.home.com...
> Hello!
>
> I need to remote control some lab equipment from my office using Telnet.
> Does anyone know if there is a Telnet VI in LabVIEW 6? If not then how
> should I do it?
>
> I know that there is a TCP/IP function in LabVIEW, and I'm wondering if
that
> could solve the problem.
>
> Thanks,
> Ken.
>
>
0 Kudos
Message 3 of 3
(2,637 Views)