01-02-2008 07:33 AM
01-02-2008
08:21 AM
- last edited on
10-12-2025
09:11 PM
by
Content Cleaner
This topic should give you some pointers - https://forums.ni.com/t5/Example-Code/Command-Line-Options-in-LabVIEW-Executables/ta-p/3996274
01-02-2008 08:24 AM
I don't have any experience with the 8.x application builder, but the 7.x one has a checkbox for passing the arguments to the executable.
As for reading them, there should be an example in the example finder (Help>>Find Examples) which shows how to do this. If you want to pass multiple parameters, I suggest you use a structure similar to NAME=VALUE, so that you can parse each element to find the = and then use a case structure to decide what to do with the parameters. This allows your users to enter or not enter any of the switches.
01-02-2008 08:27 AM