11-18-2009 04:41 AM
Hello,
I want to know how to fix a point in y-axis to get the corresponding x-axis value. For example when the y-axis value in graph reaches 50 i should get x-axis value and i want to display the same in the plot area.
Thanks in advance
11-18-2009 07:55 AM
11-19-2009 10:07 PM
Hi Thoric,
Yes i want to do the same. And also i want to display the same value inside the plot without any cursors
11-19-2009 10:40 PM
11-19-2009 11:04 PM
11-20-2009 07:44 AM
It's clear that graph didn't come from LabVIEW. However, it would be quite easy to reproduce it. What parts are you having trouble with? Have you at least gotten the two curves on the graph? The points can be added by either adding another plot to the graph which consists of just those points. If you use an XY graph then you just need to have those points. If you use a waveform graph then you will need to use NaN as filler values between the points. The text can be added using annotations. You could also use the plot images to simply draw directly on the graph.
You should start by first putting the two curves on the graph. Where is the data coming from? Do you know how to make graphs? If not, take a look at the examples that ship with LabVIEW.
11-22-2009 10:18 PM
---------------------------------------------------------------------------------
The points can be added by either adding another plot to the graph which consists of just those points. If you use an XY graph then you just need to have those points.
---------------------------------------------------------------------------------
I can plot two graphs. Please see the attached VI. I will try to add the points today.
-------------------------------------------------------------------------------
It's clear that graph didn't come from LabVIEW.
------------------------------------------------------------------------------
The graph is generated using Labview
I am getting data from LVDT.