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: 

Re: Using Telnet

Ken wrote in message news:...
> 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 8
(2,903 Views)
hi Ken,

I think the tcp/ip vi is the stuff you are in need of. You need to set the
IP of your host computer, then set up some commands which you are going to
use. That's all, imho.

Fan

Ken wrote in message
news:dfIc6.20225$_8.556531@news1.rdc1.bc.home.com...
>
> "Ken" wrote in message news:...
> > 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 8
(2,903 Views)
Hi,

internet developers toolkit contain telnet VI's, but you can also do it
yourself implementing rfc 764.

hope that helps
chris

Ken wrote:
>
> "Ken" wrote in message news:...
> > 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 8
(2,903 Views)
Sorry what's rfc 764?




"Christian Harböck" wrote in message
news:3A754E2C.E830227E@in.tum.de...
> Hi,
>
> internet developers toolkit contain telnet VI's, but you can also do it
> yourself implementing rfc 764.
>
> hope that helps
> chris
>
> Ken wrote:
> >
> > "Ken" wrote in message news:...
> > > 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 4 of 8
(2,903 Views)
Hallo Ken,

RFC stands for request for comments. These are documents publish from
IETF. RFC 764 describes the telnet protokoll (the command structur and
so on). You can find it e.g. under
http://www.landfield.com/rfcs/rfc764.html. If you just have to run a few
commands it maybe will be easier to run a telnet session and look at it
using a network sniffer (e.g. tcpdump).

Hope that helps
chris


Ken wrote:
>
> Sorry what's rfc 764?
>
> "Christian Harböck" wrote in message
> news:3A754E2C.E830227E@in.tum.de...
> > Hi,
> >
> > internet developers toolkit contain telnet VI's, but you can also do it
> > yourself implementing rfc 764.
> >
> > hope that helps
> > chris
> >
> > Ken wrote:
> > >
> > > "Ken" m> wrote in message news:...
> > > > 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.
> > > >
> > > >

--
)))
(o o)
(O)

#
# mailto: harboeck@in.tum.de
# www: www.christian-harboeck.de
# phone: (089) 323 21 21
#
0 Kudos
Message 8 of 8
(2,889 Views)
You can use telnet using TCPIP routines native to LabVIEW. You have to
use the TELNET specification, and use TCPIP port 110.

Also You can use the internet toolkit that is available for LabVIEW 6i


In article ,
"Ken" wrote:
>
> "Ken" wrote in message news:...
> > 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.
> >
> >
>
>


Sent via Deja.com
http://www.deja.com/
0 Kudos
Message 5 of 8
(2,903 Views)
Right... I just figured out from National Instruments' website that I could
have used the Internet Toolkit. I'm using LabVIEW 6i, but that toolkit is
nowhere to be found... any ideas? Do I need to download it?

wrote in message news:95569v$v4i$1@nnrp1.deja.com...
> You can use telnet using TCPIP routines native to LabVIEW. You have to
> use the TELNET specification, and use TCPIP port 110.
>
> Also You can use the internet toolkit that is available for LabVIEW 6i
>
>
> In article ,
> "Ken" wrote:
> >
> > "Ken" wrote in message news:...
> > > Hello!
> > >
> > > I need to remote control some lab equipment from my office using
> Telnet.
> > > Does anyo
ne 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.
> > >
> > >
> >
> >
>
>
> Sent via Deja.com
> http://www.deja.com/
0 Kudos
Message 6 of 8
(2,899 Views)
Ken,

The Internet Toolkit is an add on (software) product. National part number
is 777343-01 (Win 2000/NT/9x). Also available for Mac and Sun with
different part numbers. Cost is $495.

Jim


Ken wrote in message
news:Id1e6.50341$_8.1488993@news1.rdc1.bc.home.com...
> Right... I just figured out from National Instruments' website that I
could
> have used the Internet Toolkit. I'm using LabVIEW 6i, but that toolkit is
> nowhere to be found... any ideas? Do I need to download it?
>
> wrote in message
news:95569v$v4i$1@nnrp1.deja.com...
> > You can use telnet using TCPIP routines native to LabVIEW. You have to
> > use the TELNET specification, and use TCPIP port 110.
> >
> > Also You can use the interne
t toolkit that is available for LabVIEW 6i
> >
> >
> > In article ,
> > "Ken" wrote:
> > >
> > > "Ken" wrote in message news:...
> > > > 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.
> > > >
> > > >
> > >
> > >
> >
> >
> > Sent via Deja.com
> > http://www.deja.com/
>
>
0 Kudos
Message 7 of 8
(2,892 Views)