LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Selecting one cursor at a time and then reading its value

I am a novice LabView user. I am trying to develop a program in which I have to select portions of a waveform and delete the outliers.  The problems I run into is selecting cursors at a time and then reading its value. I was using Active Cursor. Ideally what I need is to read read values of the first two cursors, cursor0 and cursor1 and remove outliers in the region and then move to region between cursor1 and cursor2 and so on. Is there a way to control which cursors are active, read its value and then move to the next set.

0 Kudos
Message 1 of 3
(2,208 Views)

Do you want to remove all the outliers between the two cursors or just the value (classified as outlier) that is exactly under one specific cursor?

 

Dan07

0 Kudos
Message 2 of 3
(2,166 Views)

Hi binc,

 

I have attached a VI that should remove outliers. This may not be the best way to do it, but it is one possibility.

 

Thanks,

0 Kudos
Message 3 of 3
(2,126 Views)