04-03-2022 03:23 PM
04-03-2022 04:00 PM
@dannn2020 wrote:
I did that and the only thing that happened is that the array size function started to blink black. I don't really know what does that mean as im still new to labview. So can you please tell me what am I doing wrong.
It means the array size function is where the breakpoint paused execution. Press resume to continue until the breakpoint is reached again.
04-03-2022 04:18 PM
this is what I got, but I still don't know what does that mean.
04-03-2022 04:54 PM
It means you didn't wire or probe the peak values outputs.
You will notice that the array lengths increase every iteration. The next section of code looks at a few of the peaks at the end of the array to get the times. The Express vis look at the WHOLE concatenated waveform rather than just the latest peaks. Keep going.
04-04-2022 09:59 AM
Im sorry but I really don't understand what does that mean.