JP2000122942A - Network system and recording medium where emulator program is recorded - Google Patents

Network system and recording medium where emulator program is recorded

Info

Publication number
JP2000122942A
JP2000122942A JP29083998A JP29083998A JP2000122942A JP 2000122942 A JP2000122942 A JP 2000122942A JP 29083998 A JP29083998 A JP 29083998A JP 29083998 A JP29083998 A JP 29083998A JP 2000122942 A JP2000122942 A JP 2000122942A
Authority
JP
Japan
Prior art keywords
input
output
program
server
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP29083998A
Other languages
Japanese (ja)
Other versions
JP3634163B2 (en
Inventor
Miki Ihara
美樹 井原
Yoshihisa Tashimo
吉久 田下
Yutaro Akao
祐太郎 赤尾
Satoshi Nakatani
聡志 中谷
Shigeru Karaki
繁 唐木
Kazuyuki Asanuma
和之 淺沼
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.)
NOBERAKKU KK
Furuno Electric Co Ltd
Original Assignee
NOBERAKKU KK
Furuno Electric 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 NOBERAKKU KK, Furuno Electric Co Ltd filed Critical NOBERAKKU KK
Priority to JP29083998A priority Critical patent/JP3634163B2/en
Publication of JP2000122942A publication Critical patent/JP2000122942A/en
Application granted granted Critical
Publication of JP3634163B2 publication Critical patent/JP3634163B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Computer And Data Communications (AREA)
  • Small-Scale Networks (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To obtain the network system which makes it possible to develop applications when the network system is structured by allowing a terminal device to function as an emulator for a server device. SOLUTION: A portable terminal 2 displays a screen image at its display part once receiving a request to select a processing item. At this time, the portable terminal 2 transfers the selection request that a communication function part 23 receives to a client-side emulation function part 25, which recognizes the selection request and extracts screen data added to the selection request. Then a display of the extracted screen data is controlled through a dedicated API 26. Further, the portable terminal 2 waits for a user to select and input a processing item and sends a choice input to the server device 1 when the choice is inputted. The server device 1 sends a request to input data needed to perform the selected processing to the portable terminal 2.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、LAN等のネッ
トワークを介してサーバ装置とクライアント装置とを接
続したネットワークシステムおよび、このネットワーク
システムに適用するエミュレータプログラムを記録した
記録媒体に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a network system in which a server device and a client device are connected via a network such as a LAN, and a recording medium storing an emulator program applied to the network system.

【0002】[0002]

【従来の技術】周知のように、クライアント−サーバ型
のネットワークシステムは、サーバ装置が持つ機能(ア
プリケーション)をネットワークに接続されている各ク
ライアント装置で共有することができるシステムであ
る。
2. Description of the Related Art As is well known, a client-server type network system is a system in which functions (applications) of a server device can be shared by client devices connected to a network.

【0003】サーバ装置は、データを管理するアプリケ
ーションを備えており、クライアント装置からの処理要
求に応じて適当なアプリケーションを実行し、その処理
結果をクライアント装置に送信する。一方、クライアン
ト装置は、キーボード等の入力部において入力された入
力データを含む上記の処理要求をサーバ装置に送信する
だけでなく、入力データやサーバ装置から送信されてき
た処理結果等を処理して画面表示や印字等の出力処理を
実行する。このように、従来のクライアント−サーバ型
のネットワークシステムは、サーバ装置とクライアント
装置とで処理を分担していた。
[0003] The server device has an application for managing data, executes an appropriate application in response to a processing request from the client device, and transmits the processing result to the client device. On the other hand, the client device not only transmits the above-described processing request including the input data input at the input unit such as the keyboard to the server device, but also processes the input data and the processing result transmitted from the server device. Execute output processing such as screen display and printing. As described above, in the conventional client-server type network system, the processing is shared between the server device and the client device.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、サーバ
装置とクライアント装置とで処理を分担するためには、
両方の装置にアプリケーションが必要であった(サーバ
装置にはデータを管理するアプリケーションが必要であ
り、クライアント装置には出力処理を行うアプリケーシ
ョンが必要である。)。このため、ネットワークシステ
ムを開発(構築)する場合には、サーバ装置およびクラ
イアント装置について、それぞれアプリケーションを開
発しなければならず、また、2つのアプリケーション間
の通信の規定や2つのアプリケーションが行う処理の切
り分け等の作業も必要であり、開発期間が長くかかると
ともに開発コストが嵩むという問題があった。
However, in order to share the processing between the server device and the client device,
Both devices required an application (a server device requires an application to manage data, and a client device requires an application to perform output processing). For this reason, when developing (constructing) a network system, it is necessary to develop an application for each of the server device and the client device, and also to define the communication between the two applications and the processing performed by the two applications. Work such as separation is also required, and there is a problem that the development period is long and the development cost is increased.

【0005】また、サーバ装置およびクライアント装置
に対して開発されたアプリケーションは、両装置間にお
けるデータ通信の信頼性等を含めた動作確認を行う場
合、サーバ装置またはクライアント装置単体で行うこと
ができなかった。すなわち、開発したアプリケーション
のデバッグをサーバ装置またはクライアント装置単体で
行うことができなかった。このため、特別な環境(実際
に使用するネットワーク環境等)を作り、該環境で上記
の動作確認を行っており、アプリケーションのデバッグ
にも手間がかかるという問題があった。
[0005] In addition, when an application developed for a server device and a client device checks the operation including the reliability of data communication between the two devices, it cannot be performed by the server device or the client device alone. Was. That is, debugging of the developed application could not be performed by the server device or the client device alone. For this reason, there is a problem that a special environment (a network environment or the like actually used) is created and the above-described operation check is performed in the environment, and it takes time to debug the application.

【0006】この発明の目的は、端末装置をサーバ装置
のエミュレータとして機能させることにより、ネットワ
ークシステムの構築時等におけるアプリケーション開発
が容易に行えるネットワークシステム、および、該ネッ
トワークシステムを構成する端末装置およびサーバ装置
に適用するエミュレーションプログラムを記録した記録
媒体を提供することにある。
An object of the present invention is to make a terminal device function as an emulator of a server device, thereby facilitating application development at the time of constructing a network system or the like, and a terminal device and a server constituting the network system. An object of the present invention is to provide a recording medium on which an emulation program applied to a device is recorded.

【0007】[0007]

【課題を解決するための手段】請求項1に記載した発明
は、アプリケーションプログラムと、このアプリケーシ
ョンプログラムからの呼び出しに応じて、端末装置での
入出力制御を行うサーバ側入出力プログラム、および、
このサーバ側入出力プログラムにリンクして入出力動作
を行うクライアント側入出力プログラムを備え、前記ア
プリケーションプログラムとサーバ側入出力プログラム
はサーバ装置に配置され、前記クライアント側入出力プ
ログラムは端末装置側に配置され、さらに、前記サーバ
側入出力プログラムとアプリケーションプログラムは、
WindowsNT(マイクロソフト社製OS)上に作
成されている。
According to a first aspect of the present invention, there is provided an application program, a server-side input / output program for performing input / output control on a terminal device in response to a call from the application program, and
A client-side input / output program that performs an input / output operation by linking to the server-side input / output program; the application program and the server-side input / output program are arranged in a server device; Arranged, further, the server-side input / output program and the application program,
It is created on WindowsNT (OS manufactured by Microsoft Corporation).

【0008】この構成では、サーバ装置に配置された端
末装置での入出力制御を行うサーバ側入出力プログラム
がアプリケーションプログラムの呼び出しに応じて起動
され、このサーバ側入出力プログラムにリンクして端末
装置に配置されたクライアント側入出力プログラムが起
動する。したがって、サーバ側においてサーバ側入出力
プログラムを起動させると、端末装置に配置されたクラ
イアント側入出力プログラムが起動する。これにより、
端末装置をサーバ装置のエミュレータとして機能させる
ことができる。ここで、端末装置をサーバ装置のエミュ
レータとして機能させるとは、実際にはサーバ装置上で
実行されているアプリケーションに関する入出力が端末
装置で行われるようにすることである。したがって、従
来のようにクライアント装置に出力処理を行うアプリケ
ーションを設ける必要がないので、サーバ装置に設ける
アプリケーションを開発するだけでネットワークを構築
することができる。よって、アプリケーションの開発期
間の短縮および開発コストの低減を図ることができる。
In this configuration, a server-side input / output program for performing input / output control on a terminal device disposed in the server device is started in response to a call of an application program, and is linked to the server-side input / output program to link with the server-side input / output program. Starts the client-side input / output program located in. Therefore, when the server-side input / output program is activated on the server side, the client-side input / output program arranged in the terminal device is activated. This allows
The terminal device can function as an emulator of the server device. Here, letting the terminal device function as an emulator of the server device means that input and output relating to an application executed on the server device are actually performed by the terminal device. Therefore, there is no need to provide an application for performing output processing in the client device unlike the related art, and a network can be constructed only by developing an application to be provided in the server device. Therefore, it is possible to shorten the development period of the application and reduce the development cost.

【0009】しかも、WindowsNTは、汎用のコ
ンピュータに適用することができるOSであることか
ら、サーバ装置として汎用のコンピュータを利用するこ
とができる。
Moreover, Windows NT is an OS applicable to a general-purpose computer, so that a general-purpose computer can be used as a server device.

【0010】また、前記クライアント入出力プログラム
は、サーバ側入出力プログラムに対して接続要求を行う
構成を設けることにより、任意のタイミングで端末装置
からサーバ装置に接続することができるまた、前記クラ
イアント入出力プログラムとサーバ側入出力プログラム
とを無線LANで接続する無線通信部を備える、ことに
より本案発明を無線LANによるネットワークシステム
にも適用することができる。
The client input / output program can be connected to the server device from the terminal device at an arbitrary timing by providing a configuration for making a connection request to the server input / output program. By providing a wireless communication unit for connecting the output program and the server-side input / output program via a wireless LAN, the present invention can be applied to a network system using a wireless LAN.

【0011】さらに、前記端末装置は携帯端末とするこ
とによって、端末装置を持ち運ぶことができる。
Further, the terminal device can be carried by using a portable terminal.

【0012】また、請求項5に記載した発明は、アプリ
ケーションプログラムと、このアプリケーションプログ
ラムからの呼び出しに応じて、端末装置での入出力制御
を行うサーバ側入出力プログラム、および、このサーバ
側入出力プログラムにリンクして入出力動作を行うクラ
イアント側入出力プログラムを備え、前記アプリケーシ
ョンプログラムとサーバ側入出力プログラムはサーバ装
置に配置され、前記クライアント側入出力プログラムは
端末装置側に配置され、さらに、前記サーバ側入出力プ
ログラムは、所定時間内に前記クライアント側入出力プ
ログラムにおいてリンクした入出力動作が行われないと
き、および入出力動作に対する要求の応答が無い状態
で、クライアント側から接続要求があった場合に、前記
クライアント側入出力プログラムに再度入出力動作を要
求する。
According to a fifth aspect of the present invention, there is provided an application program, a server-side input / output program for performing input / output control on a terminal device in response to a call from the application program, and the server-side input / output program. A client-side input / output program that performs an input / output operation by linking to a program, the application program and the server-side input / output program are arranged on a server device, and the client-side input / output program is arranged on a terminal device side; The server-side input / output program receives a connection request from the client side when a linked input / output operation is not performed in the client-side input / output program within a predetermined period of time or when there is no response to a request for the input / output operation. The client side entry / exit Again to request the input and output operations to the program.

【0013】この構成では、前記サーバ側入出力プログ
ラムは、所定時間内に前記クライアント側入出力プログ
ラムにおいてリンクした入出力動作が行われないとき、
前記クライアント側入出力プログラムに再度入出力動作
を要求するので、前記端末装置が処理途中に不慮の電断
等で停止した場合であっても、端末装置が再度起動され
ると上記停止時の処理から再開される。したがって、端
末装置における不慮の事故に対する信頼性を向上するこ
とができる。
In this configuration, when the server-side input / output program does not perform the linked input / output operation in the client-side input / output program within a predetermined time,
Since the input / output operation is requested again to the client-side input / output program, even if the terminal device is stopped due to an unexpected power interruption or the like during the processing, the processing at the time of the stop is performed when the terminal device is restarted. Will be restarted. Therefore, the reliability of the terminal device against an unexpected accident can be improved.

【0014】また、請求項6に記載した発明は、アプリ
ケーションプログラムと、このアプリケーションプログ
ラムからの呼び出しに応じて、端末装置での入出力制御
を行うサーバ側入出力プログラム、および、このサーバ
側入出力プログラムにリンクして入出力動作を行うクラ
イアント側入出力プログラムを備え、前記アプリケーシ
ョンプログラムとサーバ側入出力プログラムはサーバ装
置に配置され、前記クライアント側入出力プログラムは
端末装置側に配置され、前記クライアント側入出力プロ
グラムは、前記サーバ側入出力プログラムに対して接続
要求を行う接続要求手段を有し、前記サーバ側入出力プ
ログラムは、前記クライアント側入出力プログラムに対
して画面表示を要求する画面表示要求手段、データの入
力を要求するデータ入力要求手段、および、処理結果を
送信する処理結果送信手段を有し、さらに、前記クライ
アント側入出力プログラムから上記接続要求を受けると
前記クライアント側入出力プログラムに対して上記画面
表示要求手段、入力要求手段、および処理結果送信手段
を該クライアント側入出力プログラムからの応答に応じ
て実行するプログラムであり、さらに、前記クライアン
ト側入出力プログラムは、上記選択要求、入力要求、お
よび、処理結果に含まれる画面データに基づく画面表示
を行うとともに、上記入力要求に対して応答するプログ
ラムである。
According to a sixth aspect of the present invention, there is provided an application program, a server-side input / output program for performing input / output control on a terminal device in response to a call from the application program, and the server-side input / output program. A client-side input / output program that performs an input / output operation by linking to the program; wherein the application program and the server-side input / output program are arranged on a server device; the client-side input / output program is arranged on a terminal device side; The side input / output program has connection request means for making a connection request to the server side input / output program, and the server side input / output program requests a screen display to the client side input / output program. Request means, data requesting data input Input request means, and processing result transmitting means for transmitting a processing result, further comprising receiving the connection request from the client side input / output program, the screen display requesting means to the client side input / output program, A requesting means, and a processing result transmitting means for executing the processing in response to a response from the client-side input / output program, further comprising the client-side input / output program included in the selection request, the input request, and the processing result. This is a program that performs a screen display based on the screen data to be displayed and responds to the input request.

【0015】この構成では、図12に示すようにサーバ
側入出力プログラムが、クライアント側入出力プログラ
ムからの接続要求によって、画面表示要求、データ入力
要求、および処理結果の送信を各要求に対する応答に応
じて順次実行する。
In this configuration, as shown in FIG. 12, the server-side input / output program converts the screen display request, the data input request, and the transmission of the processing result into a response to each request in response to a connection request from the client-side input / output program. It is executed sequentially in accordance with it.

【0016】また、クライアント側入出力プログラム
は、上記画面表示要求、データ入力要求、および、処理
結果に含まれる画面データに基づく画面表示や入力要求
に対する応答を送信する。このため、端末装置側には特
別なアプリケーションを設ける必要がない。
Further, the client-side input / output program transmits a response to the screen display request, the data input request, and the screen display or input request based on the screen data included in the processing result. Therefore, it is not necessary to provide a special application on the terminal device side.

【0017】さらに、請求項7に記載した発明は、前記
サーバ側入出力プログラムは、所定時間内に前記クライ
アント側入出力プログラムから上記要求に対する応答が
無いとき、および入出力動作に対する要求の応答が無い
状態で、クライアント側から接続要求があった場合に、
前記クライアント側入出力プログラムに再度同じ要求を
行う。
Further, in the invention described in claim 7, the server-side input / output program is configured such that when there is no response to the request from the client-side input / output program within a predetermined time, and when the response to the request for the input / output operation is not received. If there is no connection and there is a connection request from the client side,
The same request is made again to the client side input / output program.

【0018】この構成では、請求項5に記載した発明と
同様に前記端末装置が処理途中に不慮の電断等で停止し
た場合であっても、端末装置が再度起動されると上記停
止時の処理から再開される。したがって、端末装置にお
ける不慮の事故に対する信頼性を向上することができ
る。
With this configuration, even if the terminal device is stopped due to an unexpected power interruption or the like in the middle of processing, the terminal device is restarted when the terminal device is restarted. Processing is resumed. Therefore, the reliability of the terminal device against an unexpected accident can be improved.

【0019】なお、請求項8に記載した発明は、請求項
1に記載したネットワークシステムのサーバ装置および
端末装置にそれぞれ適用されるプログラムを記録したも
のであり、請求項9に記載した発明は、請求項5に記載
したネットワークシステムのサーバ装置および端末装置
にそれぞれ適用されるプログラムを記録したものであ
る。
The invention described in claim 8 is a program in which programs respectively applied to the server device and the terminal device of the network system described in claim 1 are recorded, and the invention described in claim 9 is A program recorded on each of a server device and a terminal device of the network system described in claim 5 is recorded.

【0020】[0020]

【発明の実施の形態】図1は、この発明の実施形態であ
るネットワークシステムの構成を示す図である。図にお
いて、1はサーバ装置であり、2は携帯端末である(こ
の発明で言う端末装置に相当する。)。また、3はLA
N等のネットワークであり、ネットワーク3には無線サ
ーバ4および複数の無線ブリッジ5が接続されている。
無線ブリッジ5は、携帯端末2と無線(または有線)で
通信を行うとともに、ネットワーク3を介して無線サー
バ4と通信を行う。また、無線サーバ4はサーバ装置1
と無線(または有線)で通信を行う。
FIG. 1 is a diagram showing a configuration of a network system according to an embodiment of the present invention. In the figure, 1 is a server device, and 2 is a portable terminal (corresponding to a terminal device in the present invention). 3 is LA
N, etc., and a network 3 is connected to a wireless server 4 and a plurality of wireless bridges 5.
The wireless bridge 5 performs wireless (or wired) communication with the mobile terminal 2 and also communicates with the wireless server 4 via the network 3. The wireless server 4 is a server device 1
And wirelessly (or wired).

【0021】図2は、サーバ装置の機能構成を階層的に
示した図であり、図3は携帯端末の機能構成を階層的に
示した図である。図2において、11はサーバ装置1の
OS、12は無線サーバ4との通信を制御する通信機能
部、13はサーバ側エミュレーション機能部(この発明
で言うサーバ側入出力プログラムに相当する。)、14
はアプリケーションインタフェース(API)、15は
アプリケーション(AP)である。AP15には、デー
タを管理するアプリケーションが設けられている。ま
た、サーバ装置1のOSとしては、ネットワーク環境に
適したOSであればよい。特に、汎用的なOSであるW
indowsNT(Windowsは、米国マイクロソ
フト社の登録商標)とすると、サーバ装置として汎用の
コンピュータを利用することができる。また、図3にお
いて、21は携帯端末2のOS、22はOS用API、
23はアプリケーション(AP)の階層である。また、
この実施形態の携帯端末22には、上記の構成に加え
て、無線ブリッジ4と無線通信を制御する通信機能部2
4およびサーバ装置1のエミュレータとして機能するた
めのクライアント側エミュレーション機能部25(この
発明で言うクライアント側入出力プログラムに相当す
る。)を備えている。クライアント側エミュレーション
機能部25には、携帯端末2に設けられている入力キー
や表示部等を制御する専用API26が組み込まれてい
る。なお、以下に示すように携帯端末2のAP23には
特にアプリケーションを設けなくてもよい。
FIG. 2 is a diagram hierarchically showing the functional configuration of the server device, and FIG. 3 is a diagram hierarchically showing the functional configuration of the portable terminal. In FIG. 2, reference numeral 11 denotes an OS of the server device 1, reference numeral 12 denotes a communication function unit for controlling communication with the wireless server 4, reference numeral 13 denotes a server-side emulation function unit (corresponding to a server-side input / output program in the present invention), and 14
Is an application interface (API), and 15 is an application (AP). The AP 15 is provided with an application for managing data. The OS of the server device 1 may be any OS suitable for a network environment. In particular, W which is a general-purpose OS
If Windows NT (Windows is a registered trademark of Microsoft Corporation in the United States) is used, a general-purpose computer can be used as the server device. In FIG. 3, reference numeral 21 denotes an OS of the mobile terminal 2, 22 denotes an API for the OS,
23 is a layer of the application (AP). Also,
The mobile terminal 22 according to this embodiment has, in addition to the above configuration, a communication function unit 2 that controls wireless communication with the wireless bridge 4.
4 and a client-side emulation function section 25 (corresponding to a client-side input / output program referred to in the present invention) for functioning as an emulator of the server device 1. The client-side emulation function unit 25 incorporates a dedicated API 26 for controlling input keys, a display unit, and the like provided on the mobile terminal 2. Note that, as described below, the AP 23 of the mobile terminal 2 may not be provided with an application.

【0022】次に、このネットワークシステムの動作に
ついて詳細に説明する。ここでは、サーバ装置1に物品
を管理(物品の入庫、出庫、在庫数等の管理)するアプ
リケーションを設けたネットワークシステムを例にして
以下の説明を行う。図4はサーバ装置の処理を示すフロ
ーチャートであり、図5は携帯端末の処理を示すフロー
チャートである。また、図6はサーバ装置−携帯端末間
におけるデータの流れを示す図である。先ず、ユーザが
携帯端末2の電源をオンする。携帯端末2は電源がオン
されると、サーバ装置1に対して接続要求を無線で送信
する(n11)。ここで、携帯端末2から送信された接
続要求は、該携帯端末2に最も近い無線ブリッジ5で受
信され、この無線ブリッジ5が受信した接続要求をネッ
トワーク3を介して無線サーバ4に転送し、無線サーバ
4がこの接続要求を無線でサーバ装置1に転送すること
により、サーバ装置1において受信される(携帯端末2
からサーバ装置1への送信は全てこの経路で行われ
る。)。
Next, the operation of the network system will be described in detail. Here, the following description will be given by taking a network system in which an application for managing articles (management of article entry, exit, stock quantity, etc.) is provided in the server device 1 as an example. FIG. 4 is a flowchart showing the processing of the server device, and FIG. 5 is a flowchart showing the processing of the mobile terminal. FIG. 6 is a diagram showing a data flow between the server device and the portable terminal. First, the user turns on the power of the mobile terminal 2. When the power is turned on, the mobile terminal 2 wirelessly transmits a connection request to the server device 1 (n11). Here, the connection request transmitted from the mobile terminal 2 is received by the wireless bridge 5 closest to the mobile terminal 2, and the connection request received by the wireless bridge 5 is transferred to the wireless server 4 via the network 3, The wireless server 4 wirelessly transfers the connection request to the server device 1 so that the connection request is received by the server device 1 (portable terminal 2).
All transmissions from the server to the server device 1 are performed through this route. ).

