08-12-2005 08:00 AM
08-12-2005
09:08 AM
- last edited on
04-07-2025
10:38 AM
by
Content Cleaner
I don't know a great deal about Telnet either but it's a protocol that runs over a TCP connection and as such, your doing simple TCP Reads or Writes is not enough to handle the negotiation, header information, etc. The easiest way to do Telnet communication in LabVIEW is to buy the Internet Toolkit. This includes a set of Telnet VIs.
08-18-2005 01:32 PM
Ok I have made some progress. I got hold of a freeware telnet server that LabView TCP Read vi gets responses from. Now I can log on and start my application I get my commands executed but I am getting a duplicate of this session with characters at the beginninng. Does anyone know what these are and why I get a duplicate? Is this leftover from the previous reads that I do?
The output is paste below:
C:\Program Files\KTS>cd c:\program files\manp_executable
C:\Program Files\MANP_EXECUTABLE>manp
manp> manp> enumerate
manp> host
manp> enumerate manp
[10;7f[1;1fdomain:brooks
[2;1f
[3;1f
[4;1fC:\Program Files\KTS>cd c:\program files\manp_executable
[5;1f
[6;1fC:\Program Files\MANP_EXECUTABLE>manp
[7;1fmanp> manp> enumerate
[8;1fmanp> host
[9;1fmanp> enumerate manp
[10;1fmanp>
09-28-2005 07:00 AM
Hi,
I need the same vi to connect via TCP telnet. Have you found a solution without using the internet toolkit?
When yes could you please send me the file?
Thank you for your support!
10-11-2005 09:45 AM
Sorry RoofGroover,
I had no luck creating anything. Had my NI rep come in and demostrate the internet toolkit on my application and it works just fine. We are in process of purchasing the package now.
Sorry for the late response.
J.R.
10-11-2005 11:42 AM