09-08-2025 06:48 AM
Hello All,
I have an application in LabVIEW that is almost complete. It takes vibration data from a rotor that is to be balanced and permits the user to take all prox probe readings, magnitude and phase. After the trial vibration runs, it calculates the influence coefficients and comes up with a set of correction weights that indicate how much weight at which radial location will work for that probe location. The end result is to take all four of these solutions and perform a liner least squares fit on them to give the user the 'best fit' correctoin weight to satisfy all four. Here is the resulting compass plot indicating a very nice grouping of the results. I may add an addtional option where the user can exclude one that is an outlier. Any help is greatly appreciated.
09-08-2025 07:58 AM
Hi Coryman,
@Coryman wrote:
I may add an addtional option where the user can exclude one that is an outlier.
Any help is greatly appreciated.
Help for what?
09-08-2025 09:10 AM - edited 09-08-2025 09:11 AM
I don't see what this has to do with a linear fit. You have a bunch of vectors and try do a weighed average, I guess. Nobody forces you to use the linear fit subVI.
As a first step, show us your code (make sure all controls have typical default data, e.g. a shown in the picture).. Also point us to a website that explains the experiment.