HI all
I am new to labview and have a problem. I have two interconnected FOR loops, i mean one FOR loop within another FOR loop and in the inner for loop i am writting data to a measurement file. I want that every time the outer loop is executed a new data file is created automatically with any default name ( without asking me) and without replacing the existing file. For example in the VI attached i have two for loops, the outerone with 2 iteration and inner one with 5 iterations. What i want to create is 2 data files with any two different names automatically i.e without pausing the execution and asking me to give the names. If you can suggest me any solution it will be kind help. Thankyou.