【0023】サーバ装置1は、携帯端末2から接続要求
を受信すると、該携帯端末2に対して処理項目の選択要
求を送信する(n1、n2)。以下、n1およびn2に
かかるサーバ装置1の処理を詳細に説明する。サーバ装
置1では、通信機能部12が受信した上記の接続要求
を、サーバ側エミュレーション機能部13に通知し、サ
ーバ側エミュレーション機能部13がこの接続要求をA
PI14を介してAP15に設けられているアプリケー
ションに転送する。該アプリケーションは、通知された
接続要求を認識すると、API14を介してサーバ側エ
ミュレーション機能部13に対して処理項目の選択指示
を行う。この選択指示には、携帯端末2において表示さ
せる画面の画像データが含まれている。サーバ側エミュ
レーション機能部13は処理項目の選択指示があると、
これを携帯端末2に処理項目選択要求として送信する。
ここで、サーバ装置1から送信された処理項目選択要求
は、無線サーバ4→ネットワーク3→無線ブリッジ5を
介して携帯端末2に送信される(サーバ装置1から携帯
端末2への送信は全てこの経路で行われる。)。
Upon receiving the connection request from the mobile terminal 2, the server device 1 transmits a processing item selection request to the mobile terminal 2 (n1, n2). Hereinafter, the processing of the server device 1 according to n1 and n2 will be described in detail. In the server device 1, the connection request received by the communication function unit 12 is notified to the server-side emulation function unit 13, and the server-side emulation function unit 13
The data is transferred to the application provided in the AP 15 via the PI 14. When recognizing the notified connection request, the application instructs the server-side emulation function unit 13 via the API 14 to select a processing item. This selection instruction includes image data of a screen to be displayed on the mobile terminal 2. When the server-side emulation function unit 13 receives a processing item selection instruction,
This is transmitted to the mobile terminal 2 as a processing item selection request.
Here, the processing item selection request transmitted from the server device 1 is transmitted to the mobile terminal 2 via the wireless server 4 → network 3 → wireless bridge 5 (all transmissions from the server device 1 to the mobile terminal 2 Done by route.)

