02-24-2011 08:31 AM
Hello
I am trying to design a basic array with certain functionality. In the VI below i have a 2d array with four columns and four rows. I want the array to display the first first row on a indicator on the front panel. Then for the 2nd row it would show in reverse then for third it would show normally.
For example it would go 1,2,3,4,4,3,2,1,1,2,3,4 on the indicator.
My original plan was to have a true/false case structure where if the array row was odd it would display left to right but it the row was even it would display right to left.
Any help would be appreciated
Craig
Solved! Go to Solution.
02-24-2011 08:46 AM
Craig,
The case structure should be inside the outer loop so you can reverse alternate rows. Here is an image to get you going. The other case is "0" and is wired straight through.
Lynn