04-09-2010 01:25 AM
Hi yameada,
I checked with the idea you gave, but can you tell me why have you used array size and index arrey in between the two case structures?
I have decided to redo my main code that is collecting the data from the LIN network and then change this code for checking the output. I am having lots of problem with the main code for LIN network. Will work on that now. Have to fix that immediately.
Thank you.
04-09-2010 01:34 AM - edited 04-09-2010 01:35 AM
Since we're looking at a small array of Data i use Build Array to save the 4 last data arrays, resulting in a 2D array.
The Index Array and Array size is to check the number of rows i currently have (the number of columns is of no interest). Since i now have a 2D array the Array size will give a 2 slot array as result. (unless i wired it wrong so you get the number of columns)
If i have >4 rows i want to remove the 1st row (thus array subset).
/Y
04-09-2010 02:00 AM
Oh ok, now i get it. I will try to fix the main code soon and then try using this concept and check the output. Thank you for all the help.
I will let you know how it goes.
Thank you.