LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Best Way To Collect Production Data and Compare Against Limits

During production test, what seems to be the most efficient way for collecting lots of test data and then checking each one against limits?  I'd like to hear the LabVIEW community thoughts.  Thanks!

0 Kudos
Message 1 of 8
(730 Views)

Hmmm that's a rather vague and open ended question....

 

Do you mean realtime limits as in pass/fail testing or aggregates like production yields and first pass test failures?

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 8
(724 Views)

Great question RTSLVU, I am actually looking at both:

1. Real Time Display of data on UI - With data read, test limits, and whether the data read passed withing limits

2. Data Collection Into Report File - Shows data read, limits, and pass/fail as well but all this test data is included in one file

 

Thanks!

0 Kudos
Message 3 of 8
(714 Views)

@testdesign wrote:

Great question RTSLVU, I am actually looking at both:

1. Real Time Display of data on UI - With data read, test limits, and whether the data read passed withing limits

2. Data Collection Into Report File - Shows data read, limits, and pass/fail as well but all this test data is included in one file

 

Thanks!


All these are the standard features of TestStand, are you trying to recreate a sequencer?

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 4 of 8
(661 Views)

I recommend using a production database.

Retrieve test spec data by keying off: DTU_P/N, Test_Name, Step_Name, Parameter.

Data retrieved would be: Lower_Limit, Upper_Limit, Comparison Type, Abort_on_fail.

Message 5 of 8
(625 Views)

@Santhosh,

 

My requirement is not to use TestStand, only LabVIEW.  I understand TestStand capabilities.  I'm just looking for information specifically using LabVIEW only.  Thanks.

0 Kudos
Message 6 of 8
(605 Views)

Can you elaborate more on your question ?

 

The answer varies depending your constrains: 

- The amount of data. 

- How fast you need the result 

- Depending on the result (pass/fail) does the operator need to intervein ?

 

0 Kudos
Message 7 of 8
(592 Views)

@testdesign wrote:

@Santhosh,

 

My requirement is not to use TestStand, only LabVIEW.  I understand TestStand capabilities.  I'm just looking for information specifically using LabVIEW only.  Thanks.


My suggestions are applicable to any platform.

0 Kudos
Message 8 of 8
(579 Views)