06-21-2010 03:13 PM
Hello!
I wish to learn the following question: I have usb - chamber, which by library functions (Snap.vi) in cycle While takes image capture (it's a simple situation). But it does it very slowly - 1 image per 3 seconds. If turn on a "bulb" (step mode), it will be more worse... Can I increase a speed of Labview? May be, I can change some settings?
Thank You.
06-22-2010 05:18 PM
Den_M-
Turning on Highlight Execution will definitely slow down your code. I would suggest using the Grab.vi function instead of Snap.vi. It will allow you to take multiple images consecutively. Snap.vi only takes one image then has to reinitialize each time. Try that and see if you can get your code to speed up.
06-23-2010 02:50 AM
It's a good idea! Thanks, George.