03-24-2022 10:34 AM
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
03-24-2022 11:05 AM - edited 03-24-2022 11:09 AM
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).
03-25-2022 03:18 AM
Ah Ok, thanks for that.