09-13-2023 03:29 PM
Hello,
I would like to know how to go about extracting the last row of each block of start data.
I am currently able extract the index of the "start #", I just need to get the last row from each "start # x".
Attached is my current code and data.
09-13-2023 06:36 PM - edited 09-13-2023 06:39 PM
Thank you for attaching both your data file and your VI (in LabVIEW 2021, which I can read on one of my machines).
Looking at your data, I notice the following:
Here is how I would handle this:
Note -- I am not going to provide you LabVIEW code -- you won't learn to "think LabVIEW" by copying. But if you think about the "things you need to do" (as I tried to show you), and if you know how you can use a While or For loop to "index through a 2D array to get rows one at a time", as well as use "Index Array" to return a particular row, this should be a piece of cake (you can send me a cookie if you agree).
Bob Schor