【0024】携帯端末2は、処理項目の選択要求を受信
すると、表示部に図7に示す画面を表示する(n12、
n13)。このとき、携帯端末2では、通信機能部24
が受信した上記の選択要求をクライアント側エミュレー
ション機能部25に転送し、クライアント側エミュレー
ション機能部25において上記の選択要求を認識すると
ともに、該選択要求に付加されている画面データを抽出
する。そして、専用API26を介して、ここで抽出し
た画面データによる表示を制御する。また、携帯端末2
はユーザによって処理項目の選択入力が行われるのを待
ち、選択入力があるとこれをサーバ装置1に送信する
(n14、n15)。クライアント側エミュレーション
機能部25は専用API26を介して入力部における入
力データを読み取ることができる。クライアント側エミ
ュレーション機能部25は、ここで読み取った入力デー
タをクライアント通信機能部24を介してサーバ装置1
に送信する。
When the portable terminal 2 receives the processing item selection request, it displays a screen shown in FIG. 7 on the display unit (n12,
n13). At this time, in the mobile terminal 2, the communication function unit 24
Is transferred to the client-side emulation function unit 25, and the client-side emulation function unit 25 recognizes the selection request and extracts the screen data added to the selection request. Then, the display based on the screen data extracted here is controlled via the dedicated API 26. In addition, the mobile terminal 2
Waits for the user to select and input a process item, and when there is a selection input, transmits this to the server device 1 (n14, n15). The client-side emulation function unit 25 can read input data at the input unit via the dedicated API 26. The client-side emulation function unit 25 transmits the input data read here to the server device 1 via the client communication function unit 24.
Send to

