LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to automatically name files which are saved using " Write to spreadsheet" individually?

I'm making a program which will save image data (i.e pixel intensity) and the save the data to a text file. Works great but I need it to automatically name each textfile as I will be taking n number of image date in a certain amount of time and don't want to waste time writing each file name.

 

Any tips would be hugely appreciated,

 

Shack

0 Kudos
Message 1 of 4
(2,246 Views)

Hi Shack,

 

you need to create your filename programmatically. As they are just strings you should use string functions to do so!

Then use "Append Path" to create a full filepath wired to your file function…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(2,242 Views)

Okay I think I understand, I'll give it ago now.

 

Thanks for your help 🙂

 

Shack

0 Kudos
Message 3 of 4
(2,232 Views)

try this....auto.png

0 Kudos
Message 4 of 4
(2,229 Views)