Persol
11-13-04, 08:40 PM
Ok... I have a not so small task... and am looking for some suggestions.
Basically we have a group of 40 complicated 'units' that we consulted on. We had the builder include fault logging systems. Each one generates about 2000 faults a month. Each fault has a snapshot of 200 signals attached (what was the voltage/current/etc when the fault occured).
The problem is that this is just TOO MUCH data. Our client isn't using the system because it takes too much time to go through all the data. Most of the faults are fine, but if you have a combination of fault A, B, and C within a cetain time frame then you can suspect a bigger problem. Some faults you need to look at the attached signals to see if it's an urgent problem.
So the plan is to take the all the data and somehow simplify it to a report that says what is suspected to be wrong, and how to fix it. Does anyone have ANY idea how you take this much data and have a program go through and pick out the bad apples?
(To make things even worse we don't have any 'real' programmers... so I have me an 2 interns working on it)
Anyone have any references to similar Expert Systems and possible hints on what kind of parsing they do?
Basically we have a group of 40 complicated 'units' that we consulted on. We had the builder include fault logging systems. Each one generates about 2000 faults a month. Each fault has a snapshot of 200 signals attached (what was the voltage/current/etc when the fault occured).
The problem is that this is just TOO MUCH data. Our client isn't using the system because it takes too much time to go through all the data. Most of the faults are fine, but if you have a combination of fault A, B, and C within a cetain time frame then you can suspect a bigger problem. Some faults you need to look at the attached signals to see if it's an urgent problem.
So the plan is to take the all the data and somehow simplify it to a report that says what is suspected to be wrong, and how to fix it. Does anyone have ANY idea how you take this much data and have a program go through and pick out the bad apples?
(To make things even worse we don't have any 'real' programmers... so I have me an 2 interns working on it)
Anyone have any references to similar Expert Systems and possible hints on what kind of parsing they do?