[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

JPH04338830A - Fuzzy sensor controller - Google Patents

Fuzzy sensor controller

Info

Publication number
JPH04338830A
JPH04338830A JP14103991A JP14103991A JPH04338830A JP H04338830 A JPH04338830 A JP H04338830A JP 14103991 A JP14103991 A JP 14103991A JP 14103991 A JP14103991 A JP 14103991A JP H04338830 A JPH04338830 A JP H04338830A
Authority
JP
Japan
Prior art keywords
fuzzy
fuzzy inference
inference
data
knowledge 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
JP14103991A
Other languages
Japanese (ja)
Inventor
Kenji Matsui
松井 健次
Hiroyuki Sumi
角 弘幸
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.)
Omron Corp
Original Assignee
Omron Corp
Omron Tateisi Electronics Co
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 Omron Corp, Omron Tateisi Electronics Co filed Critical Omron Corp
Priority to JP14103991A priority Critical patent/JPH04338830A/en
Publication of JPH04338830A publication Critical patent/JPH04338830A/en
Pending legal-status Critical Current

Links

Landscapes

  • Devices For Executing Special Programs (AREA)
  • Feedback Control In General (AREA)

Abstract

PURPOSE:To check the data stored in a program memory holding a membership function and a fuzzy rule without deteriorating the operating speed of a fuzzy sensor controller. CONSTITUTION:A knowledge data deciding means 15 reads the knowledge data out of a program memory 7 and checks them during the waiting for the input given from an input interface 2 to which a signal is applied from a sensor and the waiting for the fuzzy inference of a fuzzy inference device. Thus the abnormality of the knowledge data is decided.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明はセンサの出力に応じてフ
ァジー推論を行い種々の出力を与えるファジーセンサコ
ントローラに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a fuzzy sensor controller that performs fuzzy inference depending on the output of a sensor and provides various outputs.

【0002】0002

【従来の技術】種々のセンサからの信号を入力としてフ
ァジー推論を行い制御信号を与えるファジーセンサコン
トローラが用いられる。ファジーセンサコントローラ1
は図4に示すように、複数のセンサのオンオフ入力やア
ナログ入力を与えるセンサからの信号が入力インターフ
ェース(I/F)2を介して信号処理部3に与えられる
。信号処理部3はマイクロコンピュータによって実現さ
れており、その内部には内部メモリ3aが設けられる。 信号処理部3にはプログラムモード及び動作モードを設
定する動作モード設定部4が接続されている。又通信イ
ンターフェース5を介して上位のコンピュータ6、例え
ばパーソナルコンピュータが接続される。信号処理部3
には外部メモリとしてメンバーシップ関数やファジール
ール等を記憶するためのプログラムメモリ7が接続され
ており、このメモリのデータに基づいてファジー推論を
行うためのファジー推論器8が接続される。ファジー推
論器8内にはメンバーシップ関数やファジールール(以
下これらを知識データという)を記憶するためのメモリ
8aが保持されている。ファジー推論器8は知識データ
とファジールールに従ってファジー推論を実行するため
のデジタルファジー素子である。又信号処理部3には出
力インターフェース9を介してオンオフ制御出力やアナ
ログ制御出力が出力される。
2. Description of the Related Art Fuzzy sensor controllers are used which perform fuzzy inference using input signals from various sensors and provide control signals. Fuzzy sensor controller 1
As shown in FIG. 4, signals from sensors that provide on/off inputs and analog inputs for a plurality of sensors are provided to a signal processing unit 3 via an input interface (I/F) 2. The signal processing section 3 is realized by a microcomputer, and an internal memory 3a is provided inside the signal processing section 3. An operation mode setting section 4 for setting a program mode and an operation mode is connected to the signal processing section 3. Further, a higher-level computer 6, such as a personal computer, is connected via the communication interface 5. Signal processing section 3
A program memory 7 is connected as an external memory for storing membership functions, fuzzy rules, etc., and a fuzzy inference device 8 is connected to perform fuzzy inference based on the data in this memory. The fuzzy inference device 8 stores a memory 8a for storing membership functions and fuzzy rules (hereinafter referred to as knowledge data). The fuzzy reasoner 8 is a digital fuzzy element for performing fuzzy inference according to knowledge data and fuzzy rules. Further, on/off control output and analog control output are output to the signal processing section 3 via the output interface 9.

