JP2000242594A - Information transmission system for terminal device - Google Patents

Information transmission system for terminal device

Info

Publication number
JP2000242594A
JP2000242594A JP11045928A JP4592899A JP2000242594A JP 2000242594 A JP2000242594 A JP 2000242594A JP 11045928 A JP11045928 A JP 11045928A JP 4592899 A JP4592899 A JP 4592899A JP 2000242594 A JP2000242594 A JP 2000242594A
Authority
JP
Japan
Prior art keywords
processing
application
management module
information
event information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP11045928A
Other languages
Japanese (ja)
Inventor
Toshiyuki Yoshida
敏之 吉田
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.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP11045928A priority Critical patent/JP2000242594A/en
Publication of JP2000242594A publication Critical patent/JP2000242594A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To easily produce an application and also to easily change the application when the number of devices is increased or decreased. SOLUTION: The requested application to be processed that is read out of a magnetic disk device 4 and stored in a main storage 3 is called out and started by a CPU 2. Then the started application notifies a management module having a prescribed table of a processing request and the processing contents information. The management module writes the processing contents into a table and then asks the first device 5-1 to perform its processing according to the processing contents information. Receiving the notification showing the end of the processing, the management module asks the next device 5-2 to perform its processing according to the processing contents information, and the management module repeats the said operation.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、上位装置と、この
上位装置に接続された複数の処理機器からなる端末装置
の情報伝達システムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an information transmission system for a terminal device comprising a host device and a plurality of processing devices connected to the host device.

【0002】[0002]

【従来の技術】従来の端末装置として、中央処理装置と
記憶装置等から成る上位装置にタッチパネル式のデスプ
レイや、プリンタ、及びカードリーダ等の複数の処理機
器(以下、デバイスという)を接続して、上位装置から
デバイスに処理依頼情報を通知してデバイスを動作させ
たり、あるいはデバイスから各種のイベント情報を上位
装置に通知することにより、種々の処理を実行するもの
がある。
2. Description of the Related Art As a conventional terminal device, a plurality of processing devices (hereinafter, referred to as devices) such as a touch panel display, a printer, and a card reader are connected to a host device including a central processing unit and a storage device. Some devices execute processing by notifying the device of processing request information from the host device to operate the device, or notifying the host device of various event information from the device.

【0003】このような端末装置においては、処理する
内容に応じたアプリケーションが上位装置側に用意さ
れ、このアプリケーションに基づいて各デバイスへの処
理依頼情報の伝達や、各デバイスからのイベント情報の
伝達が行われる。図10は上位装置のアプリケーション
に基づいてデバイスに順次処理依頼して動作させる場合
のソフトウエアの構成図である。
In such a terminal device, an application corresponding to the content to be processed is prepared in a host device, and based on the application, transmission of processing request information to each device and transmission of event information from each device are performed. Is performed. FIG. 10 is a configuration diagram of software in the case of sequentially requesting a device to perform processing based on an application of a higher-level device and operating the device.

【0004】この場合、アプリケーションはまず1番目
のデバイスに処理依頼と処理内容の情報を通知し、これ
によりこのデバイスを動作させる。そしてデバイスの動
作が終了し、その終了通知が1番目のデバイスからアプ
リケーションに送られると、アプリケーションは次のデ
バイスに処理依頼と処理内容の情報を通知し、これによ
りこのデバイスを動作させる。
In this case, the application first notifies the first device of the processing request and the information of the processing contents, and thereby operates this device. When the operation of the device is completed and the end notification is sent from the first device to the application, the application notifies the next device of the processing request and the information of the processing content, thereby operating this device.

【0005】このような手順により複数のデバイスの処
理依頼と処理内容の情報を通知して動作させる。図11
は上位装置のアプリケーションに基づいて予め決められ
たデバイスからのイベント情報を受け取る場合のソフト
ウエアの概念を示す図である。この場合、プリケーショ
ンがn番目まであるデバイスのうちの、例えば1番目か
ら3番目までのデバイスから所定のイベント情報を受け
取るものとすると、プリケーションは1番目から3番目
までのデバイスのいずれかからイベント情報を受け取る
毎に、他のすべてのデバイスからすでのイベント情報を
受けているか否かを判断し、すべてのデバイスからイベ
ント情報を受けていないと判断した場合は次の情報を待
ち、すべてのデバイスからイベント情報を受け取ったと
判断した場合は、この受け取り処理を終了する。
[0005] According to such a procedure, a plurality of devices are notified of processing requests and information of processing contents, and are operated. FIG.
FIG. 3 is a diagram illustrating a software concept when receiving event information from a device determined in advance based on an application of a higher-level device. In this case, assuming that the application receives predetermined event information from, for example, the first to third devices among the n-th device, the application is transmitted from any of the first to third devices. Each time event information is received, it is determined whether or not event information has been received from all other devices.If it is determined that event information has not been received from all devices, the next information is waited for. If it is determined that the event information has been received from the device, the receiving process ends.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、上述し
た従来の技術では以下の問題がある。すなわち、図10
で説明した処理依頼においては、動作させるデバイス毎
にその処理内容をアプリケーションに書き込む必要があ
り、そのためアプリケーションの作成に手間がかかると
いう問題がある。
However, the above-mentioned prior art has the following problems. That is, FIG.
In the processing request described in (1), it is necessary to write the processing contents into the application for each device to be operated, and therefore, there is a problem that it takes time to create the application.

