JPH01224842A - Inferential control system for knowledge-based system - Google Patents

Inferential control system for knowledge-based system

Info

Publication number
JPH01224842A
JPH01224842A JP63050726A JP5072688A JPH01224842A JP H01224842 A JPH01224842 A JP H01224842A JP 63050726 A JP63050726 A JP 63050726A JP 5072688 A JP5072688 A JP 5072688A JP H01224842 A JPH01224842 A JP H01224842A
Authority
JP
Japan
Prior art keywords
inference
rule
sensor data
control unit
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP63050726A
Other languages
Japanese (ja)
Inventor
Kazuhiko Kushima
串間 和彦
Takahiko Murayama
隆彦 村山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP63050726A priority Critical patent/JPH01224842A/en
Publication of JPH01224842A publication Critical patent/JPH01224842A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PURPOSE:To shorten an inference executing time by discriminating and processing only necessary minimum sensor data corresponding to the executing condition of inference. CONSTITUTION:A priority table 9 analyzes and prepares the content of a knowledge base 6 in advance. An inference control part 5 notifies which rule is in executing presently, for instance, to a discriminating part 8. The discriminating part 8 discriminates sensor data necessary for the next inference from the inputted sensor data and transmits them to the inference control part 5 based on the dependence between the rules of the priority table 9 and a notified rule name in executing. Thus, in the inference control part 5, only the necessary minimum data are inputted corresponding to the proceeding condition of the inference, processing is attained, and a inference executing time can be shortened.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は知識ベースシステムの推論制御方式に係り、詳
しくは、推論の高速化を達成するのに好適な推論制御方
式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an inference control method for a knowledge-based system, and more particularly to an inference control method suitable for achieving high-speed inference.

〔従来の技術〕[Conventional technology]

知識ベースシステムでは、専門家の知識を「IF条件 
THEN結論」というルール形式で格納する0例えば故
障診断ではルールの記述と故障時点でのシステムの状態
をもとに推論を行い、故。
In a knowledge-based system, the knowledge of experts is
For example, in fault diagnosis, inferences are made based on the rule description and the state of the system at the time of the failure.

障原因を決定する。Determine the cause of the failure.

診断対象が動作中に実時間で監視、診断を行うこの種知
識ベースシステムの従来の構成例を第2図に示す0診断
対象装置2には複数個のセンサー3が装備されている0
診断対象装置2を構成する各部品の動作状況は、ある時
間間隔毎に収集され、センサーデータとして通信制御部
袋9!4に送られる。知識ベースシステム1は診断対象
装置E2の動作状況を通信制御袋M4を通して受理し、
故障が発生した場合、推論制御部5が知識ベース6をも
とに推論処理を行い、端末7に診断結果を出力する。 
知識ベース6には、故障診断に関する専門家の知識がr
IF 条件 THEN結論」というルール形式で格納さ
れている。この専門家の知識を表現したルールをもとに
、推論制御部5においては、条件部(I F)でセンサ
ーデータを参照し、結論部(THEN)で診断結果を生
成する。その場合、センサーデータから直ちに最終結論
を導くのが困難なため、センサーデータを条件部にもつ
ルールからいったん中間的な結論を生成し、この中間結
論を条件部にもつ別のルールによって最終的な結論を生
成する手順がとられる。従って、最終結論に到達するた
めには複数個のルールを順に実行することが必要である
。第3図にルールの記述例を示す。ルール1,2.3は
センサーデータから中間推論を生成する。ルール4は中
間結論から最終結論を生成する。センサーデータと照ら
して条件部が満足されるルールが複数存在する場合は、
該ルールの中から1ルールが選択されて実行される。
FIG. 2 shows an example of the conventional configuration of this type of knowledge-based system that monitors and diagnoses the diagnostic target in real time while it is in operation.The diagnostic target device 2 is equipped with a plurality of sensors 3.
The operating status of each component constituting the diagnostic target device 2 is collected at certain time intervals and sent as sensor data to the communication control section 9!4. The knowledge base system 1 receives the operating status of the diagnostic target device E2 through the communication control bag M4,
When a failure occurs, the inference control unit 5 performs inference processing based on the knowledge base 6 and outputs the diagnosis result to the terminal 7.
Knowledge base 6 contains r knowledge of experts regarding fault diagnosis.
It is stored in the rule format of "IF Condition THEN Conclusion". Based on the rules expressing this expert's knowledge, the inference control unit 5 refers to sensor data in a condition part (IF) and generates a diagnosis result in a conclusion part (THEN). In that case, it is difficult to draw a final conclusion immediately from sensor data, so an intermediate conclusion is generated from a rule that has sensor data in its conditional part, and then a final conclusion is generated by another rule that has this intermediate conclusion in its conditional part. Steps are taken to generate a conclusion. Therefore, it is necessary to execute multiple rules in sequence to arrive at the final conclusion. FIG. 3 shows an example of rule description. Rules 1, 2.3 generate intermediate inferences from sensor data. Rule 4 generates a final conclusion from intermediate conclusions. If there are multiple rules whose condition parts are satisfied in comparison with sensor data,
One rule is selected from among the rules and executed.

