JP2018045472A - Charge calculation server and charge calculation program - Google Patents

Charge calculation server and charge calculation program Download PDF

Info

Publication number
JP2018045472A
JP2018045472A JP2016180067A JP2016180067A JP2018045472A JP 2018045472 A JP2018045472 A JP 2018045472A JP 2016180067 A JP2016180067 A JP 2016180067A JP 2016180067 A JP2016180067 A JP 2016180067A JP 2018045472 A JP2018045472 A JP 2018045472A
Authority
JP
Japan
Prior art keywords
calculation algorithm
fee
charge
information
charge calculation
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
JP2016180067A
Other languages
Japanese (ja)
Other versions
JP6725376B2 (en
Inventor
川合 信行
Nobuyuki Kawai
信行 川合
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.)
Toshiba Corp
Toshiba Infrastructure Systems and Solutions Corp
Original Assignee
Toshiba Corp
Toshiba Infrastructure Systems and 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 Toshiba Corp, Toshiba Infrastructure Systems and Solutions Corp filed Critical Toshiba Corp
Priority to JP2016180067A priority Critical patent/JP6725376B2/en
Publication of JP2018045472A publication Critical patent/JP2018045472A/en
Priority to JP2020108663A priority patent/JP6911180B2/en
Application granted granted Critical
Publication of JP6725376B2 publication Critical patent/JP6725376B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a charge calculation server and a charge calculation program that are highly convenient.SOLUTION: The charge calculation server pertaining to one embodiment comprises a memory and a computation element. The memory stores an account that includes identification information and personal information, at least a first charge calculation algorithm, and a second charge calculation algorithm for calculating a charge that is different from the first charge calculation algorithm. The computation element acquires the identification information of a recording medium, extracts an account that corresponds to the acquired identification information from the memory, selects the first charge calculation algorithm or the second charge calculation algorithm in accordance with the personal information of the extracted account, and calculates a charge by the selected charge calculation algorithm.SELECTED DRAWING: Figure 3

Description

本発明の実施形態は、料金算出サーバ、及び料金算出プログラムに関する。   Embodiments described herein relate generally to a charge calculation server and a charge calculation program.

特定の場所への利用者の通行を制限する改札機がある。改札機は、利用者の所持する記録媒体に記憶された情報に基づいて料金の算出を行い、利用者の通行の許可と不許可とを判断する通行判定を行う。   There are ticket gates that restrict the passage of users to specific locations. The ticket gate calculates a fee based on information stored in a recording medium possessed by the user, and performs a traffic determination that determines whether the user is permitted or not permitted.

また、大人と子供とで異なる料金を算出して通行判定を行う改札機がある。このような改札機に用いられる記録媒体は、発行時に利用者が大人であるか子供であるかを示す情報を記憶する。改札機は、記録媒体から読み取った情報に基づいて、大人用の料金算出方法と子供用の料金算出方法とのいずれかを選択する。   There are also ticket gates that determine traffic by calculating different fees for adults and children. The recording medium used for such a ticket gate stores information indicating whether the user is an adult or a child at the time of issuance. The ticket gate selects either a charge calculation method for adults or a charge calculation method for children based on information read from the recording medium.

また、利用者の所持する媒体に記録された識別情報に料金の支払いに関する情報(支払情報)が対応付けられたアカウントをサーバ等の上位装置が記憶しているアカウント型改札システムがある。アカウント型改札システムでは、改札機は、記録媒体から識別情報を読み取り、読み取った識別情報と、入場情報または出場情報とをサーバに送信する。サーバは、改札機から送信された識別情報、入場情報、及び出場情報に基づいて料金の算出を行う。サーバは、算出された料金を支払情報に応じて請求する。   There is also an account-type ticket gate system in which a host device such as a server stores an account in which information (payment information) relating to payment of charges is associated with identification information recorded on a medium owned by a user. In the account-type ticket gate system, the ticket gate reads the identification information from the recording medium, and transmits the read identification information and the entry information or the entry information to the server. The server calculates a fee based on the identification information, entrance information, and entry information transmitted from the ticket gate. The server charges the calculated fee according to the payment information.

特開2011−113507号公報JP 2011-113507 A

発行時に利用者が大人であるか子供であるかを示す情報を記憶する場合、発行された記録媒体に期限が設定される。この為、更新などのタイミングで利用者が大人であるか子供であるかを確認することが可能である。しかし、アカウント型改札システムでは、一度発行された記録媒体を更新する必要が無い為、子供用の料金算出方法から大人用の料金算出方法に切り替えることが困難である、または利用者の手間が増えるという課題がある。   When information indicating whether the user is an adult or a child is stored at the time of issuance, a time limit is set for the issued recording medium. For this reason, it is possible to confirm whether the user is an adult or a child at the timing of update or the like. However, in the account-type ticket gate system, it is not necessary to update the recording medium once issued, so it is difficult to switch from the charge calculation method for children to the charge calculation method for adults, or the labor of the user increases. There is a problem.

本発明は、利便性の高い料金算出サーバ、及び料金算出プログラムを提供することを目的とする。   It is an object of the present invention to provide a convenient fee calculation server and a fee calculation program.

一実施形態に係る料金算出サーバは、メモリと、演算素子とを備える。メモリは、識別情報及び個人情報を含むアカウントと、少なくとも第1の料金算出アルゴリズムと、前記第1の料金算出アルゴリズムと異なる料金を算出する為の第2の料金算出アルゴリズムとを記憶する。演算素子は、記録媒体の識別情報を取得し、取得した識別情報に対応するアカウントを前記メモリから抽出し、抽出したアカウントの個人情報に応じて、前記第1の料金算出アルゴリズムと、前記第2の料金算出アルゴリズムとのいずれかを選択し、選択した料金算出アルゴリズムによって料金を算出する。   A fee calculation server according to an embodiment includes a memory and an arithmetic element. The memory stores an account including identification information and personal information, at least a first fee calculation algorithm, and a second fee calculation algorithm for calculating a fee different from the first fee calculation algorithm. The computing element acquires identification information of the recording medium, extracts an account corresponding to the acquired identification information from the memory, and according to the personal information of the extracted account, the first fee calculation algorithm and the second The charge calculation algorithm is selected, and the charge is calculated by the selected charge calculation algorithm.

図1は、一実施形態に係るアカウント型改札システムの構成例について説明するための説明図である。FIG. 1 is an explanatory diagram for explaining a configuration example of an account type ticket gate system according to an embodiment. 図2は、一実施形態に係る登録装置の構成例について説明するための説明図である。FIG. 2 is an explanatory diagram for describing a configuration example of a registration apparatus according to an embodiment. 図3は、一実施形態に係るサーバの構成例について説明するための説明図である。FIG. 3 is an explanatory diagram for describing a configuration example of a server according to an embodiment. 図4は、一実施形態に係る改札機の構成例について説明するための説明図である。FIG. 4 is an explanatory diagram for explaining a configuration example of a ticket gate according to an embodiment. 図5は、一実施形態に係る改札機の構成例について説明するための説明図である。FIG. 5 is an explanatory diagram for explaining a configuration example of the ticket gate according to the embodiment.

