LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Uninstall NI Logos or change the UDP port it is using

Solved!
Go to solution

I have been working on application which uses UDP port number 5000. There is a conflict with lkcitdl.exe which uses the same port. It is not easy to change the port number that the application is using. I would like to know if there is an option to uninstall NI Logos (lkcitdl.exe is a part of Logos) or not install it at all in the first place. 

 

I would ideally wish to uninstall it completely. At the least, is there an option to change the port number by these NI services?

Sudharsan
Soliton Technologies
0 Kudos
Message 1 of 5
(3,128 Views)

Hello, 

Yes, it is possible to uninstall the logo.

Please do following:

  1. Click the Windows Start Button. In Windows 8, look for Control Panel.
  2. Click Control Panel.
  3. Click Uninstall a program.
  4. Look for National Instruments Logos in the list of available programs.
  5. Click Uninstall.

For more information, please visit the following site:

How to uninstall National Instruments Logo

https://file.info/windows/lkcitdl_exe.html

 

If my suggestions helped to solve your problem, please mark this problem as solved, so that other users with the same problem could find a solution quicker.

 

Kind Regards,

James.

Greetings and Regards,
James
0 Kudos
Message 2 of 5
(3,036 Views)

Hi,

In Control panel, you could uninstall NI Softwares installed on your PC. But not NI Logos. NI Logos is not a standalone software. So the solution you had suggested will not work.

Thanks

 

 

Sudharsan
Soliton Technologies
0 Kudos
Message 3 of 5
(3,032 Views)
Solution
Accepted by topic author Sudharsan62

I have a found a solution to change the port number allocated to these NI services. We could make a registry entry to specify the port range allocated for NI Logos services.

 

Refer this for more details - http://digital.ni.com/public.nsf/allkb/F852A8CFA4A8CABE862571C00068EF7C

http://forums.ni.com/t5/LabVIEW/How-do-you-change-TCP-IP-ports-used-by-LabView/td-p/792158

Sudharsan
Soliton Technologies
0 Kudos
Message 4 of 5
(3,031 Views)
Also possible to modify Logos Ports:
 
HKLM\Software\National Instruments\Logos\Ports
HKLM\Software\Wow6432Node\National Instruments\Logos\Ports
(be aware that 64-bit Windows maintains separate entries for 64-bit and 32-bit processes)
 
In Ports: 
FirstClientPort REG_DWORD 7000 (dez)
FirstServerPort REG_DWORD 8000 (dez)
 
This was useful for me because I wanted to install Sentinel Protection driver and could not because of this problem.
After modifying in registry and restart, it worked!

 

-------------------------------------------------------------------
Eugen Wiebe
Bernstein AG
CLAD - Certified LabView Associate Developer
0 Kudos
Message 5 of 5
(269 Views)