【0025】サーバ装置1は、携帯端末2から処理項目
の選択結果を受信すると、ここで選択された処理を実行
するのに必要なデータの入力要求を携帯端末2に送信す
る(n3、n4)。この選択結果も、通信機能部12→
サーバ側エミュレーション機能部13→API14を介
してAP15に設けられているアプリケーションに転送
される。アプリケーションでは、ここで選択された処理
項目を実行するのに必要な入力データの種別を認識し、
サーバ側エミュレーション機能部13にここで認識した
種別の入力データの入力指示を行う。この入力指示に
は、携帯端末2の表示部に表示させる画面データが含ま
れている。
When receiving the result of the selection of the processing item from the portable terminal 2, the server device 1 transmits to the portable terminal 2 a request for inputting data necessary for executing the process selected here (n3, n4). . This selection result is also transmitted to the communication function unit 12 →
The data is transferred to an application provided in the AP 15 via the server-side emulation function unit 13 → API 14. The application recognizes the type of input data required to execute the processing item selected here,
The server-side emulation function unit 13 is instructed to input the input data of the type recognized here. The input instruction includes screen data to be displayed on the display unit of the mobile terminal 2.

【0026】なお、n2の処理完了後、所定時間経過し
ても携帯端末2から処理項目の選択結果を受信しなけれ
ば(n8)、再度n2の処理を実行する。これにより、
携帯端末2では不慮の電断等によって停止した場合であ
っても、再度起動されたときに上記の図7に示した画面
が表示される。すなわち、携帯端末2が不慮の事故で停
止しても、再起動したときに停止時の処理から再開する
ことができる。なお、図では示していないが、n2の処
理を所定回数繰り返しても携帯端末2からの応答がなけ
れば、エラー処理を行う。
After the completion of the processing of n2, if the selection result of the processing item is not received from the portable terminal 2 even after the elapse of a predetermined time (n8), the processing of n2 is executed again. This allows
Even if the portable terminal 2 is stopped due to an unexpected power interruption or the like, the screen shown in FIG. 7 is displayed when the portable terminal 2 is restarted. That is, even if the portable terminal 2 is stopped due to an unexpected accident, when the portable terminal 2 is restarted, it can be restarted from the processing at the time of the stop. Although not shown in the figure, even if the process of n2 is repeated a predetermined number of times, if there is no response from the mobile terminal 2, an error process is performed.

