LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

removing python

Solved!
Go to solution

Hi, I have a dedicated DAQ PC using 8 NI boards in a very intensive way; the code is written in LV/LVFPGA, without any Python call. I noticed 8 python.exe workers always running, presumably started by SALT, which I suppose cannot be disabled from services control without impacting on other LV functions. This system is not meant for development and I don't need Python here. The 8 processes use a significant amount of memory. My question is:

Can I safely uninstall NI Python Interface and will this stop loading all the useless workers? If not, is there any other solution (except for killing them from TM)?

Thanks,

0 Kudos
Message 1 of 4
(2,202 Views)
Solution
Accepted by topic author miliescu

If you want to remove the Python processes you will need to use the NI Package Manager and uninstall the SystemLink Client and SystemLink Server, but this may uninstall things that depend on it.  Uninstalling the NI Python Interface won't have stop these services.

 

Another option would be to open the Windows Service Manager and disable the "NI Salt-Minion" and "NI SystemLink Service Manager" services.

0 Kudos
Message 2 of 4
(2,190 Views)

This is what I supposed, so components not always linked by necessity were glued together by the distribution... Too bad SystemLink installation is not flexible, this makes systems heavier. As I don't need a widely distributed monitoring, but a mere data sharing between three PCs, I'll evaluate uninstalling SystemLink (after checking the dependecies).

Thanks a lot for your precise and fast answer.

0 Kudos
Message 3 of 4
(2,173 Views)

Why not just setup a dedicated SL Server and just install the SL Client on everything else, which should only result in a single python process?

 

Technically, you can also not install the SL Server and just install the Tag Service, but you will have to manage the credentials for each client on your own.

0 Kudos
Message 4 of 4
(2,158 Views)