LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save image file in sequence

Hi, attached is my save image file VI. I want to save the images at a pre-selected location and do that continuously without interruptions or prompting, for say 20 pictures. I have places the vi into a for loop but here is the difficulty: the vi will ask the user to give a name for the image file. Is there a way that the images will be named "1, 2, 3 ..." and have everything done automatically?

Message Edited by kevinhy on 03-07-2005 04:12 PM

Can a computer learn how to program?
0 Kudos
Message 1 of 4
(2,699 Views)
Hi,
I am not able to view your VI as I am using LV7.0.
However, I hope the attached Vi should be able to give your some clues...

Filepath input to your save picture function must be wired with a filename.
Empty path will causes a prompter!

regards
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
Message 2 of 4
(2,686 Views)
Hi Ian,
Thanks a lot! with slight modfication from your code, I am able to do what I need to do, thank you for being a great helper!
Can a computer learn how to program?
0 Kudos
Message 3 of 4
(2,674 Views)
you are most welcome! 🙂 Cheers!
Ian F
Since LabVIEW 5.1... 7.1.1... 2009, 2010, 2014
依恩与LabVIEW
LVVILIB.blogspot.com
0 Kudos
Message 4 of 4
(2,665 Views)