【0027】携帯端末2は、この入力要求を受信する
と、上記の選択要求の受信時と同様に表示部に入力要求
に含まれている画面データの画面を表示する(n16、
n17)。図8(A)は選択された処理項目が物品の入
庫処理であった場合、図8(B)は選択された処理項目
が物品の出庫処理であった場合、図8(C)は選択され
た処理項目が物品の在庫確認処理であった場合の画面の
例を示している。そして、携帯端末2(クライアント側
エミュレーション機能部25)は、ここで入力が要求さ
れた全ての種別のデータが入力されるのを待ち、入力さ
れた全ての種別のデータを含む入力結果をサーバ装置1
に送信する(n18、n19)。
When receiving the input request, the portable terminal 2 displays the screen of the screen data included in the input request on the display unit in the same manner as when the selection request is received (n16,
n17). FIG. 8A shows a case where the selected processing item is an article receiving process, FIG. 8B shows a case where the selected processing item is an article leaving process, and FIG. 8C shows a selected item. 13 shows an example of a screen when the processed item is an article inventory check process. Then, the portable terminal 2 (the client-side emulation function unit 25) waits for input of all types of data requested to be input here, and outputs an input result including all types of input data to the server device. 1
(N18, n19).

【0028】サーバ装置1は、携帯端末装置2からの入
力結果を受信すると、該入力結果をAP15に転送し、
この入力結果を用いてアプリケーションを実行する(n
5、n6)。なお、n4の処理完了後、所定時間経過し
ても携帯端末2から入力結果を受信しなければ(n
9)、再度n4の処理を実行する。これにより、携帯端
末2では不慮の電断等によって停止した場合であって
も、再度起動されたときに上記の図8に示した画面が表
示される。すなわち、携帯端末2は不慮の事故で停止し
ても、再起動したときに停止時の処理から再開できる。
なお、図では示していないが、n4の処理を所定回数繰
り返しても携帯端末2からの応答がなければ、エラー処
理を行う。
When receiving the input result from the portable terminal device 2, the server device 1 transfers the input result to the AP 15,
The application is executed using this input result (n
5, n6). After the completion of the process of n4, if the input result is not received from the portable terminal 2 even after the lapse of a predetermined time (n
9) Execute the process of n4 again. As a result, even when the portable terminal 2 is stopped due to an unexpected power interruption or the like, the screen shown in FIG. 8 is displayed when the portable terminal 2 is restarted. That is, even if the portable terminal 2 is stopped due to an accident, it can be restarted from the process at the time of restart when it is restarted.
Although not shown in the figure, even if the process of n4 is repeated a predetermined number of times, if there is no response from the portable terminal 2, an error process is performed.

【0029】そして、アプリケーションによる処理結果
を携帯端末2に送信して本処理を終了する(n7)。な
お、実行した処理が物品の入庫処理、出庫処理の場合に
は、n7において該物品の在庫数等のデータの更新も行
われる。また、在庫数等のデータは、サーバ装置1にお
いて管理(記憶)されている。
Then, the processing result of the application is transmitted to the portable terminal 2, and the processing is terminated (n7). In the case where the executed processing is the article entry processing and the article exit processing, data such as the stock number of the article is updated in n7. Also, data such as the number of stocks is managed (stored) in the server device 1.

【0030】携帯端末2は、サーバ装置1からの処理結
果を受信すると、上記の選択要求の受信時等と同様に処
理結果に含まれている画面データの画面を表示して本処
理を終了する(n20、n21)。図9(A)は選択さ
れた処理項目が物品の入庫処理であった場合、図9
(B)は選択された処理項目が物品の出庫処理であった
場合、図9(C)は選択された処理項目が物品の在庫確
認処理であった場合の画面の例を示している。
Upon receiving the processing result from the server device 1, the portable terminal 2 displays the screen of the screen data included in the processing result in the same manner as at the time of receiving the selection request, and ends the processing. (N20, n21). FIG. 9A shows a case where the selected processing item is the article storage processing.
FIG. 9B shows an example of a screen when the selected processing item is an article leaving process, and FIG. 9C shows an example of a screen when the selected processing item is an article stocking process.

【0031】以上のように、この実施形態のネットワー
クシステムでは、サーバ装置1が携帯端末2において表
示する画面の画面データを作成し、これを携帯端末2に
送信する等して、携帯端末2をサーバ装置1のエミュレ
ータとして機能させている。すなわち、携帯端末2は、
基本的にサーバ装置1からの要求に対して応答する機能
を有していればよく、特別なアプリケーションを必要と
しない。したがって、従来のように携帯端末2に画面デ
ータを作成するための機能(アプリケーション)等を設
ける必要がない。すなわち、サーバ装置1にアプリケー
ションを設けるだけでよい。また、開発するアプリケー
ションが1つで良いだけでなく、従来のように2つのア
プリケーション間の通信の規定や2つのアプリケーショ
ンが行う処理の切り分け等の作業も不用になる。よっ
て、ネットワークの開発期間の短縮および開発コストの
低減を図ることができる。また、携帯端末2ではサーバ
装置1で管理されているデータを保持することがないた
め、携帯端末2の故障や電断等によってデータが失われ
るという問題が生じることもなく、データの信頼性を向
上することができる。さらに、携帯端末2は処理途中に
不慮の事故で停止しても、再起動したときに停止時の処
理から再開でき、携帯端末2における不慮の事故に対す
る信頼性を向上することができる。
As described above, in the network system of this embodiment, the server device 1 creates screen data of a screen to be displayed on the portable terminal 2 and transmits the screen data to the portable terminal 2, for example. It functions as an emulator of the server device 1. That is, the mobile terminal 2
Basically, it only needs to have a function of responding to a request from the server device 1, and does not require a special application. Therefore, there is no need to provide a function (application) for creating screen data in the portable terminal 2 as in the related art. That is, it is only necessary to provide an application in the server device 1. Further, not only one application to be developed may be used, but also work for defining communication between the two applications and separating processes performed by the two applications as in the related art becomes unnecessary. Therefore, it is possible to shorten the development period of the network and reduce the development cost. Further, since the portable terminal 2 does not hold the data managed by the server device 1, there is no problem that the data is lost due to a failure of the portable terminal 2 or a power failure, and the reliability of the data is reduced. Can be improved. Further, even if the portable terminal 2 is stopped due to an unexpected accident during the processing, the portable terminal 2 can be restarted from the processing at the time of the restart when it is restarted, and the reliability of the portable terminal 2 against the unexpected accident can be improved.

