JP4729288B2 - Automatic transaction system for synchronous control of screen display and device processing, automatic transaction apparatus and server used therefor - Google Patents

Automatic transaction system for synchronous control of screen display and device processing, automatic transaction apparatus and server used therefor Download PDF

Info

Publication number
JP4729288B2
JP4729288B2 JP2004315005A JP2004315005A JP4729288B2 JP 4729288 B2 JP4729288 B2 JP 4729288B2 JP 2004315005 A JP2004315005 A JP 2004315005A JP 2004315005 A JP2004315005 A JP 2004315005A JP 4729288 B2 JP4729288 B2 JP 4729288B2
Authority
JP
Japan
Prior art keywords
automatic transaction
server
transaction apparatus
screen
device processing
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
JP2004315005A
Other languages
Japanese (ja)
Other versions
JP2006127179A5 (en
JP2006127179A (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.)
Hitachi Omron Terminal Solutions Corp
Original Assignee
Hitachi Omron Terminal Solutions Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Omron Terminal Solutions Corp filed Critical Hitachi Omron Terminal Solutions Corp
Priority to JP2004315005A priority Critical patent/JP4729288B2/en
Publication of JP2006127179A publication Critical patent/JP2006127179A/en
Publication of JP2006127179A5 publication Critical patent/JP2006127179A5/ja
Application granted granted Critical
Publication of JP4729288B2 publication Critical patent/JP4729288B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Description

本発明は、Webアプリケーションサーバに業務アプリケーションと画面コンテンツを配置し、クライアントである自動取引装置の顧客操作画面(ブラウザとも言う)からのリクエストにより、サーバ側で業務アプリケーションを実行し、表示画面生成を行い、自動取引装置のブラウザに対して表示画面をレスポンスし、ブラウザに顧客操作用の画面を表示することで取引を実現する自動取引システムに関する。   The present invention arranges a business application and screen content on a Web application server, executes a business application on the server side in response to a request from a customer operation screen (also referred to as a browser) of an automatic transaction apparatus as a client, and generates a display screen. The present invention relates to an automatic transaction system that performs a transaction by responding a display screen to a browser of an automatic transaction apparatus and displaying a screen for customer operation on the browser.

Webサーバを用いた自動取引装置を実現する従来技術としては、特許文献1がある。画面コンテンツをWebサーバ上に保有し、クライアント(自動取引装置)からのリクエストによってサーバ上で画面生成を行い、クライアントに画面データをダウンロードした後でクライアント側のブラウザで画面データを表示させる方式がある。   As a prior art for realizing an automatic transaction apparatus using a Web server, there is Patent Literature 1. There is a method in which screen contents are stored on a Web server, a screen is generated on the server in response to a request from the client (automatic transaction apparatus), and the screen data is displayed on the browser on the client side after the screen data is downloaded to the client. .

特開2001−76212号公報JP 2001-76212 A

特許文献1のようにクライアント側からの入力に応じてサーバ側が制御して画面を次々と表示させる技術は一般的である。しかし、リクエストに基づいてサーバからクライアント側のデバイス制御を行った場合には、クライアント側での画面表示処理とクライアント側のデバイス制御との間のタイムラグを配慮する必要があるが、これについては考慮されていない。そのため、サーバ側でデバイス処理要求と表示画面のレスポンスを順次処理するだけでは、回線速度の物理的制限により画面表示の遅延が発生し、クライアント側でデバイス制御と画面表示の同期が取れない問題が発生する。   As in Patent Document 1, a technique for controlling the server side in accordance with an input from the client side and displaying screens one after another is common. However, when client-side device control is performed from the server based on the request, it is necessary to consider the time lag between screen display processing on the client side and device control on the client side. It has not been. For this reason, simply processing the device processing request and the display screen response sequentially on the server side causes a delay in screen display due to physical limitations of the line speed, and the client side cannot synchronize the device control and screen display. appear.

上述の問題を解決するため、サーバ側にデバイス処理要求を伴う業務アプリケーションを配置した構成において、(1)ブラウザからのリクエストにより業務アプリケーションが処理を行い、デバイス処理要求を行う、(2)自動取引装置の保留キューにデバイス処理要求を保留する、(3)サーバ側で画面生成を行いブラウザにレスポンスする事で画面を表示する、(4)ブラウザから保留キューに表示完了を通知することで、保留されていたデバイス処理要求をデバイス制御に通知する、の何れか1つ以上の構成を採用する自動取引システムを提供する。   In order to solve the above-mentioned problem, in a configuration in which a business application accompanied by a device processing request is arranged on the server side, (1) the business application processes by the request from the browser and makes a device processing request. (2) Automatic transaction Hold the device processing request in the device hold queue, (3) Generate the screen on the server side and display the screen by responding to the browser, (4) Hold the display by notifying the hold queue from the browser Provided is an automatic transaction system that employs any one or more configurations of notifying device control of a device processing request that has been made.

本発明によればデバイス処理要求を伴う業務アプリケーションをサーバ側で実行した場合でも、クライアント側でローカルに同期制御を行うことで、ブラウザ表示とデバイス処理(フリッカランプ点灯や媒体返却等)の同期を取り易くなる。これにより、デバイスの動きにタイムラグなく対応したブラウザ画面を表示でき、エンドユーザの操作をスムーズに誘導することができる。   According to the present invention, even when a business application accompanied by a device processing request is executed on the server side, synchronization of browser display and device processing (flicker lamp lighting, medium return, etc.) is synchronized by performing synchronous control locally on the client side. It becomes easy to take. Thereby, the browser screen corresponding to the movement of the device can be displayed without time lag, and the end user's operation can be smoothly guided.

以下、本発明の最良の形態について図を用いて説明する。図1は一実施例を示すシステム構成である。自動取引装置3は、顧客又は利用者の操作によって入金や出金等の取引を自動的に行う装置であり、金融機関やコンビニ等に設置されている。ブラウザ8は顧客に表示する画面を閲覧する機能を主に有したソフトウェアであり、顧客操作画面7からの顧客操作に応じてWebアプリケーションサーバ2に対してリクエストを上げ、レスポンスに応じた次画面を表示する。なお、後述のCPU等のハード構成を有する制御ユニット(制御部)に記憶されたもので当該ハードと有機的に結びついて種々の制御、処理を行う。また、図1の自動取引装置3の各構成は基本的に制御ユニットに記憶されたものであり、よって制御ユニットが後述の各機能を有しているとも言える。また、ブラウザ8に付随するプログラムであるApplet9を用いることで画面表示以外の処理を行う。通信制御部10はサーバ2の業務アプリケーション6と通信する役割を果たし、また、特定の処理を保留することが出来る保留キュー11を有し、デバイス制御12に処理の要求を行う。デバイス制御部12は各種デバイス(後述の各機構、ユニット)に対して処理要求を行う。
CPU、メモリ、記憶装置等のハード構成を有するWebアプリケーションサーバ2はブラウザ8からのリクエストに応じて画面を生成し、その情報をレスポンスすることで、最終的に自動取引装置3のブラウザ8に顧客操作画面7を表示する。業務アプリケーション6は自動取引装置3にて取引を実現するためのプログラムであり、取引の種類に応じてシーケンシャルな処理を行う。この処理の過程で自動取引装置3のデバイスを処理する必要が生じた場合は、通信制御部10に対して処理要求を行うことができる。顧客操作画面生成部5は業務アプリケーション6の実行結果データを元に、画面コンテンツ4内の画像ファイル等を利用し、自動取引装置8の顧客操作画面7に表示する画面データを生成する。そしてこのWebアプリケーションサーバ2がホストコンピュータ1と交信することで、自動取引装置3より要求される様々な取引を行うことが出来るシステム構成である。
Hereinafter, the best mode of the present invention will be described with reference to the drawings. FIG. 1 shows a system configuration showing an embodiment. The automatic transaction apparatus 3 is an apparatus that automatically performs transactions such as deposits and withdrawals by operations of customers or users, and is installed in financial institutions, convenience stores, and the like. The browser 8 is software mainly having a function of browsing a screen to be displayed to the customer. The browser 8 issues a request to the Web application server 2 in response to the customer operation from the customer operation screen 7, and displays the next screen in response to the response. indicate. In addition, what is memorize | stored in the control unit (control part) which has hardware constitutions, such as below-mentioned CPU, performs various control and a process organically connected with the said hardware. Moreover, each structure of the automatic transaction apparatus 3 of FIG. 1 is fundamentally memorize | stored in the control unit, Therefore It can also be said that the control unit has each function mentioned later. Also, processing other than the screen display is performed by using Applet 9 which is a program attached to the browser 8. The communication control unit 10 plays a role of communicating with the business application 6 of the server 2 and has a hold queue 11 that can hold a specific process, and requests the device control 12 for the process. The device control unit 12 issues processing requests to various devices (each mechanism and unit described later).
The Web application server 2 having a hardware configuration such as a CPU, a memory, and a storage device generates a screen in response to a request from the browser 8 and responds to the information, so that the browser 8 of the automatic transaction apparatus 3 is finally contacted with The operation screen 7 is displayed. The business application 6 is a program for realizing a transaction in the automatic transaction apparatus 3, and performs a sequential process according to the type of transaction. When it becomes necessary to process the device of the automatic transaction apparatus 3 in the course of this processing, a processing request can be made to the communication control unit 10. The customer operation screen generation unit 5 generates screen data to be displayed on the customer operation screen 7 of the automatic transaction apparatus 8 by using an image file or the like in the screen content 4 based on the execution result data of the business application 6. The web application server 2 communicates with the host computer 1 so that various transactions required by the automatic transaction apparatus 3 can be performed.

図2は自動取引装置の概略構成を示す説明図である。図示するように本体の自動取引装置3には次のハードユニットが備えられている。顧客操作部27は顧客が取引を行う際に取引選択や取引内容の確認を行うために用いられ、上述のブラウザ8によって顧客操作画面7として種々の表示が行われる。カード取扱機構30はカードの磁気ストライプの読み書きができ、また、カードの吸入や排出を行う。通帳取扱機構29は磁気ストライプから情報を読み取ることができ、また、取引結果を印字する機能がある。紙幣入出金機構28は取引の際に発生する紙幣の出し入れや、紙幣を鑑別する鑑別部、紙幣を金種別に収納する収納ボックスを具備するユニットである。明細票取扱機構31は利用者が行った取引内容の顧客控えである明細票に取引内容を印字し、排出する機能がある。
上記の自動取引装置3の各ユニットをCPU、メモリ等のハード構成を有する制御ユニット38が制御を行うことで各ユニット間の情報の受け渡しが可能となる。自動取引装置3はWebアプリケーションサーバ2に通信回線を介して接続されている。制御ユニット38はWebアプリケーションサーバ2と通信を行いつつ、取引を実現する。図中の制御ユニット38はソフトウェア的に各機能ブロックから構成され、主制御部20によって制御される。
カードリード/ライト部24はカード取扱機構30を制御して磁気ストライプからの情報を取得する。同様に通帳情報入出力部25は通帳取扱機構29を制御して通帳からの情報の入力および通帳への書込み処理を制御する。指示入出力部21は顧客操作部27を制御し、顧客が操作するための画面を表示、さらに操作結果情報の取得を行う。紙幣入出金処理部22は紙幣入出金機構36の入出金口のシャッタ開閉や、出金枚数や入金枚数を制御する。明細票印字部23は明細票取扱機構31の排出制御や明細票の印字制御を行う。通信部26はWebアプリケーションサーバとの通信を制御する。フリッカランプ33、34、35、36は上述の各ユニットの挿入又は排出口近傍に設置され、それぞれ点灯することで、カード取扱機構30、明細票取扱機構31、通帳取扱機構29、紙幣入出金機構28に挿入要求もしくは排出中を顧客に視覚的に知らせる機能がある。
FIG. 2 is an explanatory diagram showing a schematic configuration of the automatic transaction apparatus. As shown in the figure, the automatic transaction apparatus 3 of the main body is provided with the following hardware units. The customer operation unit 27 is used to select a transaction and confirm transaction details when the customer conducts a transaction, and various displays are performed as the customer operation screen 7 by the browser 8 described above. The card handling mechanism 30 can read and write the magnetic stripe of the card, and inhales and ejects the card. The bankbook handling mechanism 29 can read information from the magnetic stripe and has a function of printing a transaction result. The banknote depositing / withdrawing mechanism 28 is a unit including a banking unit for depositing / withdrawing banknotes generated during transactions, a discrimination unit for discriminating banknotes, and a storage box for storing banknotes in denominations. The statement slip handling mechanism 31 has a function of printing and discharging the transaction contents on a statement slip that is a customer copy of the transaction details performed by the user.
Information can be exchanged between the units by controlling each unit of the automatic transaction apparatus 3 by a control unit 38 having a hardware configuration such as a CPU and a memory. The automatic transaction apparatus 3 is connected to the web application server 2 via a communication line. The control unit 38 realizes a transaction while communicating with the Web application server 2. The control unit 38 in the figure is composed of functional blocks in terms of software and is controlled by the main control unit 20.
The card read / write unit 24 controls the card handling mechanism 30 to acquire information from the magnetic stripe. Similarly, the passbook information input / output unit 25 controls the passbook handling mechanism 29 to control the input of information from the passbook and the writing process to the passbook. The instruction input / output unit 21 controls the customer operation unit 27 to display a screen for the customer to operate and to acquire operation result information. The banknote deposit / withdrawal processing unit 22 controls the shutter opening / closing of the deposit / withdrawal port of the banknote deposit / withdrawal mechanism 36, and the number of deposits / deposits. The statement slip printing unit 23 performs discharge control of the statement slip handling mechanism 31 and print control of the statement slip. The communication unit 26 controls communication with the Web application server. The flicker lamps 33, 34, 35, and 36 are installed in the vicinity of the insertion or discharge opening of each unit described above, and are turned on to thereby enable the card handling mechanism 30, the statement slip handling mechanism 31, the passbook handling mechanism 29, and the banknote deposit and withdrawal mechanism. 28 has a function of visually informing the customer of insertion request or discharging.

このように、自動取引装置(ATM)の各ユニット(機構、デバイス)は制御ユニット38(単に制御部、制御手段とも言う)によって処理、制御が行われ、特に顧客操作部27にて検知する顧客の選択取引とそれらに対するWebアプリケーションサーバ2からの指示等で各種の処理を行うシステムである。   As described above, each unit (mechanism, device) of the automatic transaction apparatus (ATM) is processed and controlled by the control unit 38 (also simply referred to as a control unit or control means), and in particular, a customer detected by the customer operation unit 27. This is a system for performing various processes in accordance with selected transactions and instructions from the Web application server 2 for them.

図1,2にて説明した各構成を用いて具体的な取引を例に以下説明する。なお、上述の制御ユニット38或いは制御ユニット38に記憶されたブラウザ8によって主要な各種の処理、制御が行われる。   A specific transaction will be described below as an example using each configuration described in FIGS. Note that various kinds of main processing and control are performed by the control unit 38 or the browser 8 stored in the control unit 38.

図3は、自動取引装置3とWebアプリケーションサーバ2(単にサーバ)との関係を示し、自動取引装置3側ではブラウザ8によって操作部27に表示される初期画面やガイダンスを示している。本実施例ではブラウザ(顧客操作画面)の取引選択画面40で利用者が引出キー48を押下した場合の画面遷移に基づいて説明するが、他の取引「預入」「残高照会」「振込」の各取引項目を選択した場合にも適用できる。   FIG. 3 shows the relationship between the automatic transaction apparatus 3 and the Web application server 2 (simply a server), and shows an initial screen and guidance displayed on the operation unit 27 by the browser 8 on the automatic transaction apparatus 3 side. In this embodiment, description will be made based on the screen transition when the user presses the withdrawal key 48 on the transaction selection screen 40 of the browser (customer operation screen), but other transactions “deposit”, “balance inquiry”, and “transfer” It can also be applied when each transaction item is selected.

初期画面でもある取引選択画面40にて顧客が引出キー48を押下するとそれを検知してWebアプリケーションサーバ2にリクエストを上げる(送信する)。Webアプリケーションサーバ2でリクエストを受信して当該リクエストに対する業務処理を業務アプリケーション6中心に行い、画面コンテンツ4から必要な素材を取得し、合わせて業務アプリケーション6による業務処理結果から画面生成部5を介して画面生成する。そして生成された画面と自動取引装置3のカード取扱機構30で必要な処理を、レスポンスとして自動取引装置3に送信する。自動取引装置30はサーバ2からのこれらのレスポンスを受信することでカード取扱機構30の起動或いは読取やカード搬送に必要な処理を行い、一方、操作部27にはブラウザ8による制御、機能によってカード挿入画面41を表示する。カード挿入画面41で顧客がカード取扱機構30の挿入/排出口にカードを挿入すると、それを検知してブラウザ8を介してWebアプリケーションサーバ2にリクエストを上げる。以下同様に、暗証番号入力画面42で暗証番号の入力が完了するとリクエストを上げ、支払金額入力画面43で金額入力が完了するとリクエストを上げる。さらに、カード・明細票受取画面44で顧客がカードと明細票の受取りが完了するとブラウザを介してリクエストを上げ、紙幣受取画面45で紙幣の受取りが完了するとブラウザを介してリクエストを上げる。そして、紙幣受取画面45からのリクエストに対して、初期画面に相当する取引選択画面40をレスポンスすることで、再び取引を行う。このようなクライアント・サーバによる自動取引システムにて種々の取引を可能にする。   When the customer presses the withdrawal key 48 on the transaction selection screen 40 which is also an initial screen, it detects that and sends a request to the Web application server 2 (transmits it). The Web application server 2 receives the request, performs the business process for the request centered on the business application 6, acquires the necessary material from the screen content 4, and combines the business process result of the business application 6 via the screen generation unit 5. To generate a screen. And the process required by the card | curd handling mechanism 30 of the produced | generated screen and the automatic transaction apparatus 3 is transmitted to the automatic transaction apparatus 3 as a response. The automatic transaction apparatus 30 receives these responses from the server 2 to perform processing necessary for activation or reading of the card handling mechanism 30 and card conveyance. On the other hand, the operation unit 27 controls the card by the control and function of the browser 8. An insertion screen 41 is displayed. When a customer inserts a card into the insertion / eject port of the card handling mechanism 30 on the card insertion screen 41, this is detected and a request is sent to the Web application server 2 via the browser 8. Similarly, a request is made when the input of the password is completed on the password input screen 42, and a request is made when the amount input is completed on the payment amount input screen 43. Further, when the customer completes receipt of the card and statement slip on the card / detail receipt screen 44, the customer issues a request via the browser, and when the bill receipt screen 45 completes receipt of the bill, the request is raised via the browser. And it responds with the transaction selection screen 40 equivalent to an initial screen with respect to the request from the banknote receipt screen 45, and performs a transaction again. Various transactions can be performed by such an automatic transaction system using a client server.

このような自動取引装置3への画面表示に加え、本自動取引システムでは自動取引装置3に具備された各ユニット(狭義のデバイス)の処理、制御をするために、自動取引装置3をシーケンシャルに動作させるサーバ2の業務アプリケーション6からのデバイス処理要求と連動させる必要がある。なお、図1ではサーバ2とATM3間でブラウザ8による画面7の表示制御と、業務アプリケーション6と通信制御部10とのデバイス制御とを分けていることを示している。   In addition to such screen display on the automatic transaction apparatus 3, the automatic transaction apparatus 3 is sequentially used to process and control each unit (device in a narrow sense) provided in the automatic transaction apparatus 3 in this automatic transaction system. It is necessary to link with a device processing request from the business application 6 of the server 2 to be operated. FIG. 1 shows that the display control of the screen 7 by the browser 8 and the device control of the business application 6 and the communication control unit 10 are divided between the server 2 and the ATM 3.

例えば、図3の支払金額入力画面43で押下され検知された金額等の情報はリクエストとして自動取引装置3のブラウザ8からWebアプリケーションサーバ2に上がる。サーバ2はこの情報に基づいて、業務アプリケーション6が次画面のカード・明細票受取画面44をレスポンスすると共に装置3の各種デバイス処理要求を行う。各種デバイス処理とは、カード取扱機構30のデバイスからカードを排出するための排出処理要求、明細票取扱機構31のデバイスでの明細票を作成するための明細票印字要求、明細票を排出するための明細票排出要求、各ユニットの挿入又は排出口近傍に備えられ、媒体の受取りを顧客に促すためのフリッカランプへの点灯要求等がある。なお、これまで説明してきた業務アプリケーションや画面生成を自動取引装置側で実行する自動取引システムにおいては、媒体排出/フリッカランプ点灯と明細票受取画面44表示の同期を取ることは、順次処理を行うだけで実現できた。しかし、本システムの様に業務アプリケーション6と画面生成処理4,5をWebアプリケーションサーバ2で実行した場合には、回線速度の物理的な制限により順次処理するだけでは画面表示に時間が掛かるため同期をとることができない。   For example, information such as the amount detected and detected on the payment amount input screen 43 in FIG. 3 is sent from the browser 8 of the automatic transaction apparatus 3 to the Web application server 2 as a request. Based on this information, the server 2 makes a response to the card / detail slip receipt screen 44 of the next screen and the business application 6 makes various device processing requests for the apparatus 3. The various device processes are a discharge processing request for discharging a card from the device of the card handling mechanism 30, a statement slip print request for creating a statement slip in the device of the statement slip handling mechanism 31, and a statement slip. There is a request for discharging the slip, a request to turn on the flicker lamp for prompting the customer to receive a medium provided near the insertion or discharge port of each unit. In the automatic transaction system in which the business application and screen generation described so far are executed on the automatic transaction apparatus side, synchronizing the media discharge / flicker lamp lighting and the detailed slip receipt screen 44 display sequentially. Just realized. However, when the business application 6 and the screen generation processes 4 and 5 are executed by the Web application server 2 as in this system, it takes time to display the screen only by sequentially processing due to physical limitations of the line speed. Can not take.

以下、クライアントサーバシステムでの自動取引装置3で処理される一例として、カード・明細票受取画面44の表示と、この表示に付随するデバイス処理の同期制御機能、方法を図4のシーケンス図、図5,6のフロー図、図7,8のデータフォーマット図を用いて説明する。
自動取引装置3の操作部27に表示される支払金額入力画面43において、顧客が支払金額を入力完了した時点でブラウザ8からリクエストがWebアプリケーションサーバ2に上がる(S401)。Webアプリケーションサーバ2は受信したリクエストに基づき業務アプリケーション6の実行中にデバイス処理要求が必要となるかを判断する。本例ででは必要となることから、取引装置3の通信制御部10に対して図7のデータ(情報)を送信する。本データはデバイスの種類90、処理内容91、実行契機92のパラメータ(特定情報とも言う)が含まれており、これを指定して、デバイス処理要求を送信する。図7のデバイスの種類90は各ユニットのハード構成をソフト的に制御する図2の紙幣入出金処理部22・明細票印字部23・カードリード/ライト部24・通帳情報入出力部25等の処理を要求するデバイスの種類を指定する。処理内容91とは、印字処理・媒体吸入処理・媒体排出処理等をデバイスに対して指定する。実行契機92は即時実行もしくは画面表示後実行を指定する。
Hereinafter, as an example of processing performed by the automatic transaction apparatus 3 in the client server system, the display of the card / detail slip receipt screen 44 and the device processing synchronization control function and method associated with this display are shown in the sequence diagram of FIG. This will be described with reference to flowcharts 5 and 6 and data format diagrams of FIGS.
On the payment amount input screen 43 displayed on the operation unit 27 of the automatic transaction apparatus 3, a request is sent from the browser 8 to the Web application server 2 when the customer has completed inputting the payment amount (S401). Based on the received request, the Web application server 2 determines whether a device processing request is required during the execution of the business application 6. Since it is necessary in this example, the data (information) in FIG. 7 is transmitted to the communication control unit 10 of the transaction apparatus 3. This data includes parameters of device type 90, processing content 91, and execution trigger 92 (also referred to as specific information), which are designated to transmit a device processing request. The device type 90 in FIG. 7 includes the bill deposit / withdrawal processing unit 22, the statement slip printing unit 23, the card read / write unit 24, the passbook information input / output unit 25, etc. of FIG. Specify the type of device that requires processing. The processing content 91 designates printing processing, medium suction processing, medium discharge processing, and the like for the device. The execution trigger 92 specifies immediate execution or execution after screen display.

一方、自動取引装置側、つまりデバイス処理要求を受信した通信制御部10は、図5のフローに従って処理を行う。通信制御部10はサーバ2より送信される図7のデバイス処理要求データを受信し(S501)、データに含まれる実行契機92を意識して即実行か、又は表示後実行かを判定する(S502)。このS502にて表示後実行指定であれば、通信制御10内の保留キュー11にデバイス処理要求を保留し(S503)、Webアプリケーションサーバに処理結果(又は実行結果)93を送信する(S504)。処理結果93はデバイス処理要求の戻り値であり処理が成功すれば“OK”を、失敗すれば“NG”を返す。表示後実行指定でなければ(S502)、デバイス制御部12に対してデバイス処理を要求し(S505)、デバイス制御部12で各種デバイスに対して処理内容を実行させ、Webアプリケーションサーバに処理結果を送信する(S504)。ここで、図4の明細票印字処理要求の場合には(S402)、画面表示と同期を取る必要がないため実行契機は即時実行で処理要求を行う。カード排出処理要求は(S403)、カード・明細票受取画面44の表示と同期を取ることで顧客の操作をスムーズに誘導できるため、実行契機はS502にて表示後実行指定で行う。
On the other hand, the communication control unit 10 that has received the device processing request, that is, the automatic transaction apparatus side performs processing according to the flow of FIG. The communication control unit 10 receives the device processing request data of FIG. 7 transmitted from the server 2 (S501), and determines whether to execute immediately or to execute after display in view of the execution trigger 92 included in the data (S502). ). If execution is specified after display in S502, the device processing request is held in the hold queue 11 in the communication control unit 10 (S503), and the processing result (or execution result) 93 is transmitted to the Web application server (S504). . The processing result 93 is a return value of the device processing request, and returns “OK” if the processing is successful, and “NG” if it fails. If the execution is not specified after display (S502), the device control unit 12 is requested to perform device processing (S505), the device control unit 12 executes processing contents for various devices, and the Web application server displays the processing result. Transmit (S504). Here, in the case of the detailed slip printing process request of FIG. 4 (S402), since it is not necessary to synchronize with the screen display, the execution request is an immediate execution request. The card discharge processing request (S403) is performed in synchronization with the display of the card / detail slip receipt screen 44 so that the customer's operation can be guided smoothly.