以下、図面を参照しながら料金算出サーバ、及び料金算出プログラムについて詳細に説明する。
料金算出サーバは、アカウント型改札システム1に用いられるサーバである。また、料金算出プログラムは、料金算出サーバにおいて実行されるプログラムである。なお、本実施形態では、鉄道などの改札のアカウント型改札システム1に用いられるサーバを例に挙げて説明するが、料金算出サーバ及び料金算出プログラムは、予め個人情報を登録するものであって、料金の算出を行うものであれば、如何なるものに適用されてもよい。例えば、料金算出サーバ及び料金算出プログラムは、小売店などにおける決済などに用いられるものであってもよい。
Hereinafter, the charge calculation server and the charge calculation program will be described in detail with reference to the drawings.
The fee calculation server is a server used in the account type ticket gate system 1. The fee calculation program is a program executed in the fee calculation server. In the present embodiment, a server used in the account type ticket gate system 1 for ticket gates such as railways will be described as an example. However, the fee calculation server and the fee calculation program register personal information in advance, As long as the fee is calculated, the present invention may be applied to anything. For example, the charge calculation server and the charge calculation program may be used for settlement at a retail store or the like.

アカウント型改札システム1で用いられる媒体(記録媒体)は、識別情報を有する。媒体は、例えば、識別情報を記憶したICチップと通信手段とを備えるICカード、識別情報が磁気として記録された磁気券、識別情報が二次元コードとして印刷された二次元コード券などの乗車券として使用可能な媒体(乗車券媒体)である。   A medium (recording medium) used in the account type ticket gate system 1 has identification information. The medium is, for example, an IC card including an IC chip storing identification information and communication means, a magnetic ticket on which identification information is recorded as magnetism, and a two-dimensional code ticket on which identification information is printed as a two-dimensional code. It can be used as a medium (passage ticket medium).

図1は、一実施形態に係るアカウント型改札システム1の構成例を示す。アカウント型改札システム1は、利用者が所持する乗車券媒体の識別情報と、利用者の個人情報と、支払情報とを対応付けてアカウントとして記憶するサーバにより、料金の算出、精算、及び通行判定を行うシステムである。アカウント型改札システム1は、登録装置2、サーバ3、及び複数の改札機4(例えば第1の改札機4A、第2の改札機4B)を備える。登録装置2、サーバ3、及び複数の改札機4は、ネットワークNを介して互いに通信可能に構成されている。   FIG. 1 shows a configuration example of an account type ticket gate system 1 according to an embodiment. The account-type ticket gate system 1 calculates, settles, and determines traffic through a server that stores identification information of a ticket medium possessed by a user, personal information of the user, and payment information as an account in association with each other. It is a system that performs. The account-type ticket gate system 1 includes a registration device 2, a server 3, and a plurality of ticket gates 4 (for example, a first ticket gate 4A and a second ticket gate 4B). The registration device 2, the server 3, and the plurality of ticket gates 4 are configured to be able to communicate with each other via the network N.

図2は、一実施形態に係る登録装置2の構成例を示す。登録装置2は、乗車券媒体の発行を行う。登録装置2は、利用者の個人情報及び支払情報を取得し、取得した個人情報及び支払情報と、乗車券媒体の識別情報とを対応付けてサーバ3に送信する。登録装置2は、CPU11、ROM12、RAM13、不揮発性メモリ14、操作部15、表示部16、通信部17、及び発券部18を備える。   FIG. 2 shows a configuration example of the registration device 2 according to an embodiment. The registration device 2 issues a ticket medium. The registration device 2 acquires the user's personal information and payment information, and transmits the acquired personal information and payment information to the server 3 in association with the ticket medium identification information. The registration device 2 includes a CPU 11, a ROM 12, a RAM 13, a nonvolatile memory 14, an operation unit 15, a display unit 16, a communication unit 17, and a ticket issuing unit 18.

CPU11は、演算処理を実行する演算素子(たとえば、プロセッサ)である。CPU11は、ROM12、または不揮発性メモリ14に記憶されているプログラムなどのデータに基づいて種々の処理を行う。CPU11は、ROM12または不揮発性メモリ14に格納されているプログラムを実行することにより、種々の動作を実行可能な制御部として機能する。   The CPU 11 is an arithmetic element (for example, a processor) that executes arithmetic processing. The CPU 11 performs various processes based on data such as a program stored in the ROM 12 or the nonvolatile memory 14. The CPU 11 functions as a control unit that can execute various operations by executing a program stored in the ROM 12 or the nonvolatile memory 14.

ROM12は、読み出し専用の不揮発性メモリである。ROM12は、プログラム及びプログラムで用いられるデータなどを記憶する。   The ROM 12 is a read-only nonvolatile memory. The ROM 12 stores a program and data used in the program.

RAM13は、ワーキングメモリとして機能する揮発性のメモリである。RAM13は、CPU11の処理中のデータなどを一時的に格納する。また、RAM13は、CPU11が実行するプログラムを一時的に格納する。   The RAM 13 is a volatile memory that functions as a working memory. The RAM 13 temporarily stores data being processed by the CPU 11. The RAM 13 temporarily stores a program executed by the CPU 11.

不揮発性メモリ14は、種々の情報を記憶可能な記憶媒体である。不揮発性メモリ14は、プログラム及びプログラムで用いられるデータなどを記憶する。不揮発性メモリ14は、例えば、ソリッドステイトドライブ(SSD)、ハードディスクドライブ(HDD)、または他の記憶装置である。なお、不揮発性メモリ14の代わりに、メモリカードなどの記憶媒体を挿入可能なカードスロットなどのメモリI/Fが設けられていてもよい。   The nonvolatile memory 14 is a storage medium that can store various information. The nonvolatile memory 14 stores a program and data used in the program. The nonvolatile memory 14 is, for example, a solid state drive (SSD), a hard disk drive (HDD), or another storage device. Instead of the nonvolatile memory 14, a memory I / F such as a card slot into which a storage medium such as a memory card can be inserted may be provided.

操作部15は、操作部材の操作に基づいて、操作信号を生成する。操作部材は、例えば、タッチセンサ、テンキー、またはキーボードなどである。タッチセンサは、例えば、抵抗膜式タッチセンサ、または静電容量式タッチセンサ等である。即ち、タッチセンサは、ある領域内において指定された位置を示す情報を取得する。タッチセンサは、上記のディスプレイ16と一体にタッチスクリーンとして構成されることにより、ディスプレイ16上のタッチされた位置を示す信号をCPU11に入力する。   The operation unit 15 generates an operation signal based on the operation of the operation member. The operation member is, for example, a touch sensor, a numeric keypad, or a keyboard. The touch sensor is, for example, a resistive touch sensor or a capacitive touch sensor. That is, the touch sensor acquires information indicating a specified position in a certain area. The touch sensor is configured as a touch screen integrally with the display 16 described above, and inputs a signal indicating a touched position on the display 16 to the CPU 11.

ディスプレイ16は、CPU11、または図示されないグラフィックコントローラなどの表示制御部から入力される映像信号に応じて画面を表示する。   The display 16 displays a screen according to a video signal input from the CPU 11 or a display control unit such as a graphic controller (not shown).

通信部17は、他の電子機器と通信を行う為の回路である。通信部17は、例えば、ネットワークに接続可能に構成される。通信部17は、ネットワークを介して他の電子機器と通信を行う。例えば、通信部17は、サーバ3と通信を行う。   The communication unit 17 is a circuit for communicating with other electronic devices. The communication unit 17 is configured to be connectable to a network, for example. The communication unit 17 communicates with other electronic devices via a network. For example, the communication unit 17 communicates with the server 3.

