LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display each individual output value every 10 seconds on the front panel

I am taking the frequency measurement of an inputted signal. I want to display the value of the frequency every 10 seconds (so in one minute, I should have 6 different values). This should all be displayed in the Front Panel. I do not want to write this data to an excel sheet, which was all that I was finding when searching online. I am sure this is very simple to implement.frequencyimage.png

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

Put the frequency measurement and indicator inside a case structure and use the "elapsed time express VI" to turn it true every 10 seconds.

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