【0007】また、図11による情報の受け取りにおい
ては、各デバイスから情報を受け取る毎にアプリケーシ
ョンは、他のすべてのデバイスから情報を受け取ってい
るか否かを調べる必要があり、そのためにはデータの参
照を繰り返し行うプロセスをアプリケーションに持たせ
る必要があるため、アプリケーションの作成が面倒にな
るという問題がある。
[0007] Further, in receiving information according to FIG. 11, every time information is received from each device, it is necessary for the application to check whether or not information has been received from all the other devices. It is necessary to provide the application with a process of repeatedly performing the above, so that there is a problem that the creation of the application is troublesome.

【0008】更に、図10及び図11の場合とも機能変
更等によってデバイスを増減させると、それに伴う大幅
なアプリケーションの修正が必要となり、特にデバイス
を増加させる場合は、アプリケーション全体の変更が必
要となって作業が容易でなくなるという問題を有してい
る。従って、本発明は、これらの問題を解決することが
できる端末装置の情報伝達システムを提供することを課
題とする。
In addition, in both the cases of FIGS. 10 and 11, if the number of devices is increased or decreased due to a change in function or the like, it is necessary to significantly modify the application. In particular, if the number of devices is increased, the entire application must be changed. Work becomes difficult. Therefore, an object of the present invention is to provide a terminal device information transmission system that can solve these problems.

【0009】[0009]

【課題を解決するための手段】そのため、本発明は、上
位装置とこの上位装置に接続された複数の処理機器から
成り、上位装置側に用意されたアプリケーションからの
通知に基づいて複数の処理機器を動作させる端末装置の
情報伝達システムにおいて、前記アプリケーションと複
数の処理機器の間にテーブルを有する管理モジュールを
介在させ、処理機器への処理依頼と処理内容情報を前記
アプリケーションから前記管理モジュールに通知する
と、管理モジュールは処理内容情報をテーブルに書き込
み、この処理内容情報に基づいて前記複数の処理機器に
順次処理を依頼することを特徴とする。
Therefore, the present invention comprises a host device and a plurality of processing devices connected to the host device, and a plurality of processing devices based on a notification from an application prepared in the host device. In the information transmission system of a terminal device that operates, a management module having a table is interposed between the application and a plurality of processing devices, and a processing request to a processing device and processing content information are notified from the application to the management module. The management module writes processing content information in a table, and sequentially requests the plurality of processing devices to perform processing based on the processing content information.

【0010】[0010]

【発明の実施の形態】以下に図面を参照して本発明によ
る情報処理システムの実施の形態について説明する。図
1は実施の形態を示す機能ブロック図である。図におい
て1は上位装置で、中央処理装置(CPU)2と主記憶
装置3及び磁気ディスク装置4等により構成されてい
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of an information processing system according to the present invention will be described below with reference to the drawings. FIG. 1 is a functional block diagram showing an embodiment. Referring to FIG. 1, reference numeral 1 denotes a host device, which comprises a central processing unit (CPU) 2, a main storage device 3, a magnetic disk device 4, and the like.

【0011】5-1〜5-nはデバイス(処理機器)で、各
デバイス5-1〜5-nは後述するアプリケーションの処理
依頼に基づいて種々の処理を実行したり、アプリケーシ
ョンに対する各種の情報の通知を行うものであり、主記
憶装置3及び磁気ディスク装置4と共にバス6により中
央処理装置2に接続されている。これらのデバイス5-1
〜5-nは限定されないが、一般的なものとしては、例え
ばタッチパネル式のディスプレイ、カードリーダライ
タ、プリンタ、及びスキャナー、各種のセンサー等があ
る。
Reference numerals 5-1 to 5-n denote devices (processing devices). Each of the devices 5-1 to 5-n executes various processing based on a processing request of an application to be described later, and various information for the application. Is connected to the central processing unit 2 via the bus 6 together with the main storage device 3 and the magnetic disk device 4. These devices 5-1
Although 5-n is not limited, typical ones include, for example, a touch-panel display, a card reader / writer, a printer, a scanner, and various sensors.

