03-10-2006 04:22 PM
03-10-2006 10:17 PM
You can built a string as shown in VI attached and convert it to a file path.
Now think of a logic how to increment this image number in your program, for each new image
any doubts, do get back
Regards
Dev
03-11-2006 10:25 AM
03-13-2006 02:29 PM
03-13-2006 03:06 PM
03-13-2006 03:46 PM - edited 03-13-2006 03:46 PM
The error case should only run if there has been an error. I've attached a demo program (LV v7.1.1). Put it into the same folder as the "Generate Next Filename" vi and run it or watch it run. If you don't change it any before running it, the first time it is run it will create a subfolder in the folder containing the VI and then add 10 sequentially-numbered text files to it. The next time it is run, it will add the next ten files in the sequence and so on.
@jpyung wrote:
Thanks Warren for the VI. I'm new to labview so please bear with me. Just to make sure I understand what's going on in this VI, the first time the program runs, the "error" case structure runs, and then subsequently, the "No Error" diagram runs?
Message Edited by Warren Massey on 03-13-2006 01:46 PM