取消
显示结果 
搜索替代 
您的意思是: 

Labview addons problem

已解决!
转到解答

While opening an existing project, I have been prompted to find the control named "Telnet Session.ctl". The labview is trying to load it from "\addons\internet\telnet\telnet.llb\Telnet Session.ctl", but couldn't find it. What should I do? I also see this box during the process.

0 项奖励
1 条消息(共 11 条)
6,031 次查看

Did you opened it in a more recent LabVIEW version? If so you can copy the telnet directory from your previous LabVIEW version and paste it in the vi.lib directory of the more recent version.

 

Ben64

0 项奖励
2 条消息(共 11 条)
6,003 次查看

I have opened it in Labview v13.0f2. I have succeeded in opening the front panel and block diagram. Do I still need this addon for proper functioning?

My project doesnot need a connection with internet.

0 项奖励
3 条消息(共 11 条)
5,995 次查看
You need it if your VI uses telnet. All of the functions in the deprecated toolkit are included in newer versions except for telnet. If your VI is not broken, then you should be okay.
0 项奖励
4 条消息(共 11 条)
5,991 次查看

How will I find that my VI uses telnet or not? And from where can I download required addon?

0 项奖励
5 条消息(共 11 条)
5,978 次查看
You can simply look at the VI. You can also do a find callers.

You were already told how to copy it from your earlier version. You can also enter Internet Toolkit into the search field at the top of the page.

I'm guessing you did not write the original VI and you have no prior experience with LabVIEW?
0 项奖励
6 条消息(共 11 条)
5,965 次查看

Yes, I am a first time labview user working on someone else's VI. 

From where can I download internet toolkit? Please share some link.

0 项奖励
7 条消息(共 11 条)
5,941 次查看
解答
已被主题作者 ishaneo 接受
Why do you need it? If the VI is not broken, it's not using the toolkit. If it is broken, then do the search but I don't think there is a 2013 version. The older version also needed a license so you would also need to track that down from the original project if in fact you need the telnet functions. A missing ctl in a project is not a problem if none of the VIs use it.
0 项奖励
8 条消息(共 11 条)
5,935 次查看

Thanks Dennis. In will have a deeper look into the problem. For now, I think it needs telnet functions since one of the error I am getting is SubVI 'Telbet Read.vi':SubVI is misssing. Another is 'type Definition 'telnet_handle': type definition not found or contains error' and many more.

0 项奖励
9 条消息(共 11 条)
5,914 次查看
That's why I asked you if the VI was broken when you opened it. They are obviously required and you are missing much more than the ctl file that you mention in your first post.

Do you still have access to the pc that was originally used to create the project?
0 项奖励
10 条消息(共 11 条)
5,901 次查看