LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

TELNET connection with user and password authentication

Hi,
my problem is that I have to poll some values of different measuring devices (like fan speeds, voltages, etc).
The most of these devices have got a telnet-server inside. So I'm searching for a way to do an automated connection via LabWindows/CVI to get these values.
Is there a possibility to connect fully automated (wihtout any user activity) to a username and password protected telnet-server?

The given exampels work pretty well but there is no implemented user authentication 😞

need help!

kind regards
Klaas Hellbernd

Message Edited by hellbernd@rheinmetall-de.com on 06-20-2006 06:53 AM

0 Kudos
Message 1 of 3
(3,221 Views)

Are you using the CVI INternet Library to connect to the telnet server?

If so, you probably want to use the InetTelnetRunScript function to do what you wish to do. See the help on that function for an example of how to use it.

Martin Fredrickson
Test Engineer

Northrop Grumman
Advanced Systems and Products
San Diego, CA 92128
0 Kudos
Message 2 of 3
(3,187 Views)
Thanks.
Seems if this function is what i'm lookin for.
I'll test it. bye
0 Kudos
Message 3 of 3
(3,175 Views)