【0032】また、携帯端末2では電源がオンされたと
きに、サーバ装置1に対して接続要求を行うようにした
ため、サーバ装置1との接続も容易に行うことができ
る。なお、携帯端末2に設けられている特定のキーが操
作されたときに、上記の接続要求を行うように構成して
もよい。
Further, when the portable terminal 2 is turned on, the connection request is made to the server device 1 so that the connection with the server device 1 can be made easily. The connection request may be made when a specific key provided on the mobile terminal 2 is operated.

【0033】また、サーバ装置1に、アプリケーション
のデバッグが行えるようにシミュレーション機能を設け
てもよい。シミュレーション機能を設けたサーバ装置の
機能構成を図10に示す。このサーバ装置1は図3に示
した機能構成に、上記の実施形態の携帯端末2に設けた
通信機能部24およびクライアント側エミュレーション
機能部25を追加した構成である。
Further, the server device 1 may be provided with a simulation function so that an application can be debugged. FIG. 10 shows a functional configuration of a server device provided with a simulation function. The server device 1 has a configuration in which a communication function unit 24 and a client-side emulation function unit 25 provided in the mobile terminal 2 of the above embodiment are added to the functional configuration shown in FIG.

【0034】この構成において、通信機能部12、24
を介してサーバ側エミュレーション機能部13とクライ
アント側エミュレーション機能部25との間で、上記の
実施形態で説明したサーバ装置1と携帯端末2との間で
行われて通信(この場合にはデータの転送となる。)を
実行することにより、開発したアプリケーションのデバ
ッグを行うことができる。すなわち、サーバ装置1単体
でアプリケーションのデバッグが行えるので、デバッグ
にかかる時間および費用の低減も図ることができる。な
お、図示していないが、クライアント側エミュレーショ
ン機能部25には専用API26が設けられているとと
もに、該API26によってサーバ装置1に備えられて
いる表示装置の画面制御やキーボードからの入力の読み
取りが行われる。
In this configuration, the communication function units 12 and 24
Communication between the server-side emulation function unit 13 and the client-side emulation function unit 25 between the server device 1 and the portable terminal 2 described in the above embodiment (in this case, data Transfer)), the developed application can be debugged. That is, since the application can be debugged by the server device 1 alone, the time and cost required for the debugging can be reduced. Although not shown, a dedicated API 26 is provided in the client-side emulation function unit 25, and the API 26 controls the screen of a display device provided in the server device 1 and reads an input from a keyboard. Will be

【0035】なお、上記の実施形態では、サーバ装置1
から画面データを送信するとしたが、印字用のデータを
送信することもできる。また、この発明で言うクライア
ント装置を携帯端末2としたが、据え置き型の端末装置
であってもよい。また、サーバ装置1が物品管理を行う
ものであるとしたが、他の種別のデータを管理するもの
であってもよい。また、クライアント側の装置の入力部
としては、キーボードだけでなく、バーコードリーダ、
音声認識装置、スキャナ等を設けることもできる。ま
た、出力部として印字装置(プリンタ)や音声出力装置
等を設けることもできる。さらに、図11(A)に示す
サーバ装置1をネットワーク3に直接接続したネットワ
ークシステムや図11(B)に示すサーバ装置1および
クライアント装置2’をネットワーク3に直接接続した
ネットワークシステム等にも本願発明を適用できる。
In the above embodiment, the server 1
Although the screen data is transmitted from, it is also possible to transmit data for printing. Further, the client device referred to in the present invention is the portable terminal 2, but may be a stationary terminal device. Further, although the server device 1 manages articles, the server apparatus 1 may manage other types of data. In addition, as an input unit of the device on the client side, not only a keyboard but also a barcode reader,
A voice recognition device, a scanner, and the like can be provided. Further, a printing device (printer), a sound output device, or the like can be provided as the output unit. Further, the present invention is applied to a network system in which the server device 1 shown in FIG. 11A is directly connected to the network 3, a network system in which the server device 1 and the client device 2 ′ shown in FIG. The invention can be applied.

【0036】[0036]

【発明の効果】以上のように、この発明によれば、端末
装置をサーバ装置のエミュレータとして機能させるよう
にしたため、サーバ装置にのみアプリケーションを設け
ればよく、クライアント装置におけるアプリケーション
の開発が不用となる。これにより、開発期間の短縮およ
び開発コストの低減を図ることができる。しかも、サー
バ装置のOSとして汎用性のあるWindowsNTを
利用したので、汎用のコンピュータをサーバ装置として
利用することができる。
As described above, according to the present invention, since the terminal device is made to function as an emulator of the server device, an application may be provided only in the server device, and it is unnecessary to develop an application in the client device. Become. As a result, the development period and the development cost can be reduced. In addition, since Windows NT having versatility is used as the OS of the server device, a general-purpose computer can be used as the server device.

【0037】また、端末装置からサーバ装置に対して接
続要求を行う構成を設けたので、任意のタイミングで端
末装置をサーバ装置に接続することができる。
Further, since a configuration is provided in which the terminal device issues a connection request to the server device, the terminal device can be connected to the server device at an arbitrary timing.

【0038】さらに、前記サーバ側入出力プログラム
は、所定時間内に前記クライアント側入出力プログラム
においてリンクした入出力動作が行われないとき、前記
クライアント側入出力プログラムに再度入出力動作を要
求するように構成したので、前記端末装置が処理途中に
不慮の電断等で停止した場合であっても、端末装置が再
度起動されると上記停止時の処理から再開することがで
きる。これにより、端末装置における不慮の事故に対す
る信頼性を向上することができる。
Further, the server-side input / output program requests the client-side input / output program to perform the input / output operation again when the linked input / output operation is not performed in the client-side input / output program within a predetermined time. Therefore, even if the terminal device is stopped due to an unexpected power interruption or the like in the middle of the process, when the terminal device is restarted, the process at the time of the stop can be restarted. As a result, the reliability of the terminal device against an unexpected accident can be improved.

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

【図1】この発明の実施形態であるネットワークシステ
ムの構成を示す図である。
FIG. 1 is a diagram showing a configuration of a network system according to an embodiment of the present invention.

【図2】サーバ装置の機能構成を示す図である。FIG. 2 is a diagram illustrating a functional configuration of a server device.

