02-01-2012 01:40 AM
Hello everyone,
I posted my questions into another (1 year old) thread (here) but got no answer, so I decided to post again in a new thread. Hope this is not reprobate.
I installed a PCI GPIB card and the software shipped with it to my XP machine long time ago. I started to develop an VCL/C++ application at that time.
Actually the card is not installed physically but the regarding software is. I need these conditions to be able to quick add the PCI card to my PC and resume work in urgent cases.
I found several services running on my XP machine (controlled by services.exe) regarding NI PCI GPIB card:
lkads (National Instruments PSP Server Locator)
lkcitdl
lktsrv (National Instruments Time Synchronization)
nidmsrv (National Instruments Domain Service)
nimxs (NI Configuration Manager)
nipalsm (NI-488.2 Enumeration Service)
nisvcloc (NI Service Locator)
My questions are:
1. Is the above listing complete or are there any services missing?
These are the installed software components on my XP machine:
2. What service lkcitdl belongs to?
3. Can all the services listed above stopped and be set in my services.msc to start type 'manually' to disable them or is there anything more to know?
4. If I have to reinstall the card to go ahead with development of the VCL/C++ application, do I have to reenable nipalsm only? (like discussed in the thread I have linked)
I am looking forward to your reply.
Best regards.
RoS
02-07-2012 12:56 AM
*push*
No one with any answer to my questions?
I actually disabled all the services mentioned above. But I still have no idea if this is right and what services I have to reenable if I reinstall the PCI GPIB card and want to go on with development.
Best regards
02-07-2012 05:57 AM
Hi
When using the Windows XP firewall, services are automatically allowed to use the internet without verification.
What Ports Do I Need to Open on My Firewall for National Instruments Software Products?
Configuring LabVIEW, LabVIEW DSC and Lookout to Work With the Windows Firewall
If you are getting an error Regarding Lkcitdl.exe and/or Lktsrv.exe when Booting up Windows XP:
Complete the following steps to set the services to start manually.
cmd and click the OK button.
lkcitdl -remove
lktsrv -remove
lkads -remove
lkcitdl -install -manual
lktsrv -install -manual
lkads -install -manual
exitThe system removes the services so the services do not automatically start on bootup, and then adds the services so that they start only when needed.