07-18-2006 02:48 AM
07-18-2006 03:06 AM
You could use remote clients like VNC, but that would not be publishing of the VI.
There are some solutions which convert the VI into a Java app or allow using VNC to connect directly, but I don't think they were ever finalized. Try looking for LabVNC and AppletVIEW. There are probably some others.
Why don't you want to use the web publishing tool?
07-18-2006 03:53 AM
07-18-2006 04:21 AM
You can use both Datasocket and remote front panels from built applications.
For DS, you need to include DS support when you build the installer and you need to make sure that you start the DS server in your application (there is a VI for doing that in vi.lib\platform).
For RFPs, you need to create the htm file using the wizard and then use it with the exe. You will also need to have some settings in your application's INI file to enable the web server, which you can either copy from LV's INI file or configure through the options dialog.
3 points about doing this:
1. To do this through the internet you would need to have a valid internet IP address to connect to. This holds true for any solution.
2. There are licensing issues when using RFPs regarding the number of users. I would check that out.
3. If you want to let the users control the application and not just view it, they will need to install the LV RTE on their computers.
07-18-2006 06:12 AM