09-18-2015 03:57 PM
I am using a DMx 72BUC02 camera in my VI and I want to be able to control the frames per second, but when I try applying an FPS control the program is still going its regular speed. I have tried changing the resolution of the camera in LabView to increase the speed of the program, but it isn't working. the file of the VI is too big, but I am posting an image of it.
09-21-2015 09:06 AM
What do you mean that the program is still going its same speed? Are you talking about the For loop that iterates 5 times with a 500ms period?
It looks like you're setting your exposure time and then acquiring 5 images, but your For loop that is acquiring the 5 images in limited by the Wait funtion that is waiting 500ms each iteration.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'