LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

autostart application win xp

Hello,
 
I have a problem with my executable-application.
I'm using LV8.5 on WinXP SP2.
My application starts automatically due to a link in the "Autostart"-Folder but doesn't work properly.
The problem is that not all NI-Services/drivers are loaded when Windows starts the application.
Is there a way to start automatically my application after all required NI drivers/services have been loaded?
 
Thank you
 
Christian
0 Kudos
Message 1 of 5
(2,629 Views)

Hi Christian,

one solution for you could be to write another application which will be started automatically. This application checks if all NI-Services you need are ready and if they are ready it starts your application.

Mike

0 Kudos
Message 2 of 5
(2,624 Views)

Hello MikeS81,

thanks for your proposal.

Do you know how to check for the NI-services, e.g. writing this routing with LabVIEW, too.

Is there a LabVIEW VI that lists all loaded (non-Microsoft) services?

What NI services do I really need?

I'm just using one NI-MIO data aquistion card (E-series).

 

Christian 

0 Kudos
Message 3 of 5
(2,621 Views)

Hi Christian,

i think this can help you http://forums.ni.com/ni/board/message?board.id=170&message.id=88828&query.id=24521#M88828. I´ve attached an example which uses the second solution.

Mike

0 Kudos
Message 4 of 5
(2,613 Views)

Hello Mike,

thank you.

I'm going to try it out.

Christian

0 Kudos
Message 5 of 5
(2,583 Views)