07-02-2015 09:25 AM
I have an LV application the uses some USB's on the local computer to run some pumps. I've got a CentOS webserver at home running Apache 2.4.12 and would like to host this application for remote access. Ideally it would pass the USB's through, but I'll figure that part out on my own. Are there precedents for doing this?
07-02-2015 09:28 AM - last edited on 12-20-2024 04:27 PM by Content Cleaner
LabVIEW has a built in web server for hosting applications. I have never heard of anyone hosting it through something else though.
07-02-2015 12:13 PM - last edited on 12-20-2024 04:29 PM by Content Cleaner
National Instruments also offers a web UI builder. This allows you to build a web-based user interface for your programs. I have never used it, but it says it can compile "the code into a Silverlight .XAP file, which can then be deployed to any web server for a user to invoke from a web browser". Maybe this could run on your web server.
07-02-2015 03:22 PM