以下同様に、図4に示す明細票排出処理要求(S404)、カード用フリッカランプ点灯処理要求(S405)、明細票用フリッカランプ点灯処理要求(S406)に関しても表示後実行指定で行う。Webアプリケーションサーバ2では以上の業務アプリケーション実行後に画面生成を行いブラウザ8に画面データをレスポンスする(S407)。   Similarly, the detailed slip discharge processing request (S404), the card flicker lamp lighting processing request (S405) and the detailed slip flicker lamp lighting processing request (S406) shown in FIG. The Web application server 2 generates a screen after executing the above business application and responds the screen data to the browser 8 (S407).

自動取引装置3のブラウザ8は、操作部27にカード・明細票受取画面44を表示完了した時点で、ブラウザ8に付随するApplet9から通信制御部10に対して表示完了通知を発行する。ブラウザに付随するAppletから表示完了通知を受信した通信制御部10の処理フローを図6に示す。保留キュー11に上述の各種処理要求が保留されていれば(S602)、保留されていたデバイス処理要求をFIFO(先入れ先出し)でデバイス制御部に通知する(S603)。以上の処理を用いることで、ネットワークが介在しても、デバイスの動きにタイムラグなく対応した顧客操作画面を表示可能となる。   The browser 8 of the automatic transaction apparatus 3 issues a display completion notification from the Applet 9 attached to the browser 8 to the communication control unit 10 when the display of the card / detail slip receipt screen 44 is completed on the operation unit 27. FIG. 6 shows a processing flow of the communication control unit 10 that has received the display completion notification from the Applet attached to the browser. If the above-described various processing requests are held in the holding queue 11 (S602), the held device processing request is notified to the device control unit by FIFO (first-in first-out) (S603). By using the above processing, it is possible to display a customer operation screen corresponding to the movement of the device without a time lag even when a network is interposed.

