Hi,
i have a for loop that calculates 1D array data, composed by 3 element for each iteration (2).
By using a shift register the result goes in a table with the code of photo 1. The table is populated by data like after each iteration like in the photo from 3 to 6, with the first data that shift from the left to the right. I ask you how can i change this to have the next calculated data in the right position and the first calculated data in the first position?
Thank you!