LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

web based programming

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 ?

0 Kudos
Message 1 of 3
(2,745 Views)

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.


LabVIEW Champion, CLA, CLED, CTD
(blog)
Message 2 of 3
(2,738 Views)
Yes, LabVIEW is good for many things, but web front ends are not one of those things. It can make a dandy backend but there are better tools for the customer-facing bits.

The good news is that the techniques that Sam mentioned are pretty easy to use.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
Message 3 of 3
(2,694 Views)