自動取引システムのブロック図Block diagram of automated trading system 自動取引装置の構成図Configuration of automatic transaction equipment 一般的な取引の画面遷移図General transaction screen transition diagram 実施例の処理のシーケンス図Sequence diagram of processing of embodiment デバイス処理要求受信時の通信制御部の処理フロー図Processing flow diagram of the communication control unit when a device processing request is received 表示完了通知時の通信制御部の処理フロー図Processing flow diagram of the communication control unit at the time of display completion notification デバイス処理要求のデータフォーマットDevice processing request data format デバイス処理要求の実行結果のデータフォーマットData format of execution result of device processing request

符号の説明Explanation of symbols

1…ホストコンピュータ、2…Webアプリケーションサーバ、3…自動取引装置、4…画面コンテンツ、5…顧客操作画面生成部、6…業務アプリケーション、7…顧客操作画面、8…ブラウザ、9…Applet、10…通信制御部、11…保留キュー、12…デバイス制御部、20…主制御部、21…指示入出力部、22…紙幣入出金処理部、23…明細票印字部、24…カードリード/ライト部、25…通帳情報入出力部、26…通信部、27…顧客操作部、28…紙幣入出金機構、29…通帳取扱機構、30…カード取扱機構、31…明細票取扱機構、33…フリッカランプ、34…フリッカランプ、35…フリッカランプ、36…フリッカランプ、38…制御ユニット、40…取引選択画面、41…カード挿入画面、42…暗証番号入力画面、43…支払金額入力画面、44…カード・明細票受取画面、45…紙幣受取画面、90…デバイスの種類、91…処理内容、92…実行契機、93…実行結果
DESCRIPTION OF SYMBOLS 1 ... Host computer, 2 ... Web application server, 3 ... Automatic transaction apparatus, 4 ... Screen content, 5 ... Customer operation screen production | generation part, 6 ... Business application, 7 ... Customer operation screen, 8 ... Browser, 9 ... Applet, 10 ... Communication control unit, 11 ... hold queue, 12 ... device control unit, 20 ... main control unit, 21 ... instruction input / output unit, 22 ... banknote deposit / withdrawal processing unit, 23 ... detail slip printing unit, 24 ... card read / write , 25 ... Passbook information input / output unit, 26 ... Communication unit, 27 ... Customer operation unit, 28 ... Banknote deposit / withdrawal mechanism, 29 ... Passbook handling mechanism, 30 ... Card handling mechanism, 31 ... Statement handling mechanism, 33 ... Flicker Lamp, 34 ... Flicker lamp, 35 ... Flicker lamp, 36 ... Flicker lamp, 38 ... Control unit, 40 ... Transaction selection screen, 41 ... Card insertion screen, 42 ... PIN No. input screen, 43 ... Payment amount input screen, 44 ... Card / detail receipt screen, 45 ... Bill receipt screen, 90 ... Device type, 91 ... Processing content, 92 ... Execution opportunity, 93 ... Execution result

