LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

BIP Value from Graph

I have a plot and I need to find the index of a particular element in that array. The point of the element is indicated in the graph of the code snippet attached.

 

Thanks in Advance

0 Kudos
Message 1 of 9
(3,112 Views)

Hi Friend, I am Not able to understand what u want?

Any way ,you have a plot , right ! and on that u have mark point or say cursor.  then you what to find the index of that perticular point , is it some thing u want..... ?????????

 

ok fine... even you can share your vi if possible.

 

 

 

thank u,

Brijesh Patel

CLAD
Labiew programmer
0 Kudos
Message 2 of 9
(3,106 Views)

Yes...!!! That's exactly what I need. If you look at the plot you can see that the plot first rises, then it stabilises for a very short duration and then it rises again.I will get this plot in each of my test and I need to find the index of the point from where the plot starts rising again. This point is marked in the snippet attached in my previous post.

0 Kudos
Message 3 of 9
(3,100 Views)

Hi,

Please find attched Vi.

i hope will fullfill your req.

 

Brijesh Patel

CLAD
Labiew programmer
0 Kudos
Message 4 of 9
(3,093 Views)

The cursor will not be moved manually by the user. I used the cursor just to indicate the point of interest. This point has to be found out programatically. The point of interest is the point from where the graph starts rising after it stabilised for a shoort duration. See the picture attached for more clarity.

0 Kudos
Message 5 of 9
(3,053 Views)

I think I ran into the same problem.

 

Let me know if the following limk helps.

 

Bill

 

http://digital.ni.com/public.nsf/allkb/A863CB03C24BEF9B8625742D0081CFAF

0 Kudos
Message 6 of 9
(3,024 Views)

There will be no cursors in the graph......and the bottleneck is to programatically find the point

0 Kudos
Message 7 of 9
(2,992 Views)

What are the units of measure of your X and Y axis?

 

It looks like the slope of your graph at the point of interest is zero.

 

      Is this true?

 

Can you save your raw data to an Excel file?

 

    If so, can you attach the data to your next post?

 

When you say you want to pick the point programatically,

 

     do you want your program have an output that has an X axis and a Y axis value at that point?

 

 

0 Kudos
Message 8 of 9
(2,979 Views)

Yes...I need the X and Y values of the point. My Y axis will be Current(I) and X axis is Time(s). This is the plot of a current drawn by a fuel injector. The plot will be in this shape always. "First it will rise....then it willsettle for a short duration and then it will again rise. I want the last point in the settlement region" . As you guessed, the slope can be zero or negative in this point. I have attached a notepad with sample data for this plot.

0 Kudos
Message 9 of 9
(2,970 Views)