05-09-2017 10:11 AM
thank You.if this VI had work for you they give me this error :
05-10-2017 07:52 AM
That error seems to be indicating an incorrect file path is being written to the input of the IMAQ Write File function.I recommend verifying that the string constant used to build the file path is valid on your PC and that your user has permissions to write files in that location. You could also probe the file path wire just before it goes into IMAQ Write File to make sure that the string concatenation and string to path conversion are happening like you expect.