LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Controlling Frames Per Rate in VI

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.

0 Kudos
Message 1 of 2
(2,699 Views)

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>   ---'


0 Kudos
Message 2 of 2
(2,657 Views)