01-30-2012 02:04 AM
May I know how to implement the attached design schema. What are the software and hardware needed.
Does the gprs need a fixed ip address?
Aby suggestion, thanks.
01-30-2012 04:33 AM
Hi Alex,
GPRS will provide you internet connectivity with the help of SIM card.
For your web server you need an static ip address or DNS name to make available your web page to the internet.
01-30-2012 08:32 PM
Any where to start with LV web development, thanks.
01-31-2012
03:42 AM
- last edited on
01-13-2025
08:47 AM
by
Content Cleaner
Hi Alex,
You can build LabVIEW application as an web service and publishing your data on the web page through out the network.
Use Network Shared Variable to stream your large set of data in XML format, create small web page to fetch XML data and display on the web page.
Some links for LabVIEW web services :
http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/build_web_service/
https://www.ni.com/en/support/documentation/supplemental/08/labview-web-services-faq.html
http://zone.ni.com/devzone/cda/tut/p/id/7350