【0012】一方、主記憶装置3はRAM等のメモリー
であり、必要に応じてデータやプログラムを格納するも
ので、更に、磁気ディスク装置4は各種のデータや各種
のプログラムを格納する外部記憶手段であって、後述す
るアプリケーションで用いられるテーブル等も格納する
ものである更に、中央処理装置2は磁気ディスク装置4
に格納されているアプリケーションを呼び出して主記憶
装置3に記憶させ、この主記憶装置3に記憶させたアプ
リケーションに基づいて各デバイス5-1〜5-nを制御す
るものである。
On the other hand, the main storage device 3 is a memory such as a RAM, and stores data and programs as required. The magnetic disk device 4 is an external storage means for storing various data and various programs. The central processing unit 2 also stores a table and the like used by an application to be described later.
Is stored in the main storage device 3 and the devices 5-1 to 5-n are controlled based on the application stored in the main storage device 3.

【0013】図2は図1に示したシステム上で稼動する
処理依頼のためのソフトウエアの構成図で、この図に示
したように本ソフトウェアではアプリケーションと複数
のデバイス5-1〜5-nとの間に管理モジュール7を介在
させている。ここで管理モジュール7はアプリケーショ
ンからの処理依頼通知と処理内容の情報に応じてデバイ
ス5-1〜5-nに伝達するもので、この管理モジュール7
の存在によりアプリケーションはデバイス5-1〜5-nを
個々に認識することなく一括してこれらのデバイス5-1
〜5-nに対する処理内容の情報を出すことを可能にして
いる。
FIG. 2 is a block diagram of software for processing requests operating on the system shown in FIG. 1. As shown in FIG. 2, the software uses an application and a plurality of devices 5-1 to 5-n. And the management module 7 is interposed between them. Here, the management module 7 transmits to the devices 5-1 to 5-n according to the processing request notification from the application and the information of the processing content.
, The application collectively recognizes the devices 5-1 to 5-n without individually recognizing the devices 5-1 to 5-n.
It is possible to output information on the processing contents for .about.5-n.

【0014】つまり、管理モジュール7はアプリケーシ
ョンにデバイス5-1〜5-nがあたかも1つであるように
見せかける役割を担っている。次に上述した実施の形態
の作用について説明する。図3はアプリケーションから
の処理依頼によりデバイスを動作させる場合の処理手順
を示すフローチャートで、この図3のSで示したステッ
プに従って図1,図2を参照して説明する。
That is, the management module 7 has a role to make the application seem to be one device 5-1 to 5-n. Next, the operation of the above-described embodiment will be described. FIG. 3 is a flowchart showing a processing procedure when a device is operated in response to a processing request from an application, and will be described with reference to FIGS. 1 and 2 in accordance with the steps indicated by S in FIG.

【0015】まず、上位装置1において中央処理装置2
により磁気ディスク装置4から主記憶装置3に読み込ま
れた処理依頼のアプリケーションが呼び出されて起動
し、起動したアプリケーションは所定のテーブルを持つ
管理モジュール7に対して処理依頼を処理内容情報と共
に通知する(S1)。この処理内容情報はデバイス名と
処理識別子から成り、管理モジュール7は処理内容情報
を受けるとこれをテーブルに書き込む。
First, in the host device 1, the central processing unit 2
As a result, the application of the processing request read from the magnetic disk device 4 into the main storage device 3 is called and activated, and the activated application notifies the management module 7 having a predetermined table of the processing request together with the processing content information ( S1). This processing content information includes a device name and a processing identifier. When the management module 7 receives the processing content information, it writes this in a table.

【0016】図4はこのときのテーブルの内容を示す図
で、インデックス毎に分けられた領域にデバイス名と処
理識別子が書き込まれている。ここで、デバイス名はデ
バイスを示す文字列である。また、、処理識別子はその
デバイスが行う動作をコードして表したもので、例えば
「1」はデバイス5-1のドライバに対して初期設定の準
備を依頼し、「2」はデバイス5-2がカードリーダやス
キャナーの場合、カードや原稿からのデータの読み取り
を依頼するものである。
FIG. 4 is a diagram showing the contents of the table at this time, in which device names and process identifiers are written in areas divided for each index. Here, the device name is a character string indicating the device. The process identifier is a code representing the operation performed by the device. For example, “1” requests the driver of the device 5-1 to prepare for initial settings, and “2” indicates the device 5-2. Is a card reader or scanner, it requests reading of data from a card or a document.

【0017】このテーブルの内容から管理モジュール7
はデバイス数とデバイス名を識別する(S2)。この識
別結果に基づいて管理モジュール7は1番目のインデッ
クスに対応するデバイス5-1に処理識別子に基づく処理
を依頼して動作させる(S3)。そして、デバイス5-1
から管理モジュール7に処理動作終了が通知されると、
管理モジュール7は2番目のインデックスに対応するデ
バイス5-2に処理識別子に基づく処理を依頼して動作さ
せる(S4)。
From the contents of this table, the management module 7
Identifies the number of devices and the device name (S2). On the basis of the identification result, the management module 7 requests the device 5-1 corresponding to the first index to perform a process based on the process identifier (S3). And device 5-1
Is notified to the management module 7 of the end of the processing operation,
The management module 7 requests the device 5-2 corresponding to the second index to execute a process based on the process identifier (S4).

