10-23-2023 09:49 AM
Did you just attach exactly the same Vi that you posted earlier? What's the point?
(Sorry, cannot look at the VI on my current computer. If it is a different VI, you need to give it a new name!)
10-23-2023 10:03 AM
I have attached my current VI
10-23-2023 11:53 AM - edited 10-23-2023 11:55 AM
As I said previously, your VI is still completely wrong. The shift register needs to be anchored on the outer loop. Currently you are creating new array with four identical elements with every iteration of the FOR loop. Complete insanity! Did you study my example?
You probably should start again with the learning resources and familiarize yourself with the magic and power of dataflow. Then work out your problem with a simple VI using simulated data until it works correctly. No need to carry out all that extra baggage of a gigantic VI for now.