LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cursor methods

How do I access a specific value on a waveform graph, which is made from a signal input, so that I can use values on the graph in calculations? It does not necessarily need to use cursor, I just want to access a value on the graph.

0 Kudos
Message 1 of 5
(2,377 Views)

You can use a mouse-down events and translate the pixel coordinates to graph values.

Message 2 of 5
(2,367 Views)

How would I go about doing that?

0 Kudos
Message 3 of 5
(2,364 Views)

Personally, I have found cursors to be easier because you can lock the cursor to a specific plot, and events let you see when the cursor(s) are moved.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 4 of 5
(2,352 Views)

@Punsach wrote:

How would I go about doing that?


It is pretty simple. Use an event case structure. Choose mouse down event. You will directly get x y coordinates

0 Kudos
Message 5 of 5
(2,348 Views)