【0018】以下同様にテーブルの内容に基づいて他の
デバイスを動作させる。尚、この一連の処理において動
作を行うデバイスの数や順序は限定されるものではな
く、予め作成されたアプリケーションの内容により決め
られるもので、同一のデバイスを2度以上動作させるこ
とも任意である。以上のように情報伝達を実行すること
で、2つ以上のデバイスに対してアプリケーションは1
つのデバイスを扱うように処理することが可能になる。
In the same manner, other devices are operated based on the contents of the table. Note that the number and order of devices that operate in this series of processing are not limited, and are determined by the contents of an application created in advance, and it is optional to operate the same device twice or more. . By executing the information transmission as described above, the application can be used for one or more devices.
It can be processed to handle two devices.

【0019】つまり、2つ以上のデバイスに対して処理
依頼とその処理内容の情報を通知する場合、アプリケー
ションは管理モジュールに処理内容情報を一括して通知
すればよく、その後の各デバイスへの処理依頼は管理モ
ジュールに分担させることができる。そのため、動作さ
せるデバイス毎にその処理内容をアプリケーションに書
き込む必要がなく、これによりアプリケーションの作成
が容易になると共に、機能変更等によりデバイスを増減
させる場合でも、アプリケーションの修正は最小限にと
どめることができ、デバイスを増加させる場合において
もアプリケーションの変更が容易になる。
In other words, when notifying a processing request and information of the processing content to two or more devices, the application may notify the management module of the processing content information in a lump, and then the processing to each device may be performed. The request can be shared by the management module. Therefore, it is not necessary to write the processing contents to the application for each device to be operated, which makes it easy to create the application and minimizes the modification of the application even when the number of devices is increased or decreased due to a function change or the like. The application can be easily changed even when the number of devices is increased.

【0020】図5はイベント情報受け取りのためのソフ
トウエアの構成図で、この場合の管理モジュール7はア
プリケーションからの通知に基づいて複数のデバイスか
らイベント情報を受け取り、その後アプリケーションに
伝達するものとなっている。つまり、この場合も管理モ
ジュール7はアプリケーションに複数のデバイスが1つ
であるように見せかける役割を担っている。
FIG. 5 is a block diagram of software for receiving event information. In this case, the management module 7 receives event information from a plurality of devices based on a notification from the application, and thereafter transmits the event information to the application. ing. That is, also in this case, the management module 7 has a role of making the application appear to have a plurality of devices.

【0021】図6は複数のデバイスから非同期で通知さ
れるイベント情報を受け取る場合の処理手順を示すフロ
ーチャートで、この図6のSで示したステップに従って
図1,図2を参照して説明する。まず、上位装置1にお
いて中央処理装置2により磁気ディスク装置4から主記
憶装置3に読み込まれたイベント情報受け取りのアプリ
ケーションが主記憶装置3から呼び出されて起動し、起
動したアプリケーションは管理モジュール7に対してイ
ベント情報受け取り内容の情報を通知する。
FIG. 6 is a flowchart showing a processing procedure when event information notified asynchronously from a plurality of devices is received. The processing procedure will be described with reference to FIGS. 1 and 2 in accordance with the steps indicated by S in FIG. First, in the higher-level device 1, an application for receiving event information read from the magnetic disk device 4 to the main storage device 3 by the central processing unit 2 is called from the main storage device 3 and activated. To notify the information of the event information reception contents.

【0022】この情報はデバイス名とイベントの種別か
ら成り、管理モジュール7はこの情報を受けるとこれを
テーブルに書き込んで登録する(S1)。図7はこのと
きのテーブルの内容を示す図で、インデックス毎に分け
られた領域にデバイス名と受け取るべきイベントの種別
が書き込まれている。ここで、デバイス名はデバイスを
示す文字列である。
This information comprises a device name and an event type. When the management module 7 receives this information, it writes this information in a table and registers it (S1). FIG. 7 is a diagram showing the contents of the table at this time. The device name and the type of event to be received are written in areas divided for each index. Here, the device name is a character string indicating the device.

