LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI fetches always same data from digitizer

Solved!
Go to solution

Why would you need a reference and why would you need to pass it into a FOR loop???

 you typically want to put references in shift registers across FOR loops.

 

Those are your words

Actor Framework
0 Kudos
Message 11 of 13
(359 Views)

I was talking about the IO tasks here, i.e. the following tunnels should be shift registers.

 

I was using the term "references" generically: references (VI, control, etc.), DAQMx tasks, refnums for file IO, etc. etc.

 

(Anything that should retain the input value unchanged if the loop iterates zero times. A plain tunnel would output the default datatype in that case).

 

altenbach_0-1648137606239.png

 

Message 12 of 13
(354 Views)

Ah Ok, thanks for that.

Actor Framework
0 Kudos
Message 13 of 13
(334 Views)