I designed, built and tested my first LabView application (applause). It
consists of two VIs: one samples an analog input from an OPC server and logs
the data to a binary file. The second VI is used to view and export the
binary data files. Both VI's have a Stop button that terminates the main
while loop. Now I want to package this application. I'm thinking two
separate executables because collecting and viewing the data can be done
independently. To protect the users from themselves, I'd like to hide as
much of the development tools, like the menu items as possible.
I already figured out how to change the runtime menu to just a single item:
File|Exit. Cannot save an empty menu structure though. Maybe that's the best
it will do. Is it?
Could not figure
out how to create an executable or something that sits on
the Windows Desktop that users double-click to run.
Thanks
TP