LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

to get values from graph in labview

Solved!
Go to solution

Hi everybody.

Please help to solve my problem.

I need to get values from graph in labview. Is it possible?

0 Kudos
Message 1 of 11
(10,570 Views)

The values at a single point selected by the user?  If so, look at cursors.

 

The values of all data points? If so either use the data that is wired into the graph, or (less desirable) read from a local variable.

 

Can you be a bit more specific about what you want to do?

0 Kudos
Message 2 of 11
(10,568 Views)

Thanks for reply. Now I'm going to introduce my problem.

 

I have, for example, XY graph. I need to get the value of Y corresponding to given X value.

 

Thank you in advance. 

0 Kudos
Message 3 of 11
(10,554 Views)
Solution
Accepted by topic author Moony

It still isn't quite clear how you want to provide the 'x' data. For example, the attached show two possible methods.

Ian

Message 4 of 11
(10,544 Views)

Look.

I plotted a graph with certain known X-axis values and its corresponding known Y-axis values. I need to find out the corresponding value on Y-axis for a specific value on X-axis. In other words, I want to input X-axis value and then to know corresponding Y-axis value.

 

Thanks for example. I'll study it.

0 Kudos
Message 5 of 11
(10,531 Views)

Dear lan, 

Thaaaaaaaaaaaanks soooooooooo much!!!   Smiley Very Happy 

Your example is all I need...

Thanks once more. 

Message 6 of 11
(10,504 Views)

Hi

I have the same problem,Can you send a picture of the solution?my labview is 8.2 , It can not open the solution.

thanks

 

0 Kudos
Message 7 of 11
(10,221 Views)

Ere ya go.

Note that you could also perform these operations within an event structure in order avoid the continuous while loop.

 

Ian

0 Kudos
Message 8 of 11
(10,209 Views)

Thank you veryyyyyyyyy much! 

0 Kudos
Message 9 of 11
(10,204 Views)

how would you do the same but knowing the y value and looking the x value?

0 Kudos
Message 10 of 11
(9,281 Views)