LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application.Restart Method

I am trying to find a clean way to restart LabVIEW after modifying LabVIEW options manually.

 

There is a LabVIEW Application.Restart method, but calling it always leads to a prompt cautioning that running VIs (the VI calling the Restart method is running).

 

Is there a clean way to call this method without getting the dialog?

0 Kudos
Message 1 of 7
(6,080 Views)

Build it into an application?

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 2 of 7
(6,077 Views)

what do you mean application restart?

is there such a method?

I would love to hear about it.

I been wanting to restart my labview program automattically but i just dont know how to do it.

when i end the program, i would click on the RUN ARROW to start again. I want to automate that part though.

Best regards,
Krispiekream
0 Kudos
Message 3 of 7
(6,069 Views)

@jcarmody wrote:

Build it into an application?



I just tried it.  It didn't work.

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 4 of 7
(6,058 Views)

If the method is exportable, you can build an executable which will connect to LV using VI server and call the method. If you want to save some time, look through the OpenG VIs on sourceforge. There should be an old package there which adds a File>>Restart menu item, which I assume should still work with modern LV versions.


___________________
Try to take over the world!
0 Kudos
Message 5 of 7
(6,053 Views)

i am not fimilar with OpenG vis,

where would I find them?

are they free?

 

0 Kudos
Message 6 of 7
(6,049 Views)

Thanks for all the comment!

 

The OpenG tools require a lot of complication, as well as updating from LV6 and installing the VIPM.  The restart method seems much more straightforward so I am hoping to find a solution using it.

0 Kudos
Message 7 of 7
(6,047 Views)