LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Running Continuously from the Begining

Hello,

I am finishing a program and I want it to start running continously from the begining but I cannot find the way to stablish this condition. Does anybody know how to do it?

Really Thanks,

QoergTux
0 Kudos
Message 1 of 8
(3,436 Views)
From your VI Front Panel select FILE then VI PROPERTIES.

Use the drop down combo box and slect EXECUTION

Then check the option 'Run When Openend'


0 Kudos
Message 2 of 8
(3,428 Views)
Just to clarify, there is no option to start a VI with the "cuntinuous run" button activated. If your VI needs to run contiunously, the main code must be in a while loop (prefereably with a small wait statement).
 
Now follow Conseil's advice. 😉
0 Kudos
Message 3 of 8
(3,420 Views)

@altenbach wrote:
 
Now follow Conseil's advice. 😉

It's not advice...
It's counsel... Smiley Happy

As for the original poster, just in case you do this and then you find out that you also close your VI and don't have a way to edit the code, you can get into the code by placing the VI as a subVI inside another VI and then double clicking it.


___________________
Try to take over the world!
Message 4 of 8
(3,414 Views)
Top tip there, well done.


I forgot I knew that one, I saw students on a LabVIEW basics course struggle with trying to get into a VI that had been set up to make it difficult to access. Almost all had to be shown how to get back in.


0 Kudos
Message 5 of 8
(3,402 Views)
I'm glad I popped in here today.  That's a good tip that I'll have to keep in mind.  Thanks!
----
I am the founder of CnCSoftwareSolutions. When not cleaning up baby drool, I write about test data or work on Vision, a tool for understanding your test data. Visit me at www.cncsoftwaresolutions.com
0 Kudos
Message 6 of 8
(3,398 Views)


@tst wrote:

As for the original poster, just in case you do this and then you find out that you also close your VI and don't have a way to edit the code, you can get into the code by placing the VI as a subVI inside another VI and then double clicking it.


... and if you have LabVIEW 8.0, just open it from within the project window and it will not run automatically. 🙂
Message 7 of 8
(3,395 Views)
Another top tip, two in one night.
 
Fantastic.
0 Kudos
Message 8 of 8
(3,390 Views)