04-23-2007 01:04 PM
04-24-2007 04:31 AM
If this is a LabView query you will have more luck posting your question to the LabView board.
JR
04-24-2007 12:38 PM
Hello,
If you are indeed asking this question in regard to LabVIEW programming, you can do this with just a few VIs. First, you will need to convert the iteration count to a string by using "Number to Decimal String". You can then concatenate the base filename, the iteration count string, and the extension ".tiff", by using "Concatenate Strings". Finally, you can convert this string to a path by using "String to Path". You can then supply this path as an input to "IMAQ Write TIFF File".
Regards,
Jasper S
04-24-2007 02:21 PM