LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

measuring rms between to cursors

I would like to measure rms value of the signal between 2 cursors.I'm using LabView 8.2.1 on pci6110 How to do that.Please help.
0 Kudos
Message 1 of 7
(3,630 Views)

Hey,

 

You can use the property Cursor.Postition to read out X and Y of the active Cursor. Or you use the Cursor.List e.g.:

 

 


Cursor.List example
Message 2 of 7
(3,616 Views)

hi,

Use the attached vi.Let me know if you have doubts in this. 

Regards
Aks

(Appreciate answers by giving KUDOS)
Hit the stars.............. sky is not the limit.
Message 3 of 7
(3,613 Views)
Thank you, but it das not solved my problem.Problem was not to read position of cursors .I want to measure RMS value of the portion of the signal.Portion is a part of signal between to Y cursors.
0 Kudos
Message 4 of 7
(3,581 Views)
you have to find out the start and the end of the data between the cursors (being an array?). Use the sub-array function to create a sub-array of that and use the Mathematics -> Probability & Statistics -> RMS vi to calculate the RMS.
0 Kudos
Message 5 of 7
(3,573 Views)

Hi,

Check out the attached vi and let know do it worked as per your requirment. 

Regards
Aks

(Appreciate answers by giving KUDOS)
Hit the stars.............. sky is not the limit.
0 Kudos
Message 6 of 7
(3,568 Views)

Be aware that the RMS measurements may give misleading results if the data segment (between the cursors for example) does not contain in integer number of cycles of the signal being measured.

 

Lynn 

0 Kudos
Message 7 of 7
(3,549 Views)