LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to compare the test result with standards?

 Hi,

 

I am doing my  Post Graduation Final Year Project. 

 

Project Abstract:

 

Collect the Power generator output(Volatge and Current) and find out the different electrical Problems such like, Stator inturn failure, Rotor Failure.

 

I have collected the Data in time domain and converted in to Frequency domain. I am trying to compare the frequency domain data  with standard data values.

 

But  i am not able to compare the both the data and find out the Problem. I have tried this using Limit testing. but i am not get the exact result.

 

So please support to solve the issue.

 

Thanks

Thiyagi..

Thanks
Thiyagarajan.S
WABCO Vehicle Control System
0 Kudos
Message 1 of 8
(3,464 Views)

@Thiyagu wrote:

 Hi,

 

I am doing my  Post Graduation Final Year Project. 

 

Project Abstract:

 

Collect the Power generator output(Volatge and Current) and find out the different electrical Problems such like, Stator inturn failure, Rotor Failure.

 

I have collected the Data in time domain and converted in to Frequency domain. I am trying to compare the frequency domain data  with standard data values.

 

But  i am not able to compare the both the data and find out the Problem. I have tried this using Limit testing. but i am not get the exact result.

 

So please support to solve the issue.

 

Thanks

Thiyagi..


What are "standard data values"?  And what is the "exact result" you are looking for?  What is the "inexact result"?  What does your code look like?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 8
(3,435 Views)

Hi,

 

Thanks for your immediate reply.

 

What are "standard data values"?

 

Standard Data values will vary depending upon my Device Rating. In the attahced file refer the OK graph.

 

what is the "exact result" you are looking for?

 

I need to compare the faulty device output  graph with OK Device graph output and identitfy the faults. 

 

Requirement:

 

i am in plan to identify the different electrical power transformer faults such like coil to coil, phase to phase and inter turn problems using good transformer result through graph comparsion. But currently i am calculating the average of the signal and identitfy the probelms. This method is not consistent. so i need your input to write the code as per the requirement.

 

 

Thanks

Thiyagi...

 

 

 

 

Thanks
Thiyagarajan.S
WABCO Vehicle Control System
0 Kudos
Message 3 of 8
(3,350 Views)

I believe billko was referring to posting your VI to the forum and not just a snapshot of the graphs.

0 Kudos
Message 4 of 8
(3,341 Views)

Hello billko, 

 

Here i have posted my VI.

 

In this VI, i didn't compare the standard result to tested result.

 

Thanks
Thiyagarajan.S
WABCO Vehicle Control System
0 Kudos
Message 5 of 8
(3,264 Views)

Hello billko, 

 

Here i have posted my VI.

 

In this VI, i didn't compare the standard result with tested result.

 

Thanks
Thiyagarajan.S
WABCO Vehicle Control System
Download All
0 Kudos
Message 6 of 8
(3,263 Views)

Where's the limit testing you claimed you tried?  How do you plan to maintain the limits?


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 7 of 8
(3,257 Views)

@Thiyagu wrote:

Hello billko, 

 

Here i have posted my VI.

 

In this VI, i didn't compare the standard result with tested result.

 


Are you trying to write LabVIEW code that programmatically detects good graphs vs bad ones by comparing it with a given graph? If that's the case, it involves more work than how you'd do it visually, you'll first need a defined set of rules to use as test criteria.

 

I would have suggested looking under Mathematics->Fitting->Polynomial Fit to start but seems like you are wanting to use some specific waveform characteristics as test criteria so you'd have to first figure out those criteria (you called it "standard data" in your question). Just looking at graph images I can't tell what exactly you are considering as passing criteria in that "OK Graph".

 

If you're looking to have at least some level of "Coil to Coil amplitude", you could use poly fit (as mentioned above) and then subtract it from original data to get those peaks (which you can compare against a desired minimum value), you would still need to do more tricks with math.

 

-BTC

 

--------------------------------------------------------

New Controls & Indicators made using vector graphics & animations? Click below for Pebbles UI


0 Kudos
Message 8 of 8
(3,234 Views)