LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to run vi on startup

Solved!
Go to solution

Hello,

 

How can I run my VI immediately on startup without any user action?

 

BR,

Jick

0 Kudos
Message 1 of 6
(3,535 Views)

You mean on start-up of your computer?

 

Then you can use a bat-file that calls LabVIEW with the vi-path as parameter. Propably you need to add an delay (ping) to wait until all services are started. Then add this bat to the autostart folder.

 

Felix

0 Kudos
Message 2 of 6
(3,528 Views)

Hello,

 

Let's make it more clear. When user launches/opens the vi, it has to run immediately.

 

Jick

0 Kudos
Message 3 of 6
(3,525 Views)
Solution
Accepted by topic author Jick

VI properties, Run when opened.

 

Felix

Message 4 of 6
(3,522 Views)

This seems to work when opening a file from within windows, but when I open a VI that is set to 'run VI on open' from the project explorer, it doesn't open. Is that a feature or an error?

0 Kudos
Message 5 of 6
(3,447 Views)

Feature - expected and normal behavior.

0 Kudos
Message 6 of 6
(3,428 Views)