LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Multiplot Cursor names with click of mouse

Hellow Everyone,


I am using Mixed-Signal Graph.I had to show multiple plots with different y-axis ( all values are in arrays ), so i had to group them in different groups and then changed the group y-axis programtically, but i wasn't able to it in any other way.

With forum help and tutorials , I was able to change cursor name to graph y-value for single plot graph but wasn't able to see cursor names in multiplot graph.


My first aim is to , create multiplot cursor with values of y-axis on graph .
My second aim is to , create the multiplot cursor with click of mouse , so that graph can see multiple cursors with values. 


Is there any way possible, kindly let me know, i have shown example below.
One way , could be to create single plot cusrors programtically and move them all together, but i don't know how both the aims can be fullfilled.

1.png


Hoping for some guidance here , as it is bit more complex for me.

Thanks and Regards, 




0 Kudos
Message 1 of 3
(230 Views)

Try using Property nodes

To create a reference to the graph, right click of the graph and select "create Reference" then use property node, with that you can select the cursor property .

 

In the example bellow LabVIEW allows you to move the cursor position programatically to a defined position, by an array of cluster, where each cluster is the xy position of the cursor. 


I'm not sure if you can "create" new cursors programatically, you probably need to create the cursors in advance and then let it visibile or not by using property nodes.  

LVNinja_0-1723730320339.png

 

LVNinja_2-1723730049535.png 

 

 

LVNinja_3-1723730158807.png

 

 

0 Kudos
Message 2 of 3
(219 Views)

Hi all,
I am not much of a expert in labview but seeing other topics I was able to show, value of each plot's Y-axis against a common x-axis.
I also tried to change the offset according to the value of y-axis, so that its always displayed in centre.
I tried to read the position of first plot and make others follow , but eventually I had to add a slider. 

Can anybody think of anyway of adding more cursors by click of a button or by mouse and adjust their position inividually. I just hope features like this are added to labview soo.

divgup1986_0-1726058557450.png

 

0 Kudos
Message 3 of 3
(72 Views)