08-15-2024 08:38 AM
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.
Hoping for some guidance here , as it is bit more complex for me.
Thanks and Regards,
08-15-2024 08:58 AM
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.
09-11-2024 07:50 AM
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.