70 likes | 185 Views
Integrating EXAKT. A CBM Intelligent Agent. Murray Wiseman murray@omdec.com. 1. EXAKTd starts 2. Attaches itself to DMDR 3. Starts with model 1 in DMDR 4. Gets the unit from unit to model table 5. Goes to the inspections database 6. Gets the inspections data for that unit
E N D
Integrating EXAKT A CBM Intelligent Agent Murray Wiseman murray@omdec.com
1. EXAKTd starts 2. Attaches itself to DMDR 3. Starts with model 1 in DMDR 4. Gets the unit from unit to model table 5. Goes to the inspections database 6. Gets the inspections data for that unit 7. Gets the working age for that unit 8. Runs the model 9. Exports the decision to DMDR 10. Next (model 2) and so on WDEC1 EXAKTd WMOD3 EXAKTm Condition Databases Inspections table(s) DMDR2 Models Models UnitToModel CovariatesOnEvent EventsDescription VarDescription Decisions RULEs CMMS Events table DecCovariatesOnEvent DecEventsDescription Decisions DecModels UnitToModel 1 working decisions database 2 decision models, decision records database 3 working model database
DecModels DEFQUERY Events = "SELECT SerialNumber as Ident, Date, " "Hours as WorkingAge, Description as Event " "from G:\EXAKT\Diesel\Diesel_MES.mdb.WorkOrders " "WHERE Event <> 'OC' "