From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview appl. Builder 5.0

Hello,
when i start my application in the development-system, it runs endless, it
stops only if i want. When i build an application with the application
builder 5.0, my application runs only once, or stops. What can i do to run
my builded application repeated.

Thanks

Holger Decker
0 Kudos
Message 1 of 4
(2,560 Views)
"Holger Decker" writes:

> Hello,
> when i start my application in the development-system, it runs endless, it
> stops only if i want. When i build an application with the application
> builder 5.0, my application runs only once, or stops. What can i do to run
> my builded application repeated.

Setting the default value to true of the while loop boolean before
compiling?
0 Kudos
Message 2 of 4
(2,560 Views)
Sure. When the program jumps from one VI to the next VI and the back to the
first VI, it stopps. Because the first VI has stopped.


Holger Decker
0 Kudos
Message 3 of 4
(2,560 Views)
Did you try the "RUN REENTRANT" button in the execution options?
0 Kudos
Message 4 of 4
(2,560 Views)