Claims (16)

サーバと、当該サーバからの指示に応じて種々の取引を実行する自動取引装置とを有する自動取引システムにおいて、
前記自動取引装置は、画面を表示する操作部と、カード挿入等の処理を行う複数のデバイスと、前記操作部及びデバイスを制御する制御部とを有し、
前記制御部は、前記操作部への入力に基づきリクエストを前記サーバに送信し、前記リクエストに応じて前記サーバにて生成されたデバイス処理要求及び画面データを別々に受信し、受信した該デバイス処理要求に基づき、該デバイス処理要求を受信後すぐに又は前記操作部に該画面データを表示完了後に該デバイス処理で指定されるデバイスの処理を実行することを判断することを特徴とする自動取引システム。
In an automatic transaction system having a server and an automatic transaction apparatus that executes various transactions in accordance with instructions from the server,
The automatic transaction apparatus includes an operation unit that displays a screen, a plurality of devices that perform processing such as card insertion, and a control unit that controls the operation unit and the device.
The control unit transmits a request to the server based on an input to the operation unit, separately receives a device processing request and screen data generated by the server in response to the request, and receives the received device processing. An automatic transaction system for determining, based on a request, that the device specified by the device processing is to be executed immediately after receiving the device processing request or after the display of the screen data on the operation unit is completed. .
請求項1記載の自動取引システムにおいて、
前記制御部は、前記操作部に表示される画面を制御するブラウザと、前記サーバより情報を受信する通信制御部とを有し、
前記ブラウザは前記サーバによって作成される画面データを前記操作部に表示することを特徴とする自動取引システム。
In the automatic transaction system according to claim 1,
The control unit includes a browser that controls a screen displayed on the operation unit, and a communication control unit that receives information from the server,
The said browser displays the screen data produced by the said server on the said operation part, The automatic transaction system characterized by the above-mentioned.
請求項1記載の自動取引システムにおいて、
前記制御部は、前記操作部に表示される画面を制御するブラウザと、前記サーバより情報を受信する通信制御部とを有し、
前記通信制御部は、前記サーバより受信するデバイス処理要求を保留する保留キューを有することを特徴とする自動取引システム。
In the automatic transaction system according to claim 1,
The control unit includes a browser that controls a screen displayed on the operation unit, and a communication control unit that receives information from the server,
The automatic communication system, wherein the communication control unit has a hold queue for holding a device processing request received from the server.
請求項3記載の自動取引システムにおいて、
前記制御部は、前記ブラウザに画面表示が完了したことに基づいて、前記保留キューに保留した前記デバイス処理要求で指定されるデバイスの処理を実行することを特徴とする自動取引システム。
In the automatic transaction system according to claim 3,
The said control part performs the process of the device designated by the said device processing request hold | maintained in the said hold | maintenance queue based on completion of the screen display to the said browser, The automatic transaction system characterized by the above-mentioned.
請求項1記載の自動取引システムにおいて、
前記デバイス処理要求は、該デバイス処理要求を受信後に前記デバイスの処理を即実行すること又は前記操作部に前記画面データの表示完了後に前記デバイスの処理を実行することを示す情報を含むことを特徴とする自動取引システム。
In the automatic transaction system according to claim 1,
The device processing request includes information indicating that the device processing is executed immediately after the device processing request is received or that the device processing is executed after the display of the screen data on the operation unit is completed. Automatic transaction system.
請求項3〜5のいずれかに記載の自動取引システムにおいて、
前記デバイス処理要求は、前記複数のデバイスのうち1つのデバイスの種類を示すデバイス種類と、当該デバイスで処理される情報を示す処理内容とを含むことを特徴とする自動取引システム。
In the automatic transaction system in any one of Claims 3-5,
The automatic transaction system, wherein the device processing request includes a device type indicating a type of one of the plurality of devices and a processing content indicating information processed by the device.
請求項6記載の自動取引システムにおいて、
前記制御部は、前記デバイス種類で指定されるデバイスに対して前記処理内容を実行することを特徴とする自動取引システム。
The automatic transaction system according to claim 6,
The said control part performs the said processing content with respect to the device designated by the said device kind, The automatic transaction system characterized by the above-mentioned.
画面を表示する操作部と、カード挿入等の処理を行う複数のデバイスと、前記操作部及びデバイスを制御する制御部とを有する自動取引装置において、
前記制御部は、
サーバにて生成されたデバイス処理要求及び画面データを別々に受信し、受信した該デバイス処理要求に基づき、該デバイス処理要求を受信後すぐに又は前記操作部に該画面データを表示完了後に該デバイス処理で指定されるデバイスの処理を実行することを判断することを特徴とする自動取引装置
In an automatic transaction apparatus having an operation unit that displays a screen, a plurality of devices that perform processing such as card insertion, and a control unit that controls the operation unit and the device,
The controller is
The device processing request and the screen data generated by the server are separately received, and based on the received device processing request, the device immediately after receiving the device processing request or after the display of the screen data on the operation unit is completed. An automatic transaction apparatus that judges to execute processing of a device specified by processing.
請求項8記載の自動取引装置おいて、
前記制御部は、前記操作部に表示される画面を制御するブラウザと、前記サーバより情報を受信する通信制御部とを有し、
前記ブラウザは前記サーバによって作成される画面データを前記操作部に表示することを特徴とする自動取引装置。
In the automatic transaction apparatus according to claim 8,
The control unit includes a browser that controls a screen displayed on the operation unit, and a communication control unit that receives information from the server,
The automatic transaction apparatus, wherein the browser displays screen data created by the server on the operation unit.
請求項8記載の自動取引装置において、
前記制御部は、前記操作部に表示される画面を制御するブラウザと、前記サーバより情報を受信する通信制御部とを有し、
前記通信制御部は、前記サーバより受信するデバイス処理要求を保留する保留キューを有することを特徴とする自動取引装置。
The automatic transaction apparatus according to claim 8,
The control unit includes a browser that controls a screen displayed on the operation unit, and a communication control unit that receives information from the server,
The automatic transaction apparatus, wherein the communication control unit has a hold queue for holding a device processing request received from the server.
請求項10記載の自動取引装置において、
前記制御部は、前記ブラウザに画面表示が完了したことに基づいて、前記保留キューに保留した前記デバイス処理要求で指定されるデバイスの処理を実行することを特徴とする自動取引装置。
The automatic transaction apparatus according to claim 10 ,
The said control part performs the process of the device designated by the said device processing request hold | maintained in the said hold | maintenance queue based on completion of the screen display to the said browser, The automatic transaction apparatus characterized by the above-mentioned.
請求項8記載の自動取引装置において、
前記デバイス処理要求は、該デバイス処理要求を受信後に前記デバイスの処理を即実行すること又は前記操作部に前記画面データの表示完了後に前記デバイスの処理を実行することを示す情報を含むことを特徴とする自動取引装置。
The automatic transaction apparatus according to claim 8,
The device processing request includes information indicating that the device processing is executed immediately after the device processing request is received or that the device processing is executed after the display of the screen data on the operation unit is completed. Automatic transaction equipment.
請求項10〜12のいずれかに記載の自動取引装置において、
前記デバイス処理要求は、前記複数のデバイスのうち1つのデバイスの種類を示すデバイス種類と、当該デバイスで処理される情報を示す処理内容とを含むことを特徴とする自動取引装置。
In the automatic transaction apparatus in any one of Claims 10-12,
The automatic transaction apparatus, wherein the device processing request includes a device type indicating a type of one of the plurality of devices and a processing content indicating information processed by the device.
請求項13記載の自動取引装置において、
前記制御部は、前記デバイス種類で指定されるデバイスに対して前記処理内容を実行することを特徴とする自動取引装置。
The automatic transaction apparatus according to claim 13,
The said control part performs the said processing content with respect to the device designated by the said device kind, The automatic transaction apparatus characterized by the above-mentioned.
画面を表示する操作部と、カード挿入等の処理を行う複数のデバイスとを備えた自動取引装置と通信を行うサーバにおいて、
前記複数のデバイス処理を前記自動取引装置に要求するデバイス処理要求と、前記操作部に表示させる画面データとを生成し、
前記デバイス処理要求と前記画面データとを別々に前記自動取引装置に送信し、
前記デバイス処理要求は、前記自動取引装置が該デバイス処理要求を受信後即又は前記操作部に前記画面データの表示完了後に該デバイス処理で指定されるデバイスの処理を実行することを示す情報を含むことを特徴とするサーバ。
In a server that communicates with an automatic transaction apparatus that includes an operation unit that displays a screen and a plurality of devices that perform processing such as card insertion,
Generating a device processing request for requesting the automatic transaction apparatus to process the plurality of devices , and screen data to be displayed on the operation unit;
Sending the device processing request and the screen data separately to the automatic transaction apparatus,
The device processing request includes information indicating that the automatic transaction apparatus executes processing of a device specified by the device processing immediately after receiving the device processing request or after display of the screen data on the operation unit is completed. A server characterized by that.
請求項15記載のサーバにおいて、
前記デバイス処理要求は、前記複数のデバイスのうち1つのデバイスの種類を示すデバイス種類と、当該デバイスで処理される情報を示す処理内容とを含むことを特徴とするサーバ。
The server according to claim 15, wherein
The server characterized in that the device processing request includes a device type indicating a type of one of the plurality of devices and a processing content indicating information processed by the device.
JP2004315005A 2004-10-29 2004-10-29 Automatic transaction system for synchronous control of screen display and device processing, automatic transaction apparatus and server used therefor Expired - Fee Related JP4729288B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004315005A JP4729288B2 (en) 2004-10-29 2004-10-29 Automatic transaction system for synchronous control of screen display and device processing, automatic transaction apparatus and server used therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004315005A JP4729288B2 (en) 2004-10-29 2004-10-29 Automatic transaction system for synchronous control of screen display and device processing, automatic transaction apparatus and server used therefor

