Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Dividing the pattern

We are taking the images of a thread, and we are taking them in 80 iterations, i want to divide them in to two halfs like taking the first 40 into one subvi and the other half like 41 to 80 into other subvi, i couldnt able to find out any functions, can labview gurus can suggest me how to proceed.
0 Kudos
Message 1 of 2
(2,893 Views)
Sir are you trying to keep all the images in memory? Also, why do you want to keep them in seperate VIs? What your best bet is to get you going is to take a look at the sequence example that ships with the IMAQ driver. This example demonstrates what you need to do to acquire multiple buffers. I am sure that you can just do two sequences, one each VI. Now one thing that you might want to consider is if you are acquiring over 50 buffers in a row. Make sure that you increase the maximum number of buffers that you can acquire. This can be done in MAX under Tools->Imaq->Max number of buffers. Let me know if you have any questions.
0 Kudos
Message 2 of 2
(2,893 Views)