Friday, March 11, 2005

Remote panel control in LabVIEW

This function looks amazing but it doesn't support firefox. IE works well with it.
1. Don't need to copy vi file to C:\Program Files\National Instruments\LabVIEW 7.1\www (htm file will be generated here)
2. tool..options..Web server configuration and "enable web server"
3. tools...web publishing wizard...save to disk(embeded) and it will tell you the correct URL to use. If it is port 81, it would be e.g. similar to http://myLabVIEWmachine:81/mysite.htm, in my laptop: http://192.168.10.5/box.htm

:only one request to the server at one time. In ohter cases, check "Simultaneously Controlling Remote Panel Instances of VI Templates" from developer zone
:program needs to be in the memroy(at least run once)because at least we need to enable the web server.
:check Internet Toolkit which is part of the Enterprise Connectivity Toolset

How To Build the G Web Server Using CGI Into an Executable

No comments:

Post a Comment