01-13-2016 12:12 PM
Hello everybody
I have a database programing project that data customer want see his data in the web from any where he want just
anybody know is it possible to writing program in labview in web based mode ?
how is it to start to work for web based programing in labview ?
01-13-2016 12:17 PM
LabVIEW is not really suited for web-based programming - you'd be better to use a more common web-based technology like ASP.NET, PHP etc. on a web server with an appropriate database (e.g. MySQL, MSSQL).
If you *really* want to use LabVIEW, you can use LabVIEW web services to host static HTTP content and also to create handlers for GET/POST requests for a REST server etc. which you can make calls to using Javascript.
I have used WebSockets with Web Services to show a real-time dashboard of values/graphs - you can see the link in my signature.
01-13-2016 07:58 PM