12-04-2019 10:17 PM
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.
As well as FPGA programming, is "connecting False constant to while loop" recommended?
Solved! Go to Solution.
12-05-2019 12:32 AM
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.
12-05-2019 02:28 AM