03-26-2023 12:52 PM
I am trying to use the web publishing tool with labview 2022 and a CompactRIO. In Labview 2018 it was quite easy and I was able to use the web publishing tool to set up website access to my VI application and control boolean switches on my VI remotely. Has the G web development license agreement superseded this capability from anything 2018 onwards? If so is it still possible to access and control the front panel of a VI loaded onto a CRIO in the 2022 version?
03-26-2023 03:37 PM - last edited on 11-06-2024 04:43 PM by Content Cleaner
I believe that the Web Publishing Tool is still available in LabVIEW 2022.
LabVIEW has a different functionality known as Web Services, which allows you to set up an HTTP server (Publishing a Web Service through a Stand-Alone Application (Real-Time, Windows)). Then an HTTP client sends the request (GET/POST/PUT/Delete). An HTTP client can be coming from anywhere, e.g LabVIEW HTTP Client VIs or typing the URL on the browser. G Web Development is just one of those HTTP clients but also provides the drag-and-drop convenience of creating an html webpage.
Hosting a LabVIEW Web Service and a WebVI in a Remote System