LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pxi rt web page

Pardon my ignorance if this is obvious:
 
Is it possible to create a web page with a PXI RT system so that status can be acquired on a network?
 
0 Kudos
Message 1 of 2
(2,931 Views)
All LabVIEW Real-Time targets have a built-in web server which can be enabled as described in the help here. The web server will publish your HTML files in the root of the server which by default is "c:\ni-rt\system\www". There should be some default files there too so you should be able to just enable the web server and access it by pointing your browse to "http://<target IP or DNS name>" which would give you the index.html. Most of the time people take advantage of the Remote Panels feature to show a live VI running, however you could have your VI programatically update an HTML file as well.
 
-JR A.
0 Kudos
Message 2 of 2
(2,925 Views)