I am successfully filling an array and now trying to iterate through each element and output it from my VI.
The problem I am having is the for loop iterates through without sending the value to my indicator. I have flipped through all tunnel options and placed the indicator inside the for loop. From my programming background, my logic seems sound. Enter loop>Process element>Output element>Repeat loop until condition is met. What is the missing piece that I can't seem to translate into Labview code?? Thanks.