08-26-2021 03:58 AM
Hi guys ,
My problem is that the 9 th probe always stay at 0 and i want every iteration to have the last value and use it again in the same loop and i didnt find out how to do it so i need some help guys
Thanks a lot .
Solved! Go to Solution.
08-26-2021 04:02 AM - edited 08-26-2021 04:03 AM
Hi 2dom,
@2dom wrote:
My problem is that the 9 th probe always stay at 0 and i want every iteration to have the last value and use it again in the same loop and i didnt find out how to do it
Don't place the feedback node outside the loop, but place a shift register at the loop border!
THINK DATAFLOW! 🙂
(That's pretty basic LabVIEW stuff: did you notice those Training Resources offered at the top of the LabVIEW board?)
08-26-2021 04:25 AM - edited 08-26-2021 05:00 AM
Thanks a lot GerdW for helping me