I am using NI teststand and Labview. I have created a teststand program that will call my labview program. My teststand program will provide a string to my labview program. This string would then be the path to a certain text file in my C drive, eg. C:\textfile.txt.
Currently my problem is that my teststand program will keep on calling this labview program in a loop, and everytime the labview program is called it always prompts me for the path of the text file. This can be a pain especially with the large amounts of data. Essentially for my application, it is a MUST for teststand to keep on calling the labview program and provide it with a string input. Is there a way that the labview program can be modified such that it will automatically know the path to the text file with an input string from teststand?
Thanks