【0023】また、、イベントの種別は受け取るべきイ
ベント情報をコードして表したもので、例えば「1」は
デバイス5-1からの動作終了の情報、「2」はデバイス
5-2がプリンタ等の場合、途中経過や用紙切れ等のアテ
ンション情報を示すものである。その後、管理モジュー
ル7はデバイス5-1〜5-nから通知されるイベント情報
を待ち、そして、管理モジュール7はデバイス5-1〜5
-nいずれかからイベント情報を受け取ると(S2)、そ
のイベント情報をテーブルの内容と照合して、該当する
デバイスから通知された該当するイベント情報であれ
ば、受け取り済の情報を書き込み、更にすべてのイベン
ト情報が受け取り済か否かを調べて終了か否かを判断す
る(S3)。
The event type is a code representing event information to be received. For example, “1” indicates information on the end of operation from the device 5-1 and “2” indicates that the device 5-2 is a printer or the like. In the case of, it indicates attention information such as progress or running out of paper. After that, the management module 7 waits for the event information notified from the devices 5-1 to 5-n, and
-n (S2), the event information is compared with the contents of the table, and if the event information is the corresponding event information notified from the corresponding device, the received information is written. It is determined whether or not the event information has been received and whether or not the processing has ended (S3).

【0024】ここで、まだ受け取っていないイベント情
報があり、終了でないと判断すると管理モジュール7は
引き続き通知されるイベント情報を待ち、すべてのイベ
ント情報が受け取って終了と判断した場合は、イベント
情報受け取りの終了をアプリケーションに通知する(S
4)。以上のように処理を実行することで、2つ以上の
デバイスに対してアプリケーションは1つのデバイスを
扱うように処理することが可能になる。
Here, if there is event information that has not been received yet and it is determined that the event information has not been received, the management module 7 continues to wait for the event information to be notified. Is notified to the application (S
4). By executing the processing as described above, the application can process two or more devices so as to handle one device.

【0025】つまり、アプリケーションは2つ以上のデ
バイスからイベント情報を受け取る場合、管理モジュー
ルを介して終了通知を受け取るだけで済み、実際のイベ
ント情報の受け取りは管理モジュールに分担させること
ができる。そのため、データの参照を繰り返し行うプロ
セスをアプリケーションに持たせる必要がなく、これに
よりアプリケーションの作成が容易になると共に、機能
変更等によりデバイスを増減させる場合でも、アプリケ
ーションの修正は最小限にとどめることができ、デバイ
スを増加させる場合においてもアプリケーションの変更
が容易になる。
That is, when an application receives event information from two or more devices, it only needs to receive an end notification via the management module, and the actual reception of event information can be shared by the management module. This eliminates the need for the application to have a process of repeatedly referencing data, making it easier to create the application and minimizing the modification of the application even if the number of devices is increased or decreased due to functional changes. The application can be easily changed even when the number of devices is increased.

【0026】図8はデバイスへの処理依頼とイベント情
報受け取りのためのソフトウエアの構成図で、この図に
示したように本ソフトウェアでは、処理内容情報とイベ
ント情報受け取りの内容の情報から成るデバイス情報フ
ァイルを磁気ディスク装置4に格納しておき、管理モジ
ュール7がアプリケーションからの通知によりデバイス
情報を取り込んで処理を実行するものである。
FIG. 8 is a block diagram of software for requesting a device for processing and receiving event information. As shown in FIG. 8, in this software, a device comprising processing content information and information on the content of event information reception is provided. The information file is stored in the magnetic disk device 4, and the management module 7 fetches device information according to a notification from the application and executes the process.

【0027】図9は複数のデバイスへの処理依頼とイベ
ント情報受け取りの両方を行う場合の処理手順を示すフ
ローチャートで、この図9のSで示したステップに従っ
て図1,図2、図4,及び図7を参照して説明する。ま
ず、上位装置1において中央処理装置2により磁気ディ
スク装置4から主記憶装置3に読み込まれたアプリケー
ションが呼び出されて起動し、起動したアプリケーショ
ンはデバイスに対する処理依頼とイベント情報受け取り
のための依頼を管理モジュール7に通知する。(S1) アプリケーションから依頼を受けると、管理モジュール
7はデバイス情報ファイルからデバイス情報を呼び出し
てテーブルに書き込む。
FIG. 9 is a flowchart showing a processing procedure in the case of performing both a processing request to a plurality of devices and receiving event information. FIG. 9, FIG. 2, FIG. This will be described with reference to FIG. First, in the host device 1, the application read from the magnetic disk device 4 into the main storage device 3 is called by the central processing unit 2 and started, and the started application manages a processing request for the device and a request for receiving event information. Notify module 7. (S1) Upon receiving a request from an application, the management module 7 calls up device information from a device information file and writes it in a table.

