09-08-2015 04:23 AM
I would like to acquire image and save it into a folder with auto-increment file name. I accomplished image acquisition part and save part. However, I couldn't realize saving the image with an auto increment file name. My project file is here:
09-08-2015 04:55 AM
Store the file name in a specific path; While generating the file name, read the last saved value; increment; then save it again in the same location so that it overwrites the previous name.
Regards,
Rashme SR
09-08-2015 09:15 AM
09-08-2015 09:41 AM
I haven't used it yet but 2015 has a new VI on the palette Create File with Incrementing Suffix.vi which I think would generate an incrementing file name like you want.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord