08-28-2018 11:56 PM
I have attached the missing code and the error image here.
Suma
08-29-2018 12:57 AM
I need to open only once hence i removed the while loop in main, and De-allocation function in variant selection vi.
Path i have given by including extension .txt, still i am receiving the same error.
Suma
08-29-2018 01:14 AM
Then apparently something is still wrong with your file path.
Use all the debugging tools you have available to you to figure out why the file paths don't exist.
08-29-2018 04:29 AM
Who created that subVI to strip and Build Paths?
Have you checked your filepath to see if it is correct or not?
On my system the problem is that you are stripping your file path twice, you should only strip it once to get rid of the VI name. Right now you are getting rid of the VI name and the name of the folder that the VI is in.
08-29-2018 05:28 AM
Stripping length was the problem, its solved now.
Thank you so much!
08-29-2018 06:56 AM
@suma_n wrote:
Stripping length was the problem, its solved now.
Thank you so much!
And marked .
You don't have to say thanks, although it is appreciated, that kudos button does that for you.