発券部18は、乗車券媒体を発券する機構である。発券部18は、例えば、乗車券媒体として用いられる媒体の収容部、及び媒体に情報を記憶する記憶部を備える。例えば、発券部18は、記憶部として、ICカードとしての媒体に情報を書き込むICカードリーダライタ、磁気券としての媒体に磁気を記録する磁気ヘッド、及び印刷可能な媒体に二次元コードを印刷する印刷部のうちのいずれか、または複数を備える。   The ticket issuing unit 18 is a mechanism for issuing a ticket medium. The ticket issuing unit 18 includes, for example, a storage unit for a medium used as a ticket medium and a storage unit for storing information in the medium. For example, the ticket issuing unit 18 prints a two-dimensional code on a printable medium, an IC card reader / writer that writes information on a medium as an IC card, a magnetic head that records magnetism on a medium as a magnetic ticket, and a storage unit One or more of the printing units are provided.

図3は、一実施形態に係るサーバ3の構成例を示す。サーバ3は、アカウントの登録、料金の算出、料金の精算、及び通行判定を行う。サーバ3は、CPU21、ROM22、RAM23、不揮発性メモリ24、及び通信部25を備える。また、サーバ3は、現在の日時を取得する日時取得部を備える。サーバ3は、日時をネットワークN経由で取得する構成であってもよいし、時計を備える構成であってもよい。   FIG. 3 shows a configuration example of the server 3 according to an embodiment. The server 3 performs account registration, fee calculation, fee settlement, and traffic determination. The server 3 includes a CPU 21, a ROM 22, a RAM 23, a nonvolatile memory 24, and a communication unit 25. Further, the server 3 includes a date acquisition unit that acquires the current date. The server 3 may be configured to acquire the date and time via the network N, or may be configured to include a clock.

CPU21は、演算処理を実行する演算素子(たとえば、プロセッサ)である。CPU21は、ROM22、または不揮発性メモリ24に記憶されているプログラムなどのデータに基づいて種々の処理を行う。CPU21は、ROM22または不揮発性メモリ24に格納されているプログラムを実行することにより、種々の動作を実行可能な制御部として機能する。   The CPU 21 is an arithmetic element (for example, a processor) that executes arithmetic processing. The CPU 21 performs various processes based on data such as programs stored in the ROM 22 or the nonvolatile memory 24. The CPU 21 functions as a control unit that can execute various operations by executing a program stored in the ROM 22 or the nonvolatile memory 24.

ROM22は、読み出し専用の不揮発性メモリである。ROM22は、プログラム及びプログラムで用いられるデータなどを記憶する。   The ROM 22 is a read-only nonvolatile memory. The ROM 22 stores a program and data used in the program.

RAM23は、ワーキングメモリとして機能する揮発性のメモリである。RAM23は、CPU21の処理中のデータなどを一時的に格納する。また、RAM23は、CPU21が実行するプログラムを一時的に格納する。   The RAM 23 is a volatile memory that functions as a working memory. The RAM 23 temporarily stores data being processed by the CPU 21. The RAM 23 temporarily stores a program executed by the CPU 21.

不揮発性メモリ24は、種々の情報を記憶可能な記憶媒体である。不揮発性メモリ24は、プログラム及びプログラムで用いられるデータなどを記憶する。不揮発性メモリ24は、例えば、ソリッドステイトドライブ(SSD)、ハードディスクドライブ(HDD)、または他の記憶装置である。なお、不揮発性メモリ24の代わりに、メモリカードなどの記憶媒体を挿入可能なカードスロットなどのメモリI/Fが設けられていてもよい。   The nonvolatile memory 24 is a storage medium that can store various information. The nonvolatile memory 24 stores a program and data used in the program. The nonvolatile memory 24 is, for example, a solid state drive (SSD), a hard disk drive (HDD), or another storage device. Instead of the nonvolatile memory 24, a memory I / F such as a card slot into which a storage medium such as a memory card can be inserted may be provided.

また、不揮発性メモリ24は、少なくとも2つ以上の料金算出アルゴリズムを記憶する。例えば、不揮発性メモリ24は、大人用料金を算出する為の第1の料金算出アルゴリズムと、子供用料金を算出する為の第2の料金算出アルゴリズムとを記憶する。第2の料金算出アルゴリズムは、第1の料金算出アルゴリズムと異なる料金を算出する為のアルゴリズムである。例えば、第2の料金算出アルゴリズムは、第1の料金算出アルゴリズムよりも算出される料金が安いアルゴリズムである。   The non-volatile memory 24 stores at least two charge calculation algorithms. For example, the nonvolatile memory 24 stores a first fee calculation algorithm for calculating an adult fee and a second fee calculation algorithm for calculating a child fee. The second fee calculation algorithm is an algorithm for calculating a fee different from the first fee calculation algorithm. For example, the second fee calculation algorithm is an algorithm that is less expensive than the first fee calculation algorithm.

通信部25は、他の電子機器と通信を行う為の回路である。通信部25は、例えば、ネットワークに接続可能に構成される。通信部25は、ネットワークを介して他の電子機器と通信を行う。例えば、通信部25は、登録装置2及び改札機4と通信を行う。   The communication unit 25 is a circuit for communicating with other electronic devices. The communication unit 25 is configured to be connectable to a network, for example. The communication unit 25 communicates with other electronic devices via a network. For example, the communication unit 25 communicates with the registration device 2 and the ticket gate 4.

図4は、一実施形態に係る改札機4の構成例を示す。なお、図1における第1の改札機4Aは、入場側の改札処理を行う改札機であり、第2の改札機4Bは、出場側の改札処理を行う改札機であるが、いずれも同様の構成を備えるものである。改札機4は、利用者の所持する乗車券媒体からを読み取り、読み取った情報をサーバ3に送信する。改札機4は、サーバ3に送信した情報に対してサーバ3から返信される通行判定結果を受け取り、受け取った通行判定結果に応じて利用者の通行を制限する。改札機4は、一対の筐体31、ドア32、読取部33、及び表示部34を備える。   FIG. 4 shows a configuration example of the ticket gate 4 according to the embodiment. The first ticket gate 4A in FIG. 1 is a ticket gate that performs the ticket gate process on the entrance side, and the second ticket gate 4B is the ticket gate machine that performs the ticket gate process on the entry side. It has a configuration. The ticket gate 4 reads from the ticket medium possessed by the user and transmits the read information to the server 3. The ticket checker 4 receives the traffic determination result returned from the server 3 in response to the information transmitted to the server 3, and restricts the user's traffic according to the received traffic determination result. The ticket gate 4 includes a pair of housings 31, a door 32, a reading unit 33, and a display unit 34.

一対の筐体31は、並行に配置されることによって、通路35を構成する。   A pair of housing | casing 31 comprises the channel | path 35 by arrange | positioning in parallel.

ドア32は、筐体31の通路35側に設けられ、図示されないドア開閉機構によって回動されることにより通路35を塞ぐ。   The door 32 is provided on the side of the passage 35 of the housing 31 and closes the passage 35 by being rotated by a door opening / closing mechanism (not shown).

読取部33は、利用者が所持する乗車券媒体から情報を読み取る。読取部33は、ICカードとしての乗車券媒体と無線通信を行うICカードリーダライタ、磁気券としての乗車券媒体から磁気を読み取る磁気ヘッド、及び乗車券媒体に印刷された二次元コードを読み取る撮像装置のうちのいずれか、または複数を備える。   The reading unit 33 reads information from a ticket medium possessed by the user. The reading unit 33 is an IC card reader / writer that performs wireless communication with a ticket medium as an IC card, a magnetic head that reads magnetism from the ticket medium as a magnetic ticket, and an image that reads a two-dimensional code printed on the ticket medium. Any or more of the devices are provided.

表示部34は、改札処理に関する情報を表示する。   The display unit 34 displays information related to the ticket gate process.

