LabVIEW 6.1 has a built in web server. There are a couple of things that you might have to configure. First you need to enable the web server (Tools >> Options >> Web Server: Configuration). You also should check the settings for browser access and visible VIs (Tools >> Options). Once all of this has been configured you can embed VIs in a webpage. Selecting Tools >> Web Publishing Tools will bring up a window to facilitate embedding a VI into your webpage. One thing to note is LabVIEW comes by default with one license for embedded WebPages. This means that only one person can view on VI at a time. Additionally, if you have a firewall in your network your network administrator will need to open a port for you if you want to view the webpage from outside th
e firewall.