実時間で監視、診断を行うシステムでは、システムの動
作状態が実時間で変化するため、常に最新データを参照
する必要がある。この場合、従来の知識ベースシステム
は、通信制御装置から送られる全てのデータについてル
ールの条件部と照合を行っていた。
In a system that monitors and diagnoses in real time, the operating state of the system changes in real time, so it is necessary to always refer to the latest data. In this case, the conventional knowledge base system checks all data sent from the communication control device against the condition part of the rule.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

従来システムでは、対象装置のどの部品情報が診断に必
要かが明確でなかったNめ、推論制御部では入力された
全てのセンサーデータに関して、ルールの条件部の照合
を行っていた。このため、診断の進行状況に直接関係し
ないデータも推論対象となり、推論に要する時間が長く
なるという問題があった。
In the conventional system, since it was not clear which part information of the target device was necessary for diagnosis, the inference control unit checked the condition part of the rule with respect to all input sensor data. For this reason, data that is not directly related to the progress of diagnosis is also subject to inference, resulting in a problem that the time required for inference becomes longer.

例えば第3図において、データaをもとに診断を行って
いる場合はデータCは不要であるにか\わらず、従来の
知識ベースシステムではデータCに関してもルールとの
条件照合を行っていた。これは推論の実行中にどのデー
タを必要とするがが、ルールの記述内容と実行状況に依
存するため、汎用的な人力機構では選択ができなかった
ことによる。
For example, in Figure 3, data C is not necessary when diagnosis is performed based on data a, but in conventional knowledge-based systems, data C is also checked against rules. . This is because the data required during the execution of inference depends on the written content of the rules and the execution situation, so it could not be selected using a general-purpose human-powered mechanism.

本発明の目的は、診断に関する専門家の知識を知識ベー
スとして蓄積し、該知識ベースの内容に基づき推論処理
を行う知識ベースシステムにおいて、推論の実行状況に
応じて必要最少限のセンサーデータのみを弁別、処理す
ることにより、推論実行時間の短縮を図ることにある。
An object of the present invention is to provide a knowledge base system that stores the knowledge of experts regarding diagnosis as a knowledge base and performs inference processing based on the contents of the knowledge base, in which only the minimum necessary sensor data is collected according to the execution status of the inference. The purpose is to reduce the inference execution time by performing discrimination and processing.

〔課題を解決するための手段〕[Means to solve the problem]

上記目的を達成するため、本発明においては。 In order to achieve the above object, in the present invention.

知識ベース、及び、該知識ベースをもとに診断を行う推
論制御部の他に、該推論制御部に渡すセンサーデータを
弁別する弁別部と、知識ベースに記述されたルール間の
依存関係を表わす優先順位テーブルを設ける。
In addition to a knowledge base and an inference control unit that performs diagnosis based on the knowledge base, a discrimination unit that discriminates sensor data to be passed to the inference control unit, and a dependency relationship between the rules described in the knowledge base. Provide a priority table.

〔作 用〕[For production]

優先順位テーブルは知識ベースの内容を事前に解析して
作成する。推論制御部は弁別部に対して。
The priority table is created by analyzing the contents of the knowledge base in advance. The inference control unit is for the discrimination unit.