【図3】携帯端末の機能構成を示す図である。FIG. 3 is a diagram illustrating a functional configuration of a mobile terminal.

【図4】サーバ装置の処理を示すフローチャートであ
る。
FIG. 4 is a flowchart illustrating processing of a server device.

【図5】携帯端末の処理を示すフローチャートである。FIG. 5 is a flowchart showing processing of the mobile terminal.

【図6】サーバ装置と携帯端末との間におけるデータの
流れを示す図である。
FIG. 6 is a diagram showing a data flow between a server device and a mobile terminal.

【図7】携帯端末における表示部の表示例を示す図であ
る。
FIG. 7 is a diagram illustrating a display example of a display unit in the mobile terminal.

【図8】携帯端末における表示部の表示例を示す図であ
る。
FIG. 8 is a diagram illustrating a display example of a display unit in the mobile terminal.

【図9】携帯端末における表示部の表示例を示す図であ
る。
FIG. 9 is a diagram illustrating a display example of a display unit in the mobile terminal.

【図10】この発明の別の実施形態であるネットワーク
システムに適用されるサーバ装置の機能構成を示す図で
ある。
FIG. 10 is a diagram illustrating a functional configuration of a server device applied to a network system according to another embodiment of the present invention;

【図11】この発明の別の実施形態であるネットワーク
システムの構成を示す図である。
FIG. 11 is a diagram showing a configuration of a network system according to another embodiment of the present invention.

【図12】請求項6に記載した発明の概要を示す図であ
る。
FIG. 12 is a diagram showing an outline of the invention described in claim 6;

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

1−サーバ装置 2−携帯端末(2’−クライアント装置) 3−ネットワーク 4−無線サーバ 5−無線ブリッジ 13−サーバ側エミュレーションソフト 25−クライアント側エミュレーションソフト 26−専用API 1-server device 2-portable terminal (2'-client device) 3-network 4-wireless server 5-wireless bridge 13-server emulation software 25-client emulation software 26-dedicated API

───────────────────────────────────────────────────── フロントページの続き (72)発明者 田下 吉久 兵庫県西宮市芦原町9番52号 古野電気株 式会社内 (72)発明者 赤尾 祐太郎 兵庫県西宮市芦原町9番52号 古野電気株 式会社内 (72)発明者 中谷 聡志 兵庫県西宮市芦原町9番52号 古野電気株 式会社内 (72)発明者 唐木 繁 兵庫県西宮市芦原町9番52号 古野電気株 式会社内 (72)発明者 淺沼 和之 大阪府大阪市北区天神橋1丁目7番15号ピ アリッツ天神橋株式会社ノベラック内 Fターム(参考) 5B042 GA12 GA21 HH06 HH07 NN54 5B089 GA11 GA21 GA25 GB03 GB09 KA10 KA12 KC29 MD09 ME08 5K033 AA04 CB01 DA01 DA05 DA19 DB14 DB18  ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Yoshihisa Tashita 9-52, Ashiharacho, Nishinomiya-shi, Hyogo Furuno Electric Co., Ltd. (72) Inventor Yutaro Akao 9-52, Ashihara-cho, Nishinomiya-shi, Hyogo Furuno Inside Electric Company (72) Inventor Satoshi Nakatani 9-52, Ashihara-cho, Nishinomiya City, Hyogo Prefecture Inside Furuno Electric Company (72) Inventor Shigeru Karaki 9-52, Ashihara-cho, Nishinomiya City, Hyogo Prefecture Furuno Electric Company (72) Inventor Kazuyuki Asanuma 1-7-15 Tenjinbashi, Kita-ku, Osaka City, Osaka Pref. ME08 5K033 AA04 CB01 DA01 DA05 DA19 DB14 DB18

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 アプリケーションプログラムと、 このアプリケーションプログラムからの呼び出しに応じ
て、端末装置での入出力制御を行うサーバ側入出力プロ
グラム、および、このサーバ側入出力プログラムにリン
クして入出力動作を行うクライアント側入出力プログラ
ムを備え、 前記アプリケーションプログラムとサーバ側入出力プロ
グラムはサーバ装置に配置され、 前記クライアント側入出力プログラムは端末装置側に配
置され、 さらに、前記サーバ側入出力プログラムとアプリケーシ
ョンプログラムは、WindowsNT(マイクロソフ
ト社製OS)上に作成されたネットワークシステム。
1. An application program, a server-side input / output program for controlling input / output in a terminal device in response to a call from the application program, and an input / output operation linked to the server-side input / output program A client-side input / output program, wherein the application program and the server-side input / output program are located on a server device, the client-side input / output program is located on a terminal device side, and the server-side input / output program and the application program Is a network system created on WindowsNT (Microsoft OS).
【請求項2】 前記クライアント側入出力プログラム
は、サーバ側入出力プログラムに対して接続要求を行う
請求項1に記載のネットワークシステム。
2. The network system according to claim 1, wherein the client-side input / output program issues a connection request to a server-side input / output program.
【請求項3】 前記クライアント入出力プログラムとサ
ーバ側入出力プログラムとを無線LANで接続する無線
通信部を備える、請求項1または2に記載のネットワー
クシステム。
3. The network system according to claim 1, further comprising a wireless communication unit that connects the client input / output program and the server-side input / output program via a wireless LAN.
【請求項4】 前記端末装置は携帯端末である請求項3
記載のネットワークシステム。
4. The terminal device according to claim 3, wherein the terminal device is a portable terminal.
Network system as described.
【請求項5】 アプリケーションプログラムと、 このアプリケーションプログラムからの呼び出しに応じ
て、端末装置での入出力制御を行うサーバ側入出力プロ
グラム、および、このサーバ側入出力プログラムにリン
クして入出力動作を行うクライアント側入出力プログラ
ムを備え、 前記アプリケーションプログラムとサーバ側入出力プロ
グラムはサーバ装置に配置され、 前記クライアント側入出力プログラムは端末装置側に配
置され、 さらに、前記サーバ側入出力プログラムは、所定時間内
に前記クライアント側入出力プログラムにおいてリンク
した入出力動作が行われないとき、および入出力動作に
対する要求の応答が無い状態で、クライアント側から接
続要求があった場合に、前記クライアント側入出力プロ
グラムに再度入出力動作を要求するネットワークシステ
ム。
5. An application program, a server-side input / output program for performing input / output control on a terminal device in response to a call from the application program, and an input / output operation linked to the server-side input / output program. A client-side input / output program, wherein the application program and the server-side input / output program are located on a server device, the client-side input / output program is located on a terminal device side, and the server-side input / output program is When a linked input / output operation is not performed in the client-side input / output program within a time period or when there is no response to a request for the input / output operation and a connection request is received from the client side, the client-side input / output I / O operation to the program again Network system that request.
【請求項6】 アプリケーションプログラムと、 このアプリケーションプログラムからの呼び出しに応じ
て、端末装置での入出力制御を行うサーバ側入出力プロ
グラム、および、このサーバ側入出力プログラムにリン
クして入出力動作を行うクライアント側入出力プログラ
ムを備え、 前記アプリケーションプログラムとサーバ側入出力プロ
グラムはサーバ装置に配置され、 前記クライアント側入出力プログラムは端末装置側に配
置され、 前記クライアント側入出力プログラムは、前記サーバ側
入出力プログラムに対して接続要求を行う接続要求手段
を有し、 前記サーバ側入出力プログラムは、前記クライアント側
入出力プログラムに対して画面表示を要求する画面表示
要求手段、データの入力を要求するデータ入力要求手
段、および、処理結果を送信する処理結果送信手段を有
し、 さらに、前記クライアント側入出力プログラムから上記
接続要求を受けると前記クライアント側入出力プログラ
ムに対して上記画面表示要求手段、入力要求手段、およ
び処理結果送信手段を該クライアント側入出力プログラ
ムからの応答に応じて実行するプログラムであり、 さらに、前記クライアント側入出力プログラムは、上記
選択要求、入力要求、および、処理結果に含まれる画面
データに基づく画面表示を行うとともに、上記入力要求
に対して応答するプログラムであるネットワークシステ
ム。
6. An application program, a server-side input / output program for performing input / output control on a terminal device in response to a call from the application program, and an input / output operation linked to the server-side input / output program. A client-side input / output program, wherein the application program and the server-side input / output program are located on a server device, the client-side input / output program is located on a terminal device side, and the client-side input / output program is located on the server side. A connection request unit for making a connection request to the input / output program, wherein the server-side input / output program requests a screen display request unit for requesting a screen display to the client-side input / output program; and a data input request. Data input request means and processing Further comprising a processing result transmitting unit for transmitting the connection request from the client side input / output program, the screen display requesting unit, the input requesting unit, and the processing result transmission to the client side input / output program. A program for executing means in response to a response from the client-side input / output program. The client-side input / output program further includes a screen display based on the selection request, the input request, and the screen data included in the processing result. And a network program that responds to the input request.
【請求項7】 前記サーバ側入出力プログラムは、所定
時間内に前記クライアント側入出力プログラムから上記
要求に対する応答が無いとき、および入出力動作に対す
る要求の応答が無い状態で、クライアント側から接続要
求があった場合に、前記クライアント側入出力プログラ
ムに再度同じ要求を行う請求項6記載のネットワークシ
ステム。
7. The server-side input / output program issues a connection request from the client side when there is no response to the request from the client-side input / output program within a predetermined period of time or when there is no response to the request for input / output operation. 7. The network system according to claim 6, wherein when there is a request, the same request is made to the client-side input / output program again.
【請求項8】 アプリケーションプログラムからの呼び
出しに応じて、端末装置での入出力制御を行うサーバ側
入出力プログラム、および、このサーバ側入出力プログ
ラムにリンクして入出力動作を行うクライアント側入出
力プログラムと、を備え、 前記サーバ側入出力プログラムとアプリケーションプロ
グラムは、WindowsNT(マイクロソフト社製O
S)上で実行されるプログラムであるエミュレータプロ
グラムを記録した記録媒体。
8. A server-side input / output program that performs input / output control on a terminal device in response to a call from an application program, and a client-side input / output that performs an input / output operation by linking to the server-side input / output program. And a server-side input / output program and an application program.
S) A recording medium on which an emulator program which is a program executed on the emulator program is recorded.
【請求項9】 アプリケーションプログラムからの呼び
出しに応じて、端末装置での入出力制御を行うサーバ側
入出力プログラム、および、このサーバ側入出力プログ
ラムにリンクして入出力動作を行うクライアント側入出
力プログラムと、を備え、 さらに、前記サーバ側入出力プログラムは、所定時間内
に前記クライアント側入出力プログラムにおいてリンク
した入出力動作が行われないとき、および入出力動作に
対する要求の応答が無い状態で、クライアント側から接
続要求があった場合に、前記クライアント側入出力プロ
グラムに再度入出力動作を要求するプログラムであるエ
ミュレータプログラムを記録した記録媒体。
9. A server-side input / output program that performs input / output control on a terminal device in response to a call from an application program, and a client-side input / output that performs input / output operations by linking to the server-side input / output program. And the server-side input / output program is configured such that when the linked input / output operation is not performed in the client-side input / output program within a predetermined time, and in a state where there is no response to a request for the input / output operation. And a recording medium on which an emulator program which is a program for requesting the client-side input / output program to perform an input / output operation again when a connection request is made from the client side.
JP29083998A 1998-10-13 1998-10-13 Recording medium recording network system and emulator program Expired - Lifetime JP3634163B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP29083998A JP3634163B2 (en) 1998-10-13 1998-10-13 Recording medium recording network system and emulator program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP29083998A JP3634163B2 (en) 1998-10-13 1998-10-13 Recording medium recording network system and emulator program

