LabVIEW Web Development Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

close web browser with x button, would web application terminated?

Solved!
Go to solution

Let me talk about web application below. When I compile the VI as web application and deploy it on a server,

would the VI run permanently in the server? Or when I close web browser, would the application terminated?

My understandings for web server is poor so, I have a little confusion for web application.

 

 

example.PNG

 

As well as FPGA programming, is "connecting False constant to while loop" recommended?

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 1 of 3
(2,610 Views)
Solution
Accepted by topic author Tepig

Hi Emboar,

 

There are two different places your LabVIEW might be running which might give different answers however from your description it sounds like you are probably referring to NXG Web VIs.

 

In this case, you are right. When you open the page the code is downloaded and run on your machine locally. So when you close the browser the execution stops.

 

If you use LabVIEW Web Services these run on the server and can run continuously or talk to a continuously running application.

 

With the FPGA question: yes that is OK on FPGA.

James Mc
========
CLA and cRIO Fanatic
My writings on LabVIEW Development are at devs.wiresmithtech.com
Message 2 of 3
(2,586 Views)

Hi James, thank you for your comment. My problem has been resolved.

I'm trying LabVIEW NXG Web Module but the programming manner is different from LabVIEW's so,

some make me confused.

Certified LabVIEW Developer
There are only two ways to tell somebody thanks: Kudos and Marked Solutions

GCentral
0 Kudos
Message 3 of 3
(2,574 Views)