【0028】このデバイス情報は、例えば図4及び図7
に示した情報である。このテーブルの内容から管理モジ
ュール7は処理依頼のためのデバイス数とデバイス名を
識別する(S2)。この識別結果に基づいて管理モジュ
ール7は図3の場合と同様にデバイス5-15-nの内の動
作させるべきものに処理識別子に基づく情報を送って順
次動作させる(S3)。
This device information is, for example, shown in FIGS.
Is the information shown in FIG. From the contents of this table, the management module 7 identifies the number of devices and device names for processing requests (S2). Based on the identification result, the management module 7 sends information based on the processing identifier to one of the devices 5-15-n to be operated, as in the case of FIG. 3, and sequentially operates the devices (S3).

【0029】その後、管理モジュール7はデバイス5-1
〜5-nから通知されるイベント情報を待ち、そして、管
理モジュール7はデバイス5-1〜5-nいずれかからイベ
ント情報を受け取ると(S4)、そのイベント情報をテ
ーブルの内容と照合して、該当するデバイスから通知さ
れた該当するイベント情報であれば、受け取り済の情報
を書き込み、更にすべてのイベント情報が受け取り済か
否かを調べて終了か否かを判断する(S5)。
Thereafter, the management module 7 sets the device 5-1.
When the management module 7 receives the event information from any of the devices 5-1 to 5-n (S4), the management module 7 checks the event information with the contents of the table. If it is the relevant event information notified from the relevant device, the received information is written, and it is determined whether or not all the event information has been received, and it is determined whether or not the process is completed (S5).

【0030】ここで、まだ受け取っていないイベント情
報があり、終了でないと判断すると管理モジュール7は
引き続き通知されるイベント情報を待ち、すべてのイベ
ント情報が受け取って終了と判断した場合は、イベント
情報受け取りの終了をアプリケーションに通知する(S
6)。尚、上述の例では、デバイスへの処理依頼の通知
とイベント情報受け取り依頼の通知を管理モジュールに
同時に行って一連の処理として実行するものしたが、別
々に通知してその通知毎に処理依頼情報またはイベント
情報受け取りのための情報をデバイス情報ファイルから
取り出して、それぞれ独立した処理として行うことも可
能である。
Here, if there is any event information that has not yet been received and it is determined that the event information has not been received, the management module 7 will continue to wait for the event information to be notified. Is notified to the application (S
6). In the above-described example, the notification of the processing request to the device and the notification of the event information reception request are simultaneously performed to the management module and are executed as a series of processes. Alternatively, information for receiving event information can be extracted from the device information file and performed as independent processing.

【0031】以上のように処理を実行させることによ
り、アプリケーションは管理モジュールに処理の依頼を
通知するのみで済み、各デバイスの処理の実行や、デバ
イスからの情報の受け取りはアプリケーションとは別に
作成されたデバイス情報ファイルに基づいて管理モジュ
ールが行うため、アプリケーションの変更なしにデバイ
スの増減を行うことができる。
By executing the processing as described above, the application only needs to notify the management module of the processing request, and the processing of each device and the reception of information from the device are created separately from the application. Since the management module performs the operation based on the device information file, the number of devices can be increased or decreased without changing the application.

【0032】[0032]

【発明の効果】以上説明したように、本発明は、アプリ
ケーションと複数の処理機器の間に管理モジュールを介
在させ、この管理モジュールにより各デバイス(処理機
器)に対す処理の依頼や、各デバイスからのイベント情
報の受け取りを行うため、アプリケーションは管理モジ
ュールに処理内容情報をあるいはイベント情報受取の内
容情報を一括して通知すればよく、その後の管理は管理
モジュールに分担させることができる。
As described above, according to the present invention, a management module is interposed between an application and a plurality of processing devices, and a request for processing to each device (processing device) by this management module and a request from each device for processing. In order to receive the event information, the application may notify the management module of the processing content information or the event information reception content information in a lump, and the subsequent management can be shared by the management module.

【0033】そのため、動作させるデバイス毎にその処
理内容をアプリケーションに書き込んだり、データの参
照を繰り返し行うプロセスをアプリケーションに持たせ
たりする必要がなくなり、これによりアプリケーション
の作成が容易になると共に、機能変更等によりデバイス
を増減させる場合でも、アプリケーションの修正は最小
限にとどめることができ、デバイスを増加させる場合に
おいてもアプリケーションの変更が容易になるという効
果が得られる。
Therefore, it is not necessary to write the processing contents into the application for each device to be operated, or to provide the application with a process of repeatedly referring to data, thereby facilitating the creation of the application and changing the functions. For example, even when the number of devices is increased or decreased, the modification of the application can be minimized, and the effect of easily changing the application even when increasing the number of devices can be obtained.

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

【図1】発明の実施の形態を示す機能ブロック図であ
る。
FIG. 1 is a functional block diagram showing an embodiment of the present invention.

【図2】実施の形態における処理依頼のためのソフトウ
エアの構成図である。
FIG. 2 is a configuration diagram of software for a processing request in the embodiment.

