07-22-2019 09:59 AM
Sorry if this is the wrong board.
I have an instrument which needs to be controlled via a website however I want to be able to automate my use of it via labveiw. Does anyone know of a way to send a command via labveiw to a website to for example push a start/stop button or change a sliders value.
Thank you
Solved! Go to Solution.
07-22-2019
10:58 AM
- last edited on
11-06-2024
04:51 PM
by
Content Cleaner
07-22-2019 11:24 AM
Sorry I dont think this is quite it.
It's not that I want to control my labveiw VI's remotely. It's that the interface for this peice of equipment is via a website so I will need to control that website via labveiw
07-22-2019
01:53 PM
- last edited on
11-06-2024
04:52 PM
by
Content Cleaner
Why not tell us the instrument make and model?
I've seen instruments that use ethernet connections to provide a webserver running on the instrument. You can connect to the instrument using a browser and do some programming or data collection. You could probably automate that process using the LabVIEW HTTP GET and PUT/POST VIs.
See - https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019M0eSAE&l=en-CA
Typically if the instrument goes to the trouble to implement a webserver they also have other communications methods, often more traditional ones that you might consider.
Craig
07-22-2019 01:58 PM
If you are referring to a LXI compliant instrument, there is usually a protocol such as SCPI to talk to the instrument instead of trying to automating through the web browser. The browser is just for remotely interacting with the instrument. As already asked, what is the instrument?
07-23-2019 04:11 AM
Hi thank you.
The instrument is a Hielscher UP200St
07-25-2019 04:51 AM
Posting for the Googlers of the future.
I was able to solve it by using a http get on the XML links. I.e. Using the get on http://(device IP here)/mOn.xml turns it on