08-16-2016 09:40 PM - edited 08-16-2016 09:41 PM
Hello,
I have a webpage that currently displays the content of a JSON array published by a Web Service in LabVIEW. The web page also accepts inputs from the user. See attached snippet of inputs. The HTML code associated with the inputs is attached also. Currently when the page is refereshed the values entered into those text fields disappear. So I want to be able to store the values entered back into the web service memory space somehow. Maybe through the use of NPSV? If the page is then refreshed, the input fields can then be repopulated by reading back the saved information inside the NPSV.
I have started heading down the path of creating a web resourc that would read in those values but I am not sure how to make that work.
Can somebody suggest a way this could work? Perhaps refer me on to some examples?
I am using LabVIEW 2015 SP1 on a cRIO-9068.
Cheers
Conrad
Solved! Go to Solution.
08-17-2016 02:23 PM