This example shows how to allow several users to access your LabVIEW application, and have full control of it. The VI combines the new Remote Panel feature, with VI Templates and CGI scripting.
Remote Panels allow multiple clients to simultaneously view the front panel of the same VI (if multiple remote panel licenses are enabled.) However, only one client can control the VI front panel.
Using the VI templates, several users can simultaneously run individual instances of the same VI.
The CGI scripting is used to dynamically access the LabVIEW VI Server and return individual instance of the template VI.
For detailed explanation of the technology used in thid example, refer to the linked tutorial, Creating Simultaneous Instances Remote Panels LabVIEW Applications.
Follow the steps in the Readme.txt file bellow on how to install and use this example.
/www/cgi-bin/test/remotepanels/readme.txt
/www/cgi-bin/test/remotepanels/default.htm