図5は、一実施形態に係る改札機4の制御系の構成例を示す。改札機4は、制御系として、CPU41、ROM42、RAM43、不揮発性メモリ44、通信部45、及びドア開閉部46を備える。CPU41、ROM42、RAM43、不揮発性メモリ44、通信部45、ドア開閉部46、読取部33、及び表示部34は、互いに通信可能な状態で接続されている。   FIG. 5 shows a configuration example of a control system of the ticket gate 4 according to an embodiment. The ticket gate 4 includes a CPU 41, a ROM 42, a RAM 43, a nonvolatile memory 44, a communication unit 45, and a door opening / closing unit 46 as a control system. The CPU 41, the ROM 42, the RAM 43, the non-volatile memory 44, the communication unit 45, the door opening / closing unit 46, the reading unit 33, and the display unit 34 are connected in a communicable state.

CPU41は、演算処理を実行する演算素子(たとえば、プロセッサ)である。CPU41は、ROM42、または不揮発性メモリ44に記憶されているプログラムなどのデータに基づいて種々の処理を行う。CPU41は、ROM42または不揮発性メモリ44に格納されているプログラムを実行することにより、種々の動作を実行可能な制御部として機能する。   The CPU 41 is an arithmetic element (for example, a processor) that executes arithmetic processing. The CPU 41 performs various processes based on data such as a program stored in the ROM 42 or the nonvolatile memory 44. The CPU 41 functions as a control unit that can execute various operations by executing a program stored in the ROM 42 or the nonvolatile memory 44.

ROM42は、読み出し専用の不揮発性メモリである。ROM42は、プログラム及びプログラムで用いられるデータなどを記憶する。   The ROM 42 is a read-only nonvolatile memory. The ROM 42 stores a program and data used in the program.

RAM43は、ワーキングメモリとして機能する揮発性のメモリである。RAM43は、CPU41の処理中のデータなどを一時的に格納する。また、RAM43は、CPU41が実行するプログラムを一時的に格納する。   The RAM 43 is a volatile memory that functions as a working memory. The RAM 43 temporarily stores data being processed by the CPU 41. The RAM 43 temporarily stores a program executed by the CPU 41.

不揮発性メモリ44は、種々の情報を記憶可能な記憶媒体である。不揮発性メモリ44は、プログラム及びプログラムで用いられるデータなどを記憶する。不揮発性メモリ44は、例えば、ソリッドステイトドライブ(SSD)、ハードディスクドライブ(HDD)、または他の記憶装置である。なお、不揮発性メモリ44の代わりに、メモリカードなどの記憶媒体を挿入可能なカードスロットなどのメモリI/Fが設けられていてもよい。   The nonvolatile memory 44 is a storage medium capable of storing various information. The nonvolatile memory 44 stores a program and data used in the program. The nonvolatile memory 44 is, for example, a solid state drive (SSD), a hard disk drive (HDD), or another storage device. Instead of the nonvolatile memory 44, a memory I / F such as a card slot into which a storage medium such as a memory card can be inserted may be provided.

通信部45は、他の電子機器と通信を行う為の回路である。通信部45は、例えば、ネットワークに接続可能に構成される。通信部45は、ネットワークを介して他の電子機器と通信を行う。例えば、通信部45は、サーバ3と通信を行う。   The communication unit 45 is a circuit for communicating with other electronic devices. The communication unit 45 is configured to be connectable to a network, for example. The communication unit 45 communicates with other electronic devices via a network. For example, the communication unit 45 communicates with the server 3.

ドア開閉部46は、CPU41の制御に応じて上記のドア32を回動する為のドア開閉機構の動作を制御する。これにより、ドア開閉部46は、CPU41の制御に応じてドア32を動作させる。
(アカウントの登録及び乗車券媒体の発行について)
登録装置2のCPU11は、利用者の個人情報及び支払情報を取得し、操作部15による操作入力または通信部17により受信した情報に基づいて、利用者の個人情報及び支払情報を取得または生成する。個人情報は、例えば、利用者の名前、生年月日、及び学生か否かなどである。支払情報は、銀行口座に関する情報(口座情報)、クレジットカードに関する情報(クレジットカード情報)、及びプリペイドに関する情報(プリペイド情報)などである。
The door opening / closing unit 46 controls the operation of the door opening / closing mechanism for rotating the door 32 according to the control of the CPU 41. Thereby, the door opening / closing part 46 operates the door 32 according to control of CPU41.
(Registration of account and issuance of ticket media)
The CPU 11 of the registration device 2 acquires the user's personal information and payment information, and acquires or generates the user's personal information and payment information based on the operation input by the operation unit 15 or the information received by the communication unit 17. . The personal information includes, for example, the name of the user, the date of birth, and whether or not the student is a student. The payment information includes information relating to a bank account (account information), information relating to a credit card (credit card information), information relating to a prepaid (prepaid information), and the like.

また、CPU11は、発行する乗車券媒体の識別情報を生成する。CPU11は、乗車券媒体の識別情報と、個人情報と、支払情報とを対応付けてサーバ3に送信する。これにより、CPU11は、乗車券媒体の識別情報と、個人情報と、支払情報とをアカウントとしてサーバ3に登録する。また、CPU11は、識別情報を発券部18の収容部に収容された媒体に記憶部により記憶することにより、乗車券媒体を発券する。   Moreover, CPU11 produces | generates the identification information of the ticket medium to issue. The CPU 11 transmits identification information of the ticket medium, personal information, and payment information to the server 3 in association with each other. Thereby, CPU11 registers the identification information of a ticket medium, personal information, and payment information into the server 3 as an account. In addition, the CPU 11 issues a ticket medium by storing the identification information in a medium accommodated in the accommodation unit of the ticket issuing unit 18 by the storage unit.

サーバ3のCPU21は、登録装置2から送信された識別情報、個人情報、及び支払情報を対応付けてアカウントを生成する。CPU21は、生成したアカウントを不揮発性メモリ24に記憶する。   The CPU 21 of the server 3 generates an account by associating the identification information, personal information, and payment information transmitted from the registration device 2. The CPU 21 stores the generated account in the nonvolatile memory 24.

(入場側の改札処理について)
入場側の改札処理を行う改札機4(即ち第1の改札機4A)のCPU41は、読取部33に翳された乗車券媒体から読取部33によって識別情報を読み取る。CPU41は、読み取った識別情報と、改札機4が設置されている場所(駅)を示す情報(入場情報)とを通信部45によりサーバ3に送信する。
(Regarding ticket gate processing on the entrance side)
The CPU 41 of the ticket gate 4 (that is, the first ticket gate 4A) that performs the ticket gate process on the entrance side reads the identification information from the ticket medium placed on the reader 33 by the reader 33. The CPU 41 transmits the read identification information and information (entrance information) indicating the place (station) where the ticket gate 4 is installed to the server 3 via the communication unit 45.

サーバ3のCPU21は、不揮発性メモリ24を参照し、改札機4から送信された識別情報と識別情報が一致するアカウントを不揮発性メモリ24に記憶されている複数のアカウントから抽出する。CPU21は、抽出したアカウントに入場情報を対応付けて不揮発性メモリ24に記憶する。   The CPU 21 of the server 3 refers to the non-volatile memory 24 and extracts an account whose identification information matches the identification information transmitted from the ticket gate 4 from a plurality of accounts stored in the non-volatile memory 24. The CPU 21 stores the entry information in the nonvolatile memory 24 in association with the extracted account.

