LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Temperature rise prediction

hi all,
 
I am trying to predict the exponential heating of large electrical equipment that can typically take 6-8 hours to become stable.
 
What I would like to do, is to be able to predict the final temperature after a couple of hours of testing and am struggling to work out which VI to use that work similiar to trend and growth functions in excel.
 
I have attached my code that so far generates a typical heating curve that we see here during testing. My intention is to be able to calculate the first two hours of data and then use curve fitting or the like to give us a guess as to what the final temperature may be.
 
Any clues?
 
Thanks
Adam
0 Kudos
Message 1 of 6
(3,351 Views)
You could just do a nonlinear fit using your model formula. (see attached LabVIEW 8.0)
Message 2 of 6
(3,341 Views)
Hello,
I am trying to do the exact same thing with a visual estimation of the temperature, however i only have labview 7.1 student edition.  Can someone please post a screen capture of the VI in the response?  Thanks
0 Kudos
Message 3 of 6
(3,292 Views)
Here is a converted 7.1 version. Coverting down created some insane errors, but I think it is running OK.
 
(The code contains some silly stuff, like the truncation of values to the formatted precision, etc., the only thing I added was the fitting node.) 😉
0 Kudos
Message 4 of 6
(3,285 Views)
Mr. altenbach
 
I would like to apply your prediciton algorith but i can't.
 
Could you help me?
 
Thanks
 
yskang.
Download All
0 Kudos
Message 5 of 6
(3,073 Views)

Hi kcorona,

I think the issue comes from how you are attempting to change the string into an array.  The array you are gathering only has time information therefore is not valid.  I would take the output from "Delete from array" and then delete the first column to get raw numerical data, and then input that into the curve fitting express vi.

0 Kudos
Message 6 of 6
(3,047 Views)