12-14-2017 01:37 AM
Hello all ,
i need a floating cursor value in the plot instead of showing in cursor legend .
For a sample , I have attached an image.
Property node >?
Thanks in advance !!
Solved! Go to Solution.
12-14-2017 01:45 AM - edited 12-14-2017 01:46 AM
Hi bhuvanesh,
you can use an event structure to react on cursor move events.
In the event case you can read the cursor position (yes, property node) and set a new cursor label/text (yes, property node)…
I guess you already found the example VIs coming with LabVIEW, where the cursor handling in graphs is shown and explained!?
12-14-2017 02:02 AM
hi Gredw,
i am new to this domain , can you show me an image of structure / or property node ? to do that ?
i will move the cursor anywhere in the Graph , and at a same time the user needs to see the Live /floating Cursor Value ? i go thru few blogs . they told to " Lock to plot "
where this option will be available ???
12-14-2017 02:59 AM - edited 12-14-2017 03:00 AM
Whenever the cursor changes get x and y and put it in the cursor label.
(Yes, you can also get the new position fro the event terminal of a cursor move event, not shown).
"Locked to plot" depends on what you want. If you only want the cursor on valid data points, lock it to the plot. If you want to be able to move the cursor anywhere, use a free cursor.
12-14-2017 03:16 AM
Here is a very simple draft. (LV 2015, using property node for x and y instead of event data node because the event case is shared with other events).