JP4929133B2 - Inspection support system - Google Patents

Inspection support system Download PDF

Info

Publication number
JP4929133B2
JP4929133B2 JP2007298032A JP2007298032A JP4929133B2 JP 4929133 B2 JP4929133 B2 JP 4929133B2 JP 2007298032 A JP2007298032 A JP 2007298032A JP 2007298032 A JP2007298032 A JP 2007298032A JP 4929133 B2 JP4929133 B2 JP 4929133B2
Authority
JP
Japan
Prior art keywords
output
unit
result
image processing
image
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.)
Expired - Fee Related
Application number
JP2007298032A
Other languages
Japanese (ja)
Other versions
JP2009122035A (en
Inventor
和哉 藤森
英敏 森本
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.)
Keyence Corp
Original Assignee
Keyence 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 Keyence Corp filed Critical Keyence Corp
Priority to JP2007298032A priority Critical patent/JP4929133B2/en
Publication of JP2009122035A publication Critical patent/JP2009122035A/en
Application granted granted Critical
Publication of JP4929133B2 publication Critical patent/JP4929133B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Stored Programmes (AREA)
  • Length Measuring Devices By Optical Means (AREA)
  • Investigating Materials By The Use Of Optical Means Adapted For Particular Applications (AREA)

Description

本発明は、検査支援システムに係り、さらに詳しくは、検査対象物を撮影して得られるカメラ画像に基づいて判定信号を出力する画像処理コントローラを含む検査支援システムに関する。   The present invention relates to an inspection support system, and more particularly to an inspection support system including an image processing controller that outputs a determination signal based on a camera image obtained by imaging an inspection object.

検査対象物を撮影して得られるカメラ画像を画像処理し、検査対象物の形状、位置、カメラ画像に基づく判定結果を示す判定信号などを処理結果として出力する画像処理コントローラには、一連の処理手順を変更可能なものが知られている(例えば、特許文献1)。通常、一連の処理手順をこの様な画像処理コントローラに実行させるための制御プログラムは、PC(パーソナルコンピュータ)などの情報処理端末上で動作するエディタ(ソフトウェア)を用いて作成される。ユーザは、作成した制御プログラムを画像処理コントローラに転送することにより、検査対象物に対して所望の検査を行うことができる。   The image processing controller that performs image processing on a camera image obtained by photographing the inspection object and outputs a determination signal indicating the determination result based on the shape, position, and camera image of the inspection object as a processing result includes a series of processes. A method that can change the procedure is known (for example, Patent Document 1). Usually, a control program for causing such an image processing controller to execute a series of processing procedures is created using an editor (software) that operates on an information processing terminal such as a PC (personal computer). The user can perform a desired inspection on the inspection object by transferring the created control program to the image processing controller.

一般に、制御プログラムを繰返し実行させる場合、カメラ画像から計測結果を抽出する画像処理に要する時間と、出力インターフェースを介してメモリカードなどに計測結果やカメラ画像を出力する出力処理に要する時間とは異なっている。このため、計測を繰り返すと、画像処理によって得られた計測結果やカメラ画像を検査結果として出力バッファに書き込むタイミングと、出力処理用に出力バッファから検査結果を読み出すタイミングとの間にずれが生じることとなる。つまり、出力処理に比べて画像処理に要する時間が短い場合には、検査結果の書込みサイクルが読出しサイクルを上回ることになり、出力バッファ内の空き容量が不足することとなる。   Generally, when a control program is repeatedly executed, the time required for image processing for extracting measurement results from camera images differs from the time required for output processing for outputting measurement results or camera images to a memory card or the like via an output interface. ing. For this reason, when measurement is repeated, there is a difference between the timing at which the measurement result or camera image obtained by the image processing is written to the output buffer as the inspection result and the timing at which the inspection result is read from the output buffer for output processing. It becomes. That is, when the time required for image processing is shorter than that for output processing, the writing cycle of the inspection result exceeds the reading cycle, and the free capacity in the output buffer is insufficient.

通常、製造ライン上を搬送される検査対象物を検査するようなケースでは、製造ラインの運転に影響を与えないために、画像処理を優先させることが考えられる。すなわち、新たに得られた検査結果を出力バッファに書き込む際、出力バッファ内の空き容量が不足した場合に、新たに得られた検査結果を書き込まずに、制御プログラムの実行を継続させることが考えられる。この様な画像処理優先モードでは、空き容量が不足している間に得られた検査結果は失われることになる。一方、一連の計測によって得られる検査結果を漏れなく収集し、或いは、検査対象物の良否の判定結果が既定値となった際のカメラ画像を漏れなく収集するようなケースでは、出力処理を優先させることも考えられる。すなわち、出力バッファ内の空き容量が不足した場合に、検査結果が読み出されることによって、出力バッファに検査結果が書き込めるようになるまで、制御プログラムの実行を中断させることが考えられる。   Usually, in the case of inspecting an inspection object conveyed on the production line, priority is given to image processing in order not to affect the operation of the production line. In other words, when the newly obtained inspection result is written to the output buffer, if the free space in the output buffer is insufficient, the execution of the control program may be continued without writing the newly obtained inspection result. It is done. In such an image processing priority mode, the inspection result obtained while the free space is insufficient is lost. On the other hand, in the case where the inspection results obtained by a series of measurements are collected without omission, or the camera images are collected without omission when the judgment result of the quality of the inspection object becomes the default value, priority is given to the output processing. It is possible to make it. That is, when the free space in the output buffer is insufficient, it is conceivable that the execution of the control program is interrupted until the inspection result can be written to the output buffer by reading the inspection result.

しかしながら、従来の画像処理コントローラでは、画像処理を優先させるのか、出力処理を優先させるのかが、検査結果の出力先とするデバイスによって固定されており、変更することができなかった。例えば、検査結果をメモリカードなどの着脱可能な記録媒体に出力させる場合と、通信インターフェースを介してPCなどの外部機器に出力させる場合とでそれぞれに画像処理を優先させるのか、或いは、出力処理を優先させるのかが予め定められており、変更することができなかった。このため、出力処理優先のデバイスを出力先として検査結果を出力させる場合には、空き容量の不足が生じた際に、画像処理が止められてしまうという問題があった。
特開平9−288568号公報
However, in the conventional image processing controller, whether to prioritize image processing or output processing is fixed by the device that is the output destination of the inspection result and cannot be changed. For example, whether to give priority to image processing when outputting test results to a removable recording medium such as a memory card and when outputting to an external device such as a PC via a communication interface, or The priority is predetermined and cannot be changed. For this reason, in the case where the inspection result is output using a device that has priority for output processing as an output destination, there is a problem in that image processing is stopped when insufficient free space occurs.
JP-A-9-288568

上述した通り、従来の画像処理コントローラでは、画像処理を優先させるのか、出力処理を優先させるのかが、検査結果の出力先とするデバイスによって固定されており、変更することができなかったので、出力処理優先のデバイスを出力先として検査結果を出力させる場合、空き容量の不足が生じた際に、画像処理が止められてしまうという問題があった。   As described above, in the conventional image processing controller, whether to give priority to image processing or output processing is fixed by the device to which the inspection result is output and cannot be changed. When the inspection result is output using a device with priority for processing as an output destination, there is a problem in that image processing is stopped when a shortage of free space occurs.

本発明は、上記の事情に鑑みてなされたものであり、制御プログラムの実行時に得られた検査結果を出力させる際に画像処理を優先させるのか出力処理を優先させるのかを選択することができる検査支援システムを提供することを目的とする。特に、検査結果として、カメラ画像を出力する場合と計測結果を出力する場合とでそれぞれ画像処理を優先させるのか出力処理を優先させるのかを選択することができる検査支援システムを提供することを目的とする。   The present invention has been made in view of the above circumstances, and can select whether to prioritize image processing or output processing when outputting the inspection result obtained when the control program is executed. The purpose is to provide a support system. In particular, an object of the present invention is to provide an inspection support system capable of selecting whether to give priority to image processing or output processing in the case of outputting a camera image and the case of outputting a measurement result as an inspection result. To do.

第1の本発明による検査支援システムは、検査対象物を撮影してカメラ画像を生成するカメラと、上記カメラから上記カメラ画像を取得して当該カメラ画像から計測結果を抽出し、この計測結果に基づいて上記検査対象物の良否を判定して判定信号を出力する画像処理コントローラと、上記画像処理コントローラの制御プログラムを作成するプログラム作成装置とからなる検査支援システムであって、上記プログラム作成装置が、上記画像処理コントローラが実行する処理を示す処理ユニットとして、撮像トリガ信号に基づいて上記カメラからカメラ画像を取得する撮像ユニット、上記撮像ユニットによって取得された上記カメラ画像から計測結果を抽出する2以上の計測ユニット、上記計測結果の抽出に使用されたカメラ画像を出力する画像出力ユニット、及び、上記計測結果を出力する結果出力ユニットを保持する処理ユニット記憶手段と、スタートシンボルにおいて開始し、エンドシンボルにおいて終了する実行フロー上に上記処理ユニットを配置することによって生成されたフローチャートを表示するフローチャート表示手段と、上記フローチャートに基づいて、上記画像処理コントローラの制御プログラムを生成するプログラム生成手段と、上記制御プログラムを上記画像処理コントローラへ転送する転送手段とを備え、上記画像処理コントローラが、上記制御プログラムを繰返し実行するプログラム実行手段と、上記制御プログラムの実行時に、上記撮像ユニットによって取得されたカメラ画像を上記画像出力ユニットの実行時に検査結果として出力バッファに書き込むとともに、上記計測ユニットによって抽出された計測結果を上記結果出力ユニットの実行時に検査結果として出力バッファに書き込む検査結果書込み手段と、上記出力バッファ内の上記カメラ画像を読み出し、出力インターフェースを介して出力するカメラ画像出力手段と、上記出力バッファ内の上記計測結果を読み出し、出力インターフェースを介して出力する計測結果出力手段とを備え、上記検査結果書込み手段が、新たに得られた検査結果を出力バッファに書き込む際、出力バッファ内の空き容量が不足した場合に、当該新たに得られた検査結果を書き込まずに、上記制御プログラムの実行を継続させる画像処理優先書込み手段と、上記カメラ画像出力手段及び上記計測結果出力手段が検査結果を読み出すことによって出力バッファに検査結果が書き込めるようになるまで、上記制御プログラムの実行を中断させる出力処理優先書込み手段とからなり、上記カメラ画像出力手段及び上記計測結果出力手段のそれぞれについて、上記画像処理優先書込み手段及び上記出力処理優先書込み手段のいずれかが選択可能であるように構成される。   The inspection support system according to the first aspect of the present invention includes a camera that shoots an inspection object and generates a camera image, acquires the camera image from the camera, extracts a measurement result from the camera image, An inspection support system comprising an image processing controller for determining pass / fail of the inspection object and outputting a determination signal, and a program creation device for creating a control program for the image processing controller, wherein the program creation device comprises: As a processing unit that indicates processing executed by the image processing controller, an imaging unit that acquires a camera image from the camera based on an imaging trigger signal, and two or more that extract measurement results from the camera image acquired by the imaging unit Measurement unit, an image that outputs the camera image used to extract the measurement results A flow chart generated by arranging the output unit and the processing unit storage means for holding the result output unit for outputting the measurement result, and the processing unit on the execution flow starting at the start symbol and ending at the end symbol. A flowchart display means for displaying the image processing controller, a program generation means for generating a control program for the image processing controller based on the flowchart, and a transfer means for transferring the control program to the image processing controller. The program execution means for repeatedly executing the control program and the camera image acquired by the imaging unit when the control program is executed are written in the output buffer as the inspection result when the image output unit is executed. A test result writing means for writing the measurement result extracted by the measurement unit into the output buffer as a test result when the result output unit is executed, and the camera image in the output buffer is read and output via the output interface. A camera image output means; and a measurement result output means for reading out the measurement result in the output buffer and outputting the result via an output interface, and the inspection result writing means stores the newly obtained inspection result in the output buffer. When writing, when the free space in the output buffer is insufficient, the image processing priority writing means for continuing execution of the control program without writing the newly obtained inspection result, the camera image output means, and the above The measurement result output means reads the inspection result to the output buffer. Output processing priority writing means for interrupting the execution of the control program until the inspection result can be written, and for each of the camera image output means and the measurement result output means, the image processing priority writing means and the output Any one of the processing priority writing means is configured to be selectable.

