09-16-2022 03:40 AM - edited 09-16-2022 03:43 AM
Hii everyone,
I am new in LabVIEW environment. I want to know is there any way to give input to the html website using LabVIEW? If yes than can you share the details how can we do this?
09-16-2022 09:40 AM
Check out Data Communication -> Protocol -> HTTP client
There you have a POST function, which is how you send data to a web page.