08-11-2005 09:14 AM
08-11-2005 09:27 AM
You can control an EXE in exactly the same way you control a VI.
You need to copy the htm file you created in LabVIEW to the target machine (assuming it's a different computer) and you need to enable the server in the executable. To do this, go into the Tools>>Options menu after you run the EXE. If you chose not to have the menu bar visible, you will need to copy the appropiate lines from your LabVIEW.ini file to the exe's INI file.
I think the only line you really need is
WebServer.Enabled=True
But you may need some more. The safest thing is to enable the server from the EXE.
08-12-2005 01:54 AM
08-12-2005 02:44 AM
Look closely at what I posted - I said you need to copy the htm file you created in LV. You can't create a new htm file in the executable.
If you search for "remote front panels" and "executable" on this site, you will probably find more details.
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).