LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

reset counter when = to 0

Solved!
Go to solution

Hi guys

 

I need to restart the counter to 0 when is = to 10 (only the first time it must start from -1 as in the shift register), i tryed with a case structure but i failed , please help me!!

 

 

LB 9.0

 

 

thanks all

 

 

 

0 Kudos
Message 1 of 2
(2,723 Views)
Solution
Accepted by topic author Teo_CF
Use the 'Quotient & Remainder' function.  Divide the counter value by 10 and wire the remainder to the shift register.
Message 2 of 2
(2,713 Views)