10-30-2013 03:32 PM
I would like to save files (example:csv) from the subVI to the same folder of main VI? Please help! Thanks.
10-30-2013 03:44 PM
@CP_AT wrote:
I would like to save files (example:csv) from the subVI to the same folder of main VI? Please help! Thanks.
I don't understand the problem. You write in the program where to save files, and it saves them there. Do you mean something else?
Cameron
10-30-2013 03:56 PM
Yes, It works only the first time. When I created the new folder from the main VI front panel, It did not copy it to the sub VI.
For example:
I create the folder name C:\Users\name\Desktop\one. The files from both main VI and subVI go to the folder "one". Now I create the new folder name "two" from the main VI front panel, the only file from main VI goes to folder "two", the file from subVI still goes to folder "one". I used local variable but it may be the wrong choice.
10-30-2013 04:00 PM
Attach your code (not a picture of it), and then it'll be possible to help.
Cameron