LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

extract iteration number from event structure

Solved!
Go to solution

Hello,

 

Is there a way to extract the number of times a labview routine goes into an event structure?

 

Thanks,

hiNi. 

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

I am not sure what you mean by a routine going into an event structure.

 

If you have the event structure in a while loop as is usual, then the value of the iteration terminal will tell you how many times the structure has executed.  If you want the count for a particular case, use a shift register with an increment function in the case of interest and the others wired straight through.

 

Lynn

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

THANK YOU!

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