JP2001306352A - Analyzer system and computer readable recording medium having analyzer inspection program recorded thereon - Google Patents

Analyzer system and computer readable recording medium having analyzer inspection program recorded thereon

Info

Publication number
JP2001306352A
JP2001306352A JP2000122662A JP2000122662A JP2001306352A JP 2001306352 A JP2001306352 A JP 2001306352A JP 2000122662 A JP2000122662 A JP 2000122662A JP 2000122662 A JP2000122662 A JP 2000122662A JP 2001306352 A JP2001306352 A JP 2001306352A
Authority
JP
Japan
Prior art keywords
analyzer
inspection
test
program
command
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2000122662A
Other languages
Japanese (ja)
Inventor
Ichiro Takano
一郎 鷹野
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.)
Horiba Ltd
Original Assignee
Horiba Ltd
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 Horiba Ltd filed Critical Horiba Ltd
Priority to JP2000122662A priority Critical patent/JP2001306352A/en
Publication of JP2001306352A publication Critical patent/JP2001306352A/en
Pending legal-status Critical Current

Links

Landscapes

  • Automatic Analysis And Handling Materials Therefor (AREA)
  • Test And Diagnosis Of Digital Computers (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an analyzer system and a computer readable recording medium in which an analyzer inspection program is recorded with which programs of inspection sequences can be easily created by generalizing a program for inspecting an analyzer and which can easily be modified even by a person who is not a creator of the program. SOLUTION: The analyzer system is provided with an analyzer 2 and an information processor 3 having functions to control the analyzer 2 and to successively execute the inspection sequences of the analyzer 2 by successively reading inspection commands C1 to C3 to perform the inspection sequences from an inspection content instruction table Ta previously inputted by a tabulation program Pc, successively interpreting the read inspection commands C1 to C3 and controlling the analyzer 2.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、分析計システムお
よび分析計検査プログラムを記録したコンピュータ読取
可能な記録媒体に関するものであり、より詳細には、パ
ソコンによる製品検査プログラムの汎用化を達成する分
析計システムおよび分析計検査プログラムを記録したコ
ンピュータ読取可能な記録媒体に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an analyzer system and a computer-readable recording medium on which an analyzer test program is recorded. 1. Field of the Invention The present invention relates to a computer-readable recording medium on which an analyzer system and an analyzer test program are recorded.

【0002】[0002]

【従来技術】従来より、分析計の各種製品検査を行う際
に、パソコンによる自動検査を行うことが多くなってい
る。この自動検査を行うためには分析計の仕様に合わせ
た分析計の制御が必要であるから、各種検査項目に合わ
せた検査シーケンスを作成し、この検査シーケンスに従
って分析計を制御する検査プログラムを作成していた。
2. Description of the Related Art Conventionally, when inspecting various products of an analyzer, an automatic inspection by a personal computer is often performed. To perform this automatic inspection, it is necessary to control the analyzer in accordance with the specifications of the analyzer, so create an inspection sequence that matches the various inspection items and create an inspection program that controls the analyzer according to this inspection sequence. Was.

【0003】図4は従来の検査プログラムの作成方法の
流れの一例を示す図である。この図4に示すように、分
析計のメーカ側のソフト作成者は最初に検査プログラム
のソースリストを例えば、BASIC,FORTRA
N,C言語などの言語を用いて作成する。(ステップS
1
FIG. 4 is a diagram showing an example of the flow of a conventional inspection program creating method. As shown in FIG. 4, the software creator of the manufacturer of the analyzer firstly stores the source list of the inspection program in, for example, BASIC, FORTRA.
It is created using languages such as N and C languages. (Step S
1 )

【0004】次いで、作成されたソースリストをコンパ
イルして、検査対象となる分析計に接続されるコンピュ
ータに理解できる言語に変換した実行ファイルを作成す
る。(ステップS2
[0004] Next, the created source list is compiled, and an executable file converted into a language understood by a computer connected to the analyzer to be inspected is created. (Step S 2 )

【0005】そして、作成された実行ファイルを分析計
に接続されるコンピュータにインストールし(ステップ
3 )、動作確認を行なう(ステップS4 )。
[0005] Then, the created execution file is installed on a computer connected to the analyzer (step S 3 ), and the operation is confirmed (step S 4 ).

【0006】動作確認を行ったときに正常に動作して自
動検査が正確に行われた場合には、メーカ側のプログラ
マは検査プログラムのインストールを終了し、これを現
場に引き渡すことができる。(ステップS5
If the automatic operation is correctly performed when the operation is confirmed and the automatic inspection is correctly performed, the programmer on the maker side can finish the installation of the inspection program and hand it over to the site. (Step S 5)

【0007】一方、動作が正常に行われない場合には、
ソースリストを修正し(ステップS 6 )、ステップS2
のコンパイルから処理を再開することにより、修正され
た実行ファイルを作成することが行われていた。
On the other hand, when the operation is not performed normally,
Modify the source list (Step S 6), Step STwo
By restarting the process from compiling
Creating executable files was done.

【0008】[0008]

【発明が解決しようとする課題】上述のように、従来
は、分析計ごとにソースリストを作成していたので、検
査プログラムのソースリストを作成する際には、検査内
容や、判定値、検査条件等に合わせてそれぞれのソース
リストを作成する必要があった。したがって、検査内容
や規格、検査順序などが変更になる度にソフト作成者
(以下、プログラマという)が変更しなければならな
ず、検査シーケンスを実行するプログラムを作成するた
めに多くの工数や、工期がかかることは避けられなかっ
た。
As described above, conventionally, a source list is created for each analyzer. Therefore, when a source list of an inspection program is created, inspection contents, judgment values, inspection It was necessary to create each source list according to the conditions. Therefore, the software creator (hereinafter referred to as a “programmer”) must change each time the inspection contents, standards, inspection order, and the like are changed. The construction period was inevitable.

【0009】しかも、これらのソースリストはプログラ
マが独自のアルゴリズムで記述していたために、検査内
容や分析計の構成に何らかの変更が生じた場合に、変更
を加えるべき元のソースリストを作成したプログラマ自
身でないとそのソースリストの変更が困難であった。
Moreover, since these source lists are described by the programmer using their own algorithms, if any change occurs in the test contents or the configuration of the analyzer, the programmer who created the original source list to be changed is created. It was difficult to change the source list unless you were yourself.

【0010】一方、各分析計の仕様は、よりよい現場へ
密着させる仕組に変わっていくことは必至であり、この
仕様変更の度に検査シーケンスを実行するプログラムの
変更をメーカ側が行うことには多大な手間がかかること
は避けられなかった。加えて、前述の検査内容の変更に
は出力する帳票の記録形式の変更といった詳細な内容も
含まれており、検査担当者が帳票の記録形式を変更を行
いたい場合にも、その都度メーカ側の前記プログラマに
依頼する必要があった。
[0010] On the other hand, it is inevitable that the specifications of each analyzer be changed to a mechanism that brings the analyzer closer to the site, and it is necessary for the manufacturer to change the program for executing the inspection sequence every time this specification is changed. It was inevitable that it took a lot of trouble. In addition, the change of the inspection contents described above includes detailed contents such as the change of the recording format of the form to be output. If the inspector wants to change the recording format of the form, Had to ask the above programmer.

【0011】本発明はこのような実情を考慮に入れてな
されたものであって、分析計の検査用プログラムの汎用
化を行って、検査シーケンスのプログラムを容易に作成
可能であり、かつ、プログラムの作成者でなくても容易
に変更可能である分析計システムおよび分析計検査プロ
グラムを記録したコンピュータ読取可能な記録媒体を提
供することを目的としている。
The present invention has been made in view of such circumstances, and makes it possible to easily create a test sequence program by generalizing a test program for an analyzer. It is an object of the present invention to provide a computer-readable recording medium which records an analyzer system and an analyzer test program which can be easily changed even by a non-creator of the analyzer.

【0012】[0012]

【課題を解決するための手段】本発明は上述の課題を解
決するための手段を以下のように構成している。すなわ
ち、第1発明の分析計システムは、分析計と、この分析
計の制御を行なうと共に、検査シーケンスを行うための
各検査コマンドを予め表計算プログラムによって入力さ
れた検査内容指示表から順次読み出して、読み出した検
査コマンドを順次解釈し、分析計を制御することにより
分析計の検査シーケンスを順次実行する機能を備えた情
報処理装置とを有することを特徴としている。
According to the present invention, means for solving the above-mentioned problems are constituted as follows. That is, the analyzer system of the first invention controls the analyzer and the analyzer, and sequentially reads out each inspection command for performing the inspection sequence from the inspection content instruction table previously input by the spreadsheet program. And an information processing apparatus having a function of sequentially interpreting the read test commands and controlling the analyzer to sequentially execute the test sequence of the analyzer.

【0013】したがって、前記情報処理装置を用いるこ
とにより、検査シーケンスを実行するための各検査コマ
ンドを表計算プログラムによって容易に入力可能であ
り、プログラミングのための特別な技能を持っていない
人であっても容易に検査シーケンスをプログラムするこ
とができる。つまり、検査仕様の変更や分析計の仕様変
更のために、検査シーケンスに変更を加える必要がある
としても、表計算プログラムによって作成された検査内
容指示表は使い慣れた表計算プログラムの編集機能を用
いて容易に変更可能である。
Therefore, by using the information processing apparatus, each test command for executing the test sequence can be easily input by the spreadsheet program, and the user does not have special skills for programming. Even so, the inspection sequence can be easily programmed. In other words, even if it is necessary to change the inspection sequence to change the inspection specifications or analyzer specifications, the inspection contents instruction table created by the spreadsheet program uses the editing function of the familiar spreadsheet program. And can be easily changed.

【0014】特に、前記検査シーケンスを行うための各
検査コマンドが、分析計の検査を行うために必要十分な
種類のコマンドであるから検査シーケンスを詳細に設定
できると共に、容易に理解できて、直ちにプログラムを
作成することができる。また、不要なコマンドがないの
でプログラムミスの発生を可及的に抑えることができ
る。つまり、分析計の使用現場において、検査シーケン
スを自在に変更可能であり、分析計の仕様変更や帳票の
出力形式の変更に柔軟に対応できる。
In particular, since each test command for performing the test sequence is a command of a necessary and sufficient type for performing a test of the analyzer, the test sequence can be set in detail, and can be easily understood and immediately You can create a program. Further, since there is no unnecessary command, occurrence of a program error can be suppressed as much as possible. That is, the inspection sequence can be freely changed at the site where the analyzer is used, and it is possible to flexibly cope with a change in the specification of the analyzer and a change in the output format of the form.

【0015】加えて、前記検査内容指示表は分析計の種
類に関係なく同じ検査コマンドによって記述されるもの
であるから、異なる構成の分析計であっても同じ検査シ
ーケンスによる検査を行うことができる。つまり、検査
シーケンスを表記する検査コマンドが汎用化されている
ので、分析計ごとに検査シーケンスを新たに作成した
り、分析計の仕様変更に伴って検査シーケンスを作成し
なおす必要がない。
[0015] In addition, since the test content instruction table is described by the same test command regardless of the type of analyzer, it is possible to perform tests in the same test sequence even with analyzers having different configurations. . In other words, since the test command for describing the test sequence is generalized, there is no need to create a new test sequence for each analyzer or to recreate the test sequence in response to a change in the specifications of the analyzer.

【0016】さらに、前記情報処理装置が検査シーケン
スを実行したときの検査結果を前記表計算プログラムに
よって出力可能である検査結果出力表に書き込んで出力
する機能を有する場合には、前記検査結果は前記表計算
プログラムによって出力可能である検査結果出力表に書
き込んで出力されるので、表計算プログラムの機能によ
って体裁を容易に整えて出力することが可能である。そ
して、何らかのデータを見やすく出力することは表計算
プログラムの基本的な機能によって容易に達成可能であ
るから、帳票の出力形式を変更するために検査シーケン
スを変更する必要がない。
Further, in the case where the information processing apparatus has a function of writing and outputting a test result when the information processing apparatus executes a test sequence to a test result output table that can be output by the spreadsheet program, Since the inspection result output table, which can be output by the spreadsheet program, is written and output, the appearance can be easily adjusted and output by the function of the spreadsheet program. Since the output of some data in an easily viewable manner can be easily achieved by the basic functions of the spreadsheet program, there is no need to change the inspection sequence in order to change the form output form.

【0017】つまり、上述した情報処理装置を用いるこ
とにより、検査シーケンス作成、検査結果の表示および
帳票作成、検査結果の出力までの全てが表計算プログラ
ムで行える。したがって、検査シーケンスの作成にかか
る手間を少なくすることができるだけでなく、プログラ
ムの作成作業が容易となる。また、表計算プログラムに
よって操作性やデータの汎用性、および集計などの処理
についても扱いやすくなった。
That is, by using the above-described information processing apparatus, all of the steps from creation of an inspection sequence, display of an inspection result, creation of a form, and output of an inspection result can be performed by a spreadsheet program. Therefore, not only can the labor required to create the inspection sequence be reduced, but also the work of creating the program becomes easy. In addition, the spreadsheet program makes it easier to handle operations such as operability, data versatility, and aggregation.

【0018】前記検査内容指示表がその1列目のセルに
前記検査コマンドのオペランドを行方向に順次記述し、
各オペランドが記述された行の2列目以降のセルに必要
に応じてパラメータを設定するものである場合には、検
査シーケンスの作成は単なる検査コマンドの順番設定だ
けでなく、各検査コマンドのオペランドにパラメータを
含む詳細な動作指示であるから、より複雑なシーケンス
であっても容易に作成することができる。
The test content instruction table sequentially describes operands of the test command in the first column in the row direction,
When parameters are set as necessary in the cells in the second and subsequent columns of the row in which each operand is described, the creation of the inspection sequence is not limited to simply setting the order of inspection commands, but also the operand of each inspection command. Since these are detailed operation instructions including parameters, even a more complicated sequence can be easily created.

【0019】次に、第2発明の分析計検査プログラムを
記録したコンピュータ読取可能な記録媒体は、予め表計
算プログラムによって入力された検査内容指示表から分
析計の検査シーケンスを行うための各検査コマンドを順
次読み出して、読み出した検査コマンドを順次解釈し、
分析計を制御することにより分析計の検査シーケンスを
順次実行する検査コマンド解釈プログラムを有すること
を特徴としている。
Next, a computer-readable recording medium on which the analyzer test program of the second invention is recorded is provided with each test command for performing a test sequence of the analyzer from a test content instruction table previously input by a spreadsheet program. Are sequentially read, and the read inspection commands are sequentially interpreted,
It is characterized by having an inspection command interpretation program for sequentially executing the inspection sequence of the analyzer by controlling the analyzer.

【0020】したがって、前記分析計検査プログラムを
記録したコンピュータ読取可能な記録媒体を用いること
により、分析計を制御する各種の情報処理装置は、検査
シーケンスを実行するための検査コマンド解釈プログラ
ムを実行できる。つまり、使用者は、前記検査シーケン
スを実行するための各検査コマンドを、表計算プログラ
ムによって容易に入力可能となる。特に、記録媒体がC
D−ROMやDVD−ROMを含む、フロッピー(登録
商標)ディスクやMOなどのリムーバブルメディアとす
れば、既存の分析計を制御する情報処理装置に、前記検
査コマンド解釈プログラムをインストールできる。
Therefore, by using the computer-readable recording medium on which the analyzer test program is recorded, various information processing apparatuses for controlling the analyzer can execute the test command interpretation program for executing the test sequence. . That is, the user can easily input each inspection command for executing the inspection sequence by using the spreadsheet program. In particular, if the recording medium is C
If a removable medium such as a floppy (registered trademark) disk or MO including D-ROM and DVD-ROM is used, the inspection command interpretation program can be installed in an information processing apparatus that controls an existing analyzer.

【0021】[0021]

【発明の実施の形態】図1は本発明の分析計システムの
一実施例であり、分析計検査プログラムPを用いて分析
計を検査する例を開示する図である。図1において、1
は分析計システムであって、この分析計システム1は分
析計2およびこの分析計2を制御する情報処理装置3
(以下、パソコン3という)とを有している。
FIG. 1 shows an embodiment of an analyzer system according to the present invention, in which an analyzer is inspected by using an analyzer inspection program P. In FIG. 1, 1
Is an analyzer system, the analyzer system 1 is an analyzer 2 and an information processing device 3 for controlling the analyzer 2
(Hereinafter, referred to as a personal computer 3).

【0022】なお、本例では1台のパソコン3に対して
4台の分析計2を接続し、これらの分析計2を個々に検
査対象とすることが可能に構成しているが、図面を簡略
化するために4台の分析計2のそれぞれの図示を省略す
る。すなわち、本発明はパソコン3に接続される分析計
2の数を限定するものではない。
In this embodiment, four analyzers 2 are connected to one personal computer 3, and these analyzers 2 can be individually inspected. Illustration of each of the four analyzers 2 is omitted for simplification. That is, the present invention does not limit the number of analyzers 2 connected to the personal computer 3.

【0023】4は前記パソコン3に分析計検査プログラ
ムPをインストールするための記録媒体の一例であるコ
ンパクトディスク(以下、CD4という)、5はパソコ
ン3に検査内容指示表Taを入力するための記録媒体の
一例であるフロッピーディスク(以下、FD5とい
う)、6はパソコン3から検査結果出力表Tbを取り出
すための記録媒体の一例であるFDである。以下、検査
内容指示表Taおよび検査結果出力表Tbをまとめて表
Ta,Tbとも表現する。
Reference numeral 4 denotes a compact disk (hereinafter, referred to as CD4) which is an example of a recording medium for installing the analyzer test program P in the personal computer 3, and 5 denotes a record for inputting the test content instruction table Ta to the personal computer 3. A floppy disk (hereinafter, referred to as FD5), which is an example of a medium, and FD, which is an example of a recording medium for extracting the inspection result output table Tb from the personal computer 3, are shown. Hereinafter, the inspection content instruction table Ta and the inspection result output table Tb are collectively expressed as tables Ta and Tb.

【0024】なお、本例では、理解しやすいように各記
録媒体4〜6を別々に開示しているが、これらが同じ記
録媒体に記録されていてもよい。さらに、記録媒体の種
類もCDやFDのみならず、光磁器ディスクや半導体メ
モリ(メモリスティック、フラッシュメモリ、コンパク
トフラッシュ、メモリカードなど)などを用いてもよい
ことはいうまでもない。
In this example, the recording media 4 to 6 are separately disclosed for easy understanding, but they may be recorded on the same recording medium. Further, it goes without saying that the type of recording medium is not limited to CD or FD, but may be an optical porcelain disk or a semiconductor memory (memory stick, flash memory, compact flash, memory card, etc.).

【0025】また、パソコン3は通常ハードディスク3
hやメモリ3mなどのコンピュータ読み出し可能な記録
媒体を有するので、前記分析計検査プログラムPおよび
表Taはこれらの記録媒体3h,3mに初めから記録さ
れた状態で供給されてもよい。
The personal computer 3 is usually a hard disk 3
Since the computer has a computer-readable recording medium such as the memory h and the memory 3m, the analyzer test program P and the table Ta may be supplied in a state where they are recorded in the recording media 3h and 3m from the beginning.

【0026】本例のパソコン3は例えばディスプレイ3
d、キーボード3k、プリンタ3pを有しており、前記
ハードディスク3hには、表計算プログラムPcがイン
ストールされている。この表計算プログラムPcは広く
普及しているものであることが望ましく、例えば、マイ
クロソフト社のExcel、ロータス社の1−2−3、
ジャストシステム社の三四郎などを用いることができ
る。(以下、表計算プログラムPcの一例としてExc
elを用いた例を開示する)
The personal computer 3 of this embodiment is, for example, a display 3
d, a keyboard 3k, and a printer 3p, and a spreadsheet program Pc is installed on the hard disk 3h. It is desirable that the spreadsheet program Pc is widely used, for example, Microsoft Excel, Lotus 1-2-3,
Just System Sanshiro can be used. (Hereinafter, as an example of the spreadsheet program Pc, Exc
Disclose an example using el)

【0027】したがって、分析計2の操作者は前記表計
算プログラムPcを用いることにより、前記表Ta,T
bをキーボード3kなどの入力装置を用いて入力および
変更可能である。また、表Ta,Tbの内容をディスプ
レイ3dを用いて確認したり、表Ta,Tbをプリンタ
3pを用いて出力し、帳票6などにしてファイルFに閉
じて保存することができる。
Therefore, the operator of the analyzer 2 can use the spreadsheet program Pc to operate the tables Ta and T.
b can be input and changed using an input device such as a keyboard 3k. In addition, the contents of the tables Ta and Tb can be confirmed using the display 3d, or the tables Ta and Tb can be output using the printer 3p, closed as a form 6, and stored in the file F.

【0028】本例では前記検査内容指示表Taの作成お
よび検査結果出力表Tbの出力などの処理を別のコンピ
ュータでも行なう例を開示する。すなわち、7は前記表
Ta,Tbを入力して編集可能とする別のコンピュータ
(以下、パソコン7という)であり、8は例えばパソコ
ン7と接続されたデータベースサーバである。
In this embodiment, an example is disclosed in which processing such as creation of the inspection content instruction table Ta and output of the inspection result output table Tb is performed by another computer. That is, reference numeral 7 denotes another computer (hereinafter, referred to as a personal computer 7) capable of inputting and editing the tables Ta and Tb, and reference numeral 8 denotes, for example, a database server connected to the personal computer 7.

【0029】なお、データベースサーバ8およびパソコ
ン3,7の間におけるデータ(表Ta,Tb)のやり取
り方法は記録媒体5,6を介するものに限られるのでは
なく、LANなどのネットワークによって行われるなど
種々の変形が考えられる。また、前記表Ta,Tbの編
集を可能とするパソコン7にはパソコン3と同じ表計算
ソフトPcがインストールされている。
The method of exchanging data (tables Ta and Tb) between the database server 8 and the personal computers 3 and 7 is not limited to the method via the recording media 5 and 6, but is performed by a network such as a LAN. Various modifications are possible. Further, the same spreadsheet software Pc as the personal computer 3 is installed in the personal computer 7 that enables the editing of the tables Ta and Tb.

【0030】1’は前記分析計システム1とは異なる別
の分析計システムであり、前記分析計システム1とは異
なる構成の分析計2’(または前記分析計2を仕様変更
した分析計2’)を有するものである。そして、この分
析計2’に接続されるパソコン3’には、前記分析計検
査プログラムPと異なる分析計検査プログラムP’が入
力されている。
Reference numeral 1 'denotes another analyzer system different from the analyzer system 1, and an analyzer 2' having a configuration different from that of the analyzer system 1 (or an analyzer 2 'in which the specifications of the analyzer 2 are changed). ). An analyzer test program P 'different from the analyzer test program P is input to a personal computer 3' connected to the analyzer 2 '.

【0031】なお、本例では前記表Ta,Tbの汎用性
を強調するために複数のコンピュータ3,3’,7,8
を開示しているが、本発明は複数のコンピュータ3,
3’,7,8を用いることに限定するものではないこと
はいうまでもない。すなわち、表Ta,Tbの編集およ
び出力を一つのパソコン3内において行うようにしても
よいことはいうまでもない。また、前記表Ta,Tbの
編集および出力を専ら他のコンピュータ7,8等によっ
て行う場合には、パソコン3に表計算ソフトPcをイン
ストールする必要はない。
In this embodiment, a plurality of computers 3, 3 ', 7, 8 are used to emphasize the versatility of the tables Ta, Tb.
Although the present invention discloses a plurality of computers 3,
It goes without saying that the use of 3 ′, 7, 8 is not limited. That is, it goes without saying that the editing and outputting of the tables Ta and Tb may be performed in one personal computer 3. When the tables Ta and Tb are edited and output exclusively by the other computers 7 and 8, there is no need to install the spreadsheet software Pc on the personal computer 3.

【0032】図2は前記分析システム1における処理の
例を開示する図である。図2において、前記分析計検査
プログラムPは、検査コマンド解釈プログラムP1 と、
検査結果出力プログラムP2 とを有している。また、パ
ソコン3は、分析計2を制御するための各種入出力動作
を行なうと共に、各種ファイルの入出力操作を可能とす
る基本プログラムPbを有している。
FIG. 2 is a diagram showing an example of the processing in the analysis system 1. In FIG. 2, the analyzer test program P includes a test command interpretation program P 1 ,
And a test result output program P 2. The personal computer 3 has a basic program Pb for performing various input / output operations for controlling the analyzer 2 and for performing input / output operations for various files.

【0033】なお、パソコン3内には、通常CPUやメ
モリやハードディスクなどの補助記憶装置に加えて各種
の電子機器が組み込まれているものであるが、図2には
各プログラムP,Pc,Pbによる動作を明確にするた
めに、パソコン3を構成する各部の部材の説明を省略し
ている。すなわち、本発明はパソコン3の構成を限定す
るものではない。
The personal computer 3 usually incorporates various electronic devices in addition to a CPU, an auxiliary storage device such as a memory and a hard disk, and FIG. 2 shows the programs P, Pc and Pb. In order to clarify the operation of the personal computer 3, the description of the members of each part constituting the personal computer 3 is omitted. That is, the present invention does not limit the configuration of the personal computer 3.

【0034】図2が示すように、前記検査内容指示表T
aおよび検査結果出力表Tbは、表計算プログラムPc
によって読み書き可能である。つまり、表計算プログラ
ムPcの機能によって、これらの表Ta,Tbの内容を
ディスプレイ3dに表示したり、プリンタ3pで出力し
たり、キーボード3kなどの入力部からの入力によって
編集できる。
As shown in FIG. 2, the inspection content instruction table T
a and the inspection result output table Tb are spreadsheet programs Pc
Is readable and writable by That is, by the function of the spreadsheet program Pc, the contents of the tables Ta and Tb can be displayed on the display 3d, output by the printer 3p, or edited by input from an input unit such as the keyboard 3k.

【0035】次いで、検査担当者は前記分析計検査プロ
グラムPを起動すると、前記検査コマンド解釈プログラ
ムP1 が前記検査内容指示表Taを読み込んで、この検
査内容指示表Taに記載されている各検査コマンドを順
次読み出し、読み出した検査コマンドを順次解釈する。
そして、検査コマンド解釈プログラムP1 は検査コマン
ドの内容にしたがって、前記基本プログラムPbを介し
て分析計2を制御する。
Next, when the inspector starts the analyzer inspection program P, the inspection command interpretation program P 1 reads the inspection content instruction table Ta, and checks each inspection described in the inspection content instruction table Ta. Commands are sequentially read, and the read inspection commands are sequentially interpreted.
Then, the inspection command interpreter P 1 in accordance with the contents of the inspection command, controls the analyzer 2 via the basic program Pb.

【0036】なお、このとき各分析計2を制御するため
の内部の制御コマンドおよび分析計2との通信方法は分
析計2の種類や仕様などによってそれぞれ異なっている
が、検査内容指示表Taに記載する各検査コマンドは後
述の説明で詳述するように汎用性を持たせている。そし
て、この汎用性を有する各検査コマンドを実行するため
に必要な制御命令が検査コマンド解釈プログラムP1
よって生成され、分析計2に合わせた通信方法で出力さ
れる。したがって、検査コマンド解釈プログラムP1
分析計2の種類や仕様に応じて各々作成されるものであ
る。
At this time, an internal control command for controlling each analyzer 2 and a communication method with the analyzer 2 are different depending on the type and specification of the analyzer 2 and the like. Each inspection command to be described has versatility, as will be described in detail later. Then, the control instructions necessary to execute each test command having versatility is generated by inspection command interpreter P 1, is outputted by the combined communication method to the analyzer 2. Therefore, the inspection command interpretation program P 1 is created according to the type and specification of the analyzer 2.

【0037】そして、例えば前記検査コマンド解釈プロ
グラムP1 は各検査コマンドを実行して各分析計2を制
御するために必要な内部の制御コマンドの出力手順や、
分析計2との通信方法に関する個々の解釈プログラム
を、各検査コマンドごとにサブルーチン化して作成され
ている。すなわち、前記各検査コマンドを汎用化するこ
とにより、分析計2の仕様変更によって生じる検査コマ
ンド解釈プログラムP1の変更を各サブルーチン単位で
行うことができ、仕様変更に迅速に対応させることがで
きる。
Then, for example, the test command interpretation program P 1 outputs an internal control command necessary for controlling each analyzer 2 by executing each test command,
Each interpretation program relating to the communication method with the analyzer 2 is created as a subroutine for each test command. That is, the by generalized each test command, a change of the inspection command interpreter P 1 caused by design changes in the analyzer 2 can be performed in the subroutines units, it is possible to quickly respond to specification changes.

【0038】次いで、前記検査コマンド解釈プログラム
1 による分析計2の制御に伴って、分析計2から得ら
れた検査結果は、検査結果出力プログラムP2 によって
基本プログラムPbを介して入力し、これを用いて検査
結果出力表Tbが作成される。なお、この検査結果出力
表Tbは少なくとも前記表計算プログラムPcによって
読み出し可能であるデータ形式で出力される。
[0038] Then, with the control of the analyzer 2 by the test command interpreter P 1, test results obtained from the analyzer 2 receives via the basic program Pb by the inspection result output program P 2, which Is used to create the inspection result output table Tb. The inspection result output table Tb is output in a data format readable by at least the spreadsheet program Pc.

【0039】したがって、検査担当者は表計算プログラ
ムPcを用いて検査内容指示表Taを入力して、検査シ
ーケンスを作成または修正した後に、前記分析計検査プ
ログラムPを起動することにより、検査内容指示表Ta
に記載した内容の検査シーケンスに従って、分析計2を
検査するとができる。そして、検査結果を表計算プログ
ラムPcを用いてディスプレイ3dに表示したり、プリ
ンタ3pで印刷することができる。
Therefore, the inspector inputs the inspection content instruction table Ta using the spreadsheet program Pc, creates or modifies the inspection sequence, and then activates the analyzer inspection program P, thereby instructing the inspection content instruction. Table Ta
The analyzer 2 can be inspected in accordance with the inspection sequence described in the above section. Then, the inspection result can be displayed on the display 3d by using the spreadsheet program Pc or printed by the printer 3p.

【0040】また、各分析計2,2’の構成および仕様
によって異なる制御コマンドおよび通信方法の相違は検
査コマンド解釈プログラムP,P’によって吸収される
ので、前記検査内容指示表Taの内容は分析計2,2’
の種類に関係なく共通として、各検査コマンドに汎用性
を持たせることができる。したがって、検査担当者は検
査内容指示表Taに書かれる検査シーケンスを異なる分
析計2,2’において同様に使用することができ、分析
計2,2’毎に検査シーケンスを組み直す必要がない。
Further, differences in control commands and communication methods depending on the configurations and specifications of the analyzers 2 and 2 'are absorbed by the test command interpretation programs P and P', so that the contents of the test content instruction table Ta are analyzed. Total 2,2 '
Irrespective of the type of the command, each test command can be made versatile. Therefore, the person in charge of the inspection can use the inspection sequence written in the inspection content instruction table Ta in different analyzers 2 and 2 'in the same manner, and does not need to reassemble the inspection sequence for each analyzer 2, 2'.

【0041】さらに、本発明では検査内容指示表Taの
作成および検査結果出力表Tbの出力を表計算プログラ
ムPcを介して行うので、検査担当者は表計算プログラ
ムPcの操作に慣れているだけで、検査シーケンスを入
力したり、検査結果を示す帳票6の出力を行うことがで
きる。また、何らかのデータを見やすく出力することは
表計算プログラムPcの基本的な機能によって容易に成
し遂げられるものであるから、検査担当者は使い慣れた
表計算プログラムPcの操作によって帳票6の体裁を容
易に整えることができる。そして、帳票6の出力形式を
変更するために検査シーケンスを変更する必要がないの
で、その手間を最小限にすることができる。
Further, according to the present invention, the creation of the inspection content instruction table Ta and the output of the inspection result output table Tb are performed via the spreadsheet program Pc, so that the inspector is only used to operating the spreadsheet program Pc. , An inspection sequence can be input, and a form 6 showing the inspection result can be output. In addition, since the output of some data in an easy-to-read manner can be easily achieved by the basic functions of the spreadsheet program Pc, the inspector can easily arrange the form of the form 6 by using the familiar spreadsheet program Pc. be able to. Since it is not necessary to change the inspection sequence in order to change the output format of the form 6, the trouble can be minimized.

【0042】図3は前記検査内容指示表Taの簡単な一
例を示す図である。図3において、検査内容指示表Ta
は各行毎に順次検査コマンドC1 〜C3 を記載するもの
であり、その1列目のセルには前記検査コマンドC1
3 のオペランドO1 〜O3を行方向に順次記述してい
る。また、各オペランドO1 〜O3 が記述された行の2
列目以降のセルは必要に応じてパラメータP11,P21
22,P31を設定するものである。
FIG. 3 is a diagram showing a simple example of the inspection content instruction table Ta. In FIG. 3, the inspection content instruction table Ta
Indicates the inspection commands C 1 to C 3 in order for each row, and the cells in the first column indicate the inspection commands C 1 to C 3 .
It is sequentially written the operand O 1 ~ O 3 of C 3 in the row direction. In addition, 2 in the line where each of the operands O 1 to O 3 is described.
The cells in the columns and thereafter include parameters P 11 , P 21 ,
It is for setting the P 22, P 31.

【0043】すなわち、本例では検査コマンドC1 ,C
3 には、それぞれ1つのパラメータP11,P31が設定さ
れ、検査コマンドC2 には、2つのパラメータP21,P
22が設定されている。
That is, in this example, the inspection commands C 1 , C
3 , one parameter P 11 , P 31 is set, and the inspection command C 2 includes two parameters P 21 , P
22 is set.

【0044】本例の各検査コマンドC1 〜C3 の内容を
解説すると、検査コマンドC1 のオペランドO1 は”S
ETANU”である。すなわち、この検査コマンドC1
は検査対象となる分析計を選択するものであり、本例の
場合、パラメータP11が”1010”となっているの
で、4台の分析計2のうちの1番目と3番目の分析計2
に対してのみ検査を行なうことを示している。
[0044] Upon explains contents of each inspection command C 1 -C 3 of the present embodiment, the operand O 1 of the inspection command C 1 is "S
ETANU ". That is, the inspection command C 1
It is intended to select the analyzer to be tested, in this example, since the parameter P 11 is "1010", the first of the four analyzers 2 and third analyzer 2
Indicates that the inspection is to be performed only for.

【0045】続いて、検査コマンドC2 のオペランドO
2 は”AVESAMP”である。すなわち、この検査コ
マンドC2 はパラメータP21が示す6間のデータを取得
して平均化処理した後に、これを25回繰り返してデー
タを作成することを意味している。
Subsequently, the operand O of the inspection command C 2
2 is “AVESAMP”. That is, the inspection command C 2 means that the after treatment averaged to obtain the data between 6 indicated by the parameter P 21, repeatedly to create the data this 25 times.

【0046】そして、検査コマンドC3 のオペランドO
3 は”DATASAVE”である。すなわち、前記デー
タをパラメータP31が示す”AAA”というセルに書き
出して検査結果出力表Tbを作成することを意味してい
る。
Then, the operand O of the inspection command C 3
3 is "DATASAVE". That is, this means creating a test result output table Tb the data indicated by the parameter P 31 export to the cell that "AAA".

【0047】すなわち、分析計検査プログラムPを実行
すると、検査コマンド解釈プログラムP1 は検査内容指
示表Taから前記各検査コマンドC1 〜C2 を読みだし
て、各検査コマンドC1 〜C2 が示す分析計2の検査シ
ーケンスを実行することができる。
[0047] That is, when you run the analyzer test program P, the inspection command interpreter P 1 is read out examination content instruction table from said Ta each inspection command C 1 -C 2, each inspection command C 1 -C 2 The test sequence of the analyzer 2 shown can be executed.

【0048】このとき、各検査コマンドC1 〜C2 には
各々のパラメータP11,P21,P22,P31が複数あるの
で、より詳細な検査シーケンスを実行できる。そして、
検査結果出力プログラムP2 が検査結果のデータを検査
結果出力表Tbの指定のセル”AAA”に出力すること
ができる。
At this time, since each of the inspection commands C 1 to C 2 has a plurality of parameters P 11 , P 21 , P 22 and P 31 , a more detailed inspection sequence can be executed. And
Test result output program P 2 can output the data of the test results test results to the cell "AAA" specified in the output table Tb.

【0049】なお、検査結果出力表Tbに出力された検
査結果のデータは表計算プログラムPcによって表示し
たり、印刷することが可能であり、さらには、出力帳簿
の形態を表計算プログラムPcによって十分に整えるこ
とができる。したがって、検査担当者は使い慣れた表計
算プログラムPcによって検査内容指示表Taを作成
し、検査シーケンスを作成でき、検査結果出力表Tbを
出力することも容易となる。すなわち、検査担当者は新
たに検査内容指示表Taを作成しするソフトの操作方法
を覚えたり、検査結果出力表Tbを出力するソフトの操
作方法を覚える必要がなくなる。
The inspection result data output to the inspection result output table Tb can be displayed or printed by the spreadsheet program Pc. Further, the form of the output book can be sufficiently determined by the spreadsheet program Pc. Can be arranged. Therefore, the inspector can create the inspection content instruction table Ta by using a familiar spreadsheet program Pc, create an inspection sequence, and easily output the inspection result output table Tb. In other words, the inspector does not need to learn the operation method of the software for newly creating the inspection content instruction table Ta or the operation method of the software for outputting the inspection result output table Tb.

【0050】また、前記表Ta,Tbは汎用性のあるデ
ータであるから、別のコンピュータ1’,7,8等によ
って容易に扱うことができ、これを編集、保存、印刷、
集計するのに適している。さらに、前記表Ta,Tbは
より広範囲に使われている表計算プログラムPcに対応
するものとすることにより、ワードプロセッサなど他の
プログラムで前記表Ta,Tbの作成や編集などを行な
うこともできる。
Further, since the tables Ta and Tb are versatile data, they can be easily handled by other computers 1 ', 7, 8 and the like.
Suitable for tallying. Furthermore, by making the tables Ta and Tb correspond to the spreadsheet program Pc used more widely, it is possible to create and edit the tables Ta and Tb with another program such as a word processor.

【0051】加えて、検査内容指示表Taに互換性があ
るので、図1に示すように、分析計2,2’の仕様に係
わらず、幾つかの基本的な検査シーケンスを集めた検査
シーケンスデータベースD1 を作成して、あらゆる分析
計2,2’の検査に用いることも可能である。さらに、
検査結果出力表Tbにも汎用性があるので、検査結果履
歴のデータベースD2 を作成することも可能である。
In addition, since the inspection content instruction table Ta is compatible, as shown in FIG. 1, an inspection sequence obtained by collecting some basic inspection sequences regardless of the specifications of the analyzers 2 and 2 '. creating a database D 1, it can be used in the inspection of any analyzer 2, 2 '. further,
Because test results output table Tb in also versatile, it is also possible to create a database D 2 of the inspection result history.

【0052】なお、上述した例では、本発明の内容を容
易に理解できるように、各検査コマンドC1 〜C3 の例
を簡略にして説明している。しかしながら、実際には検
査シーケンスを十分に記述するためには、検査を行うた
めの基本的コマンドとして上述した濃度データの読み込
み(”SAMP”)やデータのファイルへの書き出
し(”DATASAVE”)などの、種々の基本的な検
査コマンドに加えて、より複雑な検査シーケンスを実施
するために多数の検査コマンドを有することが望まし
い。
In the above example, the example of each of the inspection commands C 1 to C 3 is described in a simplified manner so that the contents of the present invention can be easily understood. However, in practice, in order to sufficiently describe the inspection sequence, the above-mentioned basic commands for performing the inspection, such as reading of density data (“SAMP”) and writing of data to a file (“DATASAVE”), etc. It is desirable to have a large number of test commands in order to perform more complex test sequences in addition to the various basic test commands.

【0053】さらに、検査コマンドの中には、作成した
検査シーケンスが正しく動作しているかどうかを確認す
るためのデバッグを行なう(”DEBUGMODE”)
や、キー入力を待つ(”PAUSE”)などを加えるこ
とが望ましい。
Further, in the inspection command, debugging is performed to confirm whether the created inspection sequence is operating correctly ("DEBUGMODE").
Also, it is desirable to add a key input wait ("PAUSE") or the like.

【0054】表1,表2は本発明の分析計検査プログラ
ムを記録した記録媒体によって解釈可能とする検査コマ
ンドの有用な一例を開示する一覧表である。
Tables 1 and 2 are lists that disclose useful examples of test commands that can be interpreted by a recording medium storing the analyzer test program of the present invention.

【0055】[0055]

【表1】 [Table 1]

【0056】[0056]

【表2】 [Table 2]

【0057】前記表1,2に示すように、各検査コマン
ドには幾つかのパラメータを設定可能であり、これによ
って、より詳細な検査シーケンスを作成することができ
る。すなわち、表1に示す程度の検査コマンドを設定す
ることにより、現状のあらゆる分析計の検査を行うため
の必要十分な検査コマンドを得ることができる。
As shown in Tables 1 and 2, several parameters can be set for each inspection command, and thereby a more detailed inspection sequence can be created. That is, by setting the test commands of the degree shown in Table 1, it is possible to obtain necessary and sufficient test commands for testing all current analyzers.

【0058】各パラメータは、検査コマンドをより詳細
に設定するために有用なものであり、複数のパラメータ
を設定しているので、単なる検査コマンドの実行順序の
設定では記述できない複雑な検査シーケンスを設定する
ことができる。しかしながら、上述したデバッグ用のコ
マンド(”DEBUGMODE”)や、キー入力を待つ
(”PAUSE”)および表1に記載した各検査コマン
ド”BOOKSAVE”,”INIT”,”LOOPS
TART”,”START”にはパラメータを設定する
必要がない。
Each parameter is useful for setting the inspection command in more detail. Since a plurality of parameters are set, a complicated inspection sequence which cannot be described by merely setting the execution order of the inspection command is set. can do. However, the above-described debugging command (“DEBUGMODE”), waiting for key input (“PAUSE”), and the inspection commands “BOOKSAVE”, “INIT”, and “LOOPS” described in Table 1
There is no need to set parameters for "TART" and "START".

【0059】なお、上述した表1に示す各検査コマンド
の例は、単なる一例を開示するものであり、本発明を限
定するものではないことは言うまでもない。
It is needless to say that the above-described examples of the inspection commands shown in Table 1 are merely examples and do not limit the present invention.

【0060】[0060]

【発明の効果】以上説明したように、本発明の分析計シ
ステムおよび分析計検査プログラムを記録したコンピュ
ータ読取可能な記録媒体によれば、広く一般的に使われ
ている表計算プログラムを用いて分析計の検査シーケン
スを容易にプログラムすることができる。したがって、
分析計の導入先において、特別な教育を施さなくても、
検査担当者は容易に検査シーケンスをプログラムできる
ので、検査担当者に対する教育を最小で済ませることが
できる。
As described above, according to the computer-readable recording medium on which the analyzer system and the analyzer inspection program of the present invention are recorded, analysis is performed using a spreadsheet program which is widely used. The test sequence of the meter can be easily programmed. Therefore,
Without special education at the place where the analyzer is introduced,
The inspector can easily program the inspection sequence, thereby minimizing training for the inspector.

【0061】また、検査結果のデータを編集する作業も
表計算プログラムを用いて行うことができるので、この
作業をプログラム技術者でなくても行うことができ、帳
票の変更などに柔軟に対応することができる。
Since the work of editing the inspection result data can also be performed by using a spreadsheet program, this work can be performed even by a non-program engineer, and can flexibly respond to changes in forms. be able to.

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

【図1】本発明の分析計検査プログラムを記録したコン
ピュータ読取可能な記録媒体をい活用する分析計システ
ムの一実施例を示す図である。
FIG. 1 is a diagram showing an embodiment of an analyzer system utilizing a computer-readable recording medium storing an analyzer test program of the present invention.

【図2】前記分析計検査プログラムの動作を説明する図
である。
FIG. 2 is a diagram illustrating the operation of the analyzer test program.

【図3】前記分析計検査プログラムによって順次実行さ
れる検査内容指示表の例を示す図である。
FIG. 3 is a diagram showing an example of a test content instruction table sequentially executed by the analyzer test program.

【図4】前記従来の検査プログラムの作成手順を説明す
る図である。
FIG. 4 is a diagram illustrating a procedure for creating the conventional inspection program.

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

1,1’…分析計システム、2,2’…分析計、3…情
報処理装置、C1 〜C 3 …検査コマンド、O1 〜O3
オペランド、P11〜P31…パラメータ、P…分析計検査
プログラム、P1 …検査コマンド解釈プログラム、P2
…検査結果出力プログラム、Pc…表計算プログラム、
Ta…検査内容指示表、Tb…検査結果出力表。
 1, 1 '... analyzer system, 2, 2' ... analyzer, 3 ... information
Report processor, C1~ C Three… Inspection command, O1~ OThree
Operand, P11~ P31... parameters, P ... analyzer inspection
Program, P1… Inspection command interpretation program, PTwo
... Inspection result output program, Pc ... Spreadsheet program,
Ta: inspection content instruction table; Tb: inspection result output table.

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 分析計と、この分析計の制御を行なうと
共に、検査シーケンスを行うための各検査コマンドを予
め表計算プログラムによって入力された検査内容指示表
から順次読み出して、読み出した検査コマンドを順次解
釈し、分析計を制御することにより分析計の検査シーケ
ンスを順次実行する機能を備えた情報処理装置とを有す
ることを特徴とする分析計システム。
1. An analyzer and, in addition to controlling the analyzer, each inspection command for performing an inspection sequence is sequentially read from an inspection content instruction table previously input by a spreadsheet program, and the read inspection command is read. An analyzer system comprising: an information processing device having a function of sequentially interpreting and controlling an analyzer to sequentially execute an inspection sequence of the analyzer.
【請求項2】 前記情報処理装置が検査シーケンスを実
行したときの検査結果を前記表計算プログラムによって
出力可能である検査結果出力表に書き込んで出力する機
能を有する請求項1に記載の分析計システム。
2. The analyzer system according to claim 1, further comprising a function of writing and outputting a test result when the information processing apparatus executes a test sequence to a test result output table that can be output by the spreadsheet program. .
【請求項3】 前記検査内容指示表がその1列目のセル
に前記検査コマンドのオペランドを行方向に順次記述
し、各オペランドが記述された行の2列目以降のセルに
必要に応じてパラメータを設定するものである請求項1
または2に記載の分析計システム。
3. The inspection content instruction table sequentially describes the operands of the inspection command in the cell of the first column in the row direction, and if necessary, the cells of the second and subsequent columns of the row where each operand is described. A parameter is set.
Or the analyzer system according to 2.
【請求項4】 予め表計算プログラムによって入力され
た検査内容指示表から分析計の検査シーケンスを行うた
めの各検査コマンドを順次読み出して、読み出した検査
コマンドを順次解釈し、分析計を制御することにより分
析計の検査シーケンスを順次実行する検査コマンド解釈
プログラムを有することを特徴とする分析計検査プログ
ラムを記録したコンピュータ読取可能な記録媒体。
4. A method of controlling a spectrometer by sequentially reading each test command for performing a test sequence of an analyzer from a test content instruction table previously input by a spreadsheet program, interpreting the read test commands sequentially. A computer-readable recording medium storing an analyzer test program, comprising: a test command interpretation program for sequentially executing an analyzer test sequence according to the present invention.
【請求項5】 前記検査シーケンスを実行したときの検
査結果を前記表計算プログラムによって出力可能である
検査結果出力表に書き込んで出力する検査結果出力プロ
グラムを有する請求項4に記載の分析計検査プログラム
を記録したコンピュータ読取可能な記録媒体。
5. The analyzer test program according to claim 4, further comprising a test result output program which writes a test result when the test sequence is executed to a test result output table which can be output by the spreadsheet program and outputs the result. A computer-readable recording medium on which is recorded.
【請求項6】 前記検査内容指示表がその1列目のセル
に前記検査コマンドのオペランドを行方向に順次記述
し、各オペランドが記述された行の2列目以降のセルに
必要に応じてパラメータを設定するものである請求項4
または5に記載の分析計検査プログラムを記録したコン
ピュータ読取可能な記録媒体。
6. The inspection content instruction table sequentially describes the operands of the inspection command in the first column cell in the row direction, and if necessary, the cells in the second and subsequent columns of the row where each operand is described. A parameter is set.
Or a computer-readable recording medium recording the analyzer test program according to 5.
JP2000122662A 2000-04-24 2000-04-24 Analyzer system and computer readable recording medium having analyzer inspection program recorded thereon Pending JP2001306352A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000122662A JP2001306352A (en) 2000-04-24 2000-04-24 Analyzer system and computer readable recording medium having analyzer inspection program recorded thereon

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000122662A JP2001306352A (en) 2000-04-24 2000-04-24 Analyzer system and computer readable recording medium having analyzer inspection program recorded thereon

Publications (1)

Publication Number Publication Date
JP2001306352A true JP2001306352A (en) 2001-11-02

Family

ID=18633112

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000122662A Pending JP2001306352A (en) 2000-04-24 2000-04-24 Analyzer system and computer readable recording medium having analyzer inspection program recorded thereon

Country Status (1)

Country Link
JP (1) JP2001306352A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002228557A (en) * 2001-01-29 2002-08-14 Shimadzu Corp Device validation system
JP2006208099A (en) * 2005-01-26 2006-08-10 Shimadzu Corp Controller unit of autoanalyzer
JP2017069944A (en) * 2015-09-29 2017-04-06 株式会社リコー Information processing system, information processing apparatus, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002228557A (en) * 2001-01-29 2002-08-14 Shimadzu Corp Device validation system
JP2006208099A (en) * 2005-01-26 2006-08-10 Shimadzu Corp Controller unit of autoanalyzer
JP2017069944A (en) * 2015-09-29 2017-04-06 株式会社リコー Information processing system, information processing apparatus, and program

Similar Documents

Publication Publication Date Title
US7076713B1 (en) Test generator for converting a model of computer component object behavior and stimulus values to test script
US6061643A (en) Method for defining durable data for regression testing
Kieras GOMS models for task analysis
EP0785510A1 (en) Program debugging system for debugging a program having a graphical user interface
EP1772806A2 (en) Method for computer-assisted testing of software application components
Wiese et al. Teaching students to recognize and implement good coding style
WO2012023296A1 (en) Control program generation device, control program generation program, and control program generation method
US10019337B2 (en) Class object handle tracking
US20080052672A1 (en) System and program for assisting the creation of automatic sampler control program
JP3535354B2 (en) Stall detection display device and method
JP2001306352A (en) Analyzer system and computer readable recording medium having analyzer inspection program recorded thereon
JPH09244921A (en) Automation system for software test
JPH08263130A (en) Simulation system
JP2003288113A (en) Simulation method of equipment and simulation program of equipment
JP3422478B2 (en) Program creation device and program creation method
KR102108272B1 (en) System and method for generating automatically software development report documennt based on operator behavior
Klein LIMS user acceptance testing
Gutermuth et al. A novel approach to measure engineering efficiency of automation projects
JPH01261737A (en) Automatic control system for inspection of language processor
JPH036630A (en) Check system for interactive processing program
JPH11118889A (en) Test program generating system
JP2006318168A (en) Setting program, recording medium, setting method and setting device
JP2004280231A (en) Verification method for software
JP2002024053A (en) General purpose inspection system on which log function is mounted
JP2001256088A (en) Method and device for automatically evaluating file preparing capability and storage medium