11-13-2013 07:43 AM
Hi,
Is there any chance to put the "command line" argument to the pre/post action VIs in the App Builder?
I'd like to put the build version number into it.
11-14-2013 04:23 AM
Hi MimiKLM,
You can call a command line script in a VI using the LabVIEW function Sytem Exec.vi.
Multiple commands can be used in one Sytem Exec call and the way to use this function is showing in the KB below:
“Execute Multiple Commands With One System Exec Call”:
http://digital.ni.com/public.nsf/allkb/4AF9BB1ECC5DD0308625722E00834050?OpenDocument
Don’t hesitate to reply to my post if you have any other concerns.
Thank you.
Regards,
11-14-2013 05:59 AM
As you are building within the LV environment, you have no command line to use (unless there is some batch building mode I missed).
However you could add controls to the Pre/Post build vis and program them as you would do with any other vi. You may also read parameters from a file.