03-18-2012 12:06 AM
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.
03-18-2012 12:33 AM
Put the frequency measurement and indicator inside a case structure and use the "elapsed time express VI" to turn it true every 10 seconds.