LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

GPRS web server

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.

 

 

0 Kudos
Message 1 of 4
(2,892 Views)

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.

 

 

 

Message 2 of 4
(2,874 Views)

Any where to start with LV web development, thanks.

0 Kudos
Message 3 of 4
(2,856 Views)

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 

0 Kudos
Message 4 of 4
(2,839 Views)