Publications (2)

Publication Number Publication Date
JP2000122942A true JP2000122942A (en) 2000-04-28
JP3634163B2 JP3634163B2 (en) 2005-03-30

Family

ID=17761163

Family Applications (1)

Application Number Title Priority Date Filing Date
JP29083998A Expired - Lifetime JP3634163B2 (en) 1998-10-13 1998-10-13 Recording medium recording network system and emulator program

Country Status (1)

Country Link
JP (1) JP3634163B2 (en)

Also Published As

Publication number Publication date
JP3634163B2 (en) 2005-03-30

Similar Documents

Publication Publication Date Title
US5349675A (en) System for directly displaying remote screen information and providing simulated keyboard input by exchanging high level commands
KR20180061589A (en) Software build system and software build method using the system
CN100405300C (en) Mechanism for asynchronous components to be application framework agnostic
JP2002024054A (en) Client/server scan software architecture
JPH09107387A (en) Protocol conversion gateway system
JP2000122942A (en) Network system and recording medium where emulator program is recorded
CN111708568B (en) Modularized development decoupling method and terminal
JPH0831084B2 (en) User support method for information processing system
JPH09163060A (en) Facsimile equipment and using method therefor
JP2000341357A (en) Communication controller, measurement control system and recording medium
JP2000267977A (en) Network system and recording medium in which communication control program is recorded
JPS62121562A (en) Data communication system
JP2004021751A (en) Debug system, debug program, and debug program storage medium
KR20010069467A (en) Method of remote control and treatment for computer and control box
JPH04289950A (en) Communication control method
JP3442175B2 (en) Central processing unit
JPH04305752A (en) Network system
JPH08161186A (en) Inter-task communication system
JPH0844679A (en) Information processing system
JPH04178050A (en) Lan system
JPH02196346A (en) On-line evaluation device
JPH07244549A (en) Data terminal equipment
JPH08255094A (en) Inter-processor communication test device
JPH047655A (en) Program evaluation method and communication system evaluation device
JPS60122432A (en) Interruption function diagnostic system in computer system

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040518

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20040720

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: 20041130

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20041222

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: 20090107

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20100107

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20110107

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20120107

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20130107

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20130107

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20140107

Year of fee payment: 9

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

EXPY Cancellation because of completion of term