LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

loop count in FPGA

Hi ,

Could anyone please suggest me what's wrong with this as marked in the attachment.

My goal is to measure every loop count and display those numbers in the indicator as shown.

Please respond quick.


Thank You.

0 Kudos
Message 1 of 2
(2,500 Views)

Hi,

 

If you put the indicator inside of the loop then it will continuously update. Because it is outside of the loop, it will update with the final iteration count when you exit the loop.

 

Thanks,

0 Kudos
Message 2 of 2
(2,496 Views)