例えば現在どのルールを実行中かを通知する。弁別部は
優先順位テーブルのルール間の依存関係と通知された実
行中のルール名をもとに、入力されるセンサーデータか
ら次の推論に必要なセンサーデータのみを弁別して推論
制御部へ渡す。これにより、推論制御部では、推論の進
行状況に応じて必要最少限のデータのみを入力し、処理
することが可能となり、推論実行時間の短縮が図れる。
For example, it notifies you which rule is currently being executed. The discrimination unit discriminates only the sensor data necessary for the next inference from the input sensor data based on the dependencies between the rules in the priority table and the notified name of the executed rule, and passes it to the inference control unit. This makes it possible for the inference control unit to input and process only the minimum necessary data according to the progress of inference, thereby reducing inference execution time.

〔実施例〕〔Example〕

以下、本発明の一実施例について図面により説明する。 An embodiment of the present invention will be described below with reference to the drawings.

第1図に本発明による知識ベースシステムの一実施例の
構成図を示す。知識ベースシステム1は、知識ベース6
をもとに診断を行う推論制御部5の他に、推論制御部5
に渡すセンサーベースを決定する弁別部8を具備してい
る。推論制御部5は弁別部8に対して現在どのルールを
実行中かを通知し、弁別部8からは必要なセンサーデー
タのみを受理する。弁別部8は知識ベース6に記述され
たルール間の依存関係を表す優先順位テーブル9と推論
制御部5から通知される実行中のルール名をもとに、診
断対象装置2から通信制御装置4を介して送られてくる
センサーデータから次の推論に必要なセンサーデータを
予測弁別し、推論制御部5に送出する。推論制御部5は
診断結果を端末7に出力する。
FIG. 1 shows a configuration diagram of an embodiment of a knowledge base system according to the present invention. Knowledge base system 1 is knowledge base 6
In addition to the inference control unit 5 that performs diagnosis based on the inference control unit 5, the inference control unit 5
It is equipped with a discrimination unit 8 that determines the sensor base to be passed to. The inference control unit 5 notifies the discriminator 8 which rule is currently being executed, and receives only necessary sensor data from the discriminator 8. The discrimination unit 8 distinguishes between the diagnosis target device 2 and the communication control device 4 based on the priority table 9 representing the dependency relationship between rules described in the knowledge base 6 and the name of the rule being executed that is notified from the inference control unit 5. It predicts and discriminates the sensor data necessary for the next inference from the sensor data sent via the inference controller 5, and sends it to the inference control unit 5. The inference control unit 5 outputs the diagnosis result to the terminal 7.

こへで、ルールの記述内容とセンサーデータの選択の優
先順位について説明する。
Here, we will explain the contents of the rules and the priority order of sensor data selection.

知識ベース6内のルール間には条件部と結論部の記述内
容から依存関係が存在する。あるルール(ルールaと呼
ぶ)に対してそのルールの結論部で生成、あるいは変更
しているデータを参照している他のルール(ルールb)
がある場合、「ルールbはルールaに依存している」と
いう、説明のため、ルール間の依存関係を、ルールをノ
ードとし、依存関係をエツジとする有向グラフ(「ルー
ル依存グラフ」と呼ぶ)で表現する。第4図にルール依
存グラフの一例を示す、第4vtUにおいて、P、q*
 rはセンサーデータを、A、B、C,Dはそれ以外の
データを表す、ルール依存グラフ内で上にあるルールを
「祖先のルール」、直接下にあるルールをr子のルール
」と呼ぶ。ルール依存グラフは推論の実行開始前にルー
ルの記述内容を解析して作成する。
A dependency relationship exists between the rules in the knowledge base 6 based on the description contents of the condition part and the conclusion part. Another rule (rule b) that refers to data that is generated or changed in the conclusion part of a certain rule (referred to as rule a).
In order to explain that "Rule b depends on Rule a", we create a directed graph (referred to as a "rule dependency graph") in which the rules are nodes and the dependencies are edges. Expressed as Figure 4 shows an example of the rule dependence graph. In the 4th vtU, P, q*
r represents sensor data, and A, B, C, and D represent other data.The rule at the top in the rule dependency graph is called the "ancestral rule," and the rule directly below it is called the r child rule. . The rule dependency graph is created by analyzing the written contents of the rules before starting the execution of inference.

推論の制御はルール依存グラフ上で深さ優先に従って行
う、即ち、最近に実行されたルールの子にあたるルール
が次に試される。子のルールの条件部がみたされない場
合は1つ上に戻って別の枝が試される。
Inference is controlled in a depth-first manner on the rule dependency graph, ie, rules that are children of the most recently executed rule are tried next. If the condition part of the child rule is not satisfied, the process goes back one level and tries another branch.

