LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Any way to add harmonic cursors to fft data?

Solved!
Go to solution
I have a vi that plots vibration data from accels.  I would like to place markers on the fft peaks that identify harmonics of the main cursor.  Anyone out there that has done this?
Thanks in advance,
Ron Brook
 
0 Kudos
Message 1 of 8
(4,588 Views)
Hi Ronster
 
I would suggest programatically adding the markers to the graph with the property node XScale.MarkerVals[]. Using the Property Node, you can place the Markers at points of you choice, in this case at the fft peaks. Hope this helps.
0 Kudos
Message 2 of 8
(4,566 Views)

Nitin,

Thanks for the advice.  I have a problem with the property node already that maybe you have seen.  The file is saved with the operating speed as input by the user.  On recall, that variable is read into the cursor property node for x position.  I have three overlays and three cursors on one plot.  It NEVER populates all three cursors.  Maybe two, then the third one is blank. ???

0 Kudos
Message 3 of 8
(4,561 Views)
Hi Ronster,
 
One way to work with multiple plots and cursors is to choose the Active Cursor and the Active Plot using Property Nodes. These can be used in a loop to select the right cursor. Once the required cursor is selected, it's positions can be changed. Let me know if I answered your question.
0 Kudos
Message 4 of 8
(4,529 Views)

I assumed that the way to make it work flawlessly would be to use property nodes.  I'll let you know after I get some time to implement that.  I am also working right now on performing a peak search on my fft data.  I have it working, but the peak frequencies don't match the data.  I am still in trouble shooting mode on this one as well.  My basic vi, which saves all six time waveforms and averaged spectra to the server, with another vi to recall all of it, including calculated overalls works very well.

Ron

 

0 Kudos
Message 5 of 8
(4,522 Views)

Hi Ronster,

Good to know that most of the code works well. Do post if there are any more difficulties after you finish implementing/troubleshooting.

0 Kudos
Message 6 of 8
(4,500 Views)
Solution
Accepted by Ronster

Hey Ron -

 

This might be an interesting XControl for you to take a look at:

http://zone.ni.com/devzone/cda/epd/p/id/6404

 

It doesn't automatically choose the peak values, but does let you interactively move the cursors.  It also has sideband cursors as well.

 

-Jack

Message 7 of 8
(4,049 Views)

Jack,

Thanks, that would work fine.  Unfortunately, I have remained at 7.1, due to the fact that I have multiple sites using my code and it all works, so I felt it best not to rock the boat.

Regards,

Ron

Message 8 of 8
(4,040 Views)