【0003】このような従来のファジーセンサコントロ
ーラにおいては、プログラムモードで上位コンピュータ
6から前件部及び後件部のメンバーシップ関数のデータ
とファジールールが与えられる。信号処理部3はこのデ
ータを一旦プログラムメモリ7に書込んでプログラムモ
ードを終える。そして動作モードとなればプログラムメ
モリ7に保持されているメンバーシップ関数及びファジ
ールールのデータをファジー推論器8のメモリ8aに転
送した後、入力インターフェース2を介して得られるセ
ンサからの入力データを読込み、そのデータに基づいて
ファジー推論を行って制御信号を出力インターフェース
9より出力している。
In such a conventional fuzzy sensor controller, data of membership functions of the antecedent part and the consequent part and fuzzy rules are given from the host computer 6 in the program mode. The signal processing section 3 once writes this data into the program memory 7 and ends the program mode. When the operation mode is reached, the membership function and fuzzy rule data held in the program memory 7 are transferred to the memory 8a of the fuzzy inference device 8, and then input data from the sensor obtained via the input interface 2 is read. , performs fuzzy inference based on the data and outputs a control signal from the output interface 9.

【0004】0004

【発明が解決しようとする課題】しかしながらこのよう
な従来のファジーセンサコントローラでは、知識データ
の転送は動作開始時に1度しか行わないため、何らかの
原因でプログラムメモリ内の知識データが変化した場合
には、以後その誤った知識データがファジー推論器に転
送され、ファジー推論が実行されてしまうという欠点あ
った。
[Problem to be Solved by the Invention] However, in such a conventional fuzzy sensor controller, knowledge data is transferred only once at the start of operation, so if the knowledge data in the program memory changes for some reason, the knowledge data is transferred only once at the start of operation. , the fault is that the incorrect knowledge data is then transferred to the fuzzy inference machine and fuzzy inference is executed.

【0005】本発明はこのような従来のファジーセンサ
コントローラの問題点に鑑みてなされたものであって、
処理速度を低下させることなくプログラムメモリの知識
データのチェックを行えるようにすることを技術的課題
とする。
The present invention has been made in view of the problems of the conventional fuzzy sensor controller, and includes:
The technical problem is to be able to check knowledge data in a program memory without reducing processing speed.

【0006】[0006]

【課題を解決するための手段】本発明はセンサの出力に
基づいてファジー推論を行い推論結果を出力するように
したファジーセンサコントローラであって、センサから
の信号が与えられる入力部と、メンバーシップ関数及び
ファジールールを含む知識データを記憶するプログラム
メモリと、動作開始時にプログラムメモリの知識データ
が転送され、与えられた特徴データに基づいてファジー
推論を行うファジー推論器と、入力部からのセンサ入力
を取込んで特徴データとして所定のタイミングでファジ
ー推論器に与えると共に、ファジー推論器より得られる
推論結果を出力する信号処理手段と、信号処理手段から
得られる推論結果信号を外部に出力する出力部と、入力
部より信号処理手段への入力の待受け時及びファジー推
論器のファジー推論中の少なくともいずれかに、プログ
ラムメモリの知識データの異常を判別する知識データ判
別手段と、を具備することを特徴とするものである。
[Means for Solving the Problems] The present invention is a fuzzy sensor controller that performs fuzzy inference based on the output of a sensor and outputs an inference result. A program memory that stores knowledge data including functions and fuzzy rules, a fuzzy inference device to which knowledge data in the program memory is transferred at the start of operation and performs fuzzy inference based on given feature data, and a sensor input from an input section. a signal processing means that takes in the feature data and provides it to the fuzzy inference machine at a predetermined timing, and outputs the inference result obtained from the fuzzy inference machine; and an output unit that outputs the inference result signal obtained from the signal processing means to the outside. and knowledge data determining means for determining an abnormality in the knowledge data in the program memory, at least either when waiting for input from the input unit to the signal processing means or during fuzzy inference by the fuzzy inference device. That is.

【0007】[0007]