ルール依存グラフから、各ルール毎にそのルールが実行
された直後に入力、処理すべきセンサーデータの優先順
位を決定する。規則を以下に示す。
From the rule dependency graph, the priority of sensor data to be input and processed is determined for each rule immediately after the rule is executed. The rules are shown below.

規則1:子のルールの条件部で参照されているセンサー
データの優先順位を最高とする。
Rule 1: The sensor data referenced in the condition part of the child rule has the highest priority.

規則2:祖先のルールについてはルール依存グラフ上、
最も近いルールから順に優先順位を決定する。より近い
ルールで参照しているデータが優先順位が高い。
Rule 2: Regarding ancestor rules, on the rule dependency graph,
Priority is determined starting from the closest rule. Data referenced by a closer rule has a higher priority.

規則3:子及び祖先のルール以外で参照しているデータ
には優先順位はつけない。
Rule 3: Priority is not given to data referenced by rules other than child and ancestor rules.

規則1,2.3はルール依存グラフの作成と同時に行い
、ルール毎にセンサーデータの優先順位テーブルを作成
する。
Rules 1, 2.3 are performed at the same time as the rule dependency graph is created, and a sensor data priority table is created for each rule.

第5図は弁別部8の詳細構成であり、フィルタ部10と
ソータ部11から構成される。推論制御部5は弁別部8
へ最近実行された(もしくは実行直前の)ルール名を通
知する。弁別部8のフィルタ部10では優先順位テーブ
ル9を検索し、通信制御装置4から受理したセンサーデ
ータのうち優先順位のあるものNみをソータ部11に渡
す、それ以外のデータは単に保持する。ソータ部11は
フィルタ部10から受理したデータを優先順位に従って
順序づけし、同一の優先順位をもつデータから順に推論
制御部5に引渡す。
FIG. 5 shows a detailed configuration of the discrimination section 8, which is composed of a filter section 10 and a sorter section 11. The inference control unit 5 is the discriminator 8
Notifies the name of the rule that was recently executed (or immediately before execution). The filter section 10 of the discriminator section 8 searches the priority order table 9, and among the sensor data received from the communication control device 4, only N pieces of sensor data having a priority order are passed to the sorter section 11, and the other data are simply held. The sorter unit 11 orders the data received from the filter unit 10 according to the priority order, and passes the data to the inference control unit 5 in order from data having the same priority order.

推論制御部5では、上記弁別部8から受理したデータを
もとに次に実行するルールを決定する。
The inference control unit 5 determines the next rule to be executed based on the data received from the discrimination unit 8.

弁別部8からの入力によって次に実行するルールが変更
された場合、推論制御部5はそのルールを実行する。変
更を受けない場合は次の優先順位のデータを弁別部8に
要求する。
When the next rule to be executed is changed by the input from the discrimination unit 8, the inference control unit 5 executes the rule. If no change is to be made, a request is made to the discriminator 8 for data of the next priority order.

実行時間の短縮のため、推論制御部5と弁別部8は独立
なプロセサ上、もしくはマルチプロセスとして実現する
。推論制御部5では実行すべきルールが判□明した時点
で弁別部8にルール名を引渡し、ルールの実行を開始す
る。ルールの実行によリワーキングメモリ内データが変
更されると、変更内容をもとに次に実行するルールを決
定する。
In order to shorten the execution time, the inference control unit 5 and the discrimination unit 8 are realized on independent processors or as multi-processes. When the inference control unit 5 determines the rule to be executed, it passes the rule name to the discrimination unit 8 and starts executing the rule. When the data in the reworking memory is changed by executing a rule, the next rule to be executed is determined based on the changed content.

推論制御部5がルール実行をすきめでいる間に、弁別部
8は次に実行されるルールを予想し、推論制御部5に渡
すセンサーデータを選択する。
While the inference control unit 5 is deciding on the rule execution, the discrimination unit 8 predicts the next rule to be executed and selects sensor data to be passed to the inference control unit 5.

第6図に具体的処理の流れを示す、第6図(1)はセン
サーデータが入力されていない状態であり、ルール1が
実行されている。第6図(2)ではセンサーデータPe
 qが発生しているが、ルール1の子のルール2で参照
しているデータpのみが弁別部8で選択され推論制御部
5に送られて処理されている。第6Ii!U(3)では
センサーデータpが発生しているが、現在実行中のルー
ル4では該センサーデータpを参照していないため、デ
ータpは弁別部8で保持される。第6図(4)では、ル
ール4の子のルール8で参照されているデータとして、
新たに発生したデータrとそれ以前に発生したデータq
が推論制御部5に渡され、結果としてルール8が実行さ
れる。
FIG. 6 shows a specific process flow. FIG. 6 (1) shows a state where no sensor data has been input and Rule 1 is being executed. In Figure 6 (2), sensor data Pe
q has occurred, but only the data p referenced by rule 2, which is a child of rule 1, is selected by the discrimination unit 8 and sent to the inference control unit 5 for processing. 6th Ii! Although the sensor data p is generated in U(3), the sensor data p is not referenced in the rule 4 currently being executed, so the data p is held in the discriminator 8. In Figure 6 (4), the data referenced by rule 8, which is a child of rule 4, is
Newly generated data r and previously generated data q
is passed to the inference control unit 5, and as a result, rule 8 is executed.

〔発明の効果〕〔Effect of the invention〕

以上の説明から明らかなように、本発明の推論制御方式
によれば次のような効果が得られる。
As is clear from the above description, the inference control method of the present invention provides the following effects.

(1)推論の流れと直接関係あるデータのみが推論系に
渡されるため、従来のように全てのデータを推論制御部
で処理する場合に比べて実行時間が短くてすむ。
(1) Since only data directly related to the flow of inference is passed to the inference system, execution time is shorter than in the conventional case where all data is processed by the inference control unit.

(2)データの選択は、ルールの記述内容と現在の推論
の進行状況をもとに行う。従って、記述内容や進行状況
を認識せずに割込みレベルのみをもとに汎用的な入力機
構で選択を行う従来の方式に比べて的確な選択が可能で
ある。
(2) Data selection is performed based on the description of the rule and the current progress of inference. Therefore, more accurate selection is possible than in the conventional method in which selection is made using a general-purpose input mechanism based only on the interrupt level without recognizing the description content or progress status.

(3)弁別部は推論制御部とは別のプロセサ、もしくは
マルチプロセスとして実現することで、本来の推論処理
の性能を劣下することなく、データの絞込みが可能であ
る。
(3) By implementing the discrimination unit as a separate processor from the inference control unit or as a multi-process, data can be narrowed down without degrading the performance of the original inference processing.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明による知識ベースシステムの一実施例を
示すブロック図、第2図は従来の知識ベースシステムの
構成例のブロック図、第3図は知識を表したルールの記
述例を示す図、第4図はルール間の依存関係を表現した
ルール依存グラフの一例を示す図、第5図は第1図にお
ける弁別部の詳細構成を示す図、第6図は本発明を適用
した推論の流れの具体例を示す図である。 1・・・知識ベースシステム、 2・・・診断対象装置
。 3・・・センサー、 4・・・通信制御装置。 5・・・推論制御部、 6・・・知識ベース、7・・・
端末、 8・・・弁別部、 9・・・優先順位テーブル。 第1図 第2図 第5図 第6図 第6図
FIG. 1 is a block diagram showing an embodiment of the knowledge base system according to the present invention, FIG. 2 is a block diagram of a configuration example of a conventional knowledge base system, and FIG. 3 is a diagram showing an example of writing rules representing knowledge. , FIG. 4 is a diagram showing an example of a rule dependency graph expressing the dependence relationships between rules, FIG. 5 is a diagram showing the detailed configuration of the discriminator in FIG. 1, and FIG. It is a figure which shows the example of a flow. 1...Knowledge base system, 2...Diagnosis target device. 3...Sensor, 4...Communication control device. 5... Inference control unit, 6... Knowledge base, 7...
Terminal, 8... Discrimination unit, 9... Priority order table. Figure 1 Figure 2 Figure 5 Figure 6 Figure 6

Claims (1)

【特許請求の範囲】[Claims] (1)専門家の知識を蓄積した知識ベースと、該知識ベ
ースの内容と外部から非同期に入力される診断対象デー
タをもとに診断対象の状態を推論する推論制御部とを具
備してなる知識ベースシステムにおいて、 前記知識ベースに記述されたルール間の依存関係を表わ
すテーブルと、前記非同期に入力される診断対象データ
を弁別する弁別部とを設け、前記推論制御部は、前記弁
別部に対して実行直前もしくは実行中もしくは実行直後
のルールを通知し、前記弁別部は前記テーブルの内容と
通知されたルールをもとに前記診断対象データを弁別し
て前記推論制御部に渡すことを特徴とする知識ベースシ
ステムの推論制御方式。
(1) It is equipped with a knowledge base that has accumulated the knowledge of experts, and an inference control unit that infers the state of the diagnosis target based on the contents of the knowledge base and the diagnosis target data that is input asynchronously from the outside. In the knowledge base system, a table representing dependencies between rules described in the knowledge base and a discrimination unit for discriminating the diagnosis target data inputted asynchronously are provided, and the inference control unit is configured to cause the discrimination unit to The discrimination unit is characterized in that the discrimination unit discriminates the diagnosis target data based on the contents of the table and the notified rule and passes it to the inference control unit. An inference control method for knowledge-based systems.
JP63050726A 1988-03-04 1988-03-04 Inferential control system for knowledge-based system Pending JPH01224842A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63050726A JPH01224842A (en) 1988-03-04 1988-03-04 Inferential control system for knowledge-based system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63050726A JPH01224842A (en) 1988-03-04 1988-03-04 Inferential control system for knowledge-based system

Publications (1)

Publication Number Publication Date
JPH01224842A true JPH01224842A (en) 1989-09-07

Family

ID=12866864

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63050726A Pending JPH01224842A (en) 1988-03-04 1988-03-04 Inferential control system for knowledge-based system

Country Status (1)

Country Link
JP (1) JPH01224842A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02100722A (en) * 1988-10-07 1990-04-12 Yaskawa Electric Mfg Co Ltd Interrupt processing system for production system
US5996114A (en) * 1989-02-03 1999-11-30 Bang And Olufsen A/S Signal processing apparatus and method
JP2007279840A (en) * 2006-04-03 2007-10-25 Omron Corp Factor estimation device, factor estimation method, program, and computer-readable recording medium

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02100722A (en) * 1988-10-07 1990-04-12 Yaskawa Electric Mfg Co Ltd Interrupt processing system for production system
JPH0644231B2 (en) * 1988-10-07 1994-06-08 株式会社安川電機 Production system interrupt processing method
US5996114A (en) * 1989-02-03 1999-11-30 Bang And Olufsen A/S Signal processing apparatus and method
US6151697A (en) * 1989-02-03 2000-11-21 Bang And Olufsen A/S Signal processing apparatus and method
US6158043A (en) * 1989-02-03 2000-12-05 Bang And Olufsen A/S Signal processing apparatus and method
JP2007279840A (en) * 2006-04-03 2007-10-25 Omron Corp Factor estimation device, factor estimation method, program, and computer-readable recording medium
US8260727B2 (en) 2006-04-03 2012-09-04 Omron Corporation Method and apparatus for estimating a factor/defect affecting quality/reliability wherein the priority of user input data is determined

Similar Documents

Publication Publication Date Title
US5402526A (en) Interruptibility/priority control scheme for artificial intelligence software shell
US5398304A (en) Control process for artificial intelligence software shell
US5167012A (en) Method for performing consistency checks
JPH01224842A (en) Inferential control system for knowledge-based system
EP0439343A2 (en) Method of operating an expert system and computer systems therefor
JPH0693204B2 (en) Plant monitoring control system
Say et al. Improved filtering for the QSIM algorithm
KR920003701B1 (en) Real-time expert system
JPH04230529A (en) Method for restarting expert system interruption
JPH0772866B2 (en) Method and system for rewinding the state of an expert system
JP2771174B2 (en) Data qualifier
JPH0581025A (en) Knowledge base computer system
EP0439342A2 (en) Method of operating an expert system and computer systems therefor
JPH05241837A (en) Rule set preparing device
JPH0337201B2 (en)
CA2273710A1 (en) Data processing apparatus and method
Tay et al. A study on Real-time Artificial Intelligence
Zhou et al. Deadlock analysis of client/server programs
JPH02136927A (en) Language process program
JPH05100891A (en) Program debugging device
JPH01319826A (en) Knowledge processor
JPH04148460A (en) Method and mechanism for interruption processing in multiprocessor system
JPH0736697A (en) Constraint sufficiency device
JPH04364527A (en) Arithmetic unit
JPH07306789A (en) Method and device for inference control of expert system