I am currently using LabVIEW FPGA with a Windows host VI. The goal of my project is to measure latency between when an LED is activated and when it activates on an observing camera's display. I have achieved this goal, and now want to analyze my detector's response, an LDR in this case. I have acquired an array that triggers and measures just before each rising edge so it can observe the response, and it does this consecutively.
I want to figure out a way to separate around 7 of these responses into their own arrays that I can then display on top of each other to get a visual comparison between their responses. Does anyone know how I might achieve this? I have attached both the FPGA vi and the detection analysis vi I have so far. Any help is appreciated and apologies if it's messy in places, its my first LabVIEW project.