LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Resetting shift register

Solved!
Go to solution

Any idea why my shift register won't reset to zero after 3rd loop?

0 Kudos
Message 1 of 2
(2,193 Views)
Solution
Accepted by jasons11

Thats because you use dbl for a case structure. See this link: http://forums.ni.com/t5/LabVIEW/comparison-of-2-double-values/m-p/2622147#M785390

make it like this instead:

dbl.PNG

---

UnCertified LabVIEW Student
Mistakes are for learning, that's why suggestions are always welcome!
0 Kudos
Message 2 of 2
(2,189 Views)