10-26-2012 10:15 AM
Hi,
Is it possible to communicate LabVIEW Web UI directly to a sensor with Ethernet connection?
By directly I mean without using any LabVIEW Web Service VI.
Thanks
Marcelo
Solved! Go to Solution.
10-30-2012 10:44 AM
Hi,
The only communication to other devices using Web UI Builder is through web services, either LabVIEW powered or otherwise. To communicate with a sensor with Web UI Builder without going through LabVIEW, the sensor device would have to be accessible over HTTP, and give you some way to read its data using XML based web services.