Vision Processing Image Logging

Hello, we currently have labview code to save images from our vision processing to a folder. however, we do not know how to change the directory these images are saved. is it possible to change? thank you in advance!

Is this a new logging feature you have written, or the one built into the dashboard code?

The dashboard code does this in a VI called Save DB Images. It makes the path up inside the VI using a constant called Default Data Dir. If you replace the constant with your own constant to something on your computer, that will work for the dashboard code. You could also make it a parameter or a configured value, but I suspect that using a different constant is good for what you are needing.

Greg McKaskle