Hello! I've been trying to figure this out for hours and have gotten to the point where I'm just haphazardly enclosing the loops with different components. Your help would be deeply appreciated.
This VI is partnered with an iXon Ultra CCD camera, so it unfortunately won't run unless you have the camera. However, I believe this is a problem that can be solved just looking at how I have the loops arranged.
Function of the VI
There are three displays-- one being the live recording from the camera, another being a B/W version of the original, and the last displays any cells that are fluoresced in the recording using the Particle Analysis Report example. After the user clicks on that last display to choose a particle, the pixel coordinate clicked and its converted voltage value (not really relative to the problem) are outputted underneath. The user should then be able to repeat this process multiple times as the camera continues to record.
The problem is... this isn't happening!
The program freezes immediately after I click on a pixel in the last display. In fact, none of the screens update as a sequence of images like a recording should; instead, the most recent image acquired from the camera is all that is displayed and able to be put through the Particle Analysis Report.
I'm fairly new to LabVIEW, so my understanding is lacking some logic... working on it though! Please let me know if you need anymore information on the VI or if the camera blocks aren't showing up for you. In case this opens to the default loop case, here is where all the action takes place:
Hardware used: iXon Ultra CCD Camera, NI BNC-2110 connector block
Software/Modules used: LabVIEW 2017, ANDOR SDK (image acquisition), Vision Development Module 2017
Thank you in advance!