LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have a multimeter program that measures resistance and feeds the data into and exel file. I need to modify the program to get the real time slope of the data and plot a graph simultaneously. Plz help. Very urgent !!

"Very urgent !!" Smiley Very Happy

 

Use the Linear Fit function. Wire the Chart History to it or use the Linear Fit PtByPt with the single value you are acquiring.

0 Kudos
Message 2 of 5
(2,896 Views)

First of all, you should put a very short message in your post title, like need help with measurement.  Then ask you question in the body of the post.

 

Now to help you.  Your attachment has two missing subvi's.  One of these must take measurements from the multimeter.  It looks like the measurements are in the form of a string.  You need to use Fract/Exp String to Number function to convert the string type to a numerical type.  This needs to be done for each measurment.  Then you can calculate the slope using the numerical data.  You can use Build Array to build an array with the data, and then feed this data into a graph.

 

- tbob

Inventor of the WORM Global
0 Kudos
Message 3 of 5
(2,894 Views)

tbob wrote:

First of all, you should put a very short message in your post title, like need help with measurement.  Then ask you question in the body of the post.


Must be a friend of ZAREEN.

0 Kudos
Message 4 of 5
(2,875 Views)

smercurio_fc wrote:

tbob wrote:

First of all, you should put a very short message in your post title, like need help with measurement.  Then ask you question in the body of the post.


Must be a friend of ZAREEN.


 

Maybe they are room mates.  Smiley Very Happy

 

- tbob

Inventor of the WORM Global
0 Kudos
Message 5 of 5
(2,870 Views)