06-26-2015 07:24 AM - edited 06-26-2015 07:40 AM
I've been searching for this idea for a long time.
At the moment I'm using a manufacture build .exe which was created in labview. I've downloaded the .llb file to edit the program for my purpose, yet I can't find a way to make it the way I want it.
Basically this program measures and puts the data into a graph, I want to know the value of a specific point in that graph. I want to go with my cursor to that point and see the value. But I can't find a way to do that in labview ![]()
Is there a way to make it do what I want? Just make the cursor go to the specific point and then read the value? The graph can be found under 5015_measure with RS232.vi
In the attachments you will find the .llb and a picture of a point I want to read the value of.
Thank you!
Solved! Go to Solution.
06-26-2015 08:43 AM
I am not totally sure if you already have a cursor and are looking for some way to better control it, or are looking to add a movable cursor to your graph, but if the second is your issue:
1. Right click the graph and go to visible items->Check cursor legend
2. Right click on the cursor legend and add a cursor of your choice.
07-01-2015 08:07 AM