JP2010032228A - Measurement system - Google Patents

Measurement system Download PDF

Info

Publication number
JP2010032228A
JP2010032228A JP2008191607A JP2008191607A JP2010032228A JP 2010032228 A JP2010032228 A JP 2010032228A JP 2008191607 A JP2008191607 A JP 2008191607A JP 2008191607 A JP2008191607 A JP 2008191607A JP 2010032228 A JP2010032228 A JP 2010032228A
Authority
JP
Japan
Prior art keywords
measurement
measuring instrument
programmable controller
link
inspection
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.)
Granted
Application number
JP2008191607A
Other languages
Japanese (ja)
Other versions
JP5413793B2 (en
Inventor
Mitsuru Iwaoka
満 岩岡
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.)
Yokogawa Electric Corp
Original Assignee
Yokogawa Electric 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 Yokogawa Electric Corp filed Critical Yokogawa Electric Corp
Priority to JP2008191607A priority Critical patent/JP5413793B2/en
Publication of JP2010032228A publication Critical patent/JP2010032228A/en
Application granted granted Critical
Publication of JP5413793B2 publication Critical patent/JP5413793B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Testing Or Calibration Of Command Recording Devices (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To materialize a measurement system for relatively easily preparing an automatic inspection/measurement program while controlling an inspection tool and a measuring instrument at a high speed. <P>SOLUTION: This measurement system is structured so that an inspecting object is inspected/measured by using the measuring instrument controlled by a programmable controller and the inspection tool. The measuring instrument is mounted with a function of communication with the programmable controller, and a link relay and link register accessible from the programmable controller. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、測定システムに関し、詳しくは、測定器とプログラマブルコントローラを組み合わせて構成された測定システムの改善に関するものである。   The present invention relates to a measurement system, and more particularly to improvement of a measurement system configured by combining a measuring instrument and a programmable controller.

たとえば生産ラインにおける測定データを収集する測定システムとして、測定器とプログラマブルコントローラを組み合わせて構成されたものが提案されている。   For example, as a measurement system for collecting measurement data in a production line, a system configured by combining a measuring instrument and a programmable controller has been proposed.

図3は、このような測定システムの一例を示すブロック図である。図3において、1台または複数台の測定器10は、たとえばGP−IBのような測定器用通信バス20を介してパーソナルコンピュータ(以下PCという)30と接続されている。PC30には、たとえばFL−netのようなプログラマブルコントローラ用通信バス40を介してプログラマブルコントローラ50が接続されている。プログラマブルコントローラ50には検査治具60が接続されている。検査対象物(以下UUTという)70は検査治具60を介して測定器10と接続されている。   FIG. 3 is a block diagram showing an example of such a measurement system. In FIG. 3, one or a plurality of measuring instruments 10 are connected to a personal computer (hereinafter referred to as PC) 30 via a measuring instrument communication bus 20 such as GP-IB. A programmable controller 50 is connected to the PC 30 via a programmable controller communication bus 40 such as FL-net. An inspection jig 60 is connected to the programmable controller 50. An inspection object (hereinafter referred to as UUT) 70 is connected to the measuring instrument 10 via an inspection jig 60.

検査治具60はプログラマブルコントローラ50により制御されていて、UUT70と測定器10をどのように接続するかの切り替えや、UUT70の動作条件の設定などを行う。   The inspection jig 60 is controlled by the programmable controller 50, and switches how the UUT 70 and the measuring instrument 10 are connected, sets the operating conditions of the UUT 70, and the like.

図4は図3の測定システムで用いられる測定器10の一例を示すブロック図である。図4において、GP−IBインタフェース11は、PC30と測定器10を接続して測定器10を制御するためのものである。PC30から送られてきた制御コマンドはメッセージ伝送バッファ12に格納される。メッセージ伝送バッファ12に格納された制御コマンドは制御部13で読み出され、所定の測定を行うように測定部14を制御する。また、制御部13は、測定部14による測定結果をメッセージ伝送バッファ12に格納する。このようにしてメッセージ伝送バッファ12に格納された測定部14による測定結果は、GP−IBインタフェース11を介してPC30で読み出すことができる。   FIG. 4 is a block diagram showing an example of the measuring instrument 10 used in the measurement system of FIG. In FIG. 4, the GP-IB interface 11 is for connecting the PC 30 and the measuring device 10 to control the measuring device 10. The control command sent from the PC 30 is stored in the message transmission buffer 12. The control command stored in the message transmission buffer 12 is read by the control unit 13 and controls the measurement unit 14 to perform a predetermined measurement. Further, the control unit 13 stores the measurement result obtained by the measurement unit 14 in the message transmission buffer 12. The measurement result by the measurement unit 14 stored in the message transmission buffer 12 in this way can be read out by the PC 30 via the GP-IB interface 11.

UUT70に対する一連の検査あるいは試験を実行するのにあたり、PC30上では、自動検査/測定プログラムが実行される。自動検査/測定プログラムは、測定器用通信バス20を介して測定器10にコマンドを送ることで測定器10を制御し、プログラマブルコントローラ用通信バス40を介してプログラマブルコントローラ50と通信して検査治具60を制御する。なお、自動検査/測定プログラムは、C++やBasicなどのプログラミング言語、あるいはLabVIEW(登録商標)などのツールを用いて作成される。   In performing a series of inspections or tests on the UUT 70, an automatic inspection / measurement program is executed on the PC 30. The automatic inspection / measurement program controls the measuring instrument 10 by sending a command to the measuring instrument 10 via the measuring instrument communication bus 20, and communicates with the programmable controller 50 via the programmable controller communication bus 40. 60 is controlled. The automatic inspection / measurement program is created using a programming language such as C ++ or Basic or a tool such as LabVIEW (registered trademark).

これにより、自動検査/測定プログラムは、検査治具60および測定器10を所定の検査項目・手順に従って制御してUUT70の測定を行い、測定結果が正常かどうかを判定してUUT70の自動検査を行う。   Accordingly, the automatic inspection / measurement program controls the inspection jig 60 and the measuring instrument 10 according to predetermined inspection items / procedures to measure the UUT 70, determines whether the measurement result is normal, and performs automatic inspection of the UUT 70. Do.

特許文献1には、生産ラインにおいて、工程ごとに配置された計測器をプログラマブルコントローラの制御下で動作させることが記載されてはいるが、具体的な構成は記載されていない(段落0002)。   Patent Document 1 describes that a measuring instrument arranged for each process in a production line is operated under the control of a programmable controller, but does not describe a specific configuration (paragraph 0002).

特開2006−215998号公報JP 2006-215998 A

しかし、前述のようなプログラミング言語やツールを用いた自動検査/測定プログラムの開発は、習得の難しいプログラミングのスキルを必要とするものであり、誰もができるわけではない。また、PC30はWindows(登録商標)などの汎用OSを使用しているためリアルタイム性に欠け、検査治具60を制御してから測定器10を制御するまでの時間遅れなどが原因で、検査/測定時間の短縮が難しいという問題がある。   However, the development of an automatic inspection / measurement program using the programming languages and tools as described above requires programming skills that are difficult to learn, and not everyone can do it. In addition, since the PC 30 uses a general-purpose OS such as Windows (registered trademark), it lacks real-time characteristics, and due to a time delay from the control of the inspection jig 60 to the control of the measuring instrument 10, There is a problem that it is difficult to shorten the measurement time.

本発明は、このような問題点に鑑みてなされたものであり、その目的は、比較的容易に自動検査/測定プログラムが作成でき、検査治具と測定器の制御を高速に行うことができる測定システムを実現することにある。   The present invention has been made in view of such problems, and an object of the present invention is to create an automatic inspection / measurement program relatively easily and to control an inspection jig and a measuring instrument at high speed. The realization of the measurement system.

このような問題を解決するため、請求項1記載の発明は、
プログラマブルコントローラで制御される測定器と検査治具を用いて検査対象物を検査/測定するように構成された測定システムにおいて、
前記測定器には、前記プログラマブルコントローラとの通信機能と、前記プログラマブルコントローラからアクセス可能なリンクリレーおよびリンクレジスタ、が実装されたことを特徴とする。
In order to solve such a problem, the invention of claim 1
In a measurement system configured to inspect / measure an inspection object using a measuring instrument and an inspection jig controlled by a programmable controller,
A communication function with the programmable controller and a link relay and a link register accessible from the programmable controller are mounted on the measuring instrument.

請求項2記載の発明は、請求項1記載の測定システムにおいて、
前記リンクリレーには少なくとも測定開始・停止やトリガなどの制御情報と測定器のステータス情報のいずれかが割り当てられ、
前記リンクレジスタには少なくとも測定パラメータと測定結果の、いずれかが割り当てられることを特徴とする。
The invention according to claim 2 is the measurement system according to claim 1,
The link relay is assigned at least one of control information such as measurement start / stop and trigger and status information of the measuring instrument,
At least one of a measurement parameter and a measurement result is assigned to the link register.

これにより、自動検査/測定プログラムが比較的容易に作成でき、検査治具と測定器の制御を高速に行うことができる。   Thereby, an automatic inspection / measurement program can be created relatively easily, and the inspection jig and the measuring instrument can be controlled at high speed.

以下、本発明について図面を参照して説明する。図1は本発明による測定システムの構成例を示すブロック図であり、図3と共通する部分には同一の符号を付けている。図1では、測定器10には、PC30に代えてプログラマブルコントローラ50がたとえばFL−netなどのプログラマブルコントローラ用通信バス40を介して接続されている。プログラマブルコントローラ50には、ユーザとのインタフェースとして機能する表示制御部80が接続されている。また、検査治具60はプログラマブルコントローラ50により制御される。   The present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing an example of the configuration of a measurement system according to the present invention, and the same reference numerals are given to portions common to FIG. In FIG. 1, a programmable controller 50 is connected to the measuring instrument 10 via a programmable controller communication bus 40 such as FL-net instead of the PC 30. A display controller 80 that functions as an interface with the user is connected to the programmable controller 50. The inspection jig 60 is controlled by the programmable controller 50.

図2は図1の測定システムで用いられる測定器10の一例を示すブロック図であり、図4と共通する部分には同一の符号を付けている。図2において、FL−netインタフェース15は、外部との通信インタフェースとして機能するもので、プログラマブルコントローラ50と同じ制御インタフェースを提供する。   FIG. 2 is a block diagram showing an example of the measuring instrument 10 used in the measuring system of FIG. 1, and the same reference numerals are given to the parts common to FIG. In FIG. 2, the FL-net interface 15 functions as a communication interface with the outside, and provides the same control interface as the programmable controller 50.

第1コモンメモリ領域16はFL−netインタフェース15からアクセス可能な領域であり、複数のリンクリレーからなる。第2コモンメモリ領域17もFL−netインタフェース15からアクセス可能な領域で、複数のリンクレジスタからなる。   The first common memory area 16 is an area accessible from the FL-net interface 15 and is composed of a plurality of link relays. The second common memory area 17 is also an area accessible from the FL-net interface 15 and includes a plurality of link registers.

第1コモンメモリ領域16のリンクリレーは、測定開始(START)、トリガ(TRIGGER)などの測定器に対するコマンドや、測定完了(DONE)、エラー通知(ERROR)などの測定器のステータス情報が割り当てられている。また、第2コモンメモリ領域17のリンクレジスタには測定パラメータや測定結果が割り当てられている。   The link relay in the first common memory area 16 is assigned commands to the measuring instrument such as measurement start (START) and trigger (TRIGGER), and status information of the measuring instrument such as measurement completion (DONE) and error notification (ERROR). ing. Measurement parameters and measurement results are assigned to the link register of the second common memory area 17.

これら第1コモンメモリ領域16のリンクリレーや第2コモンメモリ領域17のリンクレジスタは、FL−netインタフェース15を介して外部のプログラマブルコントローラ50から設定できる。   The link relay of the first common memory area 16 and the link register of the second common memory area 17 can be set from the external programmable controller 50 via the FL-net interface 15.

第1コモンメモリ領域16のリンクリレーが設定されると、リンクリレーが設定されたことが制御部13に通知され、制御部13は設定されたリンクリレーに対応するコマンドを実行する。具体的には、たとえばリンクレジスタに設定された測定パラメータを読み出して測定部14を制御し、所定の測定を実行する。測定が完了したら、測定結果を第2コモンメモリ領域17の対応するレジスタに保存し、完了したことを示す第1コモンメモリ領域16のリンクリレーを設定する。   When the link relay of the first common memory area 16 is set, the control unit 13 is notified that the link relay has been set, and the control unit 13 executes a command corresponding to the set link relay. Specifically, for example, the measurement parameter set in the link register is read, the measurement unit 14 is controlled, and a predetermined measurement is performed. When the measurement is completed, the measurement result is stored in the corresponding register of the second common memory area 17, and the link relay of the first common memory area 16 indicating the completion is set.

FL−netインタフェース15は、定期的に第1コモンメモリ領域16および第2コモンメモリ領域17の内容を、外部のプログラマブルコントローラ50に送出する。外部のプログラマブルコントローラ50は、第1コモンメモリ領域16に測定完了に対応したリンクリレーが設定されたことを検知し、FL−netインタフェース15経由で第2コモンメモリ領域17の測定結果を保存したリンクレジスタを読み出して、測定結果を得ることができる   The FL-net interface 15 periodically sends the contents of the first common memory area 16 and the second common memory area 17 to the external programmable controller 50. The external programmable controller 50 detects that the link relay corresponding to the completion of measurement is set in the first common memory area 16 and stores the measurement result of the second common memory area 17 via the FL-net interface 15. Read register and get measurement result

図1の測定システムにおいて、UUT70に対する一連の検査あるいは試験を実行するのにあたっては、プログラマブルコントローラ50上で自動検査/測定プログラムが実行される。自動検査/測定プログラムはプログラマブルコントローラ用通信バス40を介して測定器10のリンクリレーを設定することで測定器10を制御するとともに、直接、検査治具60を制御する。そして、測定器10のリンクレジスタを読み出すことにより測定結果を得る。自動検査/測定プログラムで決められた検査項目・手順に従って検査治具60および測定器10を制御してUUT70の測定を行い、測定結果が正常化かどうかを判定して自動検査を行う。   In the measurement system of FIG. 1, when executing a series of inspections or tests on the UUT 70, an automatic inspection / measurement program is executed on the programmable controller 50. The automatic inspection / measurement program controls the measuring instrument 10 by setting the link relay of the measuring instrument 10 via the programmable controller communication bus 40, and directly controls the inspection jig 60. Then, the measurement result is obtained by reading the link register of the measuring instrument 10. The UUT 70 is measured by controlling the inspection jig 60 and the measuring instrument 10 according to the inspection items / procedures determined by the automatic inspection / measurement program, and the automatic inspection is performed by determining whether the measurement result is normal.

本発明を適用することにより、測定器10をプログラマブルコントローラ50に実装されるシーケンスプログラムに基づき直接制御可能なリンクリレーおよびリンクレジスタで制御できるので、従来のような測定器10を制御するためのPC30は不要になる。   By applying the present invention, the measuring instrument 10 can be controlled by a link relay and a link register that can be directly controlled based on a sequence program installed in the programmable controller 50, so that the PC 30 for controlling the measuring instrument 10 as in the prior art is used. Is no longer needed.

これにより、FA(Factory Automation)分野で広く使われているSFC(Sequential Function Chart)やラダープログラミングを用いて、自動検査/測定システムが容易に構築できる。   Thereby, an automatic inspection / measurement system can be easily constructed by using SFC (Sequential Function Chart) and ladder programming widely used in the field of FA (Factory Automation).

また、リアルタイム処理性能が高いプログラマブルコントローラ50が測定器10や検査治具60を制御するため、制御のオーバーヘッドを減らすことができ、高速な検査・測定が行える。   In addition, since the programmable controller 50 with high real-time processing performance controls the measuring instrument 10 and the inspection jig 60, the control overhead can be reduced, and high-speed inspection and measurement can be performed.

なお、上記実施例では、測定開始やトリガなどの制御を第1コモンメモリ領域16のリンクリレーに割り当て、測定パラメータを第2コモンメモリ領域17のリンクレジスタに割り当てたが、測定パラメータの種類が少ない場合は、パラメータもリンクレジスタに割り当てることもできる。   In the above embodiment, control such as measurement start and trigger is assigned to the link relay of the first common memory area 16, and measurement parameters are assigned to the link register of the second common memory area 17, but there are few types of measurement parameters. If so, parameters can also be assigned to the link register.

また、上記実施例では、測定器10の通信インタフェースとしてFL−netを使用したが、FL−netに限るものではなく、たとえばEtherCATなどのプログラマブルコントローラとの通信に使用される通信ネットワークであれば使用可能である。   Moreover, in the said Example, although FL-net was used as a communication interface of the measuring device 10, it is not restricted to FL-net, For example, if it is a communication network used for communication with programmable controllers, such as EtherCAT, it is used. Is possible.

また、通信インタフェースとしてFL−busなどのEthernet(登録商標)ベースのものを使用する場合、同じ通信ポートを用いて本発明で使用するプログラマブルコントローラ用の通信と、LXIなどの従来の測定器で用いられている方式の通信を同時に行うことが可能である。   In addition, when using an Ethernet (registered trademark) -based communication interface such as FL-bus as a communication interface, the same communication port is used for communication for a programmable controller used in the present invention and a conventional measuring instrument such as LXI. It is possible to carry out the communication of the same method at the same time.

また、上記実施例では、第1コモンメモリ領域16と第2コモンメモリ領域17だけを使っていたが、メッセージ伝送バッファ12を併用することも可能である。たとえば、測定器としてディジタルオシロスコープを想定した場合、以下のような使い分けができる。
・リンクリレー
測定開始(スタート)、トリガ、測定完了、エラーなど
・リンクレジスタ
時間軸スケール、Y軸スケール、レコード長などの設定
カーソル読み値、立ち上がり時間などの波形パラメータ測定値などの数値
・メッセージ伝送バッファ
波形データの読み出し
メッセージ伝送バッファ12を用いて波形データをプログラマブルコントローラ50に取り込み、演算処理を行って試験結果を判定する必要がある場合に対応できる。
In the above embodiment, only the first common memory area 16 and the second common memory area 17 are used. However, the message transmission buffer 12 can be used in combination. For example, when a digital oscilloscope is assumed as a measuring instrument, it can be used as follows.
-Link relay Measurement start (start), trigger, measurement completion, error, etc.-Link register Settings such as time axis scale, Y axis scale, record length, etc. Numerical values such as measured values of waveform parameters such as cursor readings and rise times-Message transmission Buffer Reading of waveform data It is possible to cope with the case where it is necessary to take waveform data into the programmable controller 50 using the message transmission buffer 12 and perform arithmetic processing to determine the test result.

さらに、上記実施例では、検査治具60は測定器10とUUT70の接続を切り替えるものとしたが、それ以外にUUT70を自動搬送するハンドラなども制御できる。   Furthermore, in the above-described embodiment, the inspection jig 60 switches the connection between the measuring instrument 10 and the UUT 70. However, a handler that automatically transports the UUT 70 can also be controlled.

以上説明したように、本発明によれば、比較的容易に自動検査/測定プログラムが作成できるとともに、検査治具と測定器の制御を高速に行うことができる測定システムを実現することができ、生産ラインにおける測定データ収集システムなどに好適である。   As explained above, according to the present invention, an automatic inspection / measurement program can be created relatively easily, and a measurement system capable of controlling an inspection jig and a measuring instrument at high speed can be realized. It is suitable for a measurement data collection system in a production line.

本発明による測定システムの一実施例を示すブロック図である。It is a block diagram which shows one Example of the measurement system by this invention. 図1の測定システムで用いられる測定器10の一例を示すブロック図である。It is a block diagram which shows an example of the measuring device 10 used with the measuring system of FIG. 従来の測定システムの一例を示すブロック図である。It is a block diagram which shows an example of the conventional measurement system. 図3の測定システムで用いられる測定器10の一例を示すブロック図である。。It is a block diagram which shows an example of the measuring device 10 used with the measuring system of FIG. .

符号の説明Explanation of symbols

10 測定器
40 プログラマブルコントローラ用通信バス
50 プログラマブルコントローラ
60 検査治具
70 検査対象物(UUT)
80 表示制御部
DESCRIPTION OF SYMBOLS 10 Measuring instrument 40 Communication bus for programmable controllers 50 Programmable controller 60 Inspection jig 70 Inspection object (UUT)
80 Display controller

Claims (2)

プログラマブルコントローラで制御される測定器と検査治具を用いて検査対象物を検査/測定するように構成された測定システムにおいて、
前記測定器には、前記プログラマブルコントローラとの通信機能と、前記プログラマブルコントローラからアクセス可能なリンクリレーおよびリンクレジスタ、が実装されたことを特徴とする測定システム。
In a measurement system configured to inspect / measure an inspection object using a measuring instrument and an inspection jig controlled by a programmable controller,
A measuring system, wherein a communication function with the programmable controller and a link relay and a link register accessible from the programmable controller are mounted on the measuring instrument.
前記リンクリレーには少なくとも測定開始・停止やトリガなどの制御情報と測定器のステータス情報のいずれかが割り当てられ、
前記リンクレジスタには少なくとも測定パラメータと測定結果の、いずれかが割り当てられることを特徴とする請求項1記載の測定システム。
The link relay is assigned at least one of control information such as measurement start / stop and trigger and status information of the measuring instrument,
The measurement system according to claim 1, wherein at least one of a measurement parameter and a measurement result is assigned to the link register.
JP2008191607A 2008-07-25 2008-07-25 Measuring system Expired - Fee Related JP5413793B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008191607A JP5413793B2 (en) 2008-07-25 2008-07-25 Measuring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008191607A JP5413793B2 (en) 2008-07-25 2008-07-25 Measuring system

Publications (2)

Publication Number Publication Date
JP2010032228A true JP2010032228A (en) 2010-02-12
JP5413793B2 JP5413793B2 (en) 2014-02-12

Family

ID=41736896

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008191607A Expired - Fee Related JP5413793B2 (en) 2008-07-25 2008-07-25 Measuring system

Country Status (1)

Country Link
JP (1) JP5413793B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017049148A (en) * 2015-09-02 2017-03-09 株式会社クオルテック Measurement system and measurement method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58166498A (en) * 1982-03-27 1983-10-01 富士通電装株式会社 Automatic measuring apparatus
JPH0677975A (en) * 1992-08-26 1994-03-18 Matsushita Electric Works Ltd Allocating system for communication area
JPH11325978A (en) * 1998-05-13 1999-11-26 Omron Corp Data processing system, measuring instrument and terminal

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS58166498A (en) * 1982-03-27 1983-10-01 富士通電装株式会社 Automatic measuring apparatus
JPH0677975A (en) * 1992-08-26 1994-03-18 Matsushita Electric Works Ltd Allocating system for communication area
JPH11325978A (en) * 1998-05-13 1999-11-26 Omron Corp Data processing system, measuring instrument and terminal

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2017049148A (en) * 2015-09-02 2017-03-09 株式会社クオルテック Measurement system and measurement method

Also Published As

Publication number Publication date
JP5413793B2 (en) 2014-02-12

Similar Documents

Publication Publication Date Title
US10591886B2 (en) Control system, control program, and control method for device switching responsive to abnormality detection
EP2687928B1 (en) Controller support device, controller support program to be executed in said device, and recording medium storing said program
US11036199B2 (en) Control device, control program, and control method for anomaly detection
US10503146B2 (en) Control system, control device, and control method
CN108227641A (en) Control device, control method and computer readable storage medium
JP2019159697A (en) Control system and control method
JP5452250B2 (en) Method and operating unit for adjusting a control device
CN103077114B (en) Based on the automated testing method of temperature measuring equipment communication protocol
JP6874438B2 (en) Slave device, control method of slave device, information processing program, and recording medium
EP2533114A1 (en) Controller support device, controller support program to be executed in said device, recording medium storing said program, and method for estimating execution duration of control program
US6963814B2 (en) Systems, devices, and methods for acceptance testing a fieldbus component configuration program
CN107643476B (en) Profibus bus insulation performance testing method based on virtual instrument technology
JP5413793B2 (en) Measuring system
JP2016045712A (en) Programmable logic controller
KR100809598B1 (en) Semiconductor test system being capable of virtual test and semiconductor test method thereof
JP2019159868A (en) Control system, controller and display device
KR101283026B1 (en) System for real time control of total control system and method thereof
US11092945B2 (en) Control device, control method, and non-transitory storage medium storing control program
US20240160178A1 (en) Systems, methods and devices for detecting errors in programmable logic controllers
CN109375576B (en) PLC program signal online analysis and diagnosis method
JP4584235B2 (en) CPU unit, system processing execution method, and program for causing CPU unit to execute the method
WO2023228357A1 (en) Programmable logic controller, control system, data collection method, and program
CN110832411A (en) Computer updating test auxiliary device
CN117980842A (en) Control device
JP2010043973A (en) Semiconductor testing device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110602

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20121105

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20121206

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130115

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20131021

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20131103

LAPS Cancellation because of no payment of annual fees