(出場側の改札処理について)
出場側の改札処理を行う改札機4(即ち第2の改札機4B)のCPU41は、読取部33に翳された乗車券媒体から読取部33によって識別情報を読み取る。CPU41は、読み取った識別情報と、改札機4が設置されている場所(駅)を示す情報(出場情報)とを通信部45によりサーバ3に送信する。
(Regarding ticket gate processing on the entry side)
The CPU 41 of the ticket gate 4 (that is, the second ticket gate 4B) that performs the ticket gate process on the entry side reads the identification information by the reading unit 33 from the ticket medium placed on the reading unit 33. The CPU 41 transmits the read identification information and information (participation information) indicating the place (station) where the ticket gate 4 is installed to the server 3 via the communication unit 45.

サーバ3のCPU21は、不揮発性メモリ24を参照し、改札機4から送信された識別情報と識別情報が一致するアカウントを不揮発性メモリ24に記憶されている複数のアカウントから抽出する。さらに、CPU21は、抽出したアカウントに基づいて、料金の算出、精算、及び通行判定を行う。   The CPU 21 of the server 3 refers to the non-volatile memory 24 and extracts an account whose identification information matches the identification information transmitted from the ticket gate 4 from a plurality of accounts stored in the non-volatile memory 24. Further, the CPU 21 performs fee calculation, payment, and traffic determination based on the extracted account.

まず、CPU21は、料金の算出を行う。例えば、CPU21は、抽出したアカウントの個人情報に基づいて、不揮発性メモリ24に記憶されている複数の料金算出アルゴリズムのうち、料金の算出に用いる料金算出アルゴリズムを決定する。   First, the CPU 21 calculates a fee. For example, the CPU 21 determines a charge calculation algorithm to be used for calculating charges among a plurality of charge calculation algorithms stored in the nonvolatile memory 24 based on the extracted personal information of the account.

例えば、CPU21は、個人情報の生年月日と、現在の日時とに基づいて、利用者が子供であるか大人であるか認識する。具体的には、CPU21は、個人情報の生年月日と現在の日時とに基づいて、利用者の年齢を算出する。CPU21は、算出した年齢が予め設定された年齢以上である場合、利用者が大人であると認識し、算出した年齢が予め設定された年齢未満である場合、利用者が子供であると認識する。   For example, the CPU 21 recognizes whether the user is a child or an adult based on the date of birth of the personal information and the current date and time. Specifically, the CPU 21 calculates the age of the user based on the date of birth of personal information and the current date and time. The CPU 21 recognizes that the user is an adult when the calculated age is greater than or equal to a preset age, and recognizes that the user is a child when the calculated age is less than the preset age. .

CPU21は、利用者が大人であると認識した場合、大人用料金を算出する為の第1の料金算出アルゴリズムを料金の算出に用いる料金算出アルゴリズムとして採用する。CPU21は、アカウントに対応付けられた入場情報と、改札機4から送信された出情情報とに基づいて、第1の料金算出アルゴリズムにより料金を算出する。具体的には、CPU21は、入場情報が示す入場駅から出場情報が示す出場駅までの運賃を、第1の料金算出アルゴリズムによって算出する。   When the CPU 21 recognizes that the user is an adult, the CPU 21 adopts the first fee calculation algorithm for calculating the adult fee as the fee calculation algorithm used for calculating the fee. The CPU 21 calculates a fee by the first fee calculation algorithm based on the entrance information associated with the account and the exit information transmitted from the ticket gate 4. Specifically, the CPU 21 calculates a fare from the entry station indicated by the entry information to the entry station indicated by the entry information using the first fee calculation algorithm.

また、CPU21は、利用者が子供であると認識した場合、子供用料金を算出する為の第2の料金算出アルゴリズムを料金の算出に用いる料金算出アルゴリズムとして採用する。CPU21は、アカウントに対応付けられた入場情報と、改札機4から送信された出情情報とに基づいて、第2の料金算出アルゴリズムにより料金を算出する。具体的には、CPU21は、入場情報が示す入場駅から出場情報が示す出場駅までの運賃を、第2の料金算出アルゴリズムによって算出する。   Further, when the CPU 21 recognizes that the user is a child, the CPU 21 employs the second fee calculation algorithm for calculating the child fee as the fee calculation algorithm used for calculating the fee. The CPU 21 calculates a fee by the second fee calculation algorithm based on the entrance information associated with the account and the exit information transmitted from the ticket gate 4. Specifically, the CPU 21 calculates a fare from the entry station indicated by the entry information to the entry station indicated by the entry information using the second fee calculation algorithm.

次に、CPU21は、算出した料金の精算を行う。CPU21は、抽出したアカウントの支払情報に基づいて、上記の処理により算出された料金の請求に関する処理を行う。例えば、CPU21は、抽出したアカウントの支払情報に基づいて、支払方法を認識する。具体的には、CPU21は、支払情報が口座情報である場合、料金を口座から引き落とす為の処理を行い、支払情報がクレジットカード情報である場合、料金をクレジットカード会社に請求する為の処理を行い、支払情報がプリペイド情報である場合、料金をプリペイド情報が示す残高から引き落とす為の処理を行う。   Next, the CPU 21 settles the calculated fee. The CPU 21 performs processing related to the charge calculated by the above processing based on the extracted payment information of the account. For example, the CPU 21 recognizes the payment method based on the extracted payment information of the account. Specifically, when the payment information is account information, the CPU 21 performs processing for debiting the fee from the account. When the payment information is credit card information, the CPU 21 performs processing for charging the fee to the credit card company. If the payment information is prepaid information, a process for deducting the charge from the balance indicated by the prepaid information is performed.

次に、CPU21は、通行判定を行う。CPU21は、上記の請求に関する処理が正常に実行された場合、利用者の通行を許可すると判断する。また、CPU21は、上記の請求に関する処理が正常に実行されなかった場合、利用者の通行が不許可であると判断する。例えば、CPU21は、利用者の通行を許可する場合、通行判定の結果としてOKを改札機4に送信し、利用者の通行を許可する場合、通行判定の結果としてOKを改札機4に送信し、利用者の通行が不許可であると判断した場合、通行判定の結果としてNGを改札機4に送信する。   Next, the CPU 21 performs traffic determination. CPU21 judges that a user's passage is permitted, when the process regarding said claim is normally performed. Moreover, CPU21 judges that a user's passage is not permitted, when the process regarding said claim is not performed normally. For example, when allowing the user to pass, the CPU 21 transmits OK to the ticket gate 4 as a result of the traffic determination. When allowing the user to pass, the CPU 21 transmits OK to the ticket gate 4 as the result of the traffic determination. When it is determined that the user's traffic is not permitted, NG is transmitted to the ticket gate 4 as a result of the traffic determination.

出場側の改札処理を行う改札機4(即ち第2の改札機4B)のCPU41は、サーバ3から通行判定結果を受け取った場合、受け取った通行判定結果に応じてドア開閉部46を動作させる。例えば、CPU41は、サーバ3からOKの通行判定結果を受け取った場合、ドア32を開くようにドア開閉部46を制御する。また、CPU41は、サーバ3からNGの通行判定結果を受け取った場合、ドア32を閉じるようにドア開閉部46を制御する。   When the CPU 41 of the ticket gate 4 (that is, the second ticket gate 4B) that performs the ticket gate process on the entry side receives the traffic determination result from the server 3, the CPU 41 operates the door opening / closing unit 46 according to the received traffic determination result. For example, the CPU 41 controls the door opening / closing unit 46 to open the door 32 when an OK traffic determination result is received from the server 3. Further, when the CPU 41 receives the NG traffic determination result from the server 3, the CPU 41 controls the door opening / closing unit 46 to close the door 32.

