LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Interlinked Button Control

Solved!
Go to solution

Does a shift register forward its stored data to the output after each loop, or does it forward the final data once the loop halts?

0 Kudos
Message 31 of 32
(310 Views)

Any data that is output on a tunnel from a loop will not be available until the loop completes. If you need to pass data out of a loop while it is still executing you have to use a queue, notifier or functional global. Yes, global and local variables will also do the job but I don't recommend their use. There are limited times when they are a valid solution.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
0 Kudos
Message 32 of 32
(295 Views)