LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

auto launch settings when program starts

Hello,

 

Is there a way to set some functions to auto start in application builder 

 

 

Ex  I got some logfile setting like path, ID, tracknumber, and withd. Can i somehow make path function autostart when the application starts so the user has to choose where to store the logfiles  on startup?

 

cheers

0 Kudos
Message 1 of 3
(2,507 Views)

I have no idea how your question relates to the application builder.

 

But if you want your application to do something like ask a user for input when it starts, then just program your application to do that.  You can start off with the dialog box as one of the first functions to run.

0 Kudos
Message 2 of 3
(2,487 Views)

If you can do it in a VI, you can create an executable with it.  You're not limiting the issue with that requirement.  Focus on the code first.

 

What's stopping you from prompting the user for the information using either dataflow or a state machine if this would be cleaner code?

0 Kudos
Message 3 of 3
(2,464 Views)