【図3】処理依頼によりデバイスを動作させる場合の処
理手順を示すフローチャートである。
FIG. 3 is a flowchart illustrating a processing procedure when a device is operated according to a processing request.

【図4】処理依頼時におけるテーブルの内容を示す図で
ある。
FIG. 4 is a diagram showing the contents of a table at the time of processing request.

【図5】実施の形態におけるイベント情報受け取りのた
めのソフトウエアの構成図である。
FIG. 5 is a configuration diagram of software for receiving event information in the embodiment.

【図6】イベント情報受け取りのための処理手順を示す
フローチャートである。
FIG. 6 is a flowchart illustrating a processing procedure for receiving event information.

【図7】イベント情報受け取り時におけるテーブルの内
容を示す図である。
FIG. 7 is a diagram showing the contents of a table when receiving event information.

【図8】実施の形態における処理依頼とイベント情報受
け取りのためのソフトウエアの構成図である。
FIG. 8 is a configuration diagram of software for receiving a process request and event information in the embodiment.

【図9】処理依頼とイベント情報受け取りの処理手順を
示すフローチャートである。
FIG. 9 is a flowchart illustrating a processing procedure of a processing request and event information reception.

【図10】従来における処理依頼のためのソフトウエア
の構成図である。
FIG. 10 is a configuration diagram of conventional software for processing requests.

【図11】従来におけるイベント情報受け取りのための
ソフトウエアの構成図である。
FIG. 11 is a configuration diagram of conventional software for receiving event information.

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

1 上位装置 2 中央処理装置 3 主記憶装置 4 磁気ディスク装置 5-1〜5-n デバイス(処理機器) 7 管理モジュール DESCRIPTION OF SYMBOLS 1 Upper apparatus 2 Central processing unit 3 Main storage unit 4 Magnetic disk unit 5-1 to 5-n device (processing equipment) 7 Management module

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 上位装置とこの上位装置に接続された複
数の処理機器から成り、上位装置側に用意されたアプリ
ケーションからの通知に基づいて複数の処理機器を動作
させる端末装置の情報伝達システムにおいて、 前記アプリケーションと複数の処理機器の間にテーブル
を有する管理モジュールを介在させ、 処理機器への処理依頼と処理内容情報を前記アプリケー
ションから前記管理モジュールに通知すると、管理モジ
ュールは処理内容情報をテーブルに書き込み、 この処理内容情報に基づいて前記複数の処理機器に順次
処理を依頼することを特徴とする端末装置の情報伝達シ
ステム。
1. An information transmission system for a terminal device comprising a host device and a plurality of processing devices connected to the host device and operating the plurality of processing devices based on a notification from an application prepared in the host device. When a management module having a table is interposed between the application and the plurality of processing devices, and when a processing request to the processing device and processing content information are notified from the application to the management module, the management module stores the processing content information in the table. Writing, and sequentially requesting the plurality of processing devices to perform processing based on the processing content information.
【請求項2】 上位装置とこの上位装置に接続された複
数の処理機器から成り、上位装置側に用意されたアプリ
ケーションからの通知に基づいて複数の処理機器から各
種のイベント情報を受け取る端末装置の情報伝達システ
ムにおいて、 前記アプリケーションと複数の処理機器の間にテーブル
を有する管理モジュールを介在させ、 処理機器からのイベント情報受け取り依頼と受け取り内
容情報を前記アプリケーションから前記管理モジュール
に通知すると、管理モジュールは受け取り内容情報をテ
ーブルに書き込み、 各処理機器からイベント情報を受け取る毎に前記管理モ
ジュールは前記テーブルの受け取り内容情報を参照し
て、このテーブルの受け取り内容情報に該当するすべて
のイベント情報を受け取ったととき、受け取り終了前記
アプリケーションに通知することを特徴とする端末装置
の情報伝達システム。
2. A terminal device comprising a host device and a plurality of processing devices connected to the host device and receiving various event information from the plurality of processing devices based on a notification from an application prepared on the host device. In the information transmission system, when a management module having a table is interposed between the application and the plurality of processing devices, and when a request for receiving event information from the processing device and reception content information are notified from the application to the management module, the management module When the management module refers to the reception content information of the table each time receiving the event information from each processing device, and receives all the event information corresponding to the reception content information of the table, , The receiving end An information transmission system for a terminal device, which notifies an application.
【請求項3】 上位装置とこの上位装置に接続された複
数の処理機器から成り、上位装置側に用意されたアプリ
ケーションからの通知に基づいて複数の処理機器を動作
させる処理及び複数の処理機器から各種のイベント情報
を受け取る処理の少なくとも一方を行う端末装置の情報
伝達システムにおいて、 前記アプリケーションと複数の処理機器の間にテーブル
を有する管理モジュールを介在させると共に、処理機器
に対する処理内容情報と処理機器から受け取る受け取り
内容情報をから成るファイルを設け、 処理機器への処理依頼及び処理機器からのイベント情報
の受け取りの少なくとも一方を前記アプリケーションか
ら前記管理モジュールに通知すると、管理モジュールは
その通知に基づいて前記ファイルから処理内容情報と受
け取り内容情報の少なくとも一方を取り出してテーブル
に書き込み、 このテーブルの内容に基づいて処理機器への処理依頼及
びイベント情報の受け取りの少なくとも一方を行うこと
を特徴とする端末装置の情報伝達システム。
3. A processing system comprising a host device and a plurality of processing devices connected to the host device, wherein the processing device operates a plurality of processing devices based on a notification from an application prepared on the host device side and a plurality of processing devices. In an information transmission system of a terminal device that performs at least one of a process of receiving various event information, a management module having a table is interposed between the application and a plurality of processing devices, and a process content information for the processing device and a processing module. A file comprising received content information to be received is provided, and when at least one of a processing request to a processing device and reception of event information from the processing device is notified from the application to the management module, the management module executes the file based on the notification. Processing information and received content from Writing the table is taken out at least one of broadcast, information transmission system of the terminal apparatus which is characterized in that at least one of receipt of the processing request and event information to the processing apparatus based on the contents of this table.
JP11045928A 1999-02-24 1999-02-24 Information transmission system for terminal device Pending JP2000242594A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11045928A JP2000242594A (en) 1999-02-24 1999-02-24 Information transmission system for terminal device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11045928A JP2000242594A (en) 1999-02-24 1999-02-24 Information transmission system for terminal device

