10-19-2009 11:34 AM
Hello everyone,
I'm trying image acquisition and saving an image to file. The crux of the problem is to check the rpm from the machine and calculate line rate for the camera and take an image and save it in a folder for inspection. When I run this VI, the count pulses, image number and the saved images all match when I run the code on slow rpm. However under higher rpm, my counter pulses>image number>saved images in a folder. I'm not sure where I'm losing the images. Please do advise.
attached you will find the sample code I'm working with.
thanks,
10-19-2009 01:33 PM
10-20-2009 06:26 AM
10-20-2009 07:15 AM
The issue I had was, I was doing image capture continuously using the vision assistant. I changed my capture setting to take every image and used a buffer number. Thats when I was able to see the images number from the vision assistant match with the number of the captured images in the saved folder. The change in setting worked for me, I'm not sure if there are another solutions. If anybody has other thoughts, please feed your inputs in.
thanks,