Publications (3)

Publication Number Publication Date
JP2006127179A JP2006127179A (en) 2006-05-18
JP2006127179A5 JP2006127179A5 (en) 2007-06-14
JP4729288B2 true JP4729288B2 (en) 2011-07-20

Family

ID=36721881

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004315005A Expired - Fee Related JP4729288B2 (en) 2004-10-29 2004-10-29 Automatic transaction system for synchronous control of screen display and device processing, automatic transaction apparatus and server used therefor

Country Status (1)

Country Link
JP (1) JP4729288B2 (en)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5181431B2 (en) * 2006-06-08 2013-04-10 沖電気工業株式会社 Automatic transaction system and automatic transaction device
JP5089492B2 (en) * 2008-06-02 2012-12-05 株式会社日立製作所 Client device introduction management system, client device introduction management method, information processing apparatus, and program
JP5187958B2 (en) * 2008-09-10 2013-04-24 日本エイ・ティー・エム株式会社 Automatic transaction equipment control system
JP5371726B2 (en) * 2009-12-16 2013-12-18 キヤノン株式会社 Information processing apparatus, information processing apparatus control method, and program
JP5619245B2 (en) * 2013-09-19 2014-11-05 キヤノン株式会社 Information processing apparatus, information processing apparatus control method, and program
JP2024087441A (en) * 2022-12-19 2024-07-01 グローリー株式会社 CASH HANDLING SYSTEM AND CASH HANDLING METHOD

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000298752A (en) * 1999-04-15 2000-10-24 Omron Corp Interface controller and automatic transaction device
JP2001344426A (en) * 2000-03-30 2001-12-14 Fujitsu Ltd Automatic transaction device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB9806843D0 (en) * 1998-03-24 1998-05-27 Kal Software application development system
JP2001357215A (en) * 2000-04-11 2001-12-26 Fujitsu Ltd Automatic transaction device, computer-readable recording medium with transaction program recorded, and transaction program

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000298752A (en) * 1999-04-15 2000-10-24 Omron Corp Interface controller and automatic transaction device
JP2001344426A (en) * 2000-03-30 2001-12-14 Fujitsu Ltd Automatic transaction device