上記したように、アカウント型改札システム1におけるサーバ3は、少なくとも識別情報と個人情報とを含むアカウントと、第1の料金算出アルゴリズムと、第1の料金算出アルゴリズムよりも安い第2の料金算出アルゴリズムとを予め不揮発性メモリ24またはROM22などに記憶する。サーバ3は、利用者の所持する乗車券媒体の識別情報を通信部25により取得し、取得した識別情報に対応するアカウントをCPU21により抽出する。サーバ3は、抽出したアカウントの個人情報に応じて、第1の料金算出アルゴリズムと、第2の料金算出アルゴリズムとのいずれかをCPU21により選択する。サーバ3は、選択した料金算出アルゴリズムをCPU21が実行することによって、料金を算出する。これにより、アカウント型改札システム1において、個人情報に応じて料金の算出に用いる料金算出アルゴリズムを切り替えることができる。この結果、利便性の高い料金算出サーバ、及び料金算出プログラムを提供することができる。   As described above, the server 3 in the account-type ticket gate system 1 includes an account including at least identification information and personal information, the first fee calculation algorithm, and the second fee calculation algorithm that is cheaper than the first fee calculation algorithm. Are stored in advance in the nonvolatile memory 24 or the ROM 22. The server 3 acquires the identification information of the ticket medium possessed by the user by the communication unit 25, and the CPU 21 extracts the account corresponding to the acquired identification information. The server 3 uses the CPU 21 to select either the first fee calculation algorithm or the second fee calculation algorithm according to the extracted personal information of the account. The server 3 calculates a fee by the CPU 21 executing the selected fee calculation algorithm. Thereby, in the account type ticket gate system 1, the charge calculation algorithm used for calculating the charge can be switched according to the personal information. As a result, a highly convenient fee calculation server and fee calculation program can be provided.

また、アカウント型改札システム1における改札機4は、入場時に乗車券媒体から識別情報を取得し、取得した識別情報と入場情報とをサーバ3に送信する。また、改札機4は、出場時に乗車券媒体から識別情報を取得し、取得した識別情報と出場情報とをサーバ3に送信する。サーバ3は、識別情報と入場情報とを取得した場合、取得した識別情報に対応するアカウントに入場情報をCPU21により対応付ける。また、サーバ3は、識別情報と出場情報とを取得した場合、選択した料金算出アルゴリズムをCPU21が実行することによって、入場情報が示す入場駅から出場情報が示す出場駅までの運賃を算出する。これにより、アカウント型改札システム1において、個人情報に応じて入場駅から出場駅までの料金の算出に用いる料金算出アルゴリズムを切り替えることができる。この結果、より利便性の高い料金算出サーバ、及び料金算出プログラムを提供することができる。   In addition, the ticket gate 4 in the account type ticket gate system 1 acquires identification information from the ticket medium at the time of entrance, and transmits the acquired identification information and entrance information to the server 3. In addition, the ticket gate 4 acquires identification information from the ticket medium at the time of participation, and transmits the acquired identification information and participation information to the server 3. When the server 3 acquires the identification information and the entrance information, the CPU 21 associates the entrance information with the account corresponding to the acquired identification information. Further, when the server 3 acquires the identification information and the participation information, the CPU 21 executes the selected fee calculation algorithm, thereby calculating the fare from the entry station indicated by the entry information to the entry station indicated by the entry information. Thereby, in the account type ticket gate system 1, the charge calculation algorithm used for calculating the charge from the entrance station to the exit station can be switched according to the personal information. As a result, a more convenient fee calculation server and fee calculation program can be provided.

また、アカウント型改札システム1におけるサーバ3は、個人情報として少なくとも利用者の生年月日を予め記憶し、第1の料金算出アルゴリズムとして大人用料金を算出する為の料金算出アルゴリズムを記憶し、第2の料金算出アルゴリズムとして子供用料金を算出する為の料金算出アルゴリズムを記憶する。サーバ3は、取得した識別情報に対応するアカウントの生年月日に応じて利用者の年齢を算出し、算出した年齢が予め設定された年齢以上である場合、第1の料金算出アルゴリズムを選択し、算出した年齢が予め設定された年齢未満である場合、第2の料金算出アルゴリズムを選択する。これにより、アカウント型改札システム1において、利用者の現在の年齢に応じて料金の算出に用いる料金算出アルゴリズムを切り替えることができる。この結果、利便性の高い料金算出サーバ、及び料金算出プログラムを提供することができる。   The server 3 in the account-type ticket gate system 1 stores at least the date of birth of the user as personal information, stores a charge calculation algorithm for calculating a charge for adults as a first charge calculation algorithm, The charge calculation algorithm for calculating the charge for children is stored as the charge calculation algorithm of No. 2. The server 3 calculates the age of the user according to the date of birth of the account corresponding to the acquired identification information, and if the calculated age is equal to or higher than a preset age, selects the first fee calculation algorithm. If the calculated age is less than the preset age, the second fee calculation algorithm is selected. Thereby, in the account type ticket gate system 1, the charge calculation algorithm used for calculating the charge can be switched according to the current age of the user. As a result, a highly convenient fee calculation server and fee calculation program can be provided.

なお、上記の実施形態では、サーバ3は、利用者の現在の年齢が予め設定された年齢以上であるか否かに応じて料金算出アルゴリズムを切り替える構成であると説明したがこの構成に限定されない。サーバ3は、他の個人情報に応じて料金算出アルゴリズムを切り替える構成であってもよい。サーバ3が記憶する個人情報は、利用者のカテゴリを示す情報であってもよい。この場合、サーバ3は、個人情報が示す利用者のカテゴリに応じて料金算出アルゴリズムを切り替える構成であってもよい。具体的には、サーバ3は、第1の料金算出アルゴリズムとして学生ではない一般用料金を算出する為の料金算出アルゴリズムを記憶し、第2の料金算出アルゴリズムとして学生用料金を算出する為の料金算出アルゴリズムを記憶し、利用者が学生ではない場合、第1の料金算出アルゴリズムを選択し、利用者が学生である場合、第2の料金算出アルゴリズムを選択する構成であってもよい。これにより、サーバ3は、利用者の個人情報に応じてより柔軟に料金算出アルゴリズムを切り替えることができる。   In the above embodiment, the server 3 has been described as having a configuration in which the charge calculation algorithm is switched according to whether or not the current age of the user is equal to or higher than a preset age, but is not limited to this configuration. . The server 3 may be configured to switch the charge calculation algorithm according to other personal information. The personal information stored in the server 3 may be information indicating the category of the user. In this case, the server 3 may be configured to switch the charge calculation algorithm in accordance with the user category indicated by the personal information. Specifically, the server 3 stores a fee calculation algorithm for calculating a general fee that is not a student as the first fee calculation algorithm, and a fee for calculating a student fee as the second fee calculation algorithm. The calculation algorithm may be stored, and when the user is not a student, the first fee calculation algorithm may be selected, and when the user is a student, the second fee calculation algorithm may be selected. Thereby, the server 3 can switch a charge calculation algorithm more flexibly according to a user's personal information.

