08-03-2006 10:33 AM
08-03-2006 11:14 AM
08-03-2006 01:12 PM
08-03-2006 01:23 PM
OK I should have said "Standard Deviation"
When you process variable is in steady state, the Standard Deviation will be small.
When it is drifting the standard deviation will jump up.
Ben
08-04-2006 07:18 AM
near to Bens answer:
use a circular buffer (serach examples) to hold the n- past temp. points in an array
Now you can look at the min/max values (or mean/s-dev). I used this for a temp-calibration-setup with success
Take a look at the point by point vis they already do the trick.
OR: Just think on what YOU are doing, when looking at the chart and wire that in LabVIEW
08-04-2006 07:45 AM
08-04-2006 11:32 AM
08-04-2006 12:15 PM
07-18-2008 09:14 AM
07-18-2008 09:17 AM