Also Published As

Publication number Publication date
JP2006127179A (en) 2006-05-18

Similar Documents

Publication Publication Date Title
JP4729288B2 (en) Automatic transaction system for synchronous control of screen display and device processing, automatic transaction apparatus and server used therefor
JP6704333B2 (en) Transaction program, transaction method, and terminal device
JP2007241796A (en) Automatic transaction system
JP2007316960A (en) Automatic transaction device
JP2009116814A (en) Reception processing system
JP5100404B2 (en) Transaction processing equipment
JP2010170421A (en) Automated teller system, automated teller machine and program for automated teller machine
JP2007334680A (en) Sales branch terminal and operation branch system
JP2006127175A (en) Automatic transaction apparatus and automatic transaction system
JP2006085317A (en) Automatic transaction apparatus
JP2010117805A (en) Automatic transaction device
JP2020101852A (en) Shared printer system, terminal device, processing method, abd program
JP5216499B2 (en) Automated trading system
JP2019128698A (en) Information processing device and information processing system
JPH05266304A (en) Automatic cash teller machine device
JP5228477B2 (en) Automatic transaction equipment
JP3738379B2 (en) Automated trading system
JP2009259061A (en) Automated transaction device and transaction system
JPH11203539A (en) Automatic transaction device
JP2016038760A (en) Automatic transaction apparatus and automatic transaction method
JP6835514B2 (en) Payment equipment and programs
JPH113452A (en) Automatic teller machine and its control method
JP2014002431A (en) Automatic transaction device and automatic transaction system
JP2021073614A (en) Settlement device and program
JPH11224373A (en) Automatic transaction system using ic card

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20060509

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070319

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070319

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070319

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100524

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100601

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100730

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100730

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110208

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110225

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110322

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110418

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

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees