LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to run the LabVIEW exe as background process?

Dear All,
 
               I want to run my LabVIEW exe as background process, which wont show as the process in the task bar as shown in the .jpeg file.
 
                I want to run it as a background services as like runs in the windows processes.
 
                Please suggest me something.
 
Thanks,
Nishant
 
 
0 Kudos
Message 1 of 8
(5,857 Views)

Oops...

                sorry, i forgot to attach the figure of taskbar i want to explain as.

Thanks,

Nishant

0 Kudos
Message 2 of 8
(5,855 Views)

Hey,

I have done little search on ni.com/support for "labview application service". Look at this kb I found, it tells you how to do the trick 😉

Running a LabVIEW exe as a Windows Service

Message 3 of 8
(5,845 Views)
Thanks for that,

It's answered a question I wasn't asking, but it's very helpful all the same.

Can the service be started as boot time via the management console?

Shane
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 4 of 8
(5,839 Views)

Dear Sir,

           Thanks for the application, i am looking forward for this and also have a same question as a shane having.

Thanks,

Nishant

0 Kudos
Message 5 of 8
(5,834 Views)
You can use the srvany from the Windows Resource Kit to create a user-defined service. You can download the whole kit (it says Windows Server 2003, but it will work on XP/2000), or just get the relevant files.

Edit: Actually, I would think that once you created the service with the tool mentioned in the NI  KB article you should simply be able to set the service to "automatic" and it will start at boot time. Did you try this?

Message Edited by smercurio_fc on 12-05-2006 09:21 AM

0 Kudos
Message 6 of 8
(5,796 Views)
I have used the KB to turn LabVIEW exes into services and yes you can set them up like any other service (Manual, Automatic).
0 Kudos
Message 7 of 8
(5,783 Views)
Dear Smercurio,
 
           Thanks for the good one, but it still requires the windows XP or later OS, when i extract the software, it gives me this error.
 
           Even Fire Daemon software (same one provided by Alessio in this post) is also running the same, and we even dont have to make it Automatic to start at boot up time, it automatically creates the automatic service which also runs at boot time, so not to worry about anything.
 
Thanks,
Nishant

Message Edited by Nishant on 12-05-2006 10:12 PM

Message Edited by Nishant on 12-05-2006 10:16 PM

Download All
0 Kudos
Message 8 of 8
(5,744 Views)