またさらに、利用者のカテゴリは、学生であるか否かに限らずさらに細分化されていてもよい。具体的には、利用者のカテゴリは、幼稚園、小学校、中学校、高校、大学、大学院、及び各種専門学校などであってもよい。サーバ3は、これらの利用者のカテゴリ毎に異なる料金を算出する為の料金算出アルゴリズムを記憶する。サーバ3は、改札機4から送信された識別情報に応じて利用者のカテゴリを認識し、認識したカテゴリに応じた料金算出アルゴリズムを選択する構成であってもよい。これにより、サーバ3は、利用者のカテゴリに応じてより柔軟に料金算出アルゴリズムを切り替えることができる。   Furthermore, the user category is not limited to whether it is a student, but may be further subdivided. Specifically, the category of the user may be a kindergarten, an elementary school, a junior high school, a high school, a university, a graduate school, and various technical schools. The server 3 stores a charge calculation algorithm for calculating different charges for each category of these users. The server 3 may be configured to recognize the user's category according to the identification information transmitted from the ticket gate 4 and select a fee calculation algorithm according to the recognized category. Thereby, the server 3 can switch a charge calculation algorithm more flexibly according to a user's category.

また、上記の実施形態では、サーバ3は、料金算出用のアルゴリズムを記憶する構成であると説明したが、この構成に限定されない。サーバ3は、例えば決済時の料金収受によって生じ且つ決済に利用可能なポイントの算出に用いるアルゴリズム(ポイント算出アルゴリズム)を複数記憶する構成であってもよい。サーバ3は、複数のポイント算出アルゴリズムのうち1つを個人情報に応じて選択し、選択したポイント算出アルゴリズムによってポイントを算出する構成であってもよい。これにより、サーバ3は、決済時に付与されるポイントの算出方法を利用者の個人情報に応じて切り替えることができる。   In the above-described embodiment, the server 3 has been described as having a configuration for storing an algorithm for calculating a fee, but is not limited to this configuration. The server 3 may be configured to store a plurality of algorithms (point calculation algorithms) that are used for calculating points that are generated due to charge collection at the time of payment and that can be used for payment. The server 3 may be configured to select one of a plurality of point calculation algorithms according to the personal information and calculate the points using the selected point calculation algorithm. Thereby, the server 3 can switch the calculation method of the point given at the time of payment according to a user's personal information.

なお、上述の各実施の形態で説明した機能は、ハードウエアを用いて構成するに留まらず、ソフトウエアを用いて各機能を記載したプログラムをコンピュータに読み込ませて実現することもできる。また、各機能は、適宜ソフトウエア、ハードウエアのいずれかを選択して構成するものであっても良い。   It should be noted that the functions described in the above embodiments are not limited to being configured using hardware, but can be realized by causing a computer to read a program describing each function using software. Each function may be configured by appropriately selecting either software or hardware.

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   Although several embodiments of the present invention have been described, these embodiments are presented by way of example and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the invention described in the claims and the equivalents thereof.

1…アカウント型改札システム、2…登録装置、3…サーバ、4…改札機、11…CPU、12…ROM、13…RAM、14…不揮発性メモリ、15…操作部、16…表示部、16…ディスプレイ、17…通信部、18…発券部、21…CPU、22…ROM、23…RAM、24…不揮発性メモリ、25…通信部、31…筐体、32…ドア、33…読取部、34…表示部、41…CPU、42…ROM、43…RAM、44…不揮発性メモリ、45…通信部、46…ドア開閉部。 DESCRIPTION OF SYMBOLS 1 ... Account type ticket gate system, 2 ... Registration apparatus, 3 ... Server, 4 ... Ticket gate, 11 ... CPU, 12 ... ROM, 13 ... RAM, 14 ... Non-volatile memory, 15 ... Operation part, 16 ... Display part, 16 Display, 17 Communication unit, 18 Ticket issuing unit, 21 CPU, 22 ROM, 23 RAM, 24 Non-volatile memory, 25 Communication unit, 31 Case, 32 Door, 33 Reading unit 34 ... display unit, 41 ... CPU, 42 ... ROM, 43 ... RAM, 44 ... non-volatile memory, 45 ... communication unit, 46 ... door opening / closing unit.

Claims (6)

識別情報及び個人情報を含むアカウントと、少なくとも第1の料金算出アルゴリズムと、前記第1の料金算出アルゴリズムと異なる料金を算出する為の第2の料金算出アルゴリズムとを記憶したメモリと、
記録媒体の識別情報を取得し、取得した識別情報に対応するアカウントを前記メモリから抽出し、抽出したアカウントの個人情報に応じて、前記第1の料金算出アルゴリズムと、前記第2の料金算出アルゴリズムとのいずれかを選択し、選択した料金算出アルゴリズムによって料金を算出する演算素子と、
を備える料金算出サーバ。
A memory storing an account including identification information and personal information, at least a first charge calculation algorithm, and a second charge calculation algorithm for calculating a charge different from the first charge calculation algorithm;
The identification information of the recording medium is acquired, the account corresponding to the acquired identification information is extracted from the memory, and the first fee calculation algorithm and the second fee calculation algorithm are determined according to the personal information of the extracted account. And an arithmetic element that calculates a charge by the selected charge calculation algorithm,
A charge calculation server comprising:
改札機と通信する通信部をさらに具備し、
前記演算素子は、前記記録媒体を所持する利用者が入場した駅の情報である入場情報と、利用者が出場した駅の情報である出場情報とを前記通信部により前記改札機から取得し、選択した料金算出アルゴリズムによって入場駅から出場駅までの料金を算出する請求項1に記載の料金算出サーバ。
It further comprises a communication unit that communicates with the ticket gate,
The arithmetic element acquires from the ticket gate by the communication unit, entrance information that is information on a station where a user who has the recording medium enters, and entrance information that is information on a station where the user has entered, The fee calculation server according to claim 1, wherein a fee from the entry station to the departure station is calculated by the selected fee calculation algorithm.
前記第1の料金算出アルゴリズムは、大人用料金を算出する為の料金算出アルゴリズムであり、
前記第2の料金算出アルゴリズムは、前記大人用料金よりも安い子供用料金を算出する為の料金算出アルゴリズムであり、
前記個人情報は、前記記録媒体を所持する利用者の生年月日を示すものであり、
前記演算素子は、抽出したアカウントの前記生年月日に応じて利用者の年齢を算出し、算出した年齢が予め設定された年齢以上である場合、前記第1の料金算出アルゴリズムを選択し、算出した年齢が予め設定された年齢未満である場合、前記第2の料金算出アルゴリズムを選択する請求項1または2に記載の料金算出サーバ。
The first fee calculation algorithm is a fee calculation algorithm for calculating an adult fee,
The second fee calculation algorithm is a fee calculation algorithm for calculating a child fee that is lower than the adult fee,
The personal information indicates the date of birth of the user who owns the recording medium,
The computing element calculates the age of the user according to the date of birth of the extracted account, and when the calculated age is greater than or equal to a preset age, selects the first fee calculation algorithm and calculates The charge calculation server according to claim 1 or 2, wherein the second charge calculation algorithm is selected when the age is less than a preset age.
前記第1の料金算出アルゴリズムは、学生ではない一般用料金を算出する為の料金算出アルゴリズムであり、
前記第2の料金算出アルゴリズムは、前記一般用料金よりも安い学生用料金を算出する為の料金算出アルゴリズムであり、
前記個人情報は、前記記録媒体を所持する利用者が学生であるか否かを示すものであり、
前記演算素子は、抽出したアカウントの前記個人情報に応じて利用者が学生であるか否かを判断し、利用者が学生ではない場合、前記第1の料金算出アルゴリズムを選択し、利用者が学生である場合、前記第2の料金算出アルゴリズムを選択する請求項1または2に記載の料金算出サーバ。
The first charge calculation algorithm is a charge calculation algorithm for calculating a general charge that is not a student,
The second fee calculation algorithm is a fee calculation algorithm for calculating a student fee that is lower than the general fee.
The personal information indicates whether the user who owns the recording medium is a student,
The computing element determines whether the user is a student according to the personal information of the extracted account, and if the user is not a student, selects the first fee calculation algorithm, and the user The fee calculation server according to claim 1 or 2, wherein the second fee calculation algorithm is selected when the student is a student.
前記メモリは、前記識別情報にさらに算出された前記料金の支払いに関する支払情報を対応付けて記憶し、
前記演算素子は、前記支払情報に基づいて前記料金の請求に関する処理を行い、請求に関する処理の結果に応じて前記記録媒体を所持する利用者の前記改札機の通行の可否を判定し、判定結果を前記通信部により前記改札機に送信する請求項2に記載の料金算出サーバ。
The memory stores the payment information related to the payment of the fee calculated further in association with the identification information,
The computing element performs processing related to the charge billing based on the payment information, determines whether or not the ticket gate of the user who owns the recording medium is allowed to pass according to a result of the processing related to the billing, and a determination result The charge calculation server according to claim 2, wherein the communication unit transmits the information to the ticket gate.
識別情報及び個人情報を含むアカウントと、少なくとも第1の料金算出アルゴリズムと、前記第1の料金算出アルゴリズムと異なる料金を算出する為の第2の料金算出アルゴリズムとを記憶したメモリと、演算素子とを具備する料金算出サーバの料金算出プログラムであって、
前記演算素子に、
記録媒体の識別情報を取得するステップと、
取得した識別情報に対応するアカウントを前記メモリから抽出するステップと、
抽出したアカウントの個人情報に応じて、前記第1の料金算出アルゴリズムと、前記第2の料金算出アルゴリズムとのいずれかを選択するステップと、
選択した料金算出アルゴリズムによって料金を算出するステップと、
を実行させる料金算出プログラム。
A memory storing an account including identification information and personal information, at least a first charge calculation algorithm, and a second charge calculation algorithm for calculating a charge different from the first charge calculation algorithm; A charge calculation program for a charge calculation server comprising:
In the arithmetic element,
Obtaining identification information of the recording medium;
Extracting an account corresponding to the acquired identification information from the memory;
Selecting one of the first fee calculation algorithm and the second fee calculation algorithm according to the extracted personal information of the account;
Calculating the charge according to the selected charge calculation algorithm;
A charge calculation program that executes
JP2016180067A 2016-09-15 2016-09-15 Charge calculation server and charge calculation program Active JP6725376B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2016180067A JP6725376B2 (en) 2016-09-15 2016-09-15 Charge calculation server and charge calculation program
JP2020108663A JP6911180B2 (en) 2016-09-15 2020-06-24 Station affairs system, registration device, and ticket gate

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016180067A JP6725376B2 (en) 2016-09-15 2016-09-15 Charge calculation server and charge calculation program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2020108663A Division JP6911180B2 (en) 2016-09-15 2020-06-24 Station affairs system, registration device, and ticket gate

Publications (2)

Publication Number Publication Date
JP2018045472A true JP2018045472A (en) 2018-03-22
JP6725376B2 JP6725376B2 (en) 2020-07-15

Family

ID=61694770

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016180067A Active JP6725376B2 (en) 2016-09-15 2016-09-15 Charge calculation server and charge calculation program

Country Status (1)

Country Link
JP (1) JP6725376B2 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002150341A (en) * 2000-11-08 2002-05-24 Nec Corp Railroad fare automatic collection method using cellular phone and railroad fare automatic collection system
US20020121545A1 (en) * 2001-03-02 2002-09-05 Toshihiro Eguchi Service providing method
JP2002329176A (en) * 2001-03-02 2002-11-15 Hitachi Ltd Service providing system
JP2003150993A (en) * 2001-11-13 2003-05-23 Toshiba Corp Non-contact automatic ticket check system and its method
JP2004164321A (en) * 2002-11-13 2004-06-10 Hitachi Ltd Fare calculation method
JP2009163432A (en) * 2007-12-28 2009-07-23 Hitachi Ltd Entrance passage management system
JP2011113507A (en) * 2009-11-30 2011-06-09 Toshiba Corp Expiration date notification system, automatic ticket gate machine, and higher-ranked device
JP2013257663A (en) * 2012-06-11 2013-12-26 Japan Research Institute Ltd Settlement processor and settlement processing method for electronic ticket

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002150341A (en) * 2000-11-08 2002-05-24 Nec Corp Railroad fare automatic collection method using cellular phone and railroad fare automatic collection system
US20020121545A1 (en) * 2001-03-02 2002-09-05 Toshihiro Eguchi Service providing method
JP2002329176A (en) * 2001-03-02 2002-11-15 Hitachi Ltd Service providing system
JP2003150993A (en) * 2001-11-13 2003-05-23 Toshiba Corp Non-contact automatic ticket check system and its method
JP2004164321A (en) * 2002-11-13 2004-06-10 Hitachi Ltd Fare calculation method
JP2009163432A (en) * 2007-12-28 2009-07-23 Hitachi Ltd Entrance passage management system
JP2011113507A (en) * 2009-11-30 2011-06-09 Toshiba Corp Expiration date notification system, automatic ticket gate machine, and higher-ranked device
JP2013257663A (en) * 2012-06-11 2013-12-26 Japan Research Institute Ltd Settlement processor and settlement processing method for electronic ticket

Also Published As

Publication number Publication date
JP6725376B2 (en) 2020-07-15

Similar Documents

Publication Publication Date Title
CN105247541B (en) Financial account information is extracted in the improved digital picture from card
RU2656960C2 (en) Transport system user checking
JP2019008355A (en) Checkout device, checkout system and program
Garg et al. Developing secured biometric payments model using tokenization
CN102737451B (en) Automatic transaction device, biometric authentication unit, and biometric authentication method
JP2020027378A (en) Personal authentication device and program
KR102133474B1 (en) System, server and method for providing customer service
JP6911180B2 (en) Station affairs system, registration device, and ticket gate
JP6725376B2 (en) Charge calculation server and charge calculation program
JP2016057711A (en) Fare providing server, automatic ticket examination machine, ticket vendor, fare adjustment machine and fare search system
EP4033382A1 (en) Fraud detection system, fraud detection device, fraud detection method, and program
JP2016170510A (en) Issuing machine, processor, medium, and processing system
JP6189146B2 (en) Entrance gate system
JP2020077147A (en) Betting sheet, user terminal, method, and computer program
JP7179542B2 (en) Station service system, server device, station service processing method, and program
JP7337745B2 (en) Station service equipment
JP7175831B2 (en) STATION SERVICE DEVICE, STATION SERVICE PROCESSING METHOD, AND PROGRAM
JP4532199B2 (en) Voting ticket sale device and voting ticket sale system
JP6845287B2 (en) Processing machines, methods and programs
JP2020149292A (en) Coupon ticket management server, station service system, coupon ticket management method, and coupon ticket management program
JP6796008B2 (en) Information provision system, ticket media processing device, and information provision program
JP2023002025A (en) Customer confirmation server, customer confirmation system, and customer confirmation program
Vedanarayanan et al. Cloud Controlled Transport Fare Management System based on Traveller’s Information in Private Web Server
JP2008130025A (en) Unattended reception device
JP6572096B2 (en) Processing machine and issuing machine

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20170904

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20170905

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190703

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200424

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200625

R150 Certificate of patent or registration of utility model

Ref document number: 6725376

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150