05-11-2020 11:01 AM
Hi GerdW,
Thanks for the advices. I'm not sure how to do the shift register but I will try to do it. In case I couldn't solve it with the LabVIEW manual information, I'll ask you about it.
Thanks again. 👍
05-11-2020 11:06 AM
Hi Lucas,
@Lucas_DF wrote:
I'm not sure how to do the shift register but I will try to do it.👍
Right-click the reference tunnel, choose "replace with shift register"…
(Background: a FOR loop can iterate zero times and so kill the reference when using plain tunnels. With a shift register the reference will survive such a FOR loop call…)