この検査支援システムでは、新たに得られた検査結果を出力バッファに書き込む際に出力バッファ内の空き容量が不足した場合に、当該新たに得られた検査結果を書き込まずに制御プログラムの実行を継続させる画像処理優先と、検査結果が読み出されることによって出力バッファに検査結果が書き込めるようになるまで制御プログラムの実行を中断させる出力処理優先とのいずれかを、カメラ画像を出力する場合と計測結果を出力する場合とのそれぞれについて選択することができる。従って、ユーザは、制御プログラムに合わせて、画像処理を優先させるのか、或いは、出力処理を優先させるのかを選択することができる。   In this inspection support system, when the newly obtained inspection result is written to the output buffer, if the free space in the output buffer is insufficient, the control program is continuously executed without writing the newly obtained inspection result. Image processing priority to be output and output processing priority to interrupt execution of the control program until the inspection result can be written to the output buffer by reading the inspection result. It is possible to select for each case of outputting. Therefore, the user can select whether to prioritize image processing or output processing according to the control program.

第2の本発明による検査支援システムは、上記構成に加え、上記出力インターフェースが、上記出力バッファから読み出された検査結果を着脱可能に接続される外部機器へ出力するためのインターフェースであるように構成される。   In the inspection support system according to the second aspect of the present invention, in addition to the above configuration, the output interface is an interface for outputting the inspection result read from the output buffer to an external device that is detachably connected. Composed.

第3の本発明による検査支援システムは、上記構成に加え、上記画像処理コントローラが、上記制御プログラムの実行時に、上記計測ユニットが計測結果に基づいて判定した検査対象物の良否の判定結果を上記結果出力ユニットの実行時に上記検査結果書込み手段が上記出力バッファに書き込んだ際に、上記出力バッファ内の上記判定結果を読み出し、出力インターフェースを介して出力する判定結果出力手段を備え、上記カメラ画像出力手段、上記計測結果出力手段及び上記判定結果出力手段のそれぞれについて、上記画像処理優先書込み手段及び上記出力処理優先書込み手段のいずれかが選択可能であるように構成される。この様な構成によれば、カメラ画像を出力する場合と、計測結果を出力する場合と、判定結果を出力する場合とのそれぞれについて、画像処理優先又は出力処理優先のいずれかを選択することができる。   In addition to the above-described configuration, the inspection support system according to a third aspect of the present invention provides the determination result of the quality of the inspection object determined by the measurement unit based on the measurement result when the image processing controller executes the control program. When the result output unit is executed, when the test result writing means writes to the output buffer, the camera output the camera image by including a determination result output means for reading the determination result in the output buffer and outputting it via an output interface. For each of the means, the measurement result output means, and the determination result output means, either the image processing priority writing means or the output processing priority writing means can be selected. According to such a configuration, it is possible to select either image processing priority or output processing priority for each of a case where a camera image is output, a case where a measurement result is output, and a case where a determination result is output. it can.

第4の本発明による検査支援システムは、上記構成に加え、上記判定結果出力手段が、電気信号を出力するための出力端子を介して判定結果を出力するように構成される。   The inspection support system according to the fourth aspect of the present invention is configured such that, in addition to the above configuration, the determination result output means outputs a determination result via an output terminal for outputting an electrical signal.

第5の本発明による検査支援システムは、上記構成に加え、上記プログラム作成装置が、上記フローチャート上で選択された上記画像出力ユニット及び上記結果出力ユニットの上記パラメータとして、上記画像処理優先書込み手段及び上記出力処理優先書込み手段のいずれかを選択し、上記出力バッファに対する検査結果の書込み方法を決定する書込み方法決定手段を備えて構成される。この様な構成によれば、プログラム作成装置において画像処理ユニットや結果出力ユニットのパラメータとして検査結果の書込み方法が決定された制御プログラムによって画像処理コントローラを動作させるので、制御プログラムの実行中に画像処理を優先させるのか出力処理を優先させるのかを自動的に切り替えさせることができる。   The inspection support system according to the fifth aspect of the present invention is the inspection support system according to the present invention, wherein, in addition to the above-described configuration, the program creation apparatus uses the image processing priority writing unit and A write method determining unit is provided that selects any one of the output processing priority write units and determines a method for writing the test result to the output buffer. According to such a configuration, since the image processing controller is operated by the control program in which the method for writing the inspection result is determined as the parameter of the image processing unit or the result output unit in the program creation device, the image processing is executed during the execution of the control program. It is possible to automatically switch whether to give priority to output or to give priority to output processing.

第6の本発明による検査支援システムは、検査対象物を撮影してカメラ画像を生成するカメラと、上記カメラから上記カメラ画像を取得して当該カメラ画像から計測結果を抽出し、この計測結果に基づいて上記検査対象物の良否を判定して判定信号を出力する画像処理コントローラと、上記画像処理コントローラの制御プログラムを作成するプログラム作成装置とからなる検査支援システムであって、上記プログラム作成装置が、上記画像処理コントローラが実行する処理を示す処理ユニットとして、撮像トリガ信号に基づいて上記カメラからカメラ画像を取得する撮像ユニット、上記撮像ユニットによって取得された上記カメラ画像から計測結果を抽出する2以上の計測ユニット、上記計測結果の抽出に使用されたカメラ画像を出力する画像出力ユニット、及び、上記計測結果を出力する結果出力ユニットを保持する処理ユニット記憶手段と、スタートシンボルにおいて開始し、エンドシンボルにおいて終了する実行フロー上に上記処理ユニットを配置することによって生成されたフローチャートを表示するフローチャート表示手段と、上記フローチャートに基づいて、上記画像処理コントローラの制御プログラムを生成するプログラム生成手段と、上記制御プログラムを上記画像処理コントローラへ転送する転送手段とを備え、上記画像処理コントローラが、上記制御プログラムを繰返し実行するプログラム実行手段と、上記制御プログラムの実行時に、上記撮像ユニットによって取得されたカメラ画像を上記画像出力ユニットの実行時に検査結果として出力バッファに書き込むとともに、上記計測ユニットによって抽出された計測結果に基づいて判定した検査対象物の良否の判定結果を上記結果出力ユニットの実行時に検査結果として出力バッファに書き込む検査結果書込み手段と、上記出力バッファ内の上記カメラ画像を読み出し、出力インターフェースを介して出力するカメラ画像出力手段と、上記出力バッファ内の上記判定結果を読み出し、出力インターフェースを介して出力する判定結果出力手段とを備え、上記検査結果書込み手段が、新たに得られた検査結果を出力バッファに書き込む際、出力バッファ内の空き容量が不足した場合に、当該新たに得られた検査結果を書き込まずに、上記制御プログラムの実行を継続させる画像処理優先書込み手段と、上記カメラ画像出力手段及び上記判定結果出力手段が検査結果を読み出すことによって出力バッファに検査結果が書き込めるようになるまで、上記制御プログラムの実行を中断させる出力処理優先書込み手段とからなり、上記カメラ画像出力手段及び上記判定結果出力手段のそれぞれについて、上記画像処理優先書込み手段及び上記出力処理優先書込み手段のいずれかが選択可能であるように構成される。   An inspection support system according to a sixth aspect of the present invention captures an inspection object and generates a camera image, acquires the camera image from the camera, extracts a measurement result from the camera image, An inspection support system comprising an image processing controller for determining pass / fail of the inspection object and outputting a determination signal, and a program creation device for creating a control program for the image processing controller, wherein the program creation device comprises: As a processing unit that indicates processing executed by the image processing controller, an imaging unit that acquires a camera image from the camera based on an imaging trigger signal, and two or more that extract measurement results from the camera image acquired by the imaging unit Measurement unit, an image that outputs the camera image used to extract the measurement results A flow chart generated by arranging the output unit and the processing unit storage means for holding the result output unit for outputting the measurement result, and the processing unit on the execution flow starting at the start symbol and ending at the end symbol. A flowchart display means for displaying the image processing controller, a program generation means for generating a control program for the image processing controller based on the flowchart, and a transfer means for transferring the control program to the image processing controller. The program execution means for repeatedly executing the control program and the camera image acquired by the imaging unit when the control program is executed are written in the output buffer as the inspection result when the image output unit is executed. In addition, a test result writing means for writing a determination result of pass / fail of the test object determined based on the measurement result extracted by the measurement unit into the output buffer as a test result when the result output unit is executed; The inspection result writing means, comprising: camera image output means for reading out the camera image and outputting it through an output interface; and determination result output means for reading out the determination result in the output buffer and outputting it through the output interface. However, when the newly obtained inspection result is written to the output buffer, if the free space in the output buffer is insufficient, the image obtained by continuing the execution of the control program without writing the newly obtained inspection result. Processing priority writing means, the camera image output means and the determination result output means It consists of output processing priority writing means for interrupting the execution of the control program until the inspection result can be written to the output buffer by reading the inspection result, and for each of the camera image output means and the determination result output means, Any one of the image processing priority writing means and the output processing priority writing means can be selected.

本発明による検査支援システムによれば、新たに得られた検査結果を出力バッファに書き込む際に出力バッファ内の空き容量が不足した場合に、当該新たに得られた検査結果を書き込まずに制御プログラムの実行を継続させる画像処理優先と、検査結果が読み出されることによって出力バッファに検査結果が書き込めるようになるまで制御プログラムの実行を中断させる出力処理優先とのいずれかを、カメラ画像を出力する場合と計測結果を出力する場合とのそれぞれについて選択することができる。従って、ユーザは、制御プログラムに合わせて、画像処理を優先させるのか、或いは、出力処理を優先させるのかを選択することができる。   According to the inspection support system of the present invention, when the newly obtained inspection result is written to the output buffer, when the free space in the output buffer is insufficient, the control program is not written without writing the newly obtained inspection result. When outputting a camera image, either image processing priority that continues execution of the image processing or output processing priority that interrupts execution of the control program until the inspection result can be written to the output buffer by reading the inspection result And the case of outputting the measurement result can be selected. Therefore, the user can select whether to prioritize image processing or output processing according to the control program.

<検査支援システム>
図1は、本発明の実施の形態による検査支援システムの一構成例を示した斜視図である。この検査支援システムは、検査対象物の搬送ライン上に配置される画像処理装置1と、この画像処理装置1の制御プログラムを生成するPC(パーソナルコンピュータ)2とからなる。
<Inspection support system>
FIG. 1 is a perspective view showing a configuration example of an inspection support system according to an embodiment of the present invention. The inspection support system includes an image processing apparatus 1 arranged on a conveyance line of an inspection object, and a PC (personal computer) 2 that generates a control program for the image processing apparatus 1.

画像処理装置1は、画像処理コントローラ11、カメラ12、ディスプレイ13a及び操作ユニット13bからなり、検査対象物から得られたカメラ画像に基づいて判定信号を出力するセンサー装置である。この判定信号は、図示しないPLC(Programmable Logic Controller:プログラマブルコントローラ)などへ入力され、画像処理装置1は、FA(Factory Automation)センサーとして使用される。   The image processing device 1 is a sensor device that includes an image processing controller 11, a camera 12, a display 13a, and an operation unit 13b, and outputs a determination signal based on a camera image obtained from an inspection object. This determination signal is input to a PLC (Programmable Logic Controller) not shown, and the image processing apparatus 1 is used as an FA (Factory Automation) sensor.

カメラ12は、被写体を撮影して画像データを生成し、カメラ画像として出力する撮像装置であり、画像処理コントローラ11に着脱可能に接続される。カメラ12は、検査対象物が搬送される搬送ライン上に配置され、検査対象物を被写体として撮影が行われる。   The camera 12 is an imaging device that shoots a subject, generates image data, and outputs it as a camera image, and is detachably connected to the image processing controller 11. The camera 12 is disposed on a conveyance line through which the inspection object is conveyed, and photographing is performed using the inspection object as a subject.

ディスプレイ13aは、検査対象物を撮影して得られたカメラ画像やカメラ画像に基づく画像処理結果を表示するための出力装置である。このディスプレイ13aは、画像処理コントローラ11によって表示制御され、通常、画像処理コントローラ11の近傍に配置される。つまり、このディスプレイ13aは、画像処理コントローラ11が運転中である場合に、画像処理コントローラ11の動作状態をユーザに確認させるための表示装置となっている。操作ユニット13bは、ディスプレイ13a上でフォーカス位置を移動させたり、メニュー項目を選択するための入力装置である。   The display 13a is an output device for displaying a camera image obtained by photographing an inspection object and an image processing result based on the camera image. The display 13 a is display-controlled by the image processing controller 11 and is usually disposed in the vicinity of the image processing controller 11. That is, the display 13a is a display device for allowing the user to check the operation state of the image processing controller 11 when the image processing controller 11 is in operation. The operation unit 13b is an input device for moving a focus position on the display 13a and selecting a menu item.

