LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use the telnet command line in Labview

Not sure if the functions in the Internet toolkit do any of that. Opened up the Telnet Open Connection and at first glance, all I see is a TCP Open Connection and what looks like an action engine to manage the reference and a couple of semaphores.
0 Kudos
Message 11 of 14
(3,668 Views)

Dennis Knutson wrote:
Not sure if the functions in the Internet toolkit do any of that. Opened up the Telnet Open Connection and at first glance, all I see is a TCP Open Connection and what looks like an action engine to manage the reference and a couple of semaphores.

 

One of the developers here has the internet toolkit and when I passed my telnet code off to him he asked why I did not use that.

 

For one, I do not have that toolkit (I have "Full" dev he has "Professional" dev)

 

He tried it and for some reason it would not work with our device.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 12 of 14
(3,665 Views)

RTSLVU wrote:

Dennis Knutson wrote:
Not sure if the functions in the Internet toolkit do any of that. Opened up the Telnet Open Connection and at first glance, all I see is a TCP Open Connection and what looks like an action engine to manage the reference and a couple of semaphores.

 

One of the developers here has the internet toolkit and when I passed my telnet code off to him he asked why I did not use that.

 

For one, I do not have that toolkit (I have "Full" dev he has "Professional" dev)

 

He tried it and for some reason it would not work with our device.


 

I just asked him and the telnet VI's in the internet tool kit do not support character at a time mode, only line at a time mode.

 

Our device only operates in character at a time mode.

 

But then he went on to say he fixed NI's telnet VI's to support character at a time mode and is working on converting my stuff to use that.

 

The test group does not like having to setup MAX on every ATE station.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 13 of 14
(3,661 Views)

@altenbach wrote:

Dennis Knutson wrote:

I'm sure you could use the TCP/IP functions in the same manner except you would not need to do anything in MAX. After all, that is what the Telnet functions use when you dig down a bit.


 

 If you use plain TCP/IP, you need to do the telnet negotiations yourself. 🙂
 

Is built-in telnet negotiations one of the benefits of the VISA VIs?  Or, do the VISA VIs add a huge extra run-time for "merely" the benefit of transparently accessing different interfaces transparently?

 

Is that why RTSLVU wrote this?

 


@RTSLVU wrote:

My first instinct was to use the TCP/IP functions but I abandoned them for the VISA route. I can't remember exactly why bit I think altenbach is eluding to what I was thinking at the time.

 


0 Kudos
Message 14 of 14
(2,293 Views)