70 likes | 192 Vues
This document details the integration of the EXAKT A.CBM Intelligent Agent, developed by Murray Wiseman, into the DMDR system. The agent automates data retrieval and model execution by attaching to DMDR, starting with model 1, and extracting unit data from the inspections database. It calculates the working age of units, runs decision models, and exports results back to DMDR. This streamlined process enhances decision-making capabilities regarding equipment management and maintenance using real-time inspection data.
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' "