Jump to content

Help with loop image save


Recommended Posts

Hello everyone,

I'm new here and in to labview.

I need to create a movie from an intensity graph, but I will do this saving images from the graph 24 frames per second, in a loop way.

I try using a "WRITE JPEG FILE.vi" but the problem is that when I stipulate a path it overwrite the file in each loop, otherwise with no default path, when running it keep me asking what name to save.

I need to make an automatic way to save each time (frame) with a different name, is that a way?

thanks, sorry for my english :)

Link to comment

Check out the String palette. You can build a string from a base name for your file to which you'll concatenate the loop number (Format Into String). Then build the filepath using the "Build Path" VI in the file palette. Check the help (Ctrl-H) to see how you should wire the Format Into String primitive.

post-10515-1243998586.png?width=400

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.