画像処理コントローラ11は、カメラ12からのカメラ画像を取り込んで処理し、カメラ画像に基づいて行った判定結果を示す判定信号を処理結果として出力する画像処理装置1の本体ユニットである。カメラ画像の取得動作は、例えば、PLCなどの外部機器から入力される制御信号であって、カメラ画像を取り込むタイミングを規定する撮像トリガ信号に基づいて行われる。   The image processing controller 11 is a main unit of the image processing apparatus 1 that captures and processes a camera image from the camera 12 and outputs a determination signal indicating a determination result made based on the camera image as a processing result. The camera image acquisition operation is performed based on, for example, an imaging trigger signal that is a control signal input from an external device such as a PLC and that defines a timing for capturing a camera image.

この画像処理コントローラ11には、最大で4台のカメラ12が接続され、これらのカメラ12から取得したカメラ画像に基づいて画像処理が行われる。画像処理コントローラ11から出力される判定信号は、製品の良否などの判定結果を示す信号として生成される。   Up to four cameras 12 are connected to the image processing controller 11, and image processing is performed based on camera images acquired from these cameras 12. The determination signal output from the image processing controller 11 is generated as a signal indicating a determination result such as product quality.

また、画像処理コントローラ11には、ディスプレイ13a及び操作ユニット13bが接続されており、PC2を接続しなくても、操作ユニット13bを入力装置とし、ディスプレイ13aを出力装置として動作させることができる。   Further, the display 13a and the operation unit 13b are connected to the image processing controller 11, and the operation unit 13b can be operated as an input device and the display 13a can be operated as an output device without being connected to the PC 2.

PC2は、画像処理コントローラ11の制御プログラムを作成するプログラム作成装置であり、PC2上で動作するエディタ(ソフトウェア)によって制御プログラムが生成される。画像処理コントローラ11の制御プログラムを作成する際、PC2上でシミュレーションして動作確認することができる。   The PC 2 is a program creation device that creates a control program for the image processing controller 11, and a control program is generated by an editor (software) operating on the PC 2. When creating a control program for the image processing controller 11, a simulation can be performed on the PC 2 to confirm the operation.

PC2では、画像処理コントローラ11によるディスプレイ13a上の表示態様を規定するレイアウト情報が作成される。このレイアウト情報もエディタによってPC2における編集画面上で作成され、制御プログラム及びレイアウト情報からなる検査設定データが生成される。   In the PC 2, layout information that defines the display mode on the display 13 a by the image processing controller 11 is created. This layout information is also created on the editing screen in the PC 2 by the editor, and inspection setting data including a control program and layout information is generated.

PC2と画像処理装置1の画像処理コントローラ11とは、イーサネット(Ethernet:登録商標)などの通信ネットワークを介して接続される。PC2には、複数の画像処理コントローラ11が着脱可能に接続される。PC2上で作成した検査設定データを画像処理コントローラ11に転送することにより、画像処理コントローラ11内の検査設定データを書き換えることができる。また、画像処理コントローラ11内の検査設定データを取り込んでPC2上で編集することもできる。このPC2は、通常、画像処理装置1のメンテナンス時に画像処理コントローラ11が接続される。   The PC 2 and the image processing controller 11 of the image processing apparatus 1 are connected via a communication network such as Ethernet (registered trademark). A plurality of image processing controllers 11 are detachably connected to the PC 2. By transferring the inspection setting data created on the PC 2 to the image processing controller 11, the inspection setting data in the image processing controller 11 can be rewritten. In addition, inspection setting data in the image processing controller 11 can be taken in and edited on the PC 2. The PC 2 is normally connected to the image processing controller 11 during maintenance of the image processing apparatus 1.

この検査支援システムでは、画像処理コントローラ11の運転中にカメラ12から取得したカメラ画像や、カメラ画像から抽出した計測結果が履歴情報として蓄積され、必要に応じてディスプレイ13aやPC2上に表示させることができる。   In this inspection support system, the camera image acquired from the camera 12 during the operation of the image processing controller 11 and the measurement result extracted from the camera image are accumulated as history information and displayed on the display 13a or the PC 2 as necessary. Can do.

<システム構成>
図2は、図1の検査支援システムのシステム構成の一例を示したブロック図である。この検査支援システム100は、1台のPC2と、通信ネットワーク3を介してPC2に接続された複数の画像処理装置1により構成される。PC2上で作成された制御プログラムは、検査設定データ22としてメモリ21内に格納される。
<System configuration>
FIG. 2 is a block diagram showing an example of the system configuration of the inspection support system of FIG. The inspection support system 100 includes a single PC 2 and a plurality of image processing apparatuses 1 connected to the PC 2 via the communication network 3. The control program created on the PC 2 is stored in the memory 21 as inspection setting data 22.

PC2上で作成された検査設定データ22は、通信ネットワーク3を介して画像処理コントローラ11に転送される。このとき、転送先を指定して検査設定データ22を転送することにより、所望の画像処理コントローラ11について、メモリ14内の検査設定データ15を更新し、或いは、メモリ14内に新たな検査設定データを追加することができる。   The examination setting data 22 created on the PC 2 is transferred to the image processing controller 11 via the communication network 3. At this time, by specifying the transfer destination and transferring the inspection setting data 22, the inspection setting data 15 in the memory 14 is updated for the desired image processing controller 11, or new inspection setting data is stored in the memory 14. Can be added.

この画像処理コントローラ11では、フラッシュメモリなどのメモリ14内に複数の検査設定データ15が保持されている。各検査設定データ15は、処理手順や検査内容が異なる制御プログラムからなり、ユーザ操作に基づいて実行対象とする検査設定データ15を変更することができる。   In the image processing controller 11, a plurality of examination setting data 15 is held in a memory 14 such as a flash memory. Each inspection setting data 15 is composed of a control program having different processing procedures and inspection contents, and the inspection setting data 15 to be executed can be changed based on a user operation.

PC2では、通信ネットワーク3によって接続されている画像処理コントローラ11から検査設定データ15を取得して編集する動作が行われる。   In the PC 2, an operation for acquiring and editing the examination setting data 15 from the image processing controller 11 connected by the communication network 3 is performed.

<エディタ画面>
図3は、図2の検査支援システム100におけるPC2の動作の一例を示した図であり、検査設定データ22を作成するためのエディタ画面40が示されている。エディタ画面40は、PC2上で検査設定データを新たに作成し、或いは、画像処理コントローラ11から取得した検査設定データを編集するための編集画面であり、PC2上に表示される。
<Editor screen>
FIG. 3 is a diagram showing an example of the operation of the PC 2 in the inspection support system 100 of FIG. The editor screen 40 is an editing screen for newly creating inspection setting data on the PC 2 or editing inspection setting data acquired from the image processing controller 11, and is displayed on the PC 2.

このエディタ画面40は、それぞれ表示位置や表示範囲が変更可能な複数のウィンドウ画面からなる。具体的には、システムビューウィンドウ41、パーツリストウィンドウ42、ユニットプロパティウィンドウ43、ビジョンビューウィンドウ44及びリザルトビューウィンドウ45からなる。   The editor screen 40 includes a plurality of window screens whose display positions and display ranges can be changed. Specifically, it consists of a system view window 41, a parts list window 42, a unit property window 43, a vision view window 44, and a result view window 45.

システムビューウィンドウ41は、システム構成や編集対象とする検査設定データを一覧表示するためのウィンドウ画面であり、コントローラ一覧画面41a及びワークスペース一覧画面41bからなる。   The system view window 41 is a window screen for displaying a list of system configuration and examination setting data to be edited, and includes a controller list screen 41a and a workspace list screen 41b.

コントローラ一覧画面41aは、PC2に接続されている画像処理コントローラ11を一覧表示するための画面であり、画像処理コントローラ11を示すアイコンや、画像処理コントローラ11内に保持されている検査設定データ15を示すアイコンが表示されている。   The controller list screen 41 a is a screen for displaying a list of the image processing controllers 11 connected to the PC 2. The controller list screen 41 a displays icons indicating the image processing controller 11 and inspection setting data 15 held in the image processing controller 11. An icon is displayed.

画像処理コントローラ11や検査設定データ15を示す各アイコンは、ツリー形式で表示されている。すなわち、画像処理コントローラ11を上階層とし、この画像処理コントローラ11内に保持されている検査設定データ15を下階層として、検査設定データ15がどの画像処理コントローラ11に保持されているのかが識別可能なように表示されている。   The icons indicating the image processing controller 11 and the inspection setting data 15 are displayed in a tree format. That is, it is possible to identify which image processing controller 11 holds the inspection setting data 15 with the image processing controller 11 as the upper layer and the inspection setting data 15 held in the image processing controller 11 as the lower layer. It is displayed as follows.

ワークスペース一覧画面41bは、編集対象とする検査設定データを一覧表示するための画面であり、画像処理コントローラ11ごとに設けられるメモリ21上の作業領域を示すアイコンや、検査設定データを示すアイコンが表示されている。画像処理コントローラ11ごとに設けられるメモリ21上の作業領域は、該当する画像処理コントローラ11に関連付けられており、ワークスペースとして表示されている。つまり、PC2上には、検査設定データが画像処理コントローラ11ごとに保持され、画像処理コントローラ11ごとのワークスペースにおいて編集が行われる。   The workspace list screen 41b is a screen for displaying a list of inspection setting data to be edited. An icon indicating a work area on the memory 21 provided for each image processing controller 11 or an icon indicating inspection setting data. It is displayed. A work area on the memory 21 provided for each image processing controller 11 is associated with the corresponding image processing controller 11 and displayed as a work space. That is, inspection setting data is held for each image processing controller 11 on the PC 2, and editing is performed in a work space for each image processing controller 11.

この様な作業領域を示すアイコンや検査設定データを示すアイコンは、ツリー形式で表示されている。すなわち、画像処理コントローラ11に対応するワークスペースを上階層とし、このワークスペース内の検査設定データを下階層として、検査設定データがどのワークスペースに存在するのかが識別可能なように表示されている。   Such icons indicating work areas and icons indicating inspection setting data are displayed in a tree format. That is, the workspace corresponding to the image processing controller 11 is set as the upper hierarchy, and the examination setting data in this workspace is set as the lower hierarchy, so that the workspace in which the examination setting data exists can be identified. .

コントローラ一覧画面41aの見出し欄に配置されている更新ボタン(アイコン)を操作すれば、画像処理コントローラ11から新たに検査設定データが取得され、PC2上に保持されている検査設定データやシステム構成が最新のものに更新される。また、登録ボタンを操作すれば、PC2上で作成された検査設定データが画像処理コントローラ11に転送される。   When an update button (icon) arranged in the heading column of the controller list screen 41a is operated, new inspection setting data is acquired from the image processing controller 11, and the inspection setting data and system configuration held on the PC 2 are changed. Updated to the latest. If the registration button is operated, the examination setting data created on the PC 2 is transferred to the image processing controller 11.

ワークスペース一覧画面41bの見出し欄に配置されている更新ボタン(アイコン)を操作すれば、画像処理コントローラ11から取得された検査設定データによって、編集対象とする検査設定データが更新される。また、追加ボタンを操作すれば、新たな作業領域が設けられ、検査設定データを示すアイコンが追加される。   When the update button (icon) arranged in the heading column of the workspace list screen 41b is operated, the examination setting data to be edited is updated with the examination setting data acquired from the image processing controller 11. When the add button is operated, a new work area is provided, and an icon indicating inspection setting data is added.

パーツリストウィンドウ42は、検査設定データを作成する際に選択可能な処理ユニットをユニット一覧として表示するためのウィンドウ画面である。処理ユニットは、パラメータが変更可能な処理を示すシンボルであり、画像処理を示す画像処理ユニット、撮像処理を示す撮像ユニット、フロー制御処理を示す制御ユニット、及び、出力処理を示す出力ユニットなどが処理ユニットとして設けられている。この様な処理ユニットを後述するフロービューウィンドウ内のフローチャート上に配置することによって、所望のフローシーケンスからなる制御プログラムが作成される。   The parts list window 42 is a window screen for displaying processing units that can be selected when creating inspection setting data as a unit list. The processing unit is a symbol indicating a process whose parameters can be changed, and is processed by an image processing unit indicating image processing, an imaging unit indicating imaging processing, a control unit indicating flow control processing, an output unit indicating output processing, and the like. It is provided as a unit. By arranging such processing units on a flowchart in a flow view window, which will be described later, a control program composed of a desired flow sequence is created.

パーツリストウィンドウ42内には、複数の処理ユニットが表示される。この例では、処理の種類によって処理ユニットが8つのカテゴリーに区分され、各カテゴリーを示すアイコンが表示されている。具体的には、「画像入力」、「計測」、「制御」、「演算」、「タイミング」、「表示」、「出力」及び「コマンド出力」のカテゴリーに区分されている。   A plurality of processing units are displayed in the parts list window 42. In this example, the processing units are divided into eight categories depending on the type of processing, and icons indicating each category are displayed. Specifically, it is divided into categories of “image input”, “measurement”, “control”, “calculation”, “timing”, “display”, “output”, and “command output”.

「画像入力」は、撮像に関する処理ユニットが属するカテゴリーであり、カメラ画像を取り込む撮像ユニットが属している。撮像ユニットは、撮像トリガ信号に基づいて、画像処理用のカメラ画像を取得する処理ユニットである。撮像トリガ信号には、PLCなどの外部機器から撮像トリガ入力端子を介して入力される入力信号、及び、画像処理コントローラ11内で生成される内部トリガ信号を用いることができる。この様な撮像ユニットには、シャッタースピード、カメラ感度、フラッシュ遅延時間、フラッシュオン時間、撮像対象カメラ、フラッシュ端子及びトリガ端子を指定するためのパラメータがプロパティとして関連付けられている。   “Image input” is a category to which a processing unit related to imaging belongs, and an imaging unit that captures a camera image belongs to it. The imaging unit is a processing unit that acquires a camera image for image processing based on an imaging trigger signal. As the imaging trigger signal, an input signal input from an external device such as a PLC via an imaging trigger input terminal and an internal trigger signal generated in the image processing controller 11 can be used. Such an imaging unit is associated with parameters for specifying shutter speed, camera sensitivity, flash delay time, flash on time, imaging target camera, flash terminal, and trigger terminal as properties.

「計測」は、計測に関する処理ユニットが属するカテゴリーであり、撮像ユニットによって取得されたカメラ画像から計測結果を抽出し、この計測結果に基づいて検査対象物の良否を判定する計測ユニットが属している。この様な計測ユニットには、パターンサーチユニット、エッジ位置検出ユニット、ブロブ検出ユニット、色検査ユニットなどの画像処理ユニットが属している。   “Measurement” is a category to which a processing unit related to measurement belongs, and a measurement unit that extracts a measurement result from a camera image acquired by an imaging unit and determines the quality of an inspection object based on the measurement result belongs. . Such measurement units include image processing units such as a pattern search unit, an edge position detection unit, a blob detection unit, and a color inspection unit.

パターンサーチは、カメラ画像上のサーチ領域内を走査して予め登録されたパターン画像と一致する位置を検出する処理である。エッジ位置検出は、カメラ画像上の計測領域について、検出方向に垂直な方向の平均濃度を求め、検出方向の濃度変化からエッジの位置を検出する処理である。   The pattern search is a process for detecting a position that matches a previously registered pattern image by scanning the search area on the camera image. Edge position detection is a process of obtaining an average density in a direction perpendicular to the detection direction for a measurement region on a camera image and detecting the edge position from the density change in the detection direction.

ブロブ検出は、カメラ画像を2値化し、同一濃度を有する画素の塊をブロブとして抽出して、計測領域内に存在するブロブの数、面積、重心位置を検出する処理である。色検査は、検査領域内の色を測定する処理であり、色に対応する数値が計測結果として抽出される。   The blob detection is a process of binarizing the camera image, extracting a block of pixels having the same density as a blob, and detecting the number, area, and barycentric position of the blob existing in the measurement region. The color inspection is a process of measuring the color in the inspection area, and a numerical value corresponding to the color is extracted as a measurement result.

この様な計測に関する画像処理では、検査対象物の形状、サイズ、カメラ画像内における位置などが検知され、その計測値が画像処理結果として出力される。また、計測値と、ユーザが予め指定したパラメータとを比較し、この比較結果に基づいて検査対象物の良否、例えば、不具合や異常の有無を判定し、その判定結果が画像処理結果として出力される。この様な画像処理結果を表示させる際には、計測対象の画像領域や、検知された検査対象物の位置などをグラフィカルに示すシンボルをカメラ画像上に表示することができる。   In such image processing related to measurement, the shape and size of the inspection object, the position in the camera image, and the like are detected, and the measured values are output as image processing results. Further, the measurement value is compared with a parameter designated in advance by the user, and the quality of the inspection object, for example, the presence or absence of a defect or abnormality is determined based on the comparison result, and the determination result is output as an image processing result. The When such an image processing result is displayed, a symbol that graphically indicates an image region to be measured, a detected position of the inspection object, and the like can be displayed on the camera image.

「制御」は、制御に関する処理ユニットが属するカテゴリーであり、繰返しユニット、バイパスユニット、エンドシンボルなどの制御ユニットが属している。繰返しユニットは、実行フローを繰り返す際の始点を示す繰返し開始ユニットと、終点を示す繰返し終了ユニットとからなる処理ユニットであり、所定の条件が満たされるまで開始ユニット及び終了ユニット間の実行フローを繰り返させる処理を示す。   “Control” is a category to which processing units related to control belong, and control units such as a repeat unit, a bypass unit, and an end symbol belong to it. The repeat unit is a processing unit composed of a repeat start unit indicating the start point when repeating the execution flow and a repeat end unit indicating the end point, and the execution flow between the start unit and the end unit is repeated until a predetermined condition is satisfied. The processing to be performed is shown.

バイパスユニットは、実行フローを2以上の枝フローに分岐させる分岐ユニットと、この分岐ユニットによって分岐された枝フローを合流させる合流ユニットとからなる処理ユニットであり、所定の条件で実行フローを分岐させる処理を示す。エンドシンボルは、1回のフローシーケンスを終了させるための表示オブジェクトである。   The bypass unit is a processing unit that includes a branch unit that branches an execution flow into two or more branch flows and a merging unit that joins the branch flows branched by the branch unit, and branches the execution flow under a predetermined condition. Indicates processing. The end symbol is a display object for ending one flow sequence.

「演算」は、演算に関する処理ユニットが属するカテゴリーであり、数値演算ユニット及び位置補正ユニットの画像処理ユニットが属している。「タイミング」は、フロー遷移のタイミング制御に関する処理ユニットが属するカテゴリーであり、タイマー待ちユニット、イベント待ちユニットなどの制御ユニットが属している。タイマー待ちユニットは、所定時間だけフロー遷移を停止させる処理を示す待ちユニットである。イベント待ちユニットは、端子入力や変数値が所定の状態となるまでフロー遷移を停止させる処理を示す待ちユニットである。   “Calculation” is a category to which a processing unit related to calculation belongs, and includes an image processing unit such as a numerical calculation unit and a position correction unit. “Timing” is a category to which processing units related to flow transition timing control belong, and to which control units such as a timer waiting unit and an event waiting unit belong. The timer waiting unit is a waiting unit indicating a process for stopping the flow transition for a predetermined time. The event waiting unit is a waiting unit indicating a process of stopping the flow transition until the terminal input or the variable value is in a predetermined state.

「表示」は、表示に関する処理ユニットが属するカテゴリーであり、グラフィック表示ユニットなどの画像処理ユニットが属している。グラフィック表示ユニットは、他の処理ユニットを参照し、当該処理ユニットの処理結果をグラフィカルに表示する処理を示す。   “Display” is a category to which a processing unit relating to display belongs, and to which an image processing unit such as a graphic display unit belongs. A graphic display unit refers to another processing unit and indicates processing for graphically displaying a processing result of the processing unit.

「出力」は、出力に関する処理ユニットが属するカテゴリーであり、画像出力ユニット、結果出力ユニット、端子出力ユニットなどの出力ユニットが属している。画像出力ユニットは、計測ユニットにおいて計測結果の抽出に使用されたカメラ画像を出力するための出力ユニットであり、参照先ユニット、カメラ画像、画像データを出力する際のデータ形式、及び、画像データの出力先を指定するためのパラメータがプロパティとして関連付けられている。   “Output” is a category to which a processing unit related to output belongs, and output units such as an image output unit, a result output unit, and a terminal output unit belong to this category. The image output unit is an output unit for outputting the camera image used for the extraction of the measurement result in the measurement unit. The reference destination unit, the camera image, the data format for outputting the image data, and the image data A parameter for specifying the output destination is associated as a property.

結果出力ユニットは、計測ユニットにおける計測結果及び計測ユニットにおける検査対象物の良否の判定結果を出力するための出力ユニットであり、参照先ユニット、計測結果を示す数値データ、数値データを出力する際のデータ形式(テキスト形式又はバイナリ形式)、及び、数値データの出力先を指定するためのパラメータがプロパティとして関連付けられている。   The result output unit is an output unit for outputting the measurement result in the measurement unit and the determination result of the inspection object in the measurement unit. When outputting the reference destination unit, the numerical data indicating the measurement result, and the numerical data Parameters for specifying the data format (text format or binary format) and the output destination of the numerical data are associated as properties.

端子出力ユニットは、計測ユニットにおける検査対象物の良否の判定結果などを出力するための出力ユニットであり、参照先ユニット、判定結果及び判定結果の出力先端子を指定するためのパラメータがプロパティとして関連付けられている。この端子出力ユニットには、計測ユニットにおける判定結果の他に、計測値を示すデータを割り付けることができる。   The terminal output unit is an output unit for outputting the pass / fail judgment result of the inspection object in the measurement unit. The reference destination unit, the judgment result and the parameter for designating the output destination terminal of the judgment result are associated as properties. It has been. In addition to the determination result in the measurement unit, data indicating the measurement value can be assigned to this terminal output unit.

「コマンド出力」は、コマンド出力に関する処理ユニットが属するカテゴリーであり、コマンド発行ユニット、表示パターン切替ユニット及びダイアログ表示ユニットの出力ユニットが属している。コマンド発行ユニットは、画像登録、検査設定の切替え、リセットなどのコマンドを発行する処理を示す。   “Command output” is a category to which processing units related to command output belong, and output units of command issue units, display pattern switching units, and dialog display units belong to this category. The command issuing unit indicates processing for issuing commands such as image registration, inspection setting switching, and reset.

ユニットプロパティウィンドウ43は、コントローラ一覧画面41a、ワークスペース一覧画面41b又はフロービューウィンドウ上で選択された処理ユニットのプロパティを表示するためのウィンドウ画面である。   The unit property window 43 is a window screen for displaying the properties of the processing unit selected on the controller list screen 41a, the work space list screen 41b or the flow view window.

ビジョンビューウィンドウ44は、コントローラ一覧画面41a、ワークスペース一覧画面41b又はフロービューウィンドウ上で選択された処理ユニットに関連付けられているカメラ画像を表示するためのウィンドウ画面である。   The vision view window 44 is a window screen for displaying a camera image associated with the processing unit selected on the controller list screen 41a, the work space list screen 41b, or the flow view window.

リザルトビューウィンドウ45は、コントローラ一覧画面41a、ワークスペース一覧画面41b又はフロービューウィンドウ上で選択された処理ユニットのパラメータと、シミュレーション結果とを表示するためのウィンドウ画面である。   The result view window 45 is a window screen for displaying the parameters of the processing unit selected on the controller list screen 41a, the work space list screen 41b or the flow view window, and the simulation result.

このエディタ画面40では、システムビューウィンドウ41の下部に配置されているフロービューボタン41cを操作すれば、上述したシステムビューウィンドウ41に代えて、フロービューウィンドウを表示させることができる。フロービューウィンドウは、画像処理コントローラ11に実行させる処理手順をフローチャートとして表示するウィンドウ画面であり、ワークスペース一覧画面41b上で選択された検査設定データが表示される。   On this editor screen 40, if a flow view button 41c arranged at the bottom of the system view window 41 is operated, a flow view window can be displayed instead of the system view window 41 described above. The flow view window is a window screen that displays a processing procedure to be executed by the image processing controller 11 as a flowchart, and displays examination setting data selected on the work space list screen 41b.

また、リザルトビューウィンドウ45の下部に配置されている抽出一覧ボタン45aを操作すれば、リザルトビューウィンドウ45に代えて、抽出一覧ウィンドウを表示させることができる。抽出一覧ウィンドウは、リザルトビューウィンドウ45上で選択されたパラメータ及び処理結果を抽出して処理ユニットごとの抽出結果を一覧表示するためのウィンドウ画面である。   Further, by operating the extraction list button 45 a arranged at the lower part of the result view window 45, the extraction list window can be displayed instead of the result view window 45. The extraction list window is a window screen for extracting the parameters and processing results selected on the result view window 45 and displaying a list of extraction results for each processing unit.

<フロービューウィンドウ>
図4は、図2の検査支援システム100におけるPC2の動作の一例を示した図であり、フロービューウィンドウ46が表示されたエディタ画面40が示されている。フロービューウィンドウ46は、検査設定データの制御プログラムを新たに作成し、或いは、画像処理コントローラ11から取得した制御プログラムを編集するために、処理手順を示すフローチャート47を表示するウィンドウ画面である。
<Flow view window>
FIG. 4 is a diagram showing an example of the operation of the PC 2 in the inspection support system 100 of FIG. The flow view window 46 is a window screen that displays a flowchart 47 showing a processing procedure in order to newly create a control program for examination setting data or to edit the control program acquired from the image processing controller 11.

フロービューウィンドウ46には、複数の処理ユニット48を配列することによって構成されたフローチャート47が表示されている。フローチャート47には、スタートシンボル「S」において開始し、エンドシンボル「E」において終了する実行フロー上で時系列に実行される処理ユニットが表されている。ユーザは、この様な実行フロー上に処理ユニット48を配置することによって所望の制御プログラムを構成することができる。   In the flow view window 46, a flow chart 47 configured by arranging a plurality of processing units 48 is displayed. The flowchart 47 shows processing units that are executed in time series on the execution flow that starts at the start symbol “S” and ends at the end symbol “E”. The user can configure a desired control program by arranging the processing unit 48 on such an execution flow.

つまり、画像処理コントローラ11に行わせる一連の画像処理は、処理ユニットとしてブロック化されており、ユーザは、処理ユニットをフロービューウィンドウ46内の実行フロー上に配置するだけで、当該処理ユニットが直前の処理ユニットの処理結果に基づいて所定の処理を行うフローシーケンスを作成することができる。   That is, a series of image processing to be performed by the image processing controller 11 is blocked as a processing unit, and the user simply arranges the processing unit on the execution flow in the flow view window 46, and the processing unit is immediately before the processing unit. It is possible to create a flow sequence for performing predetermined processing based on the processing result of the processing unit.

フロービューウィンドウ46の下部に配置されているシステムビューボタン46aを操作すれば、このフロービューウィンドウ46に代えて、システムビューウィンドウ41を表示させることができる。   By operating a system view button 46 a arranged at the bottom of the flow view window 46, the system view window 41 can be displayed instead of the flow view window 46.

フロービューウィンドウ46上で選択されている処理ユニットは、フォーカス表示され、ユニットプロパティウィンドウ43内にそのプロパティが表示される。ユニットプロパティウィンドウ43内には、編集ボタン43aが配置され、編集ボタン43aを操作すれば、処理ユニットのプロパティを編集するためのプロパティ編集画面が表示される。プロパティ編集画面は、ユーザ操作に基づいて処理ユニットのパラメータを指定し、或いは、既に指定されているパラメータを変更するための編集画面である。   The processing unit selected on the flow view window 46 is displayed in focus, and its properties are displayed in the unit property window 43. An edit button 43a is arranged in the unit property window 43. When the edit button 43a is operated, a property edit screen for editing the properties of the processing unit is displayed. The property editing screen is an editing screen for designating processing unit parameters based on user operations or changing parameters that have already been designated.

<フローチャート>
図5は、図2の検査支援システム100におけるPC2の動作の一例を示した図であり、フロービューウィンドウ46内のフローチャート47の一例が示されている。このフローチャート47は、スタートシンボル61aで開始し、エンドシンボル61bで終了する実行フロー上に複数の処理ユニットが配置されている。
<Flowchart>
FIG. 5 is a diagram showing an example of the operation of the PC 2 in the inspection support system 100 of FIG. In the flowchart 47, a plurality of processing units are arranged on the execution flow starting with the start symbol 61a and ending with the end symbol 61b.

フロービューウィンドウ46上でフローチャート47を作成編集する場合、パーツリストウィンドウ42を用いて作業が行われる。例えば、フローチャート47内に処理ユニットを挿入する際には、パーツリストウィンドウ42上で所望の処理ユニットを選択し、マウスポインタなどで実行フロー上の位置を指定することによって挿入される。   When the flowchart 47 is created and edited on the flow view window 46, the part list window 42 is used for work. For example, when a processing unit is inserted into the flowchart 47, it is inserted by selecting a desired processing unit on the parts list window 42 and designating a position on the execution flow with a mouse pointer or the like.

この例では、フローチャート47が、分岐ユニット62a、撮像ユニット、色検査ユニット、数値演算ユニット、合流ユニット62b、ブロブ検出ユニット、繰返し開始ユニット65a、エッジ位置検出ユニット、パターンサーチユニット、繰返し終了ユニット65b及びグラフィック表示ユニットをこの順序で実行フロー上に配置することによって構成されている。   In this example, the flowchart 47 includes a branch unit 62a, an imaging unit, a color inspection unit, a numerical operation unit, a merge unit 62b, a blob detection unit, a repeat start unit 65a, an edge position detection unit, a pattern search unit, a repeat end unit 65b, and The graphic display units are arranged on the execution flow in this order.

分岐ユニット62a及び合流ユニット62bは、バイパスユニットを構成する制御ユニットであり、実行フロー上にバイパスユニットを挿入する際には、常に分岐ユニット62a及び合流ユニット62bを対にして挿入される。分岐ユニット62aでは、直前の処理ユニットの計測結果や判定結果に基づいて、分岐後の枝フローを択一的に選択する処理が行われる。分岐後の枝フローのいずれを選択するかという条件は、分岐ユニット62aのパラメータとして、ユーザが指定する。   The branch unit 62a and the merge unit 62b are control units that constitute a bypass unit. When the bypass unit is inserted into the execution flow, the branch unit 62a and the merge unit 62b are always inserted as a pair. In the branch unit 62a, processing for selectively selecting a branch flow after branching is performed based on the measurement result or determination result of the immediately preceding processing unit. The condition for selecting which branch flow after branching is specified by the user as a parameter of the branch unit 62a.

この例では、スタートシンボル61aからの実行フローが分岐ユニット62aにより2つの枝フロー63に分岐され、この分岐ユニット62aで分岐された枝フローが合流ユニット62bにおいて合流されている。その際、一方の枝フロー63は、撮像ユニット、色検査ユニット及び数値演算ユニットを経て合流ユニット62bに達しているのに対して、他方の枝フロー63は、撮像ユニットを経て合流ユニット62bに達するバイパス経路(迂回路)となっている。   In this example, the execution flow from the start symbol 61a is branched into two branch flows 63 by the branch unit 62a, and the branch flows branched by the branch unit 62a are merged in the merge unit 62b. At this time, one branch flow 63 reaches the merging unit 62b via the imaging unit, the color inspection unit, and the numerical operation unit, whereas the other branch flow 63 reaches the merging unit 62b via the imaging unit. It is a bypass route (bypass).

繰返し開始ユニット65a及び繰返し終了ユニット65bは、繰返しユニットを構成する制御ユニットであり、実行フロー上に繰返しユニットを挿入する際にも、繰返し開始ユニット65a及び繰返し終了ユニット65bを対にして挿入される。   The repeat start unit 65a and the repeat end unit 65b are control units that constitute the repeat unit. When the repeat unit is inserted into the execution flow, the repeat start unit 65a and the repeat end unit 65b are inserted as a pair. .

この例では、繰返し開始ユニット65a及び繰返し終了ユニット65b間にエッジ位置検出ユニット及びパターンサーチユニットが配置されており、実行時にはエッジ位置検出ユニット及びパターンサーチユニットの処理が繰り返される。   In this example, the edge position detection unit and the pattern search unit are arranged between the repetition start unit 65a and the repetition end unit 65b, and the processing of the edge position detection unit and the pattern search unit is repeated at the time of execution.

フローチャート47内の分岐ユニット62a及び繰返し開始ユニット65aには、折畳みアイコン64aが配置されている。この折畳みアイコン64aは、制御ユニット間の実行フローを省略してフローチャート47を表示させるためのアイコンであり、処理ユニットに隣接させて表示される。   In the branch unit 62a and the repeat start unit 65a in the flowchart 47, a folding icon 64a is arranged. The folding icon 64a is an icon for displaying the flowchart 47 by omitting the execution flow between the control units, and is displayed adjacent to the processing unit.

また、フローチャート47上で選択されている処理ユニットは、フォーカス表示され、ユニットプロパティウィンドウ43内に当該処理ユニットのプロパティを表示させ、或いは、編集対象として当該処理ユニットのプロパティを変更することができる。   The processing unit selected on the flowchart 47 is displayed in focus, and the property of the processing unit can be displayed in the unit property window 43, or the property of the processing unit can be changed as an editing target.

<出力ユニットのプロパティ編集画面>
図6〜図8は、図2の検査支援システム100におけるPC2の動作の一例を示した図であり、出力ユニットのプロパティを編集するためのプロパティ編集画面が示されている。図6には、画像出力ユニットのプロパティ編集画面70が示されている。プロパティ編集画面70は、画像処理コントローラ11が出力バッファに検査結果を書き込む際の書込み方法などをPC2上で設定するための入力画面であり、エディタ画面40上に表示される。
<Output unit property editing screen>
6 to 8 are diagrams showing an example of the operation of the PC 2 in the inspection support system 100 of FIG. 2, and a property editing screen for editing the properties of the output unit is shown. FIG. 6 shows a property editing screen 70 of the image output unit. The property editing screen 70 is an input screen for setting on the PC 2 a writing method when the image processing controller 11 writes the inspection result to the output buffer, and is displayed on the editor screen 40.

このプロパティ編集画面70には、出力データ設定71として、出力先デバイスの選択欄72と、画像変数の入力欄73と、保存形式の選択欄74と、優先度の選択欄75とが設けられている。出力先デバイスの選択欄72は、カメラ画像を検査結果として出力する際の画像データの出力先のデバイスを指定するための入力欄である。出力先デバイスとして選択可能な外部機器には、カードスロットなどの出力インターフェースを介して接続されるメモリカードと、通信インターフェースを介して接続されるPCなどの端末装置とが考えられる。   In the property editing screen 70, an output device setting column 72, an image variable input column 73, a storage format selection column 74, and a priority selection column 75 are provided as output data settings 71. Yes. The output destination device selection column 72 is an input column for designating an output destination device of image data when a camera image is output as an inspection result. External devices that can be selected as an output destination device include a memory card connected via an output interface such as a card slot and a terminal device such as a PC connected via a communication interface.

画像変数の入力欄73は、カメラ画像に割り当てられた変数を指定するための入力欄であり、この様な変数を介して出力対象とする画像データを指定することができる。保存形式の選択欄74は、画像データを出力する際のデータ形式を指定するための入力欄であり、画像データの出力先デバイスがメモリカードである場合に、画像データの保存形式として、ビットマップ形式、JPEG(Joint Photographic Experts Group)形式などを選択することができる。   The image variable input field 73 is an input field for designating a variable assigned to a camera image, and image data to be output can be designated via such a variable. The storage format selection column 74 is an input column for designating a data format when outputting image data. When the output destination device of the image data is a memory card, a bitmap is used as the storage format of the image data. A format, JPEG (Joint Photographic Experts Group) format, etc. can be selected.

優先度の選択欄75は、カメラ画像を検査結果として出力バッファに書き込む際の書込み方法を指定するための入力欄であり、画像処理優先又は出力処理優先のいずれかを選択することができる。画像処理優先を選択した場合は、画像処理コントローラ11における出力バッファ内の空き容量が不足した場合に、新たに得られた検査結果を書き込まずに、制御プログラムの実行を継続させることによって、画像処理が優先される。   The priority selection field 75 is an input field for designating a writing method when a camera image is written in the output buffer as an inspection result, and either image processing priority or output processing priority can be selected. When the image processing priority is selected, when the free space in the output buffer in the image processing controller 11 is insufficient, the image processing is continued by continuing the execution of the control program without writing the newly obtained inspection result. Takes precedence.

一方、出力処理優先を選択した場合は、出力バッファ内の空き容量が不足した場合に、検査結果が読み出されることによって、出力バッファに検査結果が書き込めるようになるまで、制御プログラムの実行が中断される。   On the other hand, if output processing priority is selected, when the free space in the output buffer is insufficient, the execution of the control program is suspended until the inspection result can be written to the output buffer by reading the inspection result. The

図7には、結果出力ユニットのプロパティ編集画面80が示されている。プロパティ編集画面80は、画像処理コントローラ11が出力バッファに検査結果を書き込む際の書込み方法などをPC2上で設定するための入力画面であり、エディタ画面40上に表示される。   FIG. 7 shows a property editing screen 80 of the result output unit. The property editing screen 80 is an input screen for setting on the PC 2 a writing method when the image processing controller 11 writes the inspection result in the output buffer, and is displayed on the editor screen 40.

このプロパティ編集画面80には、出力データ設定81として、出力先デバイスの選択欄82と、計測結果データの表示欄83と、優先度の選択欄84とが設けられている。出力先デバイスの選択欄82は、計測ユニットにおける計測結果を検査結果として出力する際の数値データの出力先のデバイスを指定するための入力欄である。   In the property editing screen 80, an output destination device selection column 82, a measurement result data display column 83, and a priority selection column 84 are provided as output data settings 81. The output destination device selection column 82 is an input column for designating an output destination device of numerical data when outputting a measurement result in the measurement unit as an inspection result.

計測結果データの表示欄83は、計測結果を示す数値データを一覧表示するための表示欄であり、数値データの識別情報と共にプレビュー値(シミュレーション結果)などが表示される。優先度の選択欄84は、計測結果を検査結果として出力バッファに書き込む際の書込み方法を指定するための入力欄であり、画像処理優先又は出力処理優先のいずれかを選択することができる。   The measurement result data display field 83 is a display field for displaying a list of numerical data indicating the measurement results, and a preview value (simulation result) and the like are displayed together with identification information of the numerical data. The priority selection field 84 is an input field for designating a writing method when the measurement result is written in the output buffer as the inspection result, and either image processing priority or output processing priority can be selected.

図8には、端子出力ユニットのプロパティ編集画面90が示されている。プロパティ編集画面90は、画像処理コントローラ11が出力バッファに検査結果を書き込む際の書込み方法などをPC2上で設定するための入力画面であり、エディタ画面40上に表示される。   FIG. 8 shows a property editing screen 90 of the terminal output unit. The property editing screen 90 is an input screen for setting on the PC 2 a writing method and the like when the image processing controller 11 writes the inspection result in the output buffer, and is displayed on the editor screen 40.

このプロパティ編集画面90には、詳細設定91として、出力回数の入力欄92と、データ設定の表示欄93と、優先度の選択欄94とが設けられている。出力回数の入力欄92は、計測ユニットにおける検査対象物の良否の判定結果などを検査結果として出力する際の出力回数を指定するための入力欄である。   The property editing screen 90 includes an output count input field 92, a data setting display field 93, and a priority selection field 94 as detailed settings 91. The number-of-outputs input column 92 is an input column for designating the number of times of output when the determination result of the inspection object in the measurement unit is output as the inspection result.

データ設定の表示欄93は、判定結果や計測値を示すデータを出力する出力先端子を一覧表示するための表示欄であり、出力端子の端子名や出力変数名と共にデータのプレビュー値(シミュレーション結果)などが表示される。優先度の選択欄94は、判定結果や計測値を検査結果として出力バッファに書き込む際の書込み方法を指定するための入力欄であり、画像処理優先又は出力処理優先のいずれかを選択することができる。   The data setting display field 93 is a display field for displaying a list of output destination terminals that output data indicating determination results and measurement values. The data preview value (simulation result) is displayed together with the terminal name and output variable name of the output terminal. ) Etc. are displayed. The priority selection field 94 is an input field for designating a writing method when writing the determination result or measurement value in the output buffer as the inspection result, and it is possible to select either image processing priority or output processing priority. it can.

<エディタの機能構成>
図9は、図2の検査支援システム100におけるPC2の構成例を示したブロック図であり、画像処理コントローラ11の制御プログラムを作成するエディタの機能構成の一例が示されている。このPC2は、メモリ21、処理ユニット記憶部23、フローチャート表示部24、プログラム生成部25、転送部26、操作入力部27、ユニットプロパティ編集部28及び書込み方法決定部29により構成される。
<Functional structure of editor>
FIG. 9 is a block diagram illustrating a configuration example of the PC 2 in the inspection support system 100 of FIG. 2, and illustrates an example of a functional configuration of an editor that creates a control program for the image processing controller 11. The PC 2 includes a memory 21, a processing unit storage unit 23, a flowchart display unit 24, a program generation unit 25, a transfer unit 26, an operation input unit 27, a unit property editing unit 28, and a writing method determination unit 29.

処理ユニット記憶部23には、撮像ユニット、計測ユニット、出力ユニットなどの処理ユニットがパラメータの変更可能な処理を示す処理ユニットとして保持されている。フローチャート表示部24は、スタートシンボルにおいて開始し、エンドシンボルにおいて終了する実行フロー上に処理ユニットを配置することによって生成されたフローチャート47をエディタ画面40のフロービューウィンドウ46上に表示する動作を行っている。   In the processing unit storage unit 23, processing units such as an imaging unit, a measurement unit, and an output unit are held as processing units that indicate processing whose parameters can be changed. The flowchart display unit 24 performs an operation of displaying the flowchart 47 generated by arranging the processing unit on the execution flow starting at the start symbol and ending at the end symbol on the flow view window 46 of the editor screen 40. Yes.

プログラム生成部25は、ユーザがフロービューウィンドウ46上で作成したフローチャート47を実行形式に変換することにより、画像処理コントローラ11の制御プログラムを生成する動作を行っている。   The program generation unit 25 performs an operation of generating a control program for the image processing controller 11 by converting a flowchart 47 created on the flow view window 46 by the user into an execution format.

メモリ21には、プログラム生成部25により生成された制御プログラムが検査設定データ22として保持される。転送部26は、メモリ21内の検査設定データ22を画像処理コントローラ11へ転送する動作を行っている。   In the memory 21, a control program generated by the program generation unit 25 is held as inspection setting data 22. The transfer unit 26 performs an operation of transferring the inspection setting data 22 in the memory 21 to the image processing controller 11.

操作入力部27は、キーボード上の操作キーの操作、或いは、マウスなどのポインティングデバイスの操作に基づいて、所定の入力信号を出力する動作を行っている。ユニットプロパティ編集部28は、フローチャート47上で選択された処理ユニットのプロパティを編集する動作を行っている。具体的には、ユーザが選択した処理ユニットについて、プロパティ編集画面を表示し、当該処理ユニットのパラメータをユーザ操作に基づいて指定し、或いは、既に指定されているパラメータを変更する動作が行われる。   The operation input unit 27 performs an operation of outputting a predetermined input signal based on operation of an operation key on the keyboard or operation of a pointing device such as a mouse. The unit property editing unit 28 performs an operation for editing the property of the processing unit selected on the flowchart 47. Specifically, the property editing screen is displayed for the processing unit selected by the user, and the operation for changing the parameter of the processing unit that is specified based on the user operation is performed.

書込み方法決定部29は、フローチャート47上で選択された出力ユニットのパラメータとして、画像処理優先又は出力処理優先のいずれかを選択し、画像処理コントローラ11が出力バッファに検査結果を書き込む際の書込み方法を決定する動作を行っている。この書込み方法の決定は、フローチャート47上で選択された出力ユニットごとに行われ、出力ユニットごとに画像処理優先又は出力処理優先のいずれかを選択することができる。   The writing method determination unit 29 selects either image processing priority or output processing priority as the parameter of the output unit selected on the flowchart 47, and the writing method when the image processing controller 11 writes the inspection result in the output buffer. The action to determine is performed. This writing method is determined for each output unit selected in the flowchart 47, and either image processing priority or output processing priority can be selected for each output unit.

<画像処理コントローラ>
図10は、図2の検査支援システム100における画像処理コントローラ11の構成例を示したブロック図であり、画像処理コントローラ11内の機能構成の一例が示されている。この画像処理コントローラ11は、メモリ14、通信部51、プログラム実行部52、検査結果書込み部53、出力バッファ56、カメラ画像出力部57、計測結果出力部58及び端子出力部59により構成される。メモリ14は、通信部51を介してPC2から転送された検査設定データ15を保持する制御プログラムの記憶手段である。
<Image processing controller>
FIG. 10 is a block diagram illustrating a configuration example of the image processing controller 11 in the inspection support system 100 of FIG. 2, and illustrates an example of a functional configuration in the image processing controller 11. The image processing controller 11 includes a memory 14, a communication unit 51, a program execution unit 52, an inspection result writing unit 53, an output buffer 56, a camera image output unit 57, a measurement result output unit 58, and a terminal output unit 59. The memory 14 is a storage unit for a control program that holds the examination setting data 15 transferred from the PC 2 via the communication unit 51.

プログラム実行部52は、メモリ14内に検査設定データ15として保持されている制御プログラムを読み出して実行し、一連の画像処理を行う画像処理部である。このプログラム実行部52では、制御プログラムが繰返し実行される。   The program execution unit 52 is an image processing unit that reads out and executes a control program held as inspection setting data 15 in the memory 14 and performs a series of image processing. In the program execution unit 52, the control program is repeatedly executed.

制御プログラムを繰返し実行する際の周期(計測周期)は、当該制御プログラムに対応するフローチャート47によって規定されるものとする。すなわち、フローチャート47上のスタートシンボル(ユニット)からエンドシンボルまでのフローシーケンスを1周期分の画像処理として、計測周期が定められる。従って、フローチャート47上に1つの撮像ユニットが配置されている場合には、1つのカメラ画像を計測対象として取得するごとに、カメラ画像に基づいて1回の計測が行われ、当該カメラ画像から計測結果が抽出されることとなる。   The cycle (measurement cycle) when the control program is repeatedly executed is defined by a flowchart 47 corresponding to the control program. That is, the measurement cycle is determined by using the flow sequence from the start symbol (unit) to the end symbol on the flowchart 47 as image processing for one cycle. Therefore, when one imaging unit is arranged on the flowchart 47, each time one camera image is acquired as a measurement target, one measurement is performed based on the camera image, and measurement is performed from the camera image. The result will be extracted.

メモリ14内に複数の検査設定データ15が保持されている場合には、ユーザが実行対象として選択指定した検査設定データに基づいて画像処理が行われる。   When a plurality of examination setting data 15 is held in the memory 14, image processing is performed based on examination setting data selected and designated as an execution target by the user.

検査結果書込み部53は、画像処理優先書込み部54及び出力処理優先書込み部55からなり、制御プログラムの実行時にプログラム実行部52によって得られた検査結果を出力バッファ56に順次に書き込む動作を行っている。具体的には、制御プログラムの実行時に、撮像ユニットによってカメラ12から取得されたカメラ画像が画像出力ユニットの実行時に検査結果として出力バッファ56内に書き込まれる。また、計測ユニットによって上記カメラ画像から抽出された計測結果が結果出力ユニットの実行時に検査結果として出力バッファ56内に書き込まれる。さらに、計測ユニットが計測結果に基づいて判定した検査対象物の良否の判定結果が結果出力ユニット及び端子出力ユニットの実行時に検査結果として出力バッファ56内に書き込まれる。検査結果は、出力ユニットを実行するタイミングで出力バッファ56に書き込まれる。   The inspection result writing unit 53 includes an image processing priority writing unit 54 and an output processing priority writing unit 55. The inspection result writing unit 53 performs an operation of sequentially writing the inspection results obtained by the program execution unit 52 to the output buffer 56 when the control program is executed. Yes. Specifically, when the control program is executed, a camera image acquired from the camera 12 by the imaging unit is written in the output buffer 56 as an inspection result when the image output unit is executed. In addition, the measurement result extracted from the camera image by the measurement unit is written in the output buffer 56 as an inspection result when the result output unit is executed. Further, the quality determination result of the inspection object determined by the measurement unit based on the measurement result is written in the output buffer 56 as the inspection result when the result output unit and the terminal output unit are executed. The inspection result is written into the output buffer 56 at the timing of executing the output unit.

画像処理優先書込み部54は、新たに得られた検査結果を出力バッファ56に書き込む際に出力バッファ56内の空き容量が不足した場合に、当該新たに得られた検査結果を書き込まずに、制御プログラムの実行を継続させる動作を行っている。   The image processing priority writing unit 54 does not write the newly obtained inspection result when the newly obtained inspection result is written in the output buffer 56 and the free space in the output buffer 56 is insufficient. The program continues to run.

出力処理優先書込み部55は、新たに得られた検査結果を出力バッファ56に書き込む際に出力バッファ56内の空き容量が不足した場合に、カメラ画像出力部57、計測結果出力部58又は端子出力部59のいずれかが検査結果を読み出すことによって出力バッファ56に検査結果が書き込めるようになるまで、プログラム実行部52に制御プログラムの実行を中断させる動作を行っている。   The output processing priority writing unit 55 outputs the camera image output unit 57, the measurement result output unit 58, or the terminal output when there is not enough free space in the output buffer 56 when writing the newly obtained inspection result to the output buffer 56. The operation of causing the program execution unit 52 to interrupt the execution of the control program is performed until one of the units 59 reads the test result to write the test result to the output buffer 56.

画像処理優先モードでは、出力バッファ56の空き容量が不足した場合であっても、画像処理を継続させることができるが、空き容量が不足している間に得られた検査結果は失われることになる。一方、出力処理優先モードでは、空き容量が不足した場合に画像処理が中断されることになるが、一連の計測によって得られる検査結果を漏れなく収集することができる。また、分岐ユニットにおいて、検査対象物の良否の判定結果が既定値、例えば、NGとなった際に選択される枝フロー上に出力ユニットが配置されている場合では、判定結果がNGとなった際のカメラ画像を漏れなく収集することができる。   In the image processing priority mode, the image processing can be continued even when the free capacity of the output buffer 56 is insufficient, but the inspection result obtained while the free capacity is insufficient is lost. Become. On the other hand, in the output processing priority mode, image processing is interrupted when the free space is insufficient, but the inspection results obtained by a series of measurements can be collected without omission. Moreover, in the branch unit, when the output unit is arranged on the branch flow selected when the determination result of the inspection object is a predetermined value, for example, NG, the determination result is NG. The camera images can be collected without omission.

出力バッファ56は、検査結果書込み部53からの検査結果を保持する検査結果の記憶手段であり、例えば、揮発性のバッファメモリからなる。   The output buffer 56 is a test result storage unit that holds the test result from the test result writing unit 53, and includes, for example, a volatile buffer memory.

カメラ画像出力部57は、出力バッファ56内のカメラ画像を読み出し、出力インターフェースを介して出力する出力処理を行っている。計測結果出力部58は、出力バッファ56内の計測結果を読み出し、出力インターフェースを介して出力する出力処理を行っている。これらの出力部57,58が使用する出力インターフェースとして、メモリカードを着脱可能に収容するカードスロットと、PCなどの端末装置やPLCが着脱可能に接続される通信インターフェースとが設けられている。   The camera image output unit 57 performs an output process of reading the camera image in the output buffer 56 and outputting it via an output interface. The measurement result output unit 58 performs an output process of reading the measurement result in the output buffer 56 and outputting it via the output interface. As an output interface used by these output units 57 and 58, a card slot for detachably storing a memory card and a communication interface to which a terminal device such as a PC or a PLC is detachably connected are provided.

メモリカードは、不揮発性の記録媒体であり、例えば、フラッシュメモリからなる。検査結果データ56aの出力先デバイスとして、メモリカード又は通信インターフェースのいずれかを選択することができ、通信インターフェースを選択した場合には、イーサネットなどの通信ネットワークを介して端末装置へ検査結果データ56aが出力される。   The memory card is a non-volatile recording medium and includes, for example, a flash memory. As the output destination device of the inspection result data 56a, either a memory card or a communication interface can be selected. When the communication interface is selected, the inspection result data 56a is sent to the terminal device via a communication network such as Ethernet. Is output.

端子出力部59は、出力バッファ56内の判定結果や計測値を示すデータを読み出し、出力インターフェースを介して出力する出力処理を行っている。この端子出力部59が使用する出力インターフェースとして、例えば、電気信号を出力するための出力端子が設けられ、この出力端子を介してPCなどの端末装置やPLCへ判定結果や計測値を示すデータが出力される。   The terminal output unit 59 performs an output process of reading data indicating a determination result or a measurement value in the output buffer 56 and outputting the data via an output interface. As an output interface used by the terminal output unit 59, for example, an output terminal for outputting an electrical signal is provided, and data indicating a determination result or a measured value is transmitted to a terminal device such as a PC or a PLC via the output terminal. Is output.

ここでは、1つの出力バッファ56に対して、3つの出力部57〜59が設けられるものとして説明したが、出力対象とするデータの種類及び出力先デバイスの異なる組合せごとに設けても良い。例えば、カメラ画像を保持するための出力バッファと、計測結果や判定結果を保持するための出力バッファとを設ける。さらに、出力バッファ内のデータをメモリカードへ出力するための出力部と、通信インターフェースを介してPCなどの端末装置やPLCへ出力するための出力部とを設けて、各出力バッファとそれぞれ組み合わて用いる構成が考えられる。   Here, the description has been made assuming that three output units 57 to 59 are provided for one output buffer 56, but the output buffer 56 may be provided for different combinations of data types to be output and output destination devices. For example, an output buffer for holding camera images and an output buffer for holding measurement results and determination results are provided. Furthermore, an output unit for outputting the data in the output buffer to the memory card and an output unit for outputting to a terminal device such as a PC or PLC via a communication interface are provided, and combined with each output buffer. A configuration to be used is conceivable.

検査結果書込み部53では、カメラ画像出力部57、計測結果出力部58及び端子出力部59のそれぞれについて、画像処理優先書込み部54及び出力処理優先書込み部55のいずれかが選択可能となっている。   In the inspection result writing unit 53, either the image processing priority writing unit 54 or the output processing priority writing unit 55 can be selected for each of the camera image output unit 57, the measurement result output unit 58, and the terminal output unit 59. .

本実施の形態では、出力ユニットのパラメータとして画像処理優先書込み部54又は出力処理優先書込み部55のいずれを選択するかが予め指定されているので、制御プログラムを実行させることによって、画像処理を優先させるのか出力処理を優先させるのかを自動的に選択させることができる。また、画像出力ユニット、結果出力ユニット及び端子出力ユニットの出力ユニットごとに画像処理優先又は出力処理優先のいずれを選択するかを予め指定することができるので、カメラ画像、計測結果又は判定結果のいずれを検査結果として出力するのかに応じて所望の書込み方法で書込みを行わせることができる。   In this embodiment, since it is specified in advance whether to select the image processing priority writing unit 54 or the output processing priority writing unit 55 as the parameter of the output unit, priority is given to the image processing by executing the control program. It is possible to automatically select whether to give priority to output processing. In addition, it is possible to specify in advance whether image processing priority or output processing priority is selected for each output unit of the image output unit, the result output unit, and the terminal output unit. Can be written by a desired writing method depending on whether or not is output as an inspection result.

本発明の実施の形態による検査支援システムの一構成例を示した斜視図である。It is the perspective view which showed one structural example of the test | inspection assistance system by embodiment of this invention. 図1の検査支援システムのシステム構成の一例を示したブロック図である。It is the block diagram which showed an example of the system configuration | structure of the test | inspection assistance system of FIG. 図2の検査支援システム100におけるPC2の動作の一例を示した図であり、検査設定データ22を作成するためのエディタ画面40が示されている。FIG. 4 is a diagram illustrating an example of the operation of the PC 2 in the inspection support system 100 of FIG. 2, and shows an editor screen 40 for creating inspection setting data 22. 図2の検査支援システム100におけるPC2の動作の一例を示した図であり、フロービューウィンドウ46が表示されたエディタ画面40が示されている。FIG. 4 is a diagram showing an example of the operation of the PC 2 in the inspection support system 100 of FIG. 2, and shows an editor screen 40 on which a flow view window 46 is displayed. 図2の検査支援システム100におけるPC2の動作の一例を示した図であり、フロービューウィンドウ46内のフローチャート47の一例が示されている。FIG. 4 is a diagram showing an example of the operation of the PC 2 in the examination support system 100 of FIG. 2, and shows an example of a flowchart 47 in the flow view window 46. 図2の検査支援システム100におけるPC2の動作の一例を示した図であり、画像出力ユニットのプロパティ編集画面70が示されている。FIG. 4 is a diagram showing an example of the operation of the PC 2 in the inspection support system 100 of FIG. 2, and shows an image output unit property editing screen 70. 図2の検査支援システム100におけるPC2の動作の一例を示した図であり、結果出力ユニットのプロパティ編集画面80が示されている。FIG. 6 is a diagram showing an example of the operation of the PC 2 in the inspection support system 100 of FIG. 2, and shows a result output unit property editing screen 80. 図2の検査支援システム100におけるPC2の動作の一例を示した図であり、端子出力ユニットのプロパティ編集画面90が示されている。FIG. 9 is a diagram showing an example of the operation of the PC 2 in the inspection support system 100 of FIG. 2, and shows a terminal output unit property editing screen 90. 図2の検査支援システム100におけるPC2の構成例を示したブロック図であり、エディタの機能構成の一例が示されている。FIG. 3 is a block diagram showing a configuration example of a PC 2 in the inspection support system 100 of FIG. 2, showing an example of a functional configuration of an editor. 図2の検査支援システム100における画像処理コントローラ11の構成例を示したブロック図である。FIG. 3 is a block diagram illustrating a configuration example of an image processing controller 11 in the inspection support system 100 of FIG. 2.

符号の説明Explanation of symbols

1 画像処理装置
2 PC
3 通信ネットワーク
11 画像処理コントローラ
12 カメラ
13a ディスプレイ
13b 操作ユニット
14,21 メモリ
15,22 検査設定データ
23 処理ユニット記憶部
24 フローチャート表示部
25 プログラム生成部
26 転送部
27 操作入力部
28 ユニットプロパティ編集部
29 書込み方法決定部
40 エディタ画面
46 フロービューウィンドウ
47 フローチャート
48 処理ユニット
51 通信部
52 プログラム実行部
53 検査結果書込み部
54 画像処理優先書込み部
55 出力処理優先書込み部
56 出力バッファ
56a 検査結果データ
57 カメラ画像出力部
58 計測結果出力部
59 端子出力部
100 検査支援システム
1 Image processing device 2 PC
3 communication network 11 image processing controller 12 camera 13a display 13b operation unit 14, 21 memory 15, 22 inspection setting data 23 processing unit storage unit 24 flowchart display unit 25 program generation unit 26 transfer unit 27 operation input unit 28 unit property editing unit 29 Write method determination unit 40 Editor screen 46 Flow view window 47 Flowchart 48 Processing unit 51 Communication unit 52 Program execution unit 53 Inspection result writing unit 54 Image processing priority writing unit 55 Output processing priority writing unit 56 Output buffer 56a Inspection result data 57 Camera image Output unit 58 Measurement result output unit 59 Terminal output unit 100 Inspection support system

Claims (6)

検査対象物を撮影してカメラ画像を生成するカメラと、上記カメラから上記カメラ画像を取得して当該カメラ画像から計測結果を抽出し、この計測結果に基づいて上記検査対象物の良否を判定して判定信号を出力する画像処理コントローラと、上記画像処理コントローラの制御プログラムを作成するプログラム作成装置とからなる検査支援システムにおいて、
上記プログラム作成装置は、上記画像処理コントローラが実行する処理を示す処理ユニットとして、撮像トリガ信号に基づいて上記カメラからカメラ画像を取得する撮像ユニット、上記撮像ユニットによって取得された上記カメラ画像から計測結果を抽出する2以上の計測ユニット、上記計測結果の抽出に使用されたカメラ画像を出力する画像出力ユニット、及び、上記計測結果を出力する結果出力ユニットを保持する処理ユニット記憶手段と、
スタートシンボルにおいて開始し、エンドシンボルにおいて終了する実行フロー上に上記処理ユニットを配置することによって生成されたフローチャートを表示するフローチャート表示手段と、
上記フローチャートに基づいて、上記画像処理コントローラの制御プログラムを生成するプログラム生成手段と、
上記制御プログラムを上記画像処理コントローラへ転送する転送手段とを備え、
上記画像処理コントローラは、上記制御プログラムを繰返し実行するプログラム実行手段と、
上記制御プログラムの実行時に、上記撮像ユニットによって取得されたカメラ画像を上記画像出力ユニットの実行時に検査結果として出力バッファに書き込むとともに、上記計測ユニットによって抽出された計測結果を上記結果出力ユニットの実行時に検査結果として出力バッファに書き込む検査結果書込み手段と、
上記出力バッファ内の上記カメラ画像を読み出し、出力インターフェースを介して出力するカメラ画像出力手段と、
上記出力バッファ内の上記計測結果を読み出し、出力インターフェースを介して出力する計測結果出力手段とを備え、
上記検査結果書込み手段は、新たに得られた検査結果を出力バッファに書き込む際、出力バッファ内の空き容量が不足した場合に、当該新たに得られた検査結果を書き込まずに、上記制御プログラムの実行を継続させる画像処理優先書込み手段と、
上記カメラ画像出力手段及び上記計測結果出力手段が検査結果を読み出すことによって出力バッファに検査結果が書き込めるようになるまで、上記制御プログラムの実行を中断させる出力処理優先書込み手段とからなり、
上記カメラ画像出力手段及び上記計測結果出力手段のそれぞれについて、上記画像処理優先書込み手段及び上記出力処理優先書込み手段のいずれかが選択可能であることを特徴とする検査支援システム。
A camera that shoots an inspection object and generates a camera image; obtains the camera image from the camera; extracts a measurement result from the camera image; and determines pass / fail of the inspection object based on the measurement result In an inspection support system comprising an image processing controller that outputs a determination signal and a program creation device that creates a control program for the image processing controller,
The program creation device is a processing unit indicating processing executed by the image processing controller, an imaging unit that acquires a camera image from the camera based on an imaging trigger signal, and a measurement result from the camera image acquired by the imaging unit. Two or more measurement units for extracting the measurement results, an image output unit for outputting the camera image used for the extraction of the measurement results, and a processing unit storage means for holding the result output unit for outputting the measurement results;
Flowchart display means for displaying a flowchart generated by placing the processing unit on an execution flow starting at a start symbol and ending at an end symbol;
Program generating means for generating a control program for the image processing controller based on the flowchart,
Transfer means for transferring the control program to the image processing controller,
The image processing controller includes program execution means for repeatedly executing the control program;
When the control program is executed, the camera image acquired by the imaging unit is written into the output buffer as an inspection result when the image output unit is executed, and the measurement result extracted by the measurement unit is written when the result output unit is executed. A test result writing means for writing to the output buffer as a test result;
Camera image output means for reading out the camera image in the output buffer and outputting it via an output interface;
A measurement result output means for reading the measurement result in the output buffer and outputting it via an output interface;
When the test result writing means writes the newly obtained test result to the output buffer and the free space in the output buffer is insufficient, the test result writing means does not write the newly obtained test result, Image processing priority writing means for continuing execution;
The camera image output means and the measurement result output means comprise output processing priority write means for interrupting the execution of the control program until the test results can be written to the output buffer by reading the test results.
One of the image processing priority writing means and the output processing priority writing means can be selected for each of the camera image output means and the measurement result output means.
上記出力インターフェースが、上記出力バッファから読み出された検査結果を着脱可能に接続される外部機器へ出力するためのインターフェースであることを特徴とする請求項1に記載の検査支援システム。   The inspection support system according to claim 1, wherein the output interface is an interface for outputting the inspection result read from the output buffer to an external device that is detachably connected. 上記画像処理コントローラは、上記制御プログラムの実行時に、上記計測ユニットが計測結果に基づいて判定した検査対象物の良否の判定結果を上記結果出力ユニットの実行時に上記検査結果書込み手段が上記出力バッファに書き込んだ際に、上記出力バッファ内の上記判定結果を読み出し、出力インターフェースを介して出力する判定結果出力手段を備え、
上記カメラ画像出力手段、上記計測結果出力手段及び上記判定結果出力手段のそれぞれについて、上記画像処理優先書込み手段及び上記出力処理優先書込み手段のいずれかが選択可能であることを特徴とする請求項1に記載の検査支援システム。
In the image processing controller, when the control program is executed, the inspection result writing means stores in the output buffer the inspection result writing result determined by the measurement unit based on the measurement result when the result output unit is executed. A determination result output means for reading out the determination result in the output buffer and outputting the result via an output interface when written;
2. The image processing priority writing unit and the output processing priority writing unit can be selected for each of the camera image output unit, the measurement result output unit, and the determination result output unit, respectively. The inspection support system described in 1.
上記判定結果出力手段が、電気信号を出力するための出力端子を介して判定結果を出力することを特徴とする請求項3に記載の検査支援システム。   4. The inspection support system according to claim 3, wherein the determination result output means outputs a determination result via an output terminal for outputting an electric signal. 上記プログラム作成装置が、上記フローチャート上で選択された上記画像出力ユニット及び上記結果出力ユニットの上記パラメータとして、上記画像処理優先書込み手段及び上記出力処理優先書込み手段のいずれかを選択し、上記出力バッファに対する検査結果の書込み方法を決定する書込み方法決定手段を備えたことを特徴とする請求項1に記載の検査支援システム。   The program creation device selects either the image processing priority writing unit or the output processing priority writing unit as the parameter of the image output unit and the result output unit selected on the flowchart, and the output buffer. The inspection support system according to claim 1, further comprising a writing method determination unit that determines a writing method of a test result with respect to the test result. 検査対象物を撮影してカメラ画像を生成するカメラと、上記カメラから上記カメラ画像を取得して当該カメラ画像から計測結果を抽出し、この計測結果に基づいて上記検査対象物の良否を判定して判定信号を出力する画像処理コントローラと、上記画像処理コントローラの制御プログラムを作成するプログラム作成装置とからなる検査支援システムにおいて、
上記プログラム作成装置は、上記画像処理コントローラが実行する処理を示す処理ユニットとして、撮像トリガ信号に基づいて上記カメラからカメラ画像を取得する撮像ユニット、上記撮像ユニットによって取得された上記カメラ画像から計測結果を抽出する2以上の計測ユニット、上記計測結果の抽出に使用されたカメラ画像を出力する画像出力ユニット、及び、上記計測結果を出力する結果出力ユニットを保持する処理ユニット記憶手段と、
スタートシンボルにおいて開始し、エンドシンボルにおいて終了する実行フロー上に上記処理ユニットを配置することによって生成されたフローチャートを表示するフローチャート表示手段と、
上記フローチャートに基づいて、上記画像処理コントローラの制御プログラムを生成するプログラム生成手段と、
上記制御プログラムを上記画像処理コントローラへ転送する転送手段とを備え、
上記画像処理コントローラは、上記制御プログラムを繰返し実行するプログラム実行手段と、
上記制御プログラムの実行時に、上記撮像ユニットによって取得されたカメラ画像を上記画像出力ユニットの実行時に検査結果として出力バッファに書き込むとともに、上記計測ユニットによって抽出された計測結果に基づいて判定した検査対象物の良否の判定結果を上記結果出力ユニットの実行時に検査結果として出力バッファに書き込む検査結果書込み手段と、
上記出力バッファ内の上記カメラ画像を読み出し、出力インターフェースを介して出力するカメラ画像出力手段と、
上記出力バッファ内の上記判定結果を読み出し、出力インターフェースを介して出力する判定結果出力手段とを備え、
上記検査結果書込み手段は、新たに得られた検査結果を出力バッファに書き込む際、出力バッファ内の空き容量が不足した場合に、当該新たに得られた検査結果を書き込まずに、上記制御プログラムの実行を継続させる画像処理優先書込み手段と、
上記カメラ画像出力手段及び上記判定結果出力手段が検査結果を読み出すことによって出力バッファに検査結果が書き込めるようになるまで、上記制御プログラムの実行を中断させる出力処理優先書込み手段とからなり、
上記カメラ画像出力手段及び上記判定結果出力手段のそれぞれについて、上記画像処理優先書込み手段及び上記出力処理優先書込み手段のいずれかが選択可能であることを特徴とする検査支援システム。
A camera that shoots an inspection object and generates a camera image; obtains the camera image from the camera; extracts a measurement result from the camera image; and determines pass / fail of the inspection object based on the measurement result In an inspection support system comprising an image processing controller that outputs a determination signal and a program creation device that creates a control program for the image processing controller,
The program creation device is a processing unit indicating processing executed by the image processing controller, an imaging unit that acquires a camera image from the camera based on an imaging trigger signal, and a measurement result from the camera image acquired by the imaging unit. Two or more measurement units for extracting the measurement results, an image output unit for outputting the camera image used for the extraction of the measurement results, and a processing unit storage means for holding the result output unit for outputting the measurement results;
Flowchart display means for displaying a flowchart generated by placing the processing unit on an execution flow starting at a start symbol and ending at an end symbol;
Program generating means for generating a control program for the image processing controller based on the flowchart,
Transfer means for transferring the control program to the image processing controller,
The image processing controller includes program execution means for repeatedly executing the control program;
When the control program is executed, the camera image acquired by the imaging unit is written in the output buffer as the inspection result when the image output unit is executed, and the inspection object is determined based on the measurement result extracted by the measurement unit. A test result writing means for writing a result of pass / fail judgment to the output buffer as a test result when executing the result output unit;
Camera image output means for reading out the camera image in the output buffer and outputting it via an output interface;
A determination result output means for reading the determination result in the output buffer and outputting the determination result via an output interface;
When the test result writing means writes the newly obtained test result to the output buffer and the free space in the output buffer is insufficient, the test result writing means does not write the newly obtained test result, Image processing priority writing means for continuing execution;
The camera image output means and the determination result output means comprise output processing priority writing means for interrupting the execution of the control program until the inspection result can be written to the output buffer by reading the inspection result.
One of the image processing priority writing means and the output processing priority writing means can be selected for each of the camera image output means and the determination result output means.
JP2007298032A 2007-11-16 2007-11-16 Inspection support system Expired - Fee Related JP4929133B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007298032A JP4929133B2 (en) 2007-11-16 2007-11-16 Inspection support system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007298032A JP4929133B2 (en) 2007-11-16 2007-11-16 Inspection support system

Publications (2)

Publication Number Publication Date
JP2009122035A JP2009122035A (en) 2009-06-04
JP4929133B2 true JP4929133B2 (en) 2012-05-09

Family

ID=40814339

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007298032A Expired - Fee Related JP4929133B2 (en) 2007-11-16 2007-11-16 Inspection support system

Country Status (1)

Country Link
JP (1) JP4929133B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5469433B2 (en) 2009-10-30 2014-04-16 株式会社キーエンス Image processing apparatus and image processing method
JP6677999B2 (en) * 2015-10-09 2020-04-08 株式会社イシダ Article inspection equipment
JP6987617B2 (en) * 2017-11-21 2022-01-05 株式会社キーエンス Configuration support systems, data servers, control methods and programs
JP6987616B2 (en) * 2017-11-21 2022-01-05 株式会社キーエンス Configuration support systems, data servers, control methods and programs
JP2019175408A (en) * 2018-03-29 2019-10-10 パナソニック デバイスSunx株式会社 Program creation device and program creation method of image inspection program, and creation program

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5132791A (en) * 1990-09-25 1992-07-21 Ball Corporation Optical sheet inspection system
JPH0879418A (en) * 1994-07-06 1996-03-22 Canon Inc Image processor
JP2000041137A (en) * 1998-07-23 2000-02-08 Canon Inc Facsimile equipment
JP2000205842A (en) * 1999-01-14 2000-07-28 Keyence Corp Shape measuring instrument

Also Published As

Publication number Publication date
JP2009122035A (en) 2009-06-04

Similar Documents

Publication Publication Date Title
JP5074896B2 (en) Inspection support system and image processing controller
JP5415182B2 (en) Image processing apparatus, program creation support apparatus, and image processing method
JP4784269B2 (en) Image processing device
JP2009116377A (en) Device for creating program for use in image processing controller
KR101117472B1 (en) Apparatus and Method for Visual Inspection
JP5060677B2 (en) Image processing controller and inspection support system
JP4929133B2 (en) Inspection support system
JP2019212073A (en) Image discriminating apparatus and method thereof
JP4944739B2 (en) Program creation device for image processing controller
US20110043621A1 (en) Image Processing Device And Image Processing Method
JP2020003301A (en) Appearance inspection system, method for displaying result of appearance inspection, and program for displaying result of appearance inspection
JP2019197461A (en) Analysis support device and analysis support method
JP5060675B2 (en) Program creation device for image processing controller
JP4668059B2 (en) Visual inspection support device, visual inspection support program, and recording medium recording the program
JP6889510B2 (en) Programming equipment and programs
JP5060674B2 (en) Program creation device for image processing controller
JP2013016013A (en) Development support device and development support method
JP5696194B2 (en) Program creation support apparatus and image processing apparatus
JP4944737B2 (en) Program creation device for image processing controller
JP4944751B2 (en) Image processing controller
WO2020003887A1 (en) External-appearance inspection system, method for displaying external-appearance inspection result, and program for displaying external-appearance inspection result
JP2009116381A (en) Program creation device for image processing controller
JP5060676B2 (en) Program creation apparatus and inspection support system for image processing controller
JP2014123260A (en) Image creation device of system monitoring screen
JP2023048715A (en) Creation support method, program and creation support system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100915

TRDD Decision of grant or rejection written
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120201

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120207

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120213

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150217

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees