LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

counter reset to zero

Solved!
Go to solution

hello,

 

How can I do that, wenn the case struct is true, the counter have to reset to zero, (  a == 0)  and  counts again.. I attached photo for my vi..

 

BR

0 Kudos
Message 1 of 3
(2,783 Views)
Solution
Accepted by topic author nichts

Use a shift register in your outer loop.  You also might want to double check your code.  You may be doing some simple things in a complicated way.  The x+y doesn't make sense to me.

 

 

 

>

"There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
0 Kudos
Message 2 of 3
(2,769 Views)

@vt92 wrote:

Use a shift register in your outer loop.  You also might want to double check your code.  You may be doing some simple things in a complicated way.  The x+y doesn't make sense to me.

 

 

 


you have it backwards....

 

Spoiler
Examplbackwards.png

 

0 Kudos
Message 3 of 3
(2,760 Views)