Publications (1)

Publication Number Publication Date
JP2000242594A true JP2000242594A (en) 2000-09-08

Family

ID=12732933

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11045928A Pending JP2000242594A (en) 1999-02-24 1999-02-24 Information transmission system for terminal device

Country Status (1)

Country Link
JP (1) JP2000242594A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8433992B2 (en) 2008-10-28 2013-04-30 Seiko Epson Corporation Information distribution system, service-providing method for an information distribution system, and a program for the same
US8504647B2 (en) 2008-10-20 2013-08-06 Seiko Epson Corporation Information distribution system, service-providing method for an information distribution system, and a program for the same
US9021350B2 (en) 2008-10-20 2015-04-28 Seiko Epson Corporation Device control system, service-providing method for a device control system, and a program for the same

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8504647B2 (en) 2008-10-20 2013-08-06 Seiko Epson Corporation Information distribution system, service-providing method for an information distribution system, and a program for the same
US9021350B2 (en) 2008-10-20 2015-04-28 Seiko Epson Corporation Device control system, service-providing method for a device control system, and a program for the same
US9253221B2 (en) 2008-10-20 2016-02-02 Seiko Epson Corporation Information distribution system, service-providing method for an information distribution system, and a program for the same
US8433992B2 (en) 2008-10-28 2013-04-30 Seiko Epson Corporation Information distribution system, service-providing method for an information distribution system, and a program for the same
US9262387B2 (en) 2008-10-28 2016-02-16 Seiko Epson Corporation Information distribution system, service-providing method for an information distribution system, and a program for the same
US9268751B2 (en) 2008-10-28 2016-02-23 Seiko Epson Corporation Information distribution system, service-providing method for an information distribution system, and a program for the same

Similar Documents

Publication Publication Date Title
US20040066530A1 (en) Image forming device and image formation control method
JP2000242594A (en) Information transmission system for terminal device
CN113885758B (en) Virtual screen generation method, computing device and storage medium
JP4109962B2 (en) Printing method
US7529843B2 (en) Information processing system, information processing apparatus, information processing method, storage medium that stores program for implementing that method to be readable by information processing apparatus, and program
JPH11110535A (en) Image processing network system, its work history management method, and record medium recorded with program for executing the processing
JP2002264442A (en) Image processor
JP2999516B2 (en) Character output control method and device for terminal device
JPH0542749A (en) Printing suspension processing device
JP3212790B2 (en) Multi-job control method
JP3074722B2 (en) IC card communication system
JP2005115827A (en) System and program for displaying device information utilizing browser
JP3064719B2 (en) Graph creation device
JP3053196B2 (en) Image data raster converter
JP2023020675A (en) Image forming apparatus and image forming program
JP3069867U (en) Electronic equipment
JP2003085318A (en) Electronic application system
JPH0414473A (en) Printing control device
JP2000155744A (en) Transaction data redisplay system
JPH06214533A (en) High-speed screen display system
JPH05274097A (en) Image forming device
JP2005165401A (en) Electronic device and method for obtaining code
JPH1124861A (en) File data printing system, file data printing method and storage medium in which file data printing processing program is stored
JP2002182901A (en) Coprocessor data access controller, its method and its instruction format
JPH05151112A (en) Automatic check method for personal equipment