JP3971915B2 - Measuring instrument control program, measuring instrument, and computer-readable storage medium storing measuring instrument control program - Google Patents

Measuring instrument control program, measuring instrument, and computer-readable storage medium storing measuring instrument control program Download PDF

Info

Publication number
JP3971915B2
JP3971915B2 JP2001353352A JP2001353352A JP3971915B2 JP 3971915 B2 JP3971915 B2 JP 3971915B2 JP 2001353352 A JP2001353352 A JP 2001353352A JP 2001353352 A JP2001353352 A JP 2001353352A JP 3971915 B2 JP3971915 B2 JP 3971915B2
Authority
JP
Japan
Prior art keywords
program
main program
part object
objects
module
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
JP2001353352A
Other languages
Japanese (ja)
Other versions
JP2003150215A (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.)
Jobin Yvon SA
Original Assignee
Jobin Yvon SA
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 Jobin Yvon SA filed Critical Jobin Yvon SA
Priority to JP2001353352A priority Critical patent/JP3971915B2/en
Publication of JP2003150215A publication Critical patent/JP2003150215A/en
Application granted granted Critical
Publication of JP3971915B2 publication Critical patent/JP3971915B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Automatic Analysis And Handling Materials Therefor (AREA)
  • Programmable Controllers (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、複数種類の測定部を1つのソフトウェアで操作可能とした測定機器の制御用プログラム、測定機器および測定機器の制御用プログラムを記憶したコンピュータ読取可能な記憶媒体に関する。
【0002】
【従来の技術】
従来より、分析計などの測定機器はそれぞれ異なる演算処理部に接続されており、各演算処理部には分析計を制御するためのそれぞれ異なる制御用プログラムが、個別にプログラムされていた。図7は従来の分析計に接続された演算処理部の例を示す図である。
【0003】
図7において、31,32は一つの測定対象試料Sをそれぞれ異なる方法で測定する測定部(分析部)、33,34は測定部31,32にそれぞれ対応する演算処理部(以下、パソコンという)である。33m,34mはパソコン33,34の記憶部であり、この記憶部33m,34mにはそれぞれ測定部31,32を制御するための制御用プログラム33p,34pが記憶されて実行されている。そして、33d,34dはパソコン33,34の表示部であり、この表示部33d,34dには前記制御用プログラム33p,34pによって演算処理された測定結果がそれぞれの形で表示されている。
【0004】
【発明が解決しようとする課題】
ところが、前記構成の測定機器では、前記測定部31,32が別々のパソコン33,34によって制御されているので、一つの測定対象試料Sを複数の測定部31,32を用いて異なる方法で分析しようとする場合には、作業者が2台のパソコン33,34をそれぞれ操作する必要があり、これが煩わしかった。また、両方の測定部31,32から同時に測定値を得たい場合には、両方のパソコン33,34を同時に操作して、各表示部33d,34dを見比べて測定結果を比較する必要があり、操作性が悪かった。
【0005】
そして、測定結果を管理する場合にも、複数のパソコン33,34でそれぞれの形式によって保存されるので、各パソコン33,34で保存された測定値の関連性を確認することも難しかった。とりわけ、複数の測定部31,32からの測定値データを用いて演算処理をすることにより始めて何らかの測定結果が得られる場合にも、測定値データが複数のパソコン33,34でそれぞれ保存されているので、これらの測定値データを用いて演算処理を行うことが難しかった。
【0006】
また、前記測定部31,32を制御するために組み込まれた制御用プログラム33p,34pは、それぞれの測定部31,32のみの制御を目的として開発されているので、測定部31,32の性能向上や仕様変更のために、それぞれの制御用プログラム33p,34pが別々にバージョンアップされたり、これに対応する制御用プログラム33p,34pの仕様変更なども行われていた。そして、制御用プログラム33p,34pの仕様変更に伴って各制御用プログラム33p,34pの基本構成部分が大きくなり、その内容が煩雑になるだけでなく、作業者による操作性もそれぞれ異なっていた。
【0007】
なお、上述の問題点は測定部31,32を制御するために複数のパソコン33,34を用いる場合だけ生じるものではない。すなわち、たとえ一つのパソコンによって一つの測定部を制御する場合であっても、新たな測定部を制御するためのプログラムを作成する場合には、そのプログラムを始めから作成する必要が生じていた。また、測定部に仕様変更が生じた場合であってもプログラムの各部が別の部分と関連性があるために、プログラム全体の変更を行う必要があり、開発に時間がかかることは避けられなかった。
【0008】
加えて、複数の測定部を制御する必要が生じた場合には、各測定部に対応する複数のプログラムを一つのパソコンによって同時に実行することも可能であったが、そのために別々のプログラムを動作させると、その基本部分の構成もプログラマによって異なるものとなるので、そのアウトルックや操作性に統一がなく、結果として操作性が悪くなることがあった。
【0009】
さらには、複数の測定部を制御する別の方法として、複数の測定部を制御可能とする一つのプログラムを作成することも考えられる。しかしながら、この場合は、測定部の組合せの変更に伴って、プログラム全体にわたる大幅でかつ複雑な修正が必要となっていた。
【0010】
いずれにしても、従来の構成では、制御用プログラムが複雑にならざるを得ず、プログラムが複雑になればなるほどバグの発生を誘発し、開発期間が長くなったり動作が不安定になったりする原因ともなっていた。そして、プログラマは測定部31,32を制御するための全てのプログラムを作成する必要があり、開発に手間がかかっていた。
【0011】
本発明は、上述の事柄を考慮に入れてなされたものであって、新たな測定部を制御するための制御用プログラムの作成および、プログラム変更の際に、必要部分(部品)のみを独立して容易に組み込み又は取り外して流用することにより、プログラムの作成・変更等を容易に行うことができる測定機器の制御用プログラム、測定機器および測定機器の制御用プログラムを記憶したコンピュータ読取可能な記憶媒体を提供することを目的とする。
【0012】
【課題を解決するための手段】
上記目的を達成するため、第1発明の測定機器の制御用プログラムは、機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する複数の部品オブジェクトと、前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、前記各部品オブジェクトおよび前記関連付けファイルとは独立したメインプログラムとを有し、前記各部品オブジェクトは相互依存なく存在し、形成された共通インターフェイスによってメインプログラムに対して直接的に接続されるよう構成され、動作する場合には、前記メインプログラムが、少なくとも、前記共通インターフェイスを有する各部品オブジェクトをメインプログラムに関連付けて認識するステップと、かかる認識と前記関連付けファイルの記述に基づいて、前記各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、作業者の操作に従って、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを測定機器の演算処理部に実行させることを特徴としている。(請求項1)
【0013】
また、前記第1発明の前記測定機器の制御用プログラムは、コンピュータ読取可能な記録媒体に記録して、持ち運び自在にしてもよい。すなわち、測定機器の制御用プログラムを記録したコンピュータ読取可能な記録媒体は、機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する各部品オブジェクトと、前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、前記各部品オブジェクトおよび前記関連付けファイルとは独立したメインプログラムとを有し、前記各部品オブジェクトは相互依存なく存在し、形成された共通インターフェイスによってメインプログラムに対して直接的に接続されるよう構成され、動作する場合には、前記メインプログラムが、少なくとも、前記共通インターフェイスを有する各部品オブジェクトをメインプログラムに関連付けて認識するステップと、かかる認識と前記関連付けファイルの記述に基づいて、前記各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、作業者の操作に従って、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを測定機器の演算処理部に実行させることを特徴とする測定機器の制御用プログラムを記憶したことを特徴とするものである。(請求項13
【0014】
第2発明の測定機器の制御用プログラムは、機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する各部品オブジェクトと、前記部品オブジェクトを任意の単位毎に纏めたモジュールと、前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、前記各部品オブジェクト、モジュールおよび関連付けファイルとは独立したメインプログラムとを有し、かつ、前記各部品オブジェクトが、相互依存なく存在し、前記メインプログラムと前記各部品オブジェクトとを媒介し、メインプログラムに対して直接的に接続されるための前記各部品オブジェクトに共通のインターフェイス(外部関数)を有する一方、前記各モジュールが、相互依存なく存在し、前記メインプログラムと前記各モジュールとを媒介し、メインプログラムに対して直接的に接続されるための前記各モジュールに共通のインターフェイス(外部関数)を有し、動作する場合には、前記メインプログラムが、少なくとも、前記各モジュールにおける共通のインターフェイス(外部関数)を介して前記各モジュールをメインプログラムに関連付けて認識するステップと、かかる認識と前記関連付けファイルの記述に基づいて、前記各モジュールに含まれ、前記共通のインターフェイス(外部関数)を有する各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、作業者の操作に従って、前記各部品オブジェクトに共通のインターフェイス(外部関数)を介して、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを測定機器の演算処理部に実行させることを特徴とするものである。(請求項2)
【0015】
また、前記第2発明の測定機器の制御用プログラムは、コンピュータ読取可能な記録媒体に記録して、持ち運び自在にしてもよい。すなわち、機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する各部品オブジェクトと、前記部品オブジェクトを任意の単位毎に纏めたモジュールと、前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、前記各部品オブジェクト、モジュールおよび関連付けファイルとは独立したメインプログラムとを有し、かつ、前記各部品オブジェクトが、相互依存なく存在し、前記メインプログラムと前記各部品オブジェクトとを媒介し、メインプログラムに対して直接的に接続されるための前記各部品オブジェクトに共通のインターフェイス(外部関数)を有する一方、前記各モジュールが、相互依存なく存在し、前記メインプログラムと前記各モジュールとを媒介し、メインプログラムに対して直接的に接続されるための前記各モジュールに共通のインターフェイス(外部関数)を有し、動作する場合には、前記メインプログラムが、少なくとも、前記各モジュールにおける共通のインターフェイス(外部関数)を介して前記各モジュールをメインプログラムに関連付けて認識するステップと、かかる認識と前記関連付けファイルの記述に基づいて、前記各モジュールに含まれ、前記共通のインターフェイス(外部関数)を有する各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、作業者の操作に従って、前記各部品オブジェクトに共通のインターフェイス(外部関数)を介して、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを測定機器の演算処理部に実行させることを特徴とする測定機器の制御用プログラムを記憶していることを特徴とするものである。(請求項14
【0016】
何れの場合においても、各部品オブジェクトが機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有するものであるから、相互に依存するものではなく、これによってプログラムの変更または作成が容易となる。また、メインプログラムは各部品オブジェクトの機能や動作を認識することなく、関連付けファイルに基づいて動作プログラムをメインプログラムに関連付けてメモリ上に展開し、これを呼び出すことができるので、プログラムの変更または作成が容易となる。
【0017】
前記部品オブジェクトが、各種測定機器の基本機能に関する動作指示を行なうものであって、各種測定機器に共通に利用できる共通の動作プログラムまたは、各種測定機器に固有の動作指示を行なう固有の動作プログラムである場合(請求項3,15)には、共通の動作プログラムを活用することによって、分析部の制御プログラムの開発を可及的に簡素に行うことができる。例えば、前記プログラムによる制御対象として新たな測定部を組合わせる場合には、新たに必要となった部分のみの動作プログラムを作成または追加し、その他の部分は共通する動作プログラムを流用することが可能となる。この場合、複数の測定部を一つのプログラムで極めて簡単に制御できる。つまり、それだけプログラム作成上の手間を少なくし、時間的コストを低減することができ、バグの発生を抑えることも可能となる。
【0018】
前記制御プログラムは、前記メインプログラムを用いた測定機器の制御用プログラムであって、測定機器の測定部に固有の操作を行うために必要な処理を実行するための部品オブジェクトが追加されるとともに、前記関連付けファイルに、この追加された部品オブジェクトの機能をメインプログラムが呼び出すための指示が追加されることにより、測定部に適切な固有の操作を実現可能としてもよい。(請求項4,16
【0019】
また、前記制御プログラムは、前記部品オブジェクトに測定部からのデータを共通の読取形式で保存する動作プログラムが含まれており、前記メインプログラムが、これらの部品オブジェクトを適宜実行することにより、複数種類の測定部からのデータを処理可能としてもよい。(請求項5,17
【0020】
前記構成のメインプログラムを用いた測定機器の制御用プログラムは、測定機器の測定部に固有の操作を行うために必要な処理を実行するための部品オブジェクトが追加されるとともに、前記関連付けファイルに、この追加された部品オブジェクトの機能をメインプログラムが呼び出すための指示が追加されることにより、測定部に適切な固有の操作を実現可能とするものであってもよい。(請求項6,18
【0021】
また、前記構成のメインプログラムを用いた測定機器の制御用プログラムは、測定機器の測定部に固有の操作を行うために必要な処理を実行するための部品オブジェクトを有するモジュールが追加されるとともに、このモジュールにメインプログラムとのアクセスを可能とする共通インターフェイスが形成される一方、前記関連付けファイルに、この追加されたモジュールに含まれる部品オブジェクトの機能をメインプログラムが呼び出すための指示が追加されることにより、測定部に適切な固有の操作を実現可能とするものであってもよい。(請求項7,19
【0022】
つまり、前記測定機器の制御用プログラムは、部品オブジェクトを呼び出す(実行する)ための基本となるメインプログラムを中心に、各部品オブジェクトが単独で動作するので、制御したい測定部を加えるためには、この測定部の制御に必要な部品オブジェクトを作成し、必要に応じて部品オブジェクトの追加および削除を関連付けファイルにて行うことができる。
【0023】
とりわけ請求項2に記載の測定機器の制御用プログラムでは、各部品オブジェクトの呼び出し形式が共通インターフェイスによって共通化されるので、メインプログラムとモジュールおよび各モジュール間を完全に切り離して考えることができ、モジュールの作成が極めて容易となる。
【0024】
すなわち、前記測定機器の制御用プログラムを用いることにより、測定機器の固有の測定に必要なものは、その固有のオブジェクトをつくり、関連付けファイルを書きかえるだけであり、簡単に固有の測定機能を実現できる。
【0025】
また、部品オブジェクトの書換えや関連付けファイルの変更を行っても、測定機器の制御用プログラムを構成する他のプログラムに対するリンクを行う必要が全くないので、プログラムの全体をコンパイルしなおす必要がなく、部品オブジェクトの書換えや関連付けファイルの変更を行った後、これをそのまま実行することができる。
【0026】
前記部品オブジェクトが、各種測定機器の基本機能に関する動作指示を行なうものであって、各種測定機器に共通に利用できる共通の部品オブジェクトまたは、各種測定機器に固有の動作指示を行なう固有の部品オブジェクトである場合には、共通の部品オブジェクトによって、測定機器の制御用プログラムを構成するソフトウェアの基本構成部分(プラットフォーム)を共通の部品オブジェクトによって共通化することができ、この部品オブジェクトを複数の測定部を制御するのに再利用することができ、開発費用を抑えることができると共に、バグの発生を最小限に抑えることができる。そして、使用者にとっては基本的な操作が統一されるので、その操作性が良くなる。
【0027】
すなわち、前記メインプログラムと共通の部品オブジェクトとによって、測定部の種類に依存することのない制御用プログラムの基本を成すフレームワークを形成する場合には、フレームワークによる処理がどの測定部を有する測定機器においても共通となるから、ソフトウェアのプラットフォームを共通化でき、操作時における見た目(アウトルック)が同じであり、その操作性に一貫性を持たせることができ、デザインを統合できる。
【0028】
前記関連付けファイルが、人間が読取可能な形式で記述されている場合には、プログラマが関連付けファイルの編集を行うときに書かれている内容を理解しやすく、関連付けファイルの記載の変更を容易に行うことができるので、プログラムの変更を容易に行うことができる。
【0029】
前記部品オブジェクトにそれぞれ対応する測定部を制御可能とする複数の動作プログラムが含まれており、前記メインプログラムが、これらの部品オブジェクトを適宜実行することにより、複数種類の測定部を1つのアプリケーション(測定機器の制御用プログラム)で動作させることが可能となる。そして、1つの測定機器の制御用プログラムによって複数の測定部を制御することにより、複数の測定部を同時に操作することも可能となり、操作性が向上する。
【0030】
前記部品オブジェクトに測定部からのデータを共通の読取形式で保存する動作プログラムが含まれており、前記メインプログラムが、これらの部品オブジェクトを適宜実行することにより、複数種類の測定部からのデータをまとめて処理可能とする場合には、複数の測定部からの測定値データを1つの制御用プログラムによって処理できるので、各測定値データを組み合わせた演算処理を行って分析結果を出力することも可能となる。
【0031】
前記部品オブジェクトが複数の測定部から得られた測定値データを合成する演算処理によって新たな測定結果を生成する演算部品オブジェクトを有する場合には、複数の測定部から得られる測定値データを有効に活用して、意味のある分析を行うことができる。
【0032】
本発明の測定機器の制御用プログラムの作成方法は、前記メインプログラムを用い、測定機器の測定部に固有の操作を行うために必要な処理を実行するための部品オブジェクトを作成し、この部品オブジェクトに対応してメインプログラムがその機能を呼び出すための指示を記した前記関連付けファイル(スクリプトファイル)の追加または変更を行うことにより、測定部に適切な固有の操作を実現可能とすることを特徴としている。
【0033】
第3発明の測定機器は、機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する各部品オブジェクトと、前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、前記各部品オブジェクトおよび前記関連付けファイルとは独立したメインプログラムとを有し、前記各部品オブジェクトは相互依存なく存在し、形成された共通インターフェイスによってメインプログラムに対して直接的に接続されるよう構成された制御用プログラムを記憶する記憶部を有するとともに、動作する場合には、この制御用プログラムによって、少なくとも、前記共通インターフェイスを有する各部品オブジェクトをメインプログラムに関連付けて認識するステップと、かかる認識と前記関連付けファイルの記述に基づいて、前記各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、作業者の操作に従って、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを実行する演算処理部を有することを特徴としている。(請求項
【0034】
また、第4発明の測定機器は、機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する各部品オブジェクトと、前記部品オブジェクトを任意の単位毎に纏めたモジュールと、前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、前記各部品オブジェクト、モジュールおよび関連付けファイルとは独立したメインプログラムとを有し、かつ、前記各部品オブジェクトが、相互依存なく存在し、前記メインプログラムと前記各部品オブジェクトとを媒介し、メインプログラムに対して直接的に接続されるための前記各部品オブジェクトに共通のインターフェイス(外部関数)を有する一方、前記各モジュールが、相互依存なく存在し、前記メインプログラムと前記各モジュールとを媒介し、メインプログラムに対して直接的に接続されるための前記各モジュールに共通のインターフェイス(外部関数)を有する制御用プログラムを記憶する記憶部を有するとともに、動作する場合には、この制御用プログラムによって、少なくとも、前記各モジュールにおける共通のインターフェイス(外部関数)を介して各モジュールをメインプログラムに関連付けて認識するステップと、かかる認識と前記関連付けファイルの記述に基づいて、前記各モジュールに含まれ、前記共通のインターフェイス(外部関数)を有する各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、作業者の操作に従って、前記各部品オブジェクトに共通のインターフェイス(外部関数)を介して、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを実行する演算処理部を有することを特徴としている。(請求項
【0035】
【実施例】
図1は、測定対象試料Sを2つの測定原理を有する測定部によって分析する測定機器1の例を示す図である。図1において、2は本例における測定機器1の測定部、3は測定部2に接続されて演算処理などを行なう演算処理部(以下、パソコンという)である。2aは測定対象試料SにX線を照射して、その顕微画像を出力する測定部、2bは測定対象試料Sにレーザ光を照射して、その散乱光を測定する粒径分布の測定部である。すなわち、本例の測定機器1は測定対象試料Sを異なる原理によって測定する測定部2a,2bと、パソコン3とからなる。
【0036】
なお、本例では一例としてX線画像を撮像する測定部2aと、粒径分布を測定する測定部2bを例示しているが、本発明はこれに限られたものではなく、あらゆる測定原理を用いることが可能であることはいうまでもない。また、前記測定部2a,2bは同じ測定対象試料Sを測定するものであることに限定されるものではない。
【0037】
3mはパソコン3の記憶部であり、この記憶部3mにはそれぞれ測定部2a,2bを制御するための制御用プログラムPが記憶されて実行可能である。制御用プログラムPは後述するメインプログラムPk(以下、カーネルという)および各機能に分けられた複数のモジュールを集めて成るモジュール群Pa〜Pfなどからなる。
【0038】
また、3dはパソコン3の表示部であり、この表示部3dには前記制御用プログラムPによって演算処理された測定結果のデータDa,Dbがそれぞれの形で表示されている。なお、本例では、測定部2bによって測定される測定値データDbとして、数値の一覧であるテーブルデータDbtとグラフにして示すグラフデータDbgとを表示している。
【0039】
図2は、前記測定機器1において、制御用プログラムPの概略を概念的に説明する概略図である。なお、図2はソフトウェア構成および動作を説明するものであるから、ハードウェア構成は記載していない。つまり、本発明を実施するのにハード的なプラットフォームは問題ではないのでこれを省略して、ソフトウェア的なプラットフォームを詳述している。
【0040】
図2において、Pkは前記測定機器の制御用プログラムPの核心を形成するカーネル、Paは作業者からの操作を入力したり、作業者に対して測定値などを出力したりするためのGUIなどを構成するためのボックス,ボタンといったグラフィック部品などの部品オブジェクトを含む複数のモジュールを集めてなるモジュール群、Pbはごく基本的な動作をするために必要とされる部品オブジェクトを含む複数のモジュールを集めてなるモジュール群であって、例えば、測定機器の種類に依存しないファイル操作機能および各種データの出力機能を有する。
【0041】
そして、これらの構成要素Pk,Pa,Pbによってフレームワーク4を構成している。すなわち、フレームワーク4は、カーネルPkと一般的な分析計の制御における基本的な動作を実行するために必要とされる部品オブジェクトを含む複数のモジュールを集めてなるモジュール群Pa,Pbを有してなるから、その他の測定機器においても共通に利用できるものである。
【0042】
Pc,Pdは本発明の制御用プログラムによって測定部2a,2bを制御するために必要とされる特有の処理を実行するための固有の部品オブジェクトを含む複数のモジュールを集めてなるモジュール群、Peは各測定部2a,2bから得られた測定値データを合成する演算処理によって新たな測定結果を生成する演算部品オブジェクトを含む複数のモジュールを集めてなるモジュール群、Pf…は測定値を加工したり、演算によって分析したりするなどの処理を行なう部品オブジェクトを含む複数のモジュールを集めてなるほかの各モジュール群である。すなわち、本例の実行用アプリケーションはモジュールPa〜Pf群…からなる。
なお、本例においては、複数のモジュールをある一定の機能ごとにまとめてモジュール群として表現しているが、本発明は、かかる場合に限定されるものではない。すなわち、本件発明は、モジュール群を構成することなく、複数のモジュールがそれぞれ単独で存在する場合にも、適用できる。
【0043】
そして、モジュール群Pa,Pb…を構成する群全てのモジュールはそれぞれ共通インターフェイスIaを有しており、この共通インターフェイスIaによって、それぞれがカーネルPkに対して直接的に接続されている。また、各モジュール同士でデータのやり取りをするインターフェイスは用意されておらず、全てのモジュールはカーネルPkを介して接続される。これによって、各モジュールは相互に依存することがない。
【0044】
6,7…は前記モジュール群Pa,Pb…を構成するモジュールの例を示し、このモジュール6,7…内にはそれぞれ一又は複数の部品オブジェクトO,O…及びO,O,O,O…を収納している。
【0045】
そして、各モジュール6,7…にそれぞれ対応して少なくとも一つの関連付けファイル6a,7a…を有している。なお、関連付けファイル6a,7a…はモジュール6,7…に対して一つずつであるとは限らず、一つのモジュール6に対して複数の関連付けファイル6a,6b…が存在してもよい。
【0046】
また、各モジュール6,7…内には部品オブジェクトO,O …及びO,O,O,O…を形成し、各オブジェクトO,O…のそれぞれにカーネル1との共通インターフェイスIbを形成し、それぞれがカーネルPkに対して直接的に接続されるように構成している。また、このとき各部品オブジェクトO,O…はカーネルPkに関連付けられるが、相互依存がないので、各部品オブジェクトO,O…の着脱は極めて容易に行うことができる。
【0047】
特に、前記基本モジュールPbに対応するモジュール7には、測定機器の種類に依存しない各種データの出力機能を実現するためのオブジェクトO,O…を有している。これらのオブジェクトO,O…には、後で詳述するように、例えば、テーブルデータ,2次元データ,3次元データの表示機能など測定部2a,2bの種類に関係なく含められる。
【0048】
図3は前記カーネルPkが各部品オブジェクトO,O…及びO,O,O,O…を展開して、その各部品オブジェクトO,O…及びO,O,O,O…を実行する場合の動作の例を示す流れ図である。
図3に示すように、カーネルPkはまず全てのファイルにアクセスし、モジュール6,7…を検索する。(ステップS1)
【0049】
そして、カーネルPkは見つけた全てのモジュールに対して前記共通インターフェイスIaを用いたアクセスを試みて、その中から前記カーネルPkに対応するインターフェイスIaを有するモジュール6,7…を、このカーネル1に対応するものとして登録(認識)する。(ステップS2)すなわち、この時点でカーネル1は所有するモジュール6,7…の数を把握することになる。
【0050】
次いで、カーネルPkは、モジュール6,7…に対応する関連付けファイル6a,6b,7a…を検索する(ステップS3)。
さらに、カーネルPkは発見した関連付けファイル6a,6b,7a…の内容を読み出して、その内容をメモリに収納する。(ステップS4)
【0051】
カーネルPkは読み出した関連付けファイル6a,6b,7a…を解釈して、そこでの部品オブジェクトに関する記載に基づき、各モジュール6,7…内の例えばオブジェクトO,O…及びO,O,O,O…を相互に関連付けて展開する。そして、カーネルPkはかかる展開された部品オブジェクトを実行し、画面上に対応するウィンドウを生成したり、操作スイッチなどを生成したりする。(ステップS5)
【0052】
また、カーネルPkは関連付けファイル6a,6b,7a…の指示によっては一つのオブジェクトO,O…を複数回用いて展開し、関連付けを行う場合もある。そして、カーネルPkはモジュールの数や関連付けファイルの内容、そして各部品オブジェクトO,O…によってどのような処理が行われるのかなどをあらかじめ把握しておく必要がない。すなわち、各モジュール及び各部品オブジェクトO,O…が予め関連付けられていないだけでなく、カーネルPkとそれらも相互に依存することなく存在している。
【0053】
カーネルPkは、収納したすべての関連付けファイル6a,6b,7a…の内容を実行し、部品オブジェクトを展開し終えたかどうかを判断する。(ステップS6)そして、例えば関連付けファイル7a…に基づく展開が残されている場合には、ステップS5に処理を戻す。
【0054】
全ての関連付けファイルに基づくオブジェクトO,O…の展開を完了し、オブジェクトO,O…の関連付けを終えると、カーネルPkは展開作業を終了する。次いで、カーネルPkは作業者の操作に従って、展開したオブジェクトO,O…を実行することができる。(ステップS7)すなわち、ステップS7において、カーネル1は、作業者の操作に従って各部品オブジェクトO,O…を実行することにより、作業者が望む動作を行うことができる。
【0055】
図4は各関連付けファイル6a,6b,7a…の一例と部品オブジェクトのツリー構造の一例及び画面に表示されるウィンドウを示す図である。図4(A)は例示された関連付けファイルの内容を示し、図4(B)はその関連付けファイルに基づいて部品オブジェクトO,O…を相互に関連付けてツリー構造に展開したものを示している。また、図4(C)はカーネル1がこの関連付けファイルを解釈して画面上に生成するウィンドウを示している。
【0056】
図4(A)に示す符号10はこの関連付けファイルに対応して展開される部品オブジェクトのタイプを設定する記述(Dialog) であり、記述10は、Widgetという部品オブジェクトから、Dialogというタイプの部品オブジェクトを展開することを示している。また、このウィンドウタイプの設定には他にも、ポップアップウィンドウ(popup window) やMDIビュー(MDI view) など種々の設定が可能である。
【0057】
また、14,15,16は、それぞれこの関連付けファイルに対応して展開される部品オブジェクトのタイプを設定する記述(Edit) , (PushBotton),(PushBotton) である。
すなわち、記述14は、Widgetという部品オブジェクトから、Editというタイプの部品オブジェクトを展開することを示している。
また、記述15は、Widgetという部品オブジェクトから、PushBottonというタイプの部品オブジェクトを展開することを示している。
そして、記述16は、Widgetという部品オブジェクトから、PushBottonというタイプの部品オブジェクトを展開することを示している。
【0058】
本例の場合、カーネルPkは、まず関連付けファイル図4(A)のこれら記述にしたがって、メモリ上に部品オブジェクトを展開して図4(B)に示すようなツリー構造でもって関連付ける。すなわち、カーネルPkは関連付けファイルの記述10を解釈して、図4(B)に示す通り、Dailog10tとして展開し、記述14,15,16のそれぞれにしたがって、このDailogの下位にそれぞれEdit14t,Pushbotton15t, Pushbotton16tとして展開し、これら部品オブジェクト相互の関係(親子関係)を示す関連付けファイルの記述(図4(A)では省略している。)にしたがって、Dailog10t,Edit14t,Pushbotton15t, Pushbotton16tをツリー構造として関連付けている。
【0059】
そして、カーネルPkは、ツリー構造として関連付けて展開したそれらの部品オブジェクトを実行して、図4(C)に示すように編集枠17,プッシュボタン18,19などを有するダイアログボックスウィンドウ11を生成する。なお、12は設定を終了したときに押されるOKボタン、13は設定を中止するときに押されるキャンセルボタンである。
【0060】
これらも図4(A)及び(B)には図示しないが、上記の手順と同様の手順で展開され、表示される。15a,16aは、部品オブジェクトPushbotton, Pushbottonそれぞれに関する記述であって、各プッシュボタン18,19に表示する文字を指定する記述である。カーネルPkが部品オブジェクトPushbotton, Pushbottonそれぞれを実行し、各プッシュボタン18,19を表示する場合に、文字18a,19aがプッシュボタン18、19内に表示される。
【0061】
また、20,21は部品オブジェクトPushbotton, Pushbottonそれぞれに関する記述であって、前記プッシュボタン18,19を表示する位置を示す記述であり、各々ダイアログボックス11内の指定された位置に前記プッシュボタン18,19が表示される。本例ではプッシュボタン18が縦方向に80の位置、プッシュボタン19が縦方向に160の位置に表示されるように設定されている。
【0062】
さらに、22,23は作業者が各プッシュボタン18,19を操作した場合の処理を示す記述であり、記述22はオープン(Open) であり、記述23はクローズ(Close)である。
【0063】
前記関連付けファイル22,23の記述は、何れもリンク先として他の部品オブジェクトに関連付ける記述22a,23aを有している。すなわち、本例では、記述22a,23aは、そのリンク先の部品オブジェクトのアドレスを示している。そして、作業者がマウスなどのポインティングデバイスを用いてプッシュボタン18,19を指定した場合には、カーネルPkが既にツリー構造に展開したリンク先の部品オブジェクトを実行することにより、ウィンドウボックスを生成し、画面上に表示する。
【0064】
以上、具体例を用いて詳述したように、本例では、前記関連付けファイル6a,6b,7a…はいずれも決まった形の自然言語によって記述されており、人間が容易に読取可能な形式で記述されている。そして、この関連付けファイル6a,6b,7a…は、カーネルPkがモジュール6,7…内のオブジェクトO,O…を認識し、その認識した部品オブジェクトO,Oを展開してツリー構造として関連付けるための記述、展開された部品オブジェクトに関する記述である部品オブジェクトのパラメータ、展開された部品オブジェクト相互の親子関係を示す記述及びリンク先として展開された他の部品オブジェクトに関連付ける記述などの非ノイマン型の指示(すなわち、順次実行されるための指示ではなく、配置やリンク先などの状態を示すための指示)を記述したものである。
【0065】
図5は前記オブジェクトO,O…として、モジュール6,7…内に収容されるソフトウェア部品の例を示す図である。具体的には、図5に示すように、オブジェクトO,O…として、メニュー,ツールバー,ボタン,ダイアログ,編集枠などのGUI部品のオブジェクトOg、二次元データ,三次元データ,テーブルデータの表示用部品のオブジェクトOd、測定値の演算処理などのメソッドファイル処理用部品のオブジェクトOf、および、プロパティ表示用部品のオブジェクトOpなどがある。
【0066】
上記オブジェクトOg,Od,Of,Op等は全て共通インターフェイスIbの関数を揃えることにより、カーネルPkは部分オブジェクトOg,Od,Of,Op等に直接的に接続される。また、部品オブジェクトOg,Od,Of,Op等は、各部品オブジェクトOg,Od,Of,Op等はそれら同士でデータのやり取りをするインターフェイスは有さず、全てはカーネルPkを介して接続され、各々独立したものとなっている。また、図4に示した例のように、ボタンなどの部品を幾つか用いる場合には、GUI部品であるオブジェクトOgを複数回用いて展開し、関連付けを行うこともある。つまり、プログラマは同じようなオブジェクトを幾つも作成する必要がない。
【0067】
さらに、前記GUI部品などの基本的なオブジェクトOgは部品オブジェクトOgに何ら手を加えることなく、これを他のプログラムで流用することができる。これによってソフトウェアの開発を容易にするだけでなく、作業者にとっても画面の見た目(アウトルック)および操作性が統一されるので、扱いやすくなる。
【0068】
つまり、ソフトウェアのプログラマは余り重要でないGUI部品などのプログラミングから開放されて、測定値の演算処理などその測定機器に固有の動作を司る部品オブジェクトのプログラムに集中することができ、より効果的で、高性能なソフトウェアを提供することができる。
【0069】
さらに、各オブジェクトOg,Od,Of,OpはカーネルPkに対して直接的にアクセスするための共通インターフェイスIbとなる関数を有しており、他のオブジェクトOg,Od,Of,Opとのアクセスについて考慮する必要が全くないので、測定機器1の仕様変更やグレードアップのためにプログラムを変更する場合にも、フォルダ5内の必要とする部品オブジェクトの変更、追加又は削除を行い、これに伴なってモジュールや関連付けファイルを変更または追加等するなどして極めて容易にプログラムに変更を行いうる。すなわち、プログラム変更の際に、部品オブジェクト相互の依存関係を考慮せずに、必要とする部分のみの変更を加えることができ、変更部分を他のプログラムにリンクしたり、コンパイルを再び行ったりする必要もない。
【0070】
また、他のプログラマが作ったアプリケーションを分析装置のプログラム内に機能として組み込みたい場合には、共通インターフェイスIbを持たせるためのプログラミングを行うだけで、これをオブジェクトとして用いることができる。なお、共通インターフェイスIaを持たせるようにプログラミングすることにより、共通インターフェイスIbを有する複数の部品オブジェクトをたとえば関連機能単位などの任意の単位でまとめたモジュールとして追加することも可能となる。
【0071】
以上の具体例を用いて詳述したように、本発明の測定機器の制御用プログラムPでは、測定部2a,2bの固有の部品オブジェクトを含む複数のモジュールを集めてなるモジュール群Pc,Pdを有しているので、これらのモジュール群Pc,Pd内モジュールが有する固有の部品オブジェクトにより各測定部2a,2bに特有の制御を行って、測定値を入力し、この測定値をその他のモジュール群Pa,Pb,Pe…内のモジュールに含まれる部品オブジェクトを用いて演算処理、画面への表示、ファイルへの出力を行うことができる。
【0072】
すなわち、図1に示した本例の場合のように一つの測定対象試料Sを異なる測定部2a,2bによって分析する場合にも、一つの制御用プログラムPによって複数の測定部2a,2bを同時に制御することができ、2つの測定部2a,2bによって測定されたデータを同じ表示画面3dなどに出力することが可能となる。なお、オブジェクトOdによる出力は表示画面3dに表示することのみならず、記録用紙に対する印刷などによって行われてもよいことはいうまでもない。
【0073】
さらに、モジュール群Pe内のモジュールに含まれる前記演算部品オブジェクトは測定部2a,2bから得られた測定値を互いに関連付けて演算処理することにより、新たな分析結果を算出するものであり、2つの測定部2a,2bによって得られた測定値をリアルタイムに活用して、より有用な分析結果を得ることができる。たとえば、温度などの測定パラメータを変化させながら2つの測定部2a,2bからの測定値を温度値とともに演算処理することにより、1回の測定パラメータの変化に対して複数の分析を行うことができる。
【0074】
また、例えば測定部2a,2bが動的粒径分布測定装置とレーザ光散乱式粒度分布測定装置の組み合わせである場合のように、測定部2a,2bの測定値が互いに補い合うことができるものである場合には、モジュール群Pe内のモジュールに含まれる前記演算部品オブジェクトによる補償演算によって全ての測定範囲において精度の高い測定を行うことができる。なお、本発明は演算の方法や、測定部2a,2bの構成を限定するものでないことはいうまでもない。
【0075】
むしろ、本発明では、各種の測定部の様々な組み合わせを容易にする。すなわち、上述の動的粒径分布測定装置とレーザ光散乱式粒度分布測定装置の組み合わせに、さらに他の測定原理を利用した測定部を付加したとしても、従来の制御プログラムにその付加された測定部に固有の部品オブジェクトを単に追加することにより、制御プログラムの作成、変更を容易に行うことができる。
【0076】
なお、この際の部品オブジェクトの追加等は、上述したプログラム作成変更と同様の手順で行うことができる。また、かかる固有の部品オブジェクトが、過去にプログラムされている場合には、この過去のものを流用することにより、何ら部品オブジェクトを別途作成することなく、関連付けファイルを書き換えるだけで、制御用プログラムを作成、変更することができる。したがって、様々なバリエーションで各種測定部を組み合わせたとしても、制御用プログラムを極めて容易に作成することができる。
【0077】
図6は同一画面3d上で、複数種類の測定部2a,2bによって測定したデータを表示させる例を示す図である。図6において、30は測定値データDa,Dbを表示する枠であり、この部分に粒度分布計で測定した分布グラフや、電子顕微鏡で観測した画面などを読み出すことができる。本例の場合、Dbtは粒径分布測定装置2の測定結果の数値を一覧表にして示す測定値データであり、Dbgは粒径分布をグラフにして示す測定値データである、一方、Daは同じサンプルを別の測定部2aで観察した電子顕微鏡画像を示す測定値データである。
【0078】
これらの測定値データDb,Daの表示は何れも測定部2a,2bの種類に関係なく予め組み込まれるモジュール群Pb内のモジュールに含まれる、各種データ(数値からなるテーブルデータ、グラフからなる二次元データ、画像からなる三次元データ)の出力機能を持つ部品オブジェクトOdを展開することにより行われるものである。したがって、表示部3dに対する測定値データDb,Daの表示は測定部2a,2bの種類に全く依存することなく行うことができ、両測定部2a,2bの測定値データDb,Daを同じ表示画面3dに出力して、これを比較検討できる。
【0079】
なお、G1 〜G5 は前記GUIを構成する部品オブジェクトOgを展開することにより形成されたアイコンである。これら部品オブジェクトを測定機器の他の制御用プログラムにおいても共通化することにより、統一したロゴや色などを用いることが容易になり、操作性の向上のみならず、同じフレームワーク4を有する測定装置1を扱ったことのある作業者であればその表示画面3dを一目するだけで、共通の操作で制御可能であることを認識できる。
【0080】
上述した例では、カーネルPk,モジュール6,7…,関連付けファイル6a,6b,7a…が始めからコンピュータのメモリおよびハードディスクに記録されている例を開示しているが、これらのプログラムおよびデータのファイルはCD−ROMやフロッピーディスクなどの補助記録媒体に記録されていてもよい。この場合、既存の測定装置の制御用プログラムとして、本発明の測定機器の制御用プログラムPを記録した記録媒体を用いることができる。
【0081】
また、上述した例では、測定機器1を測定部2と演算処理を行なうパソコン3に分けた例を示しているが、本発明は測定部が演算処理部と分離されていることを限定するものではない。つまり、本発明の測定機器の制御用プログラムは測定機器1に内蔵のマイクロコンピュータなど、あらゆる形態のコンピュータによって実行されるものであってもよい。
【0082】
【発明の効果】
以上説明したように、本発明によれば、複数種類の測定部を1つのアプリケーションで制御することが可能となる。また、測定機器の制御用プログラムを構成するソフトウェアの基本構成部分を基本部品オブジェクトによって共通化することにより、基本部品オブジェクトを複数の測定部を制御するのに再利用することができ、開発費用を抑えることができると共に、バグの発生を最小限に抑えることができる。そして、使用者にとっては基本的な操作が基本部品オブジェクトによって統一されるので、各種測定機器の操作が容易になる。
【0083】
また、各固有の部品オブジェクトは各測定部に対応して作成されるので、複数の測定部を制御するための各固有の部品オブジェクトを追加等するだけで、複数種類の測定部を1つのアプリケーション(測定機器の制御用プログラム)で動作させることが可能となる。そして、1つの測定機器の制御用プログラムによって複数の測定部を制御することにより、複数の測定部を同時に操作することも可能となり、操作性が向上する。さらに、複数の測定部からの測定値データが1つの制御用プログラムによって処理されるので、各測定値データを組み合わせた演算処理を行って分析結果を出力することも可能となる。
【0084】
前記モジュールが複数の測定部から得られた測定値データを合成する演算処理によって新たな測定結果を生成する演算部品オブジェクトを含む演算モジュールを有する場合には、複数の測定部から得られる測定値データを有効に活用して、極めて容易に付加価値の高い、新たな意味のある分析結果を算出することができる。
【図面の簡単な説明】
【図1】 本発明の測定機器の構成を説明する図である。
【図2】 前記測定機器の制御用プログラムの構成および動作を説明する図である。
【図3】 前記測定機器の制御用プログラムを構成するカーネル1の動作を説明するフローチャートである。
【図4】 前記測定機器の制御用プログラムによって用いられる関連付けファイルと画面表示との関係を説明する図である。
【図5】 前記測定機器の制御用プログラムによって用いられるオブジェクトの例を示す図である。
【図6】 本発明の測定機器の制御用プログラムによる表示画面の例を示す図である。
【図7】 従来の測定機器の例を示す図である。
【符号の説明】
1…測定機器、2(2a,2b)…測定部、3…コンピュータ、3m…記録媒体、4…フレームワーク、6,7,…モジュール、6a,6b,7a,…関連付けファイル、Ia,Ib…共通インターフェイス、O,O,…部品オブジェクト、P…制御用プログラム、Pa,Pb…基本モジュール、Pc,Pd,Pe,Pf…固有モジュール、Pk…メインプログラム(カーネル)。
[0001]
BACKGROUND OF THE INVENTION
  The present invention relates to a measurement device control program capable of operating a plurality of types of measurement units with a single software, a measurement device, and a computer-readable storage medium storing a measurement device control program.
[0002]
[Prior art]
  Conventionally, measuring instruments such as analyzers are connected to different arithmetic processing units, and each arithmetic processing unit is individually programmed with a different control program for controlling the analyzer. FIG. 7 is a diagram illustrating an example of an arithmetic processing unit connected to a conventional analyzer.
[0003]
  In FIG. 7, reference numerals 31 and 32 denote measurement units (analysis units) that measure one measurement target sample S by different methods, and reference numerals 33 and 34 denote arithmetic processing units (hereinafter referred to as personal computers) respectively corresponding to the measurement units 31 and 32. It is. Reference numerals 33m and 34m denote storage units of the personal computers 33 and 34. The storage units 33m and 34m store and execute control programs 33p and 34p for controlling the measurement units 31 and 32, respectively. Reference numerals 33d and 34d denote display units of the personal computers 33 and 34. The display units 33d and 34d display the measurement results calculated by the control programs 33p and 34p in respective forms.
[0004]
[Problems to be solved by the invention]
  However, in the measuring instrument having the above-described configuration, since the measuring units 31 and 32 are controlled by separate personal computers 33 and 34, one measurement target sample S is analyzed by a plurality of measuring units 31 and 32 by different methods. When trying to do so, it was necessary for the operator to operate the two personal computers 33 and 34, which was troublesome. In addition, when it is desired to obtain measurement values from both measurement units 31 and 32 simultaneously, it is necessary to operate both personal computers 33 and 34 at the same time, compare the display units 33d and 34d, and compare the measurement results. The operability was bad.
[0005]
  Even when the measurement results are managed, it is difficult to confirm the relevance of the measurement values stored in each of the personal computers 33 and 34 because the data is stored in the respective formats in the plurality of personal computers 33 and 34. In particular, even when some measurement result is obtained for the first time by performing calculation processing using measurement value data from the plurality of measurement units 31 and 32, the measurement value data is stored in the plurality of personal computers 33 and 34, respectively. Therefore, it has been difficult to perform arithmetic processing using these measured value data.
[0006]
  Further, the control programs 33p and 34p incorporated for controlling the measurement units 31 and 32 are developed for the purpose of controlling only the measurement units 31 and 32, so that the performance of the measurement units 31 and 32 is improved. In order to improve and change the specifications, the control programs 33p and 34p are upgraded separately, and the specifications of the corresponding control programs 33p and 34p are changed. With the change in the specifications of the control programs 33p and 34p, the basic components of the control programs 33p and 34p become large, and not only the contents become complicated, but also the operability by the operators is different.
[0007]
  The above-mentioned problem does not occur only when a plurality of personal computers 33 and 34 are used to control the measuring units 31 and 32. That is, even when one measuring unit is controlled by one personal computer, when creating a program for controlling a new measuring unit, it is necessary to create the program from the beginning. Even if the specifications change in the measurement part, each part of the program is related to another part, so it is necessary to change the entire program, and it is inevitable that development takes time. It was.
[0008]
  In addition, when it was necessary to control multiple measuring units, it was possible to simultaneously execute multiple programs corresponding to each measuring unit on a single personal computer. In this case, the configuration of the basic part differs depending on the programmer, so the outlook and operability are not uniform, and as a result, the operability may be deteriorated.
[0009]
  Furthermore, as another method for controlling a plurality of measuring units, it is conceivable to create one program that can control the plurality of measuring units. However, in this case, with the change of the combination of the measurement units, a significant and complicated correction over the entire program is required.
[0010]
  In any case, with the conventional configuration, the control program must be complicated, and the more complicated the program, the more likely it is to cause bugs and the longer the development period and the unstable operation.BecomeIt was also a cause. The programmer needs to create all the programs for controlling the measurement units 31 and 32, which takes time and effort for development.
[0011]
  The present invention has been made in consideration of the above-mentioned matters, and when creating a control program for controlling a new measurement unit and changing the program, only necessary parts (parts) are made independent. A computer-readable storage medium storing a measurement device control program, a measurement device, and a measurement device control program that can be easily created or changed by incorporating or removing the program easily The purpose is to provide.
[0012]
[Means for Solving the Problems]
  In order to achieve the above object, the control instrument control program of the first invention has an operation program created for each function and in which specific operation instructions are described.pluralPart object and the part objectThe description that sets the type of the part object that is expanded from and the description that shows the parent-child relationship between each part object for expanding the part object as a tree structure is described in natural languageAn association file, and each part object and the main program independent from the association file, each part object exists without interdependence, and are directly connected to the main program by a formed common interface. When the main program is configured and operates, the main program recognizes at least each component object having the common interface in association with the main program, and the recognition and the association file.Description ofBased on the above, each part object is associated with each otherTree structure on memoryThe operation processing unit of the measuring device executes the expanding step and the step of executing each of the component objects expanded on the memory in accordance with the operation of the operator. (Claim 1)
[0013]
  In addition, the control instrument control program of the first invention may be recorded on a computer-readable recording medium to be portable. That is, a computer-readable recording medium in which a control instrument control program is recorded, each component object having an operation program created for each function and describing a specific operation instruction, and the component objectThe description that sets the type of the part object that is expanded from and the description that shows the parent-child relationship between each part object for expanding the part object as a tree structure is described in natural languageAn association file, and each part object and the main program independent from the association file, each part object exists without interdependence, and are directly connected to the main program by a formed common interface. When the main program is configured and operates, the main program recognizes at least each component object having the common interface in association with the main program, and the recognition and the association file.Description ofBased on the above, each part object is associated with each other on the memory.Tree structureA measurement device control program is stored, wherein the operation processing unit of the measurement device executes the step of expanding and the step of executing each of the component objects expanded on the memory in accordance with an operation of the operator. It is characterized by this. (Claims13)
[0014]
  The measurement instrument control program according to the second invention includes a component object created for each function and having an operation program in which specific operation instructions are described, a module in which the component objects are grouped in arbitrary units, The part objectThe description that sets the type of the part object that is expanded from and the description that shows the parent-child relationship between each part object for expanding the part object as a tree structure is described in natural languageAn association file and a main program independent of each component object, module, and association file, and each component object exists without interdependence, and mediates between the main program and each component object. Common interface for each part object to be directly connected to the main programface(External function), while each module exists without interdependence, and mediates between the main program and each module, and is common to each module for being directly connected to the main program Interface(External function), and when it operates, the main program recognizes each module in association with the main program through at least a common interface (external function) in each module; Recognition and association fileDescription ofBased on the common interface included in each module.faceEach part object having (external function) is associated with each other on the memoryTree structureAccording to the step of expanding and the operator's operation, a common interface is set for each of the part objects.faceThe step of executing each of the component objects developed on the memory is caused to be executed by the arithmetic processing unit of the measuring device via (external function). (Claim 2)
[0015]
  In addition, the control instrument control program of the second invention may be recorded on a computer-readable recording medium to be portable. That is, each part object having an operation program created for each function and describing a specific operation instruction, a module in which the part objects are grouped in arbitrary units, and the part objectThe description that sets the type of the part object that is expanded from and the description that shows the parent-child relationship between each part object for expanding the part object as a tree structure is described in natural languageAn association file and a main program independent of each component object, module, and association file, and each component object exists without interdependence, and mediates between the main program and each component object. The module has a common interface (external function) for being directly connected to the main program, while the modules exist without interdependence, and the main program and the modules are connected to each other. When the module has a common interface (external function) for mediating and being directly connected to the main program and operates, the main program is at least shared by the modules. Each of the above via an interface (external function) The association file and recognizing associates joules to the main program, and such recognitionDescription ofBased on the above, each component object included in each module and having the common interface (external function) is associated with each other on the memory.Tree structureThe operation processing unit of the measuring device includes a step of expanding and a step of executing each of the component objects expanded on the memory via an interface (external function) common to each of the component objects according to an operation of the operator. It stores a control program for a measuring instrument characterized by being executed. (Claims14)
[0016]
  In any case, each part object is created for each function and has an operation program in which specific operation instructions are described. Therefore, it does not depend on each other, and thus the program can be changed or created. It becomes easy. Also, without recognizing the function or operation of each part object, the main program can link the operation program to the main program based on the association file, and can call it up. Becomes easy.
[0017]
  The component object is an operation instruction related to the basic functions of various measurement devices, and is a common operation program that can be commonly used for various measurement devices, or a unique operation program that performs operation instructions specific to various measurement devices. In some cases (claim 3,15), It is possible to develop a control program for the analysis unit as simply as possible by utilizing a common operation program. For example, when combining a new measurement unit as a control target by the program, it is possible to create or add an operation program for only the newly required part, and divert the common operation program to the other parts. It becomes. In this case, a plurality of measuring units can be controlled very easily with one program. That is, it is possible to reduce the time required for creating a program, to reduce the time cost, and to suppress the occurrence of bugs.
[0018]
  The control program is a measurement device control program using the main program, and a part object for executing processing necessary for performing an operation specific to the measurement unit of the measurement device is added, An instruction specific for the main program to call the function of the added part object may be added to the association file so that a proper operation appropriate to the measurement unit can be realized. (Claim 4,16)
[0019]
  The control program includes an operation program for storing data from the measurement unit in a common reading format in the part object, and the main program appropriately executes these part objects, so that a plurality of types can be obtained. It is possible to process the data from the measurement unit. (Claim 5,17)
[0020]
  In the measurement device control program using the main program of the above configuration, a part object for executing processing necessary for performing an operation specific to the measurement unit of the measurement device is added, and the association file includes: By adding an instruction for the main program to call the function of the added component object, it may be possible to realize a proper operation appropriate for the measurement unit. (Claim 6,18)
[0021]
  In addition, the measurement device control program using the main program of the above configuration is added with a module having a part object for executing processing necessary for performing an operation specific to the measurement unit of the measurement device, While a common interface that enables access to the main program is formed in this module, an instruction for the main program to call the function of the part object included in the added module is added to the association file. Accordingly, it may be possible to realize a proper operation appropriate to the measurement unit. (Claim 7,19)
[0022]
  In other words, the control program for the measuring instrument mainly operates the main program that calls (executes) the part object, so that each part object operates independently. In order to add a measurement unit to be controlled, A part object necessary for controlling the measurement unit can be created, and a part object can be added and deleted in the association file as necessary.
[0023]
  In particular, in the measurement instrument control program according to claim 2, since the calling format of each component object is shared by the common interface, the main program, the module, and each module can be considered completely separated from each other. Making it extremely easyBecome.
[0024]
  In other words, by using the measuring instrument control program, all that is necessary for the unique measurement of the measuring instrument is to create its own object and rewrite the associated file, thus easily realizing a unique measuring function. it can.
[0025]
  Also, even if the part object is rewritten or the association file is changed, there is no need to link to other programs that make up the control program of the measuring instrument, so there is no need to recompile the entire program, After rewriting the object or changing the association file, it can be executed as it is.
[0026]
  The part object is an instruction for operation related to basic functions of various measuring devices, and is a common part object that can be used in common for various measuring devices, or a unique part object for performing operation instructions specific to various measuring devices. In some cases, a common component object can be used to share the basic component (platform) of the software that constitutes a control program for a measuring instrument with a common component object. It can be reused for control, and development costs can be reduced, and bugs can be minimized. And since basic operation is unified for a user, the operativity improves.
[0027]
  That is, when the framework that forms the basis of the control program that does not depend on the type of the measurement unit is formed by the main program and the common component object, the measurement unit that the processing performed by the framework has which measurement unit Since it is common to devices, the software platform can be made common, the appearance during operation (outlook) is the same, the operability can be made consistent, and the design can be integrated.
[0028]
  When the association file is described in a human-readable format, it is easy for the programmer to understand the contents written when editing the association file, and the description of the association file can be easily changed. Therefore, it is possible to easily change the program.
[0029]
  A plurality of operation programs that can control the measurement units respectively corresponding to the component objects are included, and the main program appropriately executes these component objects, thereby allowing a plurality of types of measurement units to be converted into one application ( It can be operated by a control program for the measuring instrument). Further, by controlling a plurality of measuring units by a control program for one measuring device, it becomes possible to operate a plurality of measuring units simultaneously, thereby improving operability.
[0030]
  The part object includes an operation program for storing data from the measurement unit in a common reading format, and the main program appropriately executes these part objects to obtain data from a plurality of types of measurement units. When processing is possible all together, measurement data from multiple measurement units can be processed by a single control program, so it is also possible to perform analysis processing combining each measurement data and output analysis results It becomes.
[0031]
  When the component object has a calculation component object that generates a new measurement result by calculation processing that combines measurement value data obtained from a plurality of measurement units, the measurement value data obtained from the plurality of measurement units is effectively used. It can be used for meaningful analysis.
[0032]
  The method for creating a control program for a measuring instrument according to the present invention uses the main program to create a part object for executing a process necessary for performing an operation specific to the measuring unit of the measuring instrument. By adding or changing the association file (script file) describing instructions for the main program to call the function corresponding to the above, it is possible to realize an appropriate unique operation in the measurement unit Yes.
[0033]
  The measuring instrument of the third invention comprises each part object having an operation program created for each function and describing a specific operation instruction, and the part objectThe description that sets the type of the part object that is expanded from and the description that shows the parent-child relationship between each part object for expanding the part object as a tree structure is described in natural languageAn association file, and each part object and the main program independent from the association file, each part object exists without interdependence, and are directly connected to the main program by a formed common interface. And having a storage unit for storing the control program configured to be operated and, when operating, recognizing at least each component object having the common interface in association with the main program by the control program; Such recognition and the associated fileDescription ofBased on the above, each part object is associated with each other on the memory.Tree structureAn arithmetic processing unit is provided for executing the step of expanding and the step of executing each of the component objects expanded on the memory in accordance with the operation of the operator. (Claims8)
[0034]
  In addition, the measuring instrument of the fourth invention includes each component object having an operation program created for each function and describing a specific operation instruction, a module in which the component objects are grouped in arbitrary units, and the component objectThe description that sets the type of the part object that is expanded from and the description that shows the parent-child relationship between each part object for expanding the part object as a tree structure is described in natural languageAn association file and a main program independent of each component object, module, and association file, and each component object exists without interdependence, and mediates between the main program and each component object. Common interface for each part object to be directly connected to the main programface(External function), while each module exists without interdependence, and mediates between the main program and each module, and is common to each module for being directly connected to the main program InterfaceIn addition to having a storage unit for storing a control program having an (external function) and operating, each control module is controlled by the control program via at least a common interface (external function) in each module. A step of recognizing in association with the program, and the recognition and the association fileDescription ofBased on the common interface included in each module.faceEach part object having (external function) is associated with each other on the memoryTree structureAccording to the step of expanding and the operator's operation, a common interface is set for each of the part objects.faceAnd a step of executing each part object developed on the memory via (external function). (Claims9)
[0035]
【Example】
  FIG. 1 is a diagram illustrating an example of a measuring device 1 that analyzes a measurement target sample S by a measuring unit having two measurement principles. In FIG. 1, reference numeral 2 denotes a measuring unit of the measuring device 1 in this example, and 3 denotes an arithmetic processing unit (hereinafter referred to as a personal computer) connected to the measuring unit 2 and performing arithmetic processing. 2a is a measurement unit that irradiates the measurement target sample S with X-rays and outputs a microscopic image thereof, and 2b is a particle size distribution measurement unit that irradiates the measurement target sample S with laser light and measures the scattered light. is there. That is, the measuring device 1 of this example includes measuring units 2a and 2b that measure the measurement target sample S according to different principles, and a personal computer 3.
[0036]
  In this example, the measurement unit 2a that captures an X-ray image and the measurement unit 2b that measures the particle size distribution are illustrated as an example, but the present invention is not limited to this, and any measurement principle can be used. Needless to say, it can be used. The measuring units 2a and 2b are not limited to measuring the same measurement target sample S.
[0037]
  Reference numeral 3m denotes a storage unit of the personal computer 3. The storage unit 3m stores a control program P for controlling the measurement units 2a and 2b and can be executed. The control program P includes a main program Pk (hereinafter referred to as a kernel), which will be described later, and a module group Pa to Pf formed by collecting a plurality of modules divided into functions.
[0038]
  Reference numeral 3d denotes a display unit of the personal computer 3. The display unit 3d displays measurement result data Da and Db calculated by the control program P in respective forms. In this example, as the measured value data Db measured by the measuring unit 2b, table data Dbt which is a list of numerical values and graph data Dbg shown as a graph are displayed.
[0039]
  FIG. 2 is a schematic diagram for conceptually explaining the outline of the control program P in the measuring instrument 1. Note that FIG. 2 illustrates the software configuration and operation, and thus the hardware configuration is not described. In other words, the hardware platform is not a problem for implementing the present invention, so this is omitted and the software platform is described in detail.
[0040]
  In FIG. 2, Pk is a kernel that forms the core of the control program P for the measuring device, Pa is a GUI for inputting operations from an operator, outputting measured values to the operator, and the like. A module group in which a plurality of modules including component objects such as graphic parts such as boxes and buttons for configuring a module are collected, and Pb includes a plurality of modules including component objects required for performing very basic operations. The collected module group has, for example, a file operation function independent of the type of measuring device and a function for outputting various data.
[0041]
  The framework 4 is configured by these components Pk, Pa, and Pb. That is, the framework 4 has module groups Pa and Pb that are a collection of a plurality of modules including part objects required for executing basic operations in the control of the kernel Pk and a general analyzer. Therefore, it can be used in common with other measuring instruments.
[0042]
  Pc and Pd are a group of modules including a plurality of modules including a specific part object for executing a specific process required to control the measuring units 2a and 2b by the control program of the present invention, Pe Is a module group consisting of a plurality of modules including calculation component objects that generate new measurement results by calculation processing for combining measurement value data obtained from the measurement units 2a and 2b, and Pf. It is another module group formed by collecting a plurality of modules including a part object that performs processing such as analysis by calculation. That is, the execution application of this example is composed of modules Pa to Pf group.
  In this example, a plurality of modules are grouped together for a certain function and expressed as a module group.The present inventionIs not limited to such a case. That is, the present invention can also be applied to a case where a plurality of modules exist independently without constituting a module group.
[0043]
  All the modules constituting the module group Pa, Pb... Have a common interface Ia, and each is directly connected to the kernel Pk by this common interface Ia. In addition, no interface for exchanging data between modules is prepared, and all modules are connected via the kernel Pk. As a result, the modules do not depend on each other.
[0044]
  6, 7... Indicate examples of modules constituting the module group Pa, Pb..., And each of the module objects 6, 7.1, O2... and O3, O4, O5, O6Contains ...
[0045]
  .. Have at least one association file 6a, 7a... Corresponding to each module 6, 7. .. Are not necessarily one for each of the modules 6, 7..., And a plurality of association files 6 a, 6 b.
[0046]
  Each module 6, 7... Has a part object O.1, O2 ... and O3, O4, O5, O6..., each object O1, O2Is formed with a common interface Ib with the kernel 1 and connected directly to the kernel Pk. At this time, each part object O1, O2... is associated with the kernel Pk, but there is no interdependence, so each part object O1, O2... can be attached and detached very easily.
[0047]
  In particular, the module 7 corresponding to the basic module Pb has an object O for realizing various data output functions independent of the type of measuring device.3, O4…have. These objects O3, O4As described later in detail, for example, table data, two-dimensional data, and three-dimensional data display functions are included regardless of the types of the measuring units 2a and 2b.
[0048]
  FIG. 3 shows that the kernel Pk is a component object O.1, O2... and O3, O4, O5, O6… And expand each part object O1, O2... and O3, O4, O5, O6It is a flowchart which shows the example of operation | movement when performing ....
  As shown in FIG. 3, the kernel Pk first accesses all files and searches for modules 6, 7,. (Step S1)
[0049]
  Then, the kernel Pk tries to access all the found modules using the common interface Ia, and the modules 6, 7... Having the interface Ia corresponding to the kernel Pk are associated with the kernel 1. Register (recognize) what to do. (Step S2) That is, at this time, the kernel 1 knows the number of modules 6, 7,.
[0050]
  Next, the kernel Pk searches for the association files 6a, 6b, 7a... Corresponding to the modules 6, 7,.
  Further, the kernel Pk reads the contents of the found association files 6a, 6b, 7a... And stores the contents in the memory. (Step S4)
[0051]
  The kernel Pk interprets the read association files 6a, 6b, 7a... And, for example, the object O in each module 6, 7.1, O2... and O3, O4, O5, O6Expand… in relation to each other. Then, the kernel Pk executes the expanded component object, generates a corresponding window on the screen, generates an operation switch, and the like. (Step S5)
[0052]
  In addition, the kernel Pk can change one object O depending on the instruction of the association files 6a, 6b, 7a.1, O2In some cases, the association is performed by using multiple times. The kernel Pk includes the number of modules, the contents of the association file, and each component object O.1, O2There is no need to know in advance what kind of processing will be performed depending on. That is, each module and each part object O1, O2Are not pre-associated, but also exist with the kernel Pk and they are not interdependent.
[0053]
  The kernel Pk executes the contents of all the stored association files 6a, 6b, 7a... And determines whether or not the component object has been expanded. (Step S6) If, for example, development based on the association file 7a... Remains, the process returns to step S5.
[0054]
  Object O based on all associated files1, O2Completes the development of…, object O1, O2When the association is finished, the kernel Pk finishes the expansion work. The kernel Pk then expands the object O in accordance with the operator's operation.1, O2Can be executed. (Step S7) That is, in step S7, the kernel 1 determines each component object O according to the operator's operation.1, O2By executing..., An operation desired by the operator can be performed.
[0055]
  FIG. 4 is a diagram showing an example of each association file 6a, 6b, 7a..., An example of a tree structure of component objects, and a window displayed on the screen. FIG. 4A shows the contents of the exemplified association file, and FIG. 4B shows the part object O based on the association file.1, O2... are shown in a tree structure associated with each other. FIG. 4C shows a window that the kernel 1 interprets this association file and generates on the screen.
[0056]
  Reference numeral 10 shown in FIG. 4A is a description (Dialog) for setting the type of a part object to be expanded corresponding to this association file. The description 10 is a part object of type Dialog from a part object called Widget. To expand. In addition to this window type setting, various settings such as a popup window and an MDI view can be made.
[0057]
  Reference numerals 14, 15, and 16 are descriptions (Edit), (PushBotton), and (PushBotton) for setting the type of the part object that is expanded corresponding to the association file.
  That is, the description 14 indicates that a component object of the type “Edit” is expanded from the component object “Widget”.
  The description 15 indicates that a part object of the type PushBotton is expanded from a part object of Widget.
  The description 16 indicates that a part object of the type PushBotton is expanded from the part object of Widget.
[0058]
  In the case of this example, the kernel Pk first expands the part object on the memory according to these descriptions in the association file FIG. 4A and associates them with a tree structure as shown in FIG. That is, the kernel Pk interprets the description 10 of the association file, expands it as Dailog10t as shown in FIG. 4B, and edits 14t, Pushbotton15t, Expand as Pushbotton16t, and associate Dailog10t, Edit14t, Pushbotton15t, Pushbotton16t as a tree structure according to the description of the association file (not shown in FIG. 4A) indicating the relationship (parent-child relationship) between these component objects. Yes.
[0059]
  Then, the kernel Pk executes those part objects associated and expanded as a tree structure, and generates a dialog box window 11 having an edit frame 17, push buttons 18, 19 and the like as shown in FIG. 4C. . Reference numeral 12 denotes an OK button that is pressed when the setting is completed, and reference numeral 13 denotes a cancel button that is pressed when the setting is stopped.
[0060]
  Although not shown in FIGS. 4A and 4B, these are expanded and displayed in the same procedure as described above. Reference numerals 15a and 16a are descriptions relating to the component objects Pushbotton and Pushbotton, and are descriptions for designating characters to be displayed on the push buttons 18 and 19, respectively. When the kernel Pk executes the component objects Pushbotton and Pushbotton and displays the push buttons 18 and 19, the characters 18a and 19a are displayed in the push buttons 18 and 19, respectively.
[0061]
  Reference numerals 20 and 21 are descriptions relating to the component objects Pushbotton and Pushbotton, respectively, which indicate the positions at which the push buttons 18 and 19 are displayed. The push buttons 18 and 19 are respectively displayed at designated positions in the dialog box 11. 19 is displayed. In this example, the push button 18 is set to be displayed at the 80 position in the vertical direction, and the push button 19 is set to be displayed at the 160 position in the vertical direction.
[0062]
  Furthermore, 22 and 23 are descriptions showing processing when the operator operates the push buttons 18 and 19, the description 22 is Open, and the description 23 is Close.
[0063]
  The descriptions of the association files 22 and 23 have descriptions 22a and 23a that are associated with other component objects as link destinations. That is, in this example, the descriptions 22a and 23a indicate the addresses of the linked part objects. When the operator designates the push buttons 18 and 19 using a pointing device such as a mouse, a window box is generated by executing the linked part object that the kernel Pk has already expanded in the tree structure. Display on the screen.
[0064]
  As described above in detail using a specific example, in this example, the association files 6a, 6b, 7a,... Are all described in a natural language and are in a form that can be easily read by humans. is described. The association files 6a, 6b, 7a... Are stored in the object P in the modules 6, 7.1, O2... is recognized and the recognized part object O1, O2Description for expanding and associating as a tree structure, parameter of the part object that is a description of the expanded part object, description showing the parent-child relationship between the expanded part objects, and other part objects expanded as link destinations It describes a non-Neumann type instruction such as a description to be associated (that is, an instruction for indicating the state of arrangement, link destination, etc., not an instruction for sequential execution).
[0065]
  FIG. 5 shows the object O1, O2.. Are examples of software components housed in modules 6, 7. Specifically, as shown in FIG.1, O2..., for object files Og of GUI parts such as menus, toolbars, buttons, dialogs, edit frames, object objects Od for display parts of 2D data, 3D data, and table data, and method file processing such as calculation processing of measured values There are a part object Of and a property display part object Op.
[0066]
  The objects Og, Od, Of, Op, etc. are all connected to the partial objects Og, Od, Of, Op, etc. directly by aligning the functions of the common interface Ib. Further, the component objects Og, Od, Of, Op, etc. do not have an interface for exchanging data between the component objects Og, Od, Of, Op, etc., and all are connected via the kernel Pk. Each is independent. Also, as in the example shown in FIG. 4, when some parts such as buttons are used, the object Og, which is a GUI part, may be used and expanded several times for association. In other words, the programmer does not need to create many similar objects.
[0067]
  Furthermore, the basic object Og such as the GUI component can be used in another program without any modification to the component object Og. This not only facilitates software development, but also makes it easier for the operator to unify the appearance and operability of the screen.
[0068]
  In other words, software programmers can be freed from programming of less important GUI parts, etc., and can concentrate on parts object programs that control operations unique to the measurement equipment such as measurement value calculation processing. High performance software can be provided.
[0069]
  Further, each object Og, Od, Of, Op has a function as a common interface Ib for directly accessing the kernel Pk, and access to other objects Og, Od, Of, Op. Since there is no need to consider it, even when the program is changed for the specification change or upgrade of the measuring instrument 1, the necessary part object in the folder 5 is changed, added or deleted. The program can be changed very easily by changing or adding a module or an associated file. In other words, when changing a program, it is possible to change only the necessary part without considering the dependency between parts objects, and link the changed part to another program or recompile. There is no need.
[0070]
  In addition, when an application created by another programmer is to be incorporated as a function in the program of the analyzer, it can be used as an object simply by performing programming for providing the common interface Ib. Note that by programming so as to have the common interface Ia, it is possible to add a plurality of component objects having the common interface Ib as modules that are grouped in arbitrary units such as related function units.
[0071]
  As described in detail using the above specific examples, in the measurement instrument control program P of the present invention, module groups Pc and Pd, each of which is a collection of a plurality of modules including specific part objects of the measurement units 2a and 2b, Therefore, these module groups Pc and Pd have their own component objects to perform control specific to each measurement unit 2a and 2b, and input measurement values. Calculation processing, display on a screen, and output to a file can be performed using component objects included in modules in Pa, Pb, Pe.
[0072]
  That is, even when one measurement target sample S is analyzed by different measurement units 2a and 2b as in the case of this example shown in FIG. It can be controlled, and the data measured by the two measuring units 2a and 2b can be output to the same display screen 3d or the like. It goes without saying that the output by the object Od may be performed not only by displaying on the display screen 3d but also by printing on a recording sheet.
[0073]
  Further, the calculation component object included in the module in the module group Pe calculates a new analysis result by calculating the measurement values obtained from the measurement units 2a and 2b in association with each other. More useful analysis results can be obtained by utilizing the measurement values obtained by the measurement units 2a and 2b in real time. For example, a plurality of analyzes can be performed for one change of the measurement parameter by calculating the measurement value from the two measurement units 2a and 2b together with the temperature value while changing the measurement parameter such as temperature. .
[0074]
  In addition, the measurement values of the measurement units 2a and 2b can complement each other as in the case where the measurement units 2a and 2b are a combination of a dynamic particle size distribution measurement device and a laser light scattering particle size distribution measurement device. In some cases, highly accurate measurement can be performed in the entire measurement range by the compensation calculation by the calculation component object included in the modules in the module group Pe. In addition, it cannot be overemphasized that this invention does not limit the method of calculation and the structure of the measurement parts 2a and 2b.
[0075]
  Rather, the present invention facilitates various combinations of various measuring units. That is, even if a measurement unit using another measurement principle is added to the combination of the above-described dynamic particle size distribution measurement device and the laser light scattering particle size distribution measurement device, the measurement added to the conventional control program A control program can be easily created and changed by simply adding a component object unique to the part.
[0076]
  In this case, the addition of the component object and the like can be performed in the same procedure as the program creation change described above. In addition, if such a unique part object has been programmed in the past, the control program can be rewritten by rewriting the association file without creating any other part object by diverting this past object. Can be created and modified. Therefore, even if various measurement units are combined in various variations, a control program can be created very easily.
[0077]
  FIG. 6 is a diagram showing an example of displaying data measured by a plurality of types of measuring units 2a and 2b on the same screen 3d. In FIG. 6, reference numeral 30 denotes a frame for displaying measured value data Da and Db, and a distribution graph measured with a particle size distribution meter, a screen observed with an electron microscope, and the like can be read in this portion. In the case of this example, Dbt is measured value data indicating the numerical values of the measurement results of the particle size distribution measuring apparatus 2 as a list, and Dbg is measured value data indicating the particle size distribution in a graph, while Da is It is measured value data which shows the electron microscope image which observed the same sample in another measuring part 2a.
[0078]
  The display of these measured value data Db and Da is various data (table data consisting of numerical values, two-dimensional consisting of graphs) included in the module in the module group Pb incorporated in advance regardless of the type of the measuring units 2a and 2b. This is performed by expanding a part object Od having a function of outputting data and three-dimensional data comprising images. Therefore, the display of the measured value data Db, Da on the display unit 3d can be performed without depending on the type of the measuring units 2a, 2b, and the measured value data Db, Da of both the measuring units 2a, 2b are displayed on the same display screen. This can be compared and examined.
[0079]
  G1 to G5 are icons formed by expanding the component objects Og constituting the GUI. By sharing these component objects in other control programs for measuring equipment, it becomes easy to use a unified logo, color, etc., and not only the operability is improved, but also a measuring apparatus having the same framework 4 An operator who has handled 1 can recognize that it can be controlled by a common operation by simply looking at the display screen 3d.
[0080]
  In the above-described example, the kernel Pk, the modules 6, 7..., The association files 6a, 6b, 7a... Are recorded in the computer memory and the hard disk from the beginning. May be recorded on an auxiliary recording medium such as a CD-ROM or a floppy disk. In this case, a recording medium on which the control program P for the measuring instrument of the present invention is recorded can be used as the control program for the existing measuring apparatus.
[0081]
  Moreover, although the example which divided | segmented the measuring apparatus 1 into the measurement part 2 and the personal computer 3 which performs arithmetic processing is shown in the example mentioned above, this invention limits that the measurement part is isolate | separated from the arithmetic processing part. is not. That is, the control device control program of the present invention may be executed by any form of computer such as a microcomputer built in the measurement device 1.
[0082]
【The invention's effect】
  As described above, according to the present invention, it is possible to control a plurality of types of measurement units with one application. In addition, by sharing the basic components of the software that constitutes the control program for measuring equipment with basic part objects, the basic part objects can be reused to control multiple measuring units, reducing development costs. It can be suppressed and the occurrence of bugs can be minimized. For the user, the basic operation is unified by the basic part object, so that it is easy to operate various measuring instruments.
[0083]
  In addition, since each unique part object is created corresponding to each measurement unit, a plurality of types of measurement units can be added to one application simply by adding each unique part object for controlling a plurality of measurement units. It is possible to operate with (control program for measuring instrument). Further, by controlling a plurality of measuring units by a control program for one measuring device, it becomes possible to operate a plurality of measuring units simultaneously, thereby improving operability. Furthermore, since the measurement value data from a plurality of measurement units is processed by one control program, it is possible to perform an arithmetic process combining each measurement value data and output an analysis result.
[0084]
  When the module has a calculation module including a calculation component object that generates a new measurement result by calculation processing for combining measurement value data obtained from a plurality of measurement units, measurement value data obtained from the plurality of measurement units It is possible to calculate a new meaningful analysis result with high added value very easily by effectively utilizing.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating the configuration of a measuring instrument according to the present invention.
FIG. 2 is a diagram illustrating the configuration and operation of a control program for the measuring instrument.
FIG. 3 is a flowchart for explaining the operation of the kernel 1 constituting the control device control program.
FIG. 4 is a diagram for explaining a relationship between an association file used by the control device control program and a screen display;
FIG. 5 is a diagram illustrating an example of an object used by a control program for the measuring device.
6 is a diagram showing an example of a display screen by a control program for a measuring instrument according to the present invention. FIG.
FIG. 7 is a diagram showing an example of a conventional measuring device.
[Explanation of symbols]
  DESCRIPTION OF SYMBOLS 1 ... Measuring apparatus, 2 (2a, 2b) ... Measuring part, 3 ... Computer, 3m ... Recording medium, 4 ... Framework, 6, 7, ... Module, 6a, 6b, 7a, ... Association file, Ia, Ib ... Common interface, O1, O2,... Parts object, P ... Control program, Pa, Pb ... Basic module, Pc, Pd, Pe, Pf ... Unique module, Pk ... Main program (kernel).

Claims (19)

機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する複数の部品オブジェクトと、
前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、
前記各部品オブジェクトおよび前記関連付けファイルとは独立したメインプログラムとを有し、
前記各部品オブジェクトは相互依存なく存在し、形成された共通インターフェイスによってメインプログラムに対して直接的に接続されるよう構成され、
動作する場合には、前記メインプログラムが、少なくとも、前記共通インターフェイスを有する各部品オブジェクトをメインプログラムに関連付けて認識するステップと、
かかる認識と前記関連付けファイルの記述に基づいて、前記各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、
作業者の操作に従って、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを測定機器の演算処理部に実行させる
ことを特徴とする測定機器の制御用プログラム。
A plurality of component objects having an operation program created for each function and describing specific operation instructions;
A description file for setting a type of a part object developed from the part object and an association file in which a description showing a parent-child relationship between the part objects for expanding the part object as a tree structure is described in a natural language ;
A main program independent of each of the component objects and the association file;
Each of the component objects exists without interdependence, and is configured to be directly connected to the main program through the formed common interface.
When operating, the main program at least recognizes each component object having the common interface in association with the main program;
Based on the recognition and the description of the association file , correlating the component objects with each other and expanding them in a tree structure on the memory;
A program for controlling a measuring instrument, which causes an arithmetic processing unit of the measuring instrument to execute a step of executing each of the component objects developed on the memory in accordance with an operation of an operator.
機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する各部品オブジェクトと、
前記部品オブジェクトを任意の単位毎に纏めたモジュールと、
前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、
前記各部品オブジェクト、モジュールおよび関連付けファイルとは独立したメインプログラムとを有し、
かつ、前記各部品オブジェクトが、相互依存なく存在し、前記メインプログラムと前記各部品オブジェクトとを媒介し、メインプログラムに対して直接的に接続されるための前記各部品オブジェクトに共通のインターフェイス(外部関数)を有する一方、
前記各モジュールが、相互依存なく存在し、前記メインプログラムと前記各モジュールとを媒介し、メインプログラムに対して直接的に接続されるための前記各モジュールに共通のインターフェイス(外部関数)を有し、
動作する場合には、前記メインプログラムが、少なくとも、前記各モジュールにおける共通のインターフェイス(外部関数)を介して前記各モジュールをメインプログラムに関連付けて認識するステップと、
かかる認識と前記関連付けファイルの記述に基づいて、前記各モジュールに含まれ、前記共通のインターフェイス(外部関数)を有する各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、
作業者の操作に従って、前記各部品オブジェクトに共通のインターフェイス(外部関数)を介して、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを測定機器の演算処理部に実行させる
ことを特徴とする測定機器の制御用プログラム。
Each part object having an operation program created for each function and describing specific operation instructions;
A module in which the component objects are grouped in arbitrary units;
A description file for setting a type of a part object developed from the part object and an association file in which a description showing a parent-child relationship between the part objects for expanding the part object as a tree structure is described in a natural language ;
A main program independent from each of the component objects, modules, and association files;
And, wherein each part object is present rather interdependent, the main program and the mediate and the part objects, common interfaces to each component object to be directly connected to the main program ( While having an external function)
Yes wherein each module, there no interdependence, the said main program to mediate and modules, a common interface to each module to be directly connected to the main program (external function) And
When operating, the main program recognizes each module in association with the main program through at least a common interface (external function) in each module;
Based on the description of such recognition and the association file, the steps of the included in each module, to expand the tree structure associates each component object having a common interface (external functions) to one another in memory,
According to the operation of the operator, through said common interface to each part object (external function) that is executed by the arithmetic processing unit of the measuring instrument and executing the respective part objects developed onto its memory A control program for measuring equipment.
前記部品オブジェクトが、各種測定機器の基本機能に関する動作指示を行なうものであって、各種測定機器に共通に利用できる共通の動作プログラムまたは、各種測定機器に固有の動作指示を行なう固有の動作プログラムである請求項1または2に記載の測定機器の制御用プログラム。  The component object is used to instruct operation related to basic functions of various measuring devices, and is a common operation program that can be commonly used for various measuring devices, or a specific operation program that instructs operation specific to various measuring devices. The program for controlling a measuring instrument according to claim 1 or 2. 前記部品オブジェクトにそれぞれ対応する測定部を制御可能とする複数の動作プログラムが含まれており、前記メインプログラムが、これらの部品オブジェクトを適宜実行することにより、複数種類の測定部を制御可能とする請求項1〜3の何れかに記載の測定機器の制御用プログラム。  A plurality of operation programs that can control the measurement units respectively corresponding to the component objects are included, and the main program can control a plurality of types of measurement units by appropriately executing these component objects. The program for control of the measuring instrument according to any one of claims 1 to 3. 前記部品オブジェクトに測定部からのデータを共通の読取形式で保存する動作プログラムが含まれており、前記メインプログラムが、これらの部品オブジェクトを適宜実行することにより、複数種類の測定部からのデータを処理可能とする請求項1〜4の何れかに記載の測定機器の制御用プログラム。  The part object includes an operation program for storing data from the measurement unit in a common reading format, and the main program appropriately executes these part objects to obtain data from a plurality of types of measurement units. The program for controlling a measuring instrument according to any one of claims 1 to 4, which is processable. 測定機器の測定部に固有の操作を行うために必要な処理を実行するための部品オブジェクトが追加されるとともに、
前記関連付けファイルに、この追加された部品オブジェクトの機能をメインプログラムが呼び出すための指示が追加されることにより、
測定部に適切な固有の操作を実現可能とすることを特徴とする請求項1に記載の測定機器の制御用プログラム。
A part object is added to execute processing necessary to perform operations specific to the measurement unit of the measuring instrument.
By adding an instruction for the main program to call the function of the added part object to the association file,
2. The measuring instrument control program according to claim 1, wherein an operation specific to the measuring unit can be realized.
測定機器の測定部に固有の操作を行うために必要な処理を実行するための部品オブジェクトを有するモジュールが追加されるとともに、
このモジュールにメインプログラムとのアクセスを可能とする共通インターフェイスが形成される一方、前記関連付けファイルに、この追加されたモジュールに含まれる部品オブジェクトの機能をメインプログラムが呼び出すための指示が追加されることにより、
測定部に適切な固有の操作を実現可能とすることを特徴とする請求項2に記載の測定機器の制御用プログラム。
A module having a part object for executing processing necessary for performing an operation specific to the measurement unit of the measurement device is added,
While common interface that allows access to the main program module is formed, in the association file, an instruction is added to the main program calls the function of the part object included in the added modules By
The program for controlling a measuring instrument according to claim 2, wherein an operation specific to the measuring unit can be realized.
機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する各部品オブジェクトと、
前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、
前記各部品オブジェクトおよび前記関連付けファイルとは独立したメインプログラムとを有し、
前記各部品オブジェクトは相互依存なく存在し、形成された共通インターフェイスによってメインプログラムに対して直接的に接続されるよう構成された制御用プログラムを記憶する記憶部を有するとともに、
動作する場合には、この制御用プログラムによって、少なくとも、前記共通インターフェイスを有する各部品オブジェクトをメインプログラムに関連付けて認識するステップと、かかる認識と前記関連付けファイルの記述に基づいて、前記各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、
作業者の操作に従って、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを実行する演算処理部を有する
ことを特徴とする測定機器。
Each part object having an operation program created for each function and describing specific operation instructions;
A description file for setting a type of a part object developed from the part object and an association file in which a description showing a parent-child relationship between the part objects for expanding the part object as a tree structure is described in a natural language ;
A main program independent of each of the component objects and the association file;
Each of the component objects exists without interdependence, and has a storage unit that stores a control program configured to be directly connected to the main program through the formed common interface.
When operating, the control program recognizes each component object having at least the common interface in association with the main program, and identifies each component object based on the recognition and the description of the association file. Expanding them into a tree structure in memory in association with each other;
A measuring instrument comprising: an arithmetic processing unit that executes a step of executing each of the component objects developed on the memory in accordance with an operation of an operator.
機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する各部品オブジェクトと、
前記部品オブジェクトを任意の単位毎に纏めたモジュールと、
前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、
前記各部品オブジェクト、モジュールおよび関連付けファイルとは独立したメインプログラムとを有し、
かつ、前記各部品オブジェクトが、相互依存なく存在し、前記メインプログラムと前記各部品オブジェクトとを媒介し、メインプログラムに対して直接的に接続されるための前記各部品オブジェクトに共通のインターフェイス(外部関数)を有する一方、
前記各モジュールが、相互依存なく存在し、前記メインプログラムと前記各モジュールとを媒介し、メインプログラムに対して直接的に接続されるための前記各モジュールに共通のインターフェイス(外部関数)を有する制御用プログラムを記憶する記憶部を有するとともに、
動作する場合には、この制御用プログラムによって、少なくとも、前記各モジュールにおける共通のインターフェイス(外部関数)を介して各モジュールをメインプログラムに関連付けて認識するステップと、
かかる認識と前記関連付けファイルの記述に基づいて、前記各モジュールに含まれ、前記共通のインターフェイス(外部関数)を有する各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、
作業者の操作に従って、前記各部品オブジェクトに共通のインターフェイス(外部関数)を介して、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを実行する演算処理部を有する
ことを特徴とする測定機器。
Each part object having an operation program created for each function and describing specific operation instructions;
A module in which the component objects are grouped in arbitrary units;
A description file for setting a type of a part object developed from the part object and an association file in which a description showing a parent-child relationship between the part objects for expanding the part object as a tree structure is described in a natural language ;
A main program independent from each of the component objects, modules, and association files;
And, wherein each part object is present rather interdependent, the main program and the mediate and the part objects, common interfaces to each component object to be directly connected to the main program ( While having an external function)
Wherein each module is present without interdependent, mediate and each module and the main program, with a common interface (external function) in each module for being directly connected to the main program A storage unit for storing a control program;
When operating, the control program recognizes each module in association with the main program through at least a common interface (external function) in each module;
Based on the description of such recognition and the association file, the steps of the included in each module, to expand the tree structure associates each component object having a common interface (external functions) to one another in memory,
According to the operation of the operator, through said common interface to each part object (external functions), and characterized in that it has a processing unit for executing the step of executing the respective part objects developed onto its memory Measuring equipment to do.
前記部品オブジェクトが、各種測定機器の基本機能に関する動作指示を行なうものであって、各種測定機器に共通に利用できる共通の動作プログラムまたは、各種測定機器に固有の動作指示を行なう固有の動作プログラムである請求項8または9に記載の測定機器。The component object is an operation instruction related to the basic functions of various measurement devices, and is a common operation program that can be commonly used for various measurement devices, or a unique operation program that performs operation instructions specific to various measurement devices. The measuring instrument according to claim 8 or 9 . 前記部品オブジェクトにそれぞれ対応する測定部を制御可能とする複数の動作プログラムが含まれており、前記メインプログラムが、これらの部品オブジェクトを適宜実行することにより、複数種類の測定部を制御可能とする請求項8〜10の何れかに記載の測定機器。A plurality of operation programs that can control the measurement units respectively corresponding to the component objects are included, and the main program can control a plurality of types of measurement units by appropriately executing these component objects. The measuring instrument according to any one of claims 8 to 10 . 前記部品オブジェクトに測定部からのデータを共通の読取形式で保存する動作プログラムが含まれており、前記メインプログラムが、これらの部品オブジェクトを適宜実行することにより、複数種類の測定部からのデータを処理可能とする請求項8〜11の何れかに記載の測定機器。The part object includes an operation program for storing data from the measurement unit in a common reading format, and the main program appropriately executes these part objects to obtain data from a plurality of types of measurement units. The measuring instrument according to claim 8 , which can be processed. 機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する各部品オブジェクトと、
前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、
前記各部品オブジェクトおよび前記関連付けファイルとは独立したメインプログラムとを有し、
前記各部品オブジェクトは相互依存なく存在し、形成された共通インターフェイスによってメインプログラムに対して直接的に接続されるよう構成され、
動作する場合には、前記メインプログラムが、少なくとも、前記共通インターフェイスを有する各部品オブジェクトをメインプログラムに関連付けて認識するステップと、
かかる認識と前記関連付けファイルの記述に基づいて、前記各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、
作業者の操作に従って、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを測定機器の演算処理部に実行させる
ことを特徴とする測定機器の制御用プログラムを記憶したコンピュータ読取可能な記憶媒体。
Each part object having an operation program created for each function and describing specific operation instructions;
A description file for setting a type of a part object developed from the part object and an association file in which a description showing a parent-child relationship between the part objects for expanding the part object as a tree structure is described in a natural language ;
A main program independent of each of the component objects and the association file;
Each of the component objects exists without interdependence, and is configured to be directly connected to the main program through the formed common interface.
When operating, the main program at least recognizes each component object having the common interface in association with the main program;
Based on the recognition and the description of the association file , correlating the component objects with each other and expanding them in a tree structure on the memory;
A computer-readable storage storing a control device control program for a measuring device, wherein the processing unit of the measuring device executes a step of executing each of the component objects developed on the memory in accordance with an operation of an operator. Medium.
機能毎に作成され、かつ具体的動作指示が記述された動作プログラムを有する各部品オブジェクトと、
前記部品オブジェクトを任意の単位毎に纏めたモジュールと、
前記部品オブジェクトから展開される部品オブジェクトのタイプを設定する記述及び部品オブジェクトをツリー構造として展開するための各部品オブジェクト相互の親子関係を示す記述を自然言語で記述した関連付けファイルと、
前記各部品オブジェクト、モジュールおよび関連付けファイルとは独立したメインプログラムとを有し、
かつ、前記各部品オブジェクトが、相互依存なく存在し、前記メインプログラムと前記各部品オブジェクトとを媒介し、メインプログラムに対して直接的に接続されるための前記各部品オブジェクトに共通のインターフェイス(外部関数)を有する一方、
前記各モジュールが、相互依存なく存在し、前記メインプログラムと前記各モジュールとを媒介し、メインプログラムに対して直接的に接続されるための前記各モジュールに共通のインターフェイス(外部関数)を有し、
動作する場合には、前記メインプログラムが、少なくとも、前記各モジュールにおける共通のインターフェイス(外部関数)を介して前記各モジュールをメインプログラムに関連付けて認識するステップと、
かかる認識と前記関連付けファイルの記述に基づいて、前記各モジュールに含まれ、前記共通のインターフェイス(外部関数)を有する各部品オブジェクトを相互に関連付けてメモリ上にツリー構造に展開するステップと、
作業者の操作に従って、前記各部品オブジェクトに共通のインターフェイス(外部関数)を介して、そのメモリ上に展開した前記各部品オブジェクトを実行するステップとを測定機器の演算処理部に実行させる
ことを特徴とする測定機器の制御用プログラムを記憶したコンピュータ読取可能な記憶媒体。
Each part object having an operation program created for each function and describing specific operation instructions;
A module in which the component objects are grouped in arbitrary units;
A description file for setting a type of a part object developed from the part object and an association file in which a description showing a parent-child relationship between the part objects for expanding the part object as a tree structure is described in a natural language ;
A main program independent from each of the component objects, modules, and association files;
And, wherein each part object is present rather interdependent, the main program and the mediate and the part objects, common interfaces to each component object to be directly connected to the main program ( While having an external function)
Yes wherein each module, there no interdependence, the said main program to mediate and modules, a common interface to each module to be directly connected to the main program (external function) And
When operating, the main program recognizes each module in association with the main program through at least a common interface (external function) in each module;
Based on the description of such recognition and the association file, the steps of the included in each module, to expand the tree structure associates each component object having a common interface (external functions) to one another in memory,
According to the operation of the operator, through said common interface to each part object (external function) that is executed by the arithmetic processing unit of the measuring instrument and executing the respective part objects developed onto its memory A computer-readable storage medium storing a control program for measuring equipment.
前記部品オブジェクトが、各種測定機器の基本機能に関する動作指示を行なうものであって、各種測定機器に共通に利用できる共通の動作プログラムまたは、各種測定機器に固有の動作指示を行なう固有の動作プログラムである請求項13または14に記載の測定機器の制御用プログラムを記憶したコンピュータ読取可能な記憶媒体。The component object is an operation instruction related to the basic functions of various measurement devices, and is a common operation program that can be commonly used for various measurement devices, or a unique operation program that performs operation instructions specific to various measurement devices. 15. A computer-readable storage medium storing a measurement instrument control program according to claim 13 or 14 . 前記部品オブジェクトにそれぞれ対応する測定部を制御可能とする複数の動作プログラムが含まれており、前記メインプログラムが、これらの部品オブジェクトを適宜実行することにより、複数種類の測定部を制御可能とする請求項13〜15の何れかに記載の測定機器の制御用プログラムを記憶したコンピュータ読取可能な記憶媒体。A plurality of operation programs that can control the measurement units respectively corresponding to the component objects are included, and the main program can control a plurality of types of measurement units by appropriately executing these component objects. A computer-readable storage medium storing the control device control program according to any one of claims 13 to 15 . 前記部品オブジェクトに測定部からのデータを共通の読取形式で保存する動作プログラムが含まれており、前記メインプログラムが、これらの部品オブジェクトを適宜実行することにより、複数種類の測定部からのデータを処理可能とする請求項13〜16の何れかに記載の測定機器の制御用プログラムを記憶したコンピュータ読取可能な記憶媒体。The part object includes an operation program for storing data from the measurement unit in a common reading format, and the main program appropriately executes these part objects to obtain data from a plurality of types of measurement units. The computer-readable storage medium which memorize | stored the program for control of the measuring device in any one of Claims 13-16 which can be processed. 測定機器の測定部に固有の操作を行うために必要な処理を実行するための部品オブジェクトが追加されるとともに、
前記関連付けファイルに、この追加された部品オブジェクトの機能をメインプログラムが呼び出すための指示が追加されることにより、
測定部に適切な固有の操作を実現可能とすることを特徴とする測定機器の制御用プログラムを記憶した請求項13に記載のコンピュータ読取可能な記憶媒体。
A part object is added to execute processing necessary to perform operations specific to the measurement unit of the measuring instrument.
By adding an instruction for the main program to call the function of the added part object to the association file,
The computer-readable storage medium according to claim 13 , which stores a control device control program for measuring equipment, which makes it possible to realize an appropriate operation suitable for the measurement unit.
測定機器の測定部に固有の操作を行うために必要な処理を実行するための部品オブジェクトを有するモジュールが追加されるとともに、
このモジュールにメインプログラムとのアクセスを可能とする共通インターフェイスが形成される一方、前記関連付けファイルに、この追加されたモジュールに含まれる部品オブジェクトの機能をメインプログラムが呼び出すための指示が追加されることにより、
測定部に適切な固有の操作を実現可能とすることを特徴とする測定機器の制御用プログラムを記憶した請求項14に記載のコンピュータ読取可能な記憶媒体。
A module having a part object for executing processing necessary for performing an operation specific to the measurement unit of the measurement device is added,
While common interface that allows access to the main program module is formed, in the association file, an instruction is added to the main program calls the function of the part object included in the added modules By
The computer-readable storage medium according to claim 14 , wherein a program for controlling a measuring device is stored, which enables a proper operation to be performed in the measuring unit.
JP2001353352A 2001-11-19 2001-11-19 Measuring instrument control program, measuring instrument, and computer-readable storage medium storing measuring instrument control program Expired - Fee Related JP3971915B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001353352A JP3971915B2 (en) 2001-11-19 2001-11-19 Measuring instrument control program, measuring instrument, and computer-readable storage medium storing measuring instrument control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001353352A JP3971915B2 (en) 2001-11-19 2001-11-19 Measuring instrument control program, measuring instrument, and computer-readable storage medium storing measuring instrument control program

Publications (2)

Publication Number Publication Date
JP2003150215A JP2003150215A (en) 2003-05-23
JP3971915B2 true JP3971915B2 (en) 2007-09-05

Family

ID=19165377

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001353352A Expired - Fee Related JP3971915B2 (en) 2001-11-19 2001-11-19 Measuring instrument control program, measuring instrument, and computer-readable storage medium storing measuring instrument control program

Country Status (1)

Country Link
JP (1) JP3971915B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4588390B2 (en) * 2004-08-31 2010-12-01 株式会社堀場製作所 Particle size distribution measuring device
JP4649227B2 (en) * 2005-02-16 2011-03-09 日本電子株式会社 NMR equipment
US20080320408A1 (en) * 2007-06-21 2008-12-25 Dziezanowski Joseph J Devices, Systems, and Methods Regarding Machine Vision User Interfaces
JP5479672B2 (en) * 2007-09-27 2014-04-23 シスメックス株式会社 Blood or urine analyzer and data processor

Also Published As

Publication number Publication date
JP2003150215A (en) 2003-05-23

Similar Documents

Publication Publication Date Title
EP3338179B1 (en) Graphical representation of data in a program code editor
US7421683B2 (en) Method for the use of information in an auxiliary data system in relation to automated testing of graphical user interface based applications
JP5991695B2 (en) Method for detecting an effect caused by changing a source code of an application from which a document object model tree and a cascading style sheet can be retrieved, and a computer for detecting the effect and the computer ·program
NL2010546C2 (en) Method and apparatus for automatically generating a test script for a graphical user interface.
US6177942B1 (en) Part development system
North et al. Applications of graph visualization
US20120110560A1 (en) Data type provider for a web semantic store
KR20230127351A (en) Vision software development system, method, apparatus and computer storage medium
US20070006157A1 (en) Software development tool program
US20120110548A1 (en) Data type provider for an operating system instrumentation store
US20090113369A1 (en) Registry for electronic design automation of integrated circuits
JP3971915B2 (en) Measuring instrument control program, measuring instrument, and computer-readable storage medium storing measuring instrument control program
JP6141561B2 (en) Object adjustment tool and object adjustment program
WO2001082073A1 (en) Improvements relating to computer systems
JP4613770B2 (en) Standard operation procedure creation support software for analytical instruments
JP7352152B2 (en) Information processing systems, programmable displays, and information processing equipment
JP3967885B2 (en) Image processing device
JP6331307B2 (en) Information processing apparatus, information processing apparatus control method, and program
JP5091520B2 (en) Hybrid model simulation device
JP2007328569A (en) Input support program, control having the program mounted thereon, and data processor
JP4501046B2 (en) Monitoring system
JP2004078375A (en) Information processing apparatus, business form processing method, computer-readable storage medium, and program
Posch et al. Design and implementation of the Alida framework to ease the development of image analysis algorithms
JPH1195991A (en) Customize method for screen processing program and recording medium therefor
JPH11203031A (en) Data input device and its control method and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040401

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060530

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060613

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060913

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061212

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070312

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070605

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070611

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20130615

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20130615

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20130615

Year of fee payment: 6

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees