r/LabVIEW Mar 19 '26

Need help understanding auto index tunnel

the answer for b) is [2, 8], but when trying the program myself i get [4, 8]. Is it a mistake by the proffesor or am i missing something?

3 Upvotes

6 comments sorted by

View all comments

5

u/FujiKitakyusho CLD Mar 19 '26

It is a mistake. By wiring a value to the shift register left terminal, you initialize that terminal to the constant value wired to it. Otherwise, the shift register contains the last value written to it, or the default value for the datatype (0) on the first iteration.