【作用】このような特徴を有する本発明によれば、ファ
ジー推論の開始前にあらかじめプログラムメモリにメン
バーシップ関数とファジールールを記憶させておき、フ
ァジー推論を開始する前にその知識データをファジー推
論器に与える。そしてファジー推論中は入力部を介して
得られるセンサからの信号を信号伝達手段によって特徴
データとして周期的にファジー推論部に与え、推論結果
を受け取って出力している。そして入力部からのセンサ
入力の待受け時、及びファジー推論器からのファジー推
論結果の待受け時の少なくともいずれかに、プログラム
メモリに保持されている知識データの異常を知識データ
判別手段により判別するようにしている。
[Operation] According to the present invention having such characteristics, membership functions and fuzzy rules are stored in the program memory in advance before starting fuzzy inference, and the knowledge data is used for fuzzy inference before starting fuzzy inference. Give it to the vessel. During fuzzy inference, the signal from the sensor obtained through the input section is periodically applied to the fuzzy inference section as feature data by the signal transmission means, and the inference result is received and output. The knowledge data determining means determines whether there is an abnormality in the knowledge data held in the program memory at least when waiting for sensor input from the input unit or when waiting for fuzzy inference results from the fuzzy inference device. ing.

【0008】[0008]

【実施例】図1は本発明の一実施例によるファジーセン
サコントローラ11の全体構成を示すブロック図であり
、前述した従来例と同一部分は同一符号を付して詳細な
説明を省略する。本実施例においてもオンオフ型のセン
サやアナログセンサからの入力が入力部である入力イン
ターフェース2を介して信号処理部12に与えられる。 信号処理部12はマイクロコンピュータによって実現さ
れており、内部メモリ13に加えて後述するように入力
インターフェース2からの所定周期毎の信号を特徴デー
タとしてファジー推論器8に与え、推論結果を出力する
信号処理手段14と信号の待受け中にプログラムメモリ
7の知識データを判別する知識データ判別手段15が設
けられる。又信号処理部12には出力部として出力イン
ターフェース9が接続され、オンオフ信号又はアナログ
制御信号を外部に出力している。その他の構成は前述し
た従来例と同様であり、信号処理部3には動作モードを
設定する動作モード設定部4、及び知識データを保持す
るプログラムメモリ7が接続されている。プログラムメ
モリ7は不揮発性メモリ又は電池でバックアップされた
メモリとし、電源を遮断しても知識データを保持できる
ものとする。
DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is a block diagram showing the overall configuration of a fuzzy sensor controller 11 according to an embodiment of the present invention, and the same parts as in the conventional example described above are given the same reference numerals and detailed explanations will be omitted. In this embodiment as well, inputs from on-off type sensors and analog sensors are provided to the signal processing section 12 via the input interface 2, which is an input section. The signal processing unit 12 is realized by a microcomputer, and in addition to the internal memory 13, as will be described later, signals from the input interface 2 at every predetermined period are given to the fuzzy inference unit 8 as feature data, and a signal for outputting an inference result is provided. A knowledge data determining means 15 is provided for determining the knowledge data in the program memory 7 while the processing means 14 and the signal are on standby. Further, an output interface 9 is connected to the signal processing section 12 as an output section, and outputs an on/off signal or an analog control signal to the outside. The rest of the configuration is the same as that of the conventional example described above, and the signal processing section 3 is connected to an operation mode setting section 4 for setting an operation mode and a program memory 7 for holding knowledge data. The program memory 7 is a nonvolatile memory or a memory backed up by a battery, and is capable of retaining knowledge data even when the power is cut off.

【0009】次に本実施例の動作について図2,図3の
フローチャートを用いて説明する。動作を開始するとま
ず図2のステップ21において初期化処理を行い、ステ
ップ22に進んでプログラムモードかどうかをチェック
する。動作モード設定部4よりプログラムモードが設定
されている場合には、ステップ23において上位コンピ
ュータ6よりプログラムの書込コマンドを待受ける。プ
ログラムの書込コマンドが得られればステップ24に進
んで通信エラーの有無をチェックし、通信エラーがなけ
れば書込コマンドに続けて与えられたファジー推論の前
件部のメンバーシップ関数(MSF)及び後件部のメン
バーシップ関数データと、ファジールール及びこれに加
えてこれらのデータの合計値 (いわゆるサム値) を
プログラムメモリ7に書込む。そしてステップ26に進
んでレスポンスを生成してステップ22に戻る。又ステ
ップ24において通信エラーがあれば、通信エラー処理
を行って(ステップ27) 処理を終える。
Next, the operation of this embodiment will be explained using the flowcharts shown in FIGS. 2 and 3. When the operation starts, initialization processing is first performed in step 21 of FIG. 2, and the process proceeds to step 22, where it is checked whether the program mode is set. If the program mode is set by the operation mode setting unit 4, a program write command is awaited from the host computer 6 in step 23. If the program write command is obtained, the process proceeds to step 24 to check whether there is a communication error, and if there is no communication error, the membership function (MSF) of the antecedent part of the fuzzy inference given following the write command and The membership function data of the consequent part, the fuzzy rule, and in addition to this, the total value of these data (so-called sum value) are written into the program memory 7. The process then proceeds to step 26 to generate a response and returns to step 22. If there is a communication error in step 24, communication error handling is performed (step 27) and the process ends.

【0010】こうしてプログラムモードにおいてプログ
ラムメモリ7に知識データが書込まれた後、動作モード
設定部4によって動作モードをランモードとする。そう
すればステップ22より図3のステップ31に進んで、
モードの変更を終えた直後かどうかをチェックする。モ
ード変更直後であればステップ32においてプログラム
メモリ7に保持されている知識データ、即ち前件部及び
後件部のメンバーシップ関数データとファジールールと
をファジー推論器8内のメモリ8aに転送する(ステッ
プ32) 。そしてステップ33に進んでセンサからの
入力を読込んで読込みの完了を待受ける。多くの使用状
態においては一定時間のセンサ入力が必要な場合が多い
。例えばベルトコンベア上を流れる物品の形状を判別す
る場合には、センサが物品を検出している間はセンサ入
力を連続して読込むことが必要となる。このようにセン
サからの入力の読込みは所定の時間を要する。従って読
込みが完了するまではステップ34からステップ35に
進んでプログラムメモリ7の知識データ、即ちメンバー
シップ関数データとルールデータ及びサム値を読出し、
これらのデータの合計がサム値と等しいかどうかのサム
チェックを行う。そしてステップ36に進んでエラーの
有無をチェックし、エラーがなければステップ22に戻
って同様の処理を繰り返す。
After the knowledge data is thus written in the program memory 7 in the program mode, the operation mode setting section 4 sets the operation mode to the run mode. Then, proceed from step 22 to step 31 in Figure 3,
Check to see if you have just finished changing the mode. If the mode has just been changed, the knowledge data held in the program memory 7, that is, the membership function data of the antecedent part and the consequent part and the fuzzy rules, are transferred to the memory 8a in the fuzzy inference device 8 in step 32 ( Step 32). The process then proceeds to step 33, reads the input from the sensor, and waits for the reading to be completed. In many usage conditions, sensor input for a certain period of time is often required. For example, when determining the shape of an article flowing on a belt conveyor, it is necessary to continuously read sensor input while the sensor is detecting the article. In this way, reading input from the sensor requires a certain amount of time. Therefore, until the reading is completed, the process proceeds from step 34 to step 35 to read out the knowledge data in the program memory 7, that is, the membership function data, rule data, and sum value.
A sum check is performed to see if the sum of these data is equal to the sum value. Then, the process advances to step 36 to check whether there is an error, and if there is no error, the process returns to step 22 and repeats the same process.

【0011】さてステップ34においてセンサ入力の読
込みが完了すればルーチン37に進んで読込まれたセン
サ入力から特徴データの演算・生成を行う。そしてステ
ップ38に進んで特徴データをファジー推論器8に転送
する。 そしてステップ39, 40に進んでファジー推論器8
による推論を実行させ推論の完了を待受ける。ファジー
推論器8による推論では、メンバーシップ関数やルール
数等によって定まる一定時間、例えば数mSの推論時間
が必要である。そこで推論が完了していなければステッ
プ41に進んで、ステップ35と同様に再びプログラム
メモリ7から知識データを読出してサムチェックする。 そしてステップ41においてエラーの有無をチェックし
、エラーがなければ推論の完了を待受ける。そして推論
が完了すれば出力インターフェース9よりオンオフ信号
又はアナログ制御信号を出力して処理を終える。ここで
ステップ36又は42においてエラーが検出されれば、
ステップ44に進んでサムチェックのエラー処理を行う
。このエラー処理はエラー表示やエラー出力を行うと共
に強制的に制御を中断させる等の処理である。
[0011] When reading of the sensor input is completed in step 34, the routine proceeds to routine 37, where feature data is calculated and generated from the read sensor input. Then, the process proceeds to step 38 and the feature data is transferred to the fuzzy inference unit 8. Then, proceed to steps 39 and 40 and use the fuzzy inference machine 8.
Execute the inference by and wait for the inference to complete. Inference by the fuzzy inference device 8 requires a certain amount of time determined by membership functions, the number of rules, etc., for example, several milliseconds of inference time. If the inference has not been completed, the process proceeds to step 41, where the knowledge data is read out from the program memory 7 again and sum-checked, as in step 35. Then, in step 41, the presence or absence of an error is checked, and if there is no error, completion of the inference is awaited. When the inference is completed, an on/off signal or an analog control signal is output from the output interface 9, and the process is completed. If an error is detected in step 36 or 42,
Proceeding to step 44, sum check error processing is performed. This error processing involves displaying an error, outputting an error, and forcibly interrupting control.

【0012】このように本実施例ではセンサ入力の読込
み時及びファジー推論の推論が完了するまでの間に知識
データのサムチェックを行っているため、処理速度を低
下させることなく知識データが何らかの理由で変化した
ときに知識データの変化を確認することができる。ここ
でルール数やメンバーシップ関数のデータが多くセンサ
の入力待受け時やファジー推論中にサムチェックが終了
しない場合は、複数のファジー制御サイクルの時間をか
けてサムチェックを実行する。こうすれば待ち時間を有
効に利用することができる。又電源投入後の初期処理時
にもサムチェックを行うようにすれば信頼性がより向上
することとなる。ここで信号処理部12はステップ33
, 34及び37〜39,40, 43において入力イ
ンターフェース2より得られるセンサ出力を特徴データ
としてファジー推論器8に与え、ファジー推論を実行さ
せ推論結果を出力する信号処理手段14を構成しており
、ステップ35, 36及びステップ41, 42はこ
れらの処理の間にプログラムメモリの知識データを読出
してその内容をチェックする知識データ判別手段15の
機能を達成している。
[0012] In this way, in this embodiment, since the sum check of the knowledge data is performed between the time of reading the sensor input and the time when the inference of the fuzzy inference is completed, the knowledge data is checked for some reason without reducing the processing speed. You can check changes in knowledge data when changes occur. If there is a large number of rules and membership function data, and the sum check does not finish while waiting for sensor input or during fuzzy inference, the sum check is executed over a plurality of fuzzy control cycles. In this way, waiting time can be used effectively. Furthermore, reliability can be further improved by performing a sum check during initial processing after power is turned on. Here, the signal processing section 12 performs step 33.
, 34 and 37 to 39, 40, and 43 constitute a signal processing means 14 that supplies the sensor output obtained from the input interface 2 as feature data to the fuzzy inference unit 8, executes fuzzy inference, and outputs the inference result, Steps 35, 36 and steps 41, 42 achieve the function of the knowledge data determining means 15 which reads the knowledge data from the program memory and checks its contents during these processes.

【0013】[0013]

【発明の効果】以上詳細に説明したように本発明によれ
ば、センサからの入力の待受け時及びファジー推論時に
プログラムメモリの知識データの異常を判別するように
しているため、データの処理速度を低下させることなく
知識データのチェックを行うことができる。又常に知識
データのチェックを行っているため、異常の発見が容易
であり信頼性が高いファジー推論を実現することが可能
となる。
Effects of the Invention As described in detail above, according to the present invention, abnormalities in the knowledge data in the program memory are determined when waiting for input from a sensor and during fuzzy inference, thereby increasing the data processing speed. Knowledge data can be checked without degrading it. Furthermore, since the knowledge data is constantly checked, abnormalities can be easily discovered and highly reliable fuzzy inference can be realized.

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

【図1】本発明の一実施例によるファジーセンサコント
ローラの構成を示すブロック図である。
FIG. 1 is a block diagram showing the configuration of a fuzzy sensor controller according to an embodiment of the present invention.

【図2】本実施例の動作を示すフローチャート(その1
)である。
[Figure 2] Flowchart showing the operation of this embodiment (Part 1)
).

【図3】本実施例の動作を示すフローチャート(その2
)である。
[Figure 3] Flowchart showing the operation of this embodiment (Part 2)
).

【図4】従来のファジーセンサコントローラの構成を示
すブロック図である。
FIG. 4 is a block diagram showing the configuration of a conventional fuzzy sensor controller.

【符号の説明】[Explanation of symbols]

1,11  ファジーセンサコントローラ2  入力イ
ンターフェース 4  動作モード設定部 5  通信インターフェース 7  プログラムメモリ 8  ファジー推論器 8a  メモリ 9  出力インターフェース 12  信号処理部 13  内部メモリ 14  信号処理手段 15  知識データ判別手段
1, 11 Fuzzy sensor controller 2 Input interface 4 Operation mode setting unit 5 Communication interface 7 Program memory 8 Fuzzy inference unit 8a Memory 9 Output interface 12 Signal processing unit 13 Internal memory 14 Signal processing means 15 Knowledge data discrimination means

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  センサの出力に基づいてファジー推論
を行い推論結果を出力するようにしたファジーセンサコ
ントローラであって、センサからの信号が与えられる入
力部と、メンバーシップ関数及びファジールールを含む
知識データを記憶するプログラムメモリと、動作開始時
に前記プログラムメモリの知識データが転送され、与え
られた特徴データに基づいてファジー推論を行うファジ
ー推論器と、前記入力部からのセンサ入力を取込んで特
徴データとして所定のタイミングで前記ファジー推論器
に与えると共に、ファジー推論器より得られる推論結果
を出力する信号処理手段と、前記信号処理手段から得ら
れる推論結果信号を外部に出力する出力部と、前記入力
部より前記信号処理手段への入力の待受け時及び前記フ
ァジー推論器のファジー推論中の少なくともいずれかに
、前記プログラムメモリの知識データの異常を判別する
知識データ判別手段と、を具備することを特徴とするフ
ァジーセンサコントローラ。
1. A fuzzy sensor controller that performs fuzzy inference based on the output of a sensor and outputs an inference result, the controller comprising an input section to which a signal from the sensor is applied, and knowledge including a membership function and a fuzzy rule. a program memory that stores data; a fuzzy inference device to which knowledge data in the program memory is transferred at the start of operation and performs fuzzy inference based on given feature data; a signal processing means for providing data to the fuzzy inference device at a predetermined timing and outputting an inference result obtained from the fuzzy inference device; an output unit for outputting an inference result signal obtained from the signal processing means to the outside; knowledge data determining means for determining an abnormality in the knowledge data in the program memory at least either when waiting for an input from an input unit to the signal processing means or during fuzzy inference by the fuzzy inference device; Features a fuzzy sensor controller.
JP14103991A 1991-05-15 1991-05-15 Fuzzy sensor controller Pending JPH04338830A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP14103991A JPH04338830A (en) 1991-05-15 1991-05-15 Fuzzy sensor controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP14103991A JPH04338830A (en) 1991-05-15 1991-05-15 Fuzzy sensor controller

Publications (1)

Publication Number Publication Date
JPH04338830A true JPH04338830A (en) 1992-11-26

Family

ID=15282819

Family Applications (1)

Application Number Title Priority Date Filing Date
JP14103991A Pending JPH04338830A (en) 1991-05-15 1991-05-15 Fuzzy sensor controller

Country Status (1)

Country Link
JP (1) JPH04338830A (en)

Similar Documents

Publication Publication Date Title
US20060155960A1 (en) Programmable controller
US5070476A (en) Sequence controller
JPH04133102A (en) Programmable controller and its control method
JPH04338830A (en) Fuzzy sensor controller
US4807178A (en) Programmable sequence controller having indirect and direct input/output apparatus
JPH04338834A (en) Fuzzy inference device
JPH04344937A (en) Fuzzy inference device
JPH034921B2 (en)
JPH04338833A (en) Fuzzy inference device
JP2880658B2 (en) Runaway detection device for multitask program
JPH0635757A (en) Abnormality detector of cpu
JPH04338831A (en) Fuzzy inference device
JPS5833758A (en) Programmable controller
JP3493525B2 (en) Programmable controller
EP0422246A1 (en) Programmable controller
JPH04323754A (en) Output device type deciding device
JPS63170703A (en) Loader command processing device
JPS63316146A (en) Microcomputer
JPH0227692B2 (en)
JPH04338832A (en) Fuzzy inference device
JPH0619518A (en) Program calling system
JPS63126007A (en) Programmable controller
JPH0439683B2 (en)
JPS58221405A (en) Programmable controller
JPH02136927A (en) Language process program