LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Telnet in LV2016

Solved!
Go to solution

Hi all,

i'm upgrading VIs form LV2011 to LV 2016 and i have some errors with Telnet VIs ( i was using internet toolkit for LV 2011 ) any suggestions Please 

Thanks 

Download All
0 Kudos
Message 1 of 18
(4,098 Views)

Hi,

   

 From Capture telnet.PNG

  The "typedef" is missing. May be you have the folder or deleted it . Some of your subvi's are also connected to this typedef. 

 

 

0 Kudos
Message 2 of 18
(4,079 Views)

Hi Ahmed,

 

which problems?

This has been discussed 5 years ago

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 18
(4,071 Views)
Solution
Accepted by topic author ahmedkochbati92

The Network toolkit was deprecated and the Telnet library was never added into the base LabVIEW.  You will need to copy the library from an older version in order to use them.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 4 of 18
(4,068 Views)

i have the labview internet toolkit 2011 , so where exactly i need to copy this file ?

thanks  

0 Kudos
Message 5 of 18
(4,064 Views)

C:\Program Files (x86)\National Instruments\LabVIEW 2011\vi.lib\addons\internet

Copy the whole directory.

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
Message 6 of 18
(4,056 Views)

yes it works thanks a lot 

0 Kudos
Message 7 of 18
(4,045 Views)

Hi crossrulz, 

your solution work only if i have LV 2011 installed in my PC because without it ican't install the internet toolkit but my gaol from upgrading to LV 2016 is to be able to run these VIs in Windows 10.

so any suggestions please 

thanks 

0 Kudos
Message 8 of 18
(4,004 Views)

If you copy the directory C:\Program Files (x86)\National Instruments\LabVIEW 2011\vi.lib\addons\internet into

C:\Program Files (x86)\National Instruments\LabVIEW 2016\vi.lib\addons, you should be able to reuse your project, simply recompiling the internet toolkit code with the newer LV version

I don't use Telnet VIs, but this way I succeeded in using other toolkit VIs in my LV 2017, upgrading from LV 2011.

 

 

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 9 of 18
(4,002 Views)

@ahmedkochbati92 wrote:

your solution work only if i have LV 2011 installed in my PC because without it ican't install the internet toolkit but my gaol from upgrading to LV 2016 is to be able to run these VIs in Windows 10.


That's why you should copy it and keep a copy in a safe place.

 

Personally, I just use the TCP library since a large majority of Telnet interfaces I have needed never used all of the special coding; turns it into a straight ASCII protocol.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 10 of 18
(3,989 Views)