03-27-2006 08:18 PM
03-28-2006 01:25 AM
03-28-2006 01:30 AM
03-28-2006 02:50 AM
Thanks, Those are really great ideas. They remind me a lot.
I'd like to put data into a database file. And I can use the advantage of ODBC to ananlyze the data.
I am gonna design my new ATE SW now.
03-28-2006 10:01 AM - edited 03-28-2006 10:01 AM
Message Edited by daijoubu on 03-28-2006 08:03 AM
03-28-2006 10:53 PM
Analyzing Test data. Wow that's an involved subject. There are a number of methods to store data for analysis.
First you need to write a requirements lsit. Here are a few questions that always need to be asked.
How much data you wish to store? ( 100k or 100 meg )
How Fast do you need to collect the data? ( 1 sample second or 10,000 samples per second ?)
What are you going to use to analyize it with? ( Excel , Matlab, home brew... ?)
How long are you going to collect data? ( 1 second or 36 hours worth? )
Can you miss a sample or two and not have a problem?
These are just starter questions.
If you answer these then you will be well along the way to solve your problem.
The old vax guy
03-29-2006 12:09 AM
@Old vax guy wrote:
Analyzing Test data. Wow that's an involved subject. There are a number of methods to store data for analysis.
First you need to write a requirements lsit. Here are a few questions that always need to be asked.
How much data you wish to store? ( 100k or 100 meg )
Unlimited....
How Fast do you need to collect the data? ( 1 sample second or 10,000 samples per second ?)
From 1 sample per second to 1 sample per minute depending on the speed of the product under test. On rare instances, I will pull in 1000 points from the oscilloscope.
What are you going to use to analyize it with? ( Excel , Matlab, home brew... ?)
All of the above.
How long are you going to collect data? ( 1 second or 36 hours worth? )
16 hours a day, 6 days a week for the next 5 to 20 years.
Can you miss a sample or two and not have a problem?
No.
These are just starter questions.
If you answer these then you will be well along the way to solve your problem.
The old vax guy