WO2022224981A1 - レンタル機器の管理方法、レンタル機器の管理システム - Google Patents

レンタル機器の管理方法、レンタル機器の管理システム Download PDF

Info

Publication number
WO2022224981A1
WO2022224981A1 PCT/JP2022/018254 JP2022018254W WO2022224981A1 WO 2022224981 A1 WO2022224981 A1 WO 2022224981A1 JP 2022018254 W JP2022018254 W JP 2022018254W WO 2022224981 A1 WO2022224981 A1 WO 2022224981A1
Authority
WO
WIPO (PCT)
Prior art keywords
rental device
password
rental
user
time
Prior art date
Application number
PCT/JP2022/018254
Other languages
English (en)
French (fr)
Inventor
敦司 今野
Original Assignee
シャープNecディスプレイソリューションズ株式会社
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 シャープNecディスプレイソリューションズ株式会社 filed Critical シャープNecディスプレイソリューションズ株式会社
Priority to JP2023515492A priority Critical patent/JPWO2022224981A1/ja
Publication of WO2022224981A1 publication Critical patent/WO2022224981A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/02Reservations, e.g. for tickets, services or events
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions

Definitions

  • the present invention relates to a rental device management method and a rental device management system.
  • This application claims priority based on PCT/JP2021/016168 filed internationally on April 21, 2021, the contents of which are incorporated herein.
  • coworking space As an open space used by people who do not have a specific office.
  • the coworking space offers a service for renting rental equipment such as projectors for a fee. These may be permanently installed in public spaces, or they may be taken out from a predetermined place and rented so that they can be used anywhere in an open space. For this reason, it is difficult to manage because there is a possibility that it will be used by someone other than a specific person or that it will continue to be used even after the rental time has passed.
  • Japanese Patent Application Laid-Open No. 2002-200002 describes a technique for preventing unauthorized use by setting a use-permitted time in a projector and restricting functions when a predetermined time has passed.
  • Patent Literature 2 describes a technique for managing the expiration date of authorization information used for user authorization processing.
  • the problem we are trying to solve is the inability to properly manage passwords and authorize usage when both rental equipment is reserved in advance and rental equipment is handed over on the same day.
  • an authentication password for making the rental device available during the validity period is stored in a storage unit in association with the device identification information of the rental device, and is input by the user from the rental device.
  • an authentication password which is a password issued in response to reservation acceptance or a password entered from the rental device when the rental device is rented, is obtained, and the obtained authentication password and the rental device are obtained. is associated with the device identification information and stored in a storage unit, receives the input password and the device identification information input by the user from the rental device when using the rental device, and receives the input password and the device identification
  • the rental device management method determines whether or not the rental device can be used based on whether or not a combination with information is stored in the storage unit.
  • a password acquisition unit acquires an authentication password which is a password issued in response to a reservation acceptance or a password entered from a rental device when the rental device is rented; a storage unit for storing a password and equipment identification information of the rental equipment in association with each other; and a password authentication unit that determines whether or not the rental device can be used based on whether or not a combination of a password and device identification information is stored in the storage unit.
  • passwords can be managed and usage permission can be granted regardless of whether the rental device is reserved in advance or the rental device is handed over on the day.
  • FIG. 1 is a schematic block diagram illustrating the configuration of a rental device management system according to an embodiment of the present invention
  • FIG. 4 is a schematic diagram showing a data structure and data examples of a password list stored by a server
  • FIG. 4 is a schematic diagram showing a data structure and data examples of a usage reservation information table stored by a server
  • FIG. 4 is a schematic diagram showing a data structure and data examples of a device information table stored by a server
  • FIG. FIG. 10 is an image diagram showing an application example of a rental device management system
  • FIG. 10 is a flow chart for explaining the operation of accepting a reservation when making a reservation using a client terminal in the management system for rental equipment.
  • FIG. 10 is a flowchart for explaining the operation of authentication processing when using a rental device reserved for use in the rental device management system;
  • FIG. 10 is a flowchart for explaining the operation of registration processing when renting out a same-day rental device in the rental device management system.
  • FIG. FIG. 10 is a flowchart for explaining the operation of a valid period extension process in the rental device management system;
  • FIG. It is a flowchart explaining the operation
  • FIG. 10 is a flowchart for explaining processing performed by a server when a rental device reservation including use on the day is made from a client terminal or a control terminal;
  • FIG. 1 is a diagram showing the basic configuration of a management system for rental equipment according to the present invention;
  • FIG. 1 is a schematic block diagram illustrating the configuration of a rental device management system according to an embodiment of the present invention.
  • a rental equipment management system 1 manages rented rental equipment in order to prevent unauthorized use of the rental equipment in a service for renting rental equipment such as projectors and personal computers for a fee in a coworking space or the like. System.
  • the management system 1 has a server 10 , a client terminal 20 and a control terminal 30 .
  • the server 10, the client terminal 20, and the control terminal 30 are connected for communication by wire or wirelessly via the network NT.
  • the server 10 is a server device that centrally controls the management system 1 .
  • the client terminal 20 is a user terminal used by a user who uses rental equipment.
  • the client terminal 20 is, for example, a device capable of displaying a website, such as a personal computer, a smart phone, or a tablet terminal.
  • the control terminal 30 is a program or device that is installed in a rental device or the like and controls the functions of the corresponding rental device.
  • the server 10 includes a communication unit 101, a storage unit 102, a website control unit 103, a payment processing unit 104, a password acquisition unit 105, a password authentication unit 106, a terminal control unit 107, a clock unit 108, It has a validity period updating unit 109 and a notification unit 110 .
  • the communication unit 101 communicates with the client terminal 20 or the control terminal 30 .
  • the storage unit 102 stores various information. For example, the storage unit 102 stores a usage reservation information table indicating usage reservation status of rental devices, a password list that is a list of one-time passwords issued to the user at the time of usage reservation, and a device information table indicating the model of each rental device.
  • the one-time password is authentication information for determining whether or not the rental device can be used.
  • the website control unit 103 controls the web page displayed on the client terminal 20 by transmitting web page data to the client terminal 20 when accessed from the client terminal 20 .
  • the settlement processing unit 104 executes billing processing according to contract details, settlement processing based on a registered payment method, and the like, when making a reservation for use of a rental device.
  • the password acquisition unit 105 issues to the user a password with a validity period set according to the usage time of the rental device at the time of reservation for use of the rental device or at the time of rental on the day.
  • the password acquisition unit 105 also associates the issued password with the device identification information of the rental device to be rented out, and writes them to the usage reservation information table stored in the storage unit 102 .
  • the device identification information is identification information that identifies each rental device.
  • the password authentication unit 106 receives a password and device identification information from the rental device when the user uses the rental device. The password authentication unit 106 determines whether or not the rental device can be used based on whether the combination of the received password and the device identification information is stored in the usage reservation information table of the storage unit 102 . When the terminal control unit 107 determines that the rental device can be used, the terminal control unit 107 synchronizes the time of the control terminal 30 corresponding to the rental device by transmitting a synchronization signal. The synchronization signal includes the date and time clocked by the clock unit 108 . Then, the terminal control unit 107 transmits a log-in signal including the log-out time to the control terminal 30 whose time has been synchronized.
  • the logout time is the end time of using the rental device. Further, when the usage time of the rental device (valid period of the password) is extended, the terminal control unit 107 transmits to the control terminal 30 a signal indicating the updated logout time based on the extended valid period.
  • the clock unit 108 clocks the date and time.
  • the valid period update unit 109 receives a request for extension, it determines whether or not the extension is possible, and if the extension is possible, the validity period set for the password is extended.
  • the usage period is the usage time of the rental device. At this time, if the rental device of the same model as the rental device can be used, the validity period updating unit 109 determines that the validity period can be extended.
  • the notification unit 110 notifies the user of various information. For example, the notification unit 110 notifies the user that extension is possible when the time until the usage end time of the rental device becomes shorter than a predetermined time. In addition, when the time until the usage end time of the rental device becomes shorter than a predetermined time, the notification unit 110 notifies the user of that fact. In addition, when the usage end time of the rental device has passed, the notification unit 110 notifies the user to that effect.
  • the notification unit 110 may notify the user of information by sending an e-mail, or may notify the user of information by displaying a web page on the client terminal 20 from the website control unit 103 . Alternatively, if the rental device is a device including video equipment such as a projector or a personal computer, the notification unit 110 may notify the user of the information by displaying it on its screen.
  • the control terminal 30 has a communication section 301 , a function control section 302 , a human sensor 303 , a storage section 304 and a clock section 305 .
  • the communication unit 301 communicates with the server 10 or the client terminal 20 .
  • a function control unit 302 controls the function of the corresponding rental device. For example, upon receiving a synchronization signal from the server 10, the function control unit 302 synchronizes the date and time measured by the clock unit 305 with the date and time indicated by the received synchronization signal. Also, the function control unit 302 causes the rental device to log in upon receiving the login signal from the server 10, and releases the restriction on the function of the rental device. At this time, the function control unit 302 writes the logout time included in the login signal into the storage unit 304 . Also, the function control unit 302 acquires the detection result from the human sensor 303 when the rental device is logged in. FIG.
  • the function control unit 302 determines whether or not the user is near the rental device. When there is no user near the rental device, the function control unit 302 logs out (logs off) the rental device and restricts the functions of the rental device. Further, the function control unit 302 logs out the rental device at the logout time, and restricts the function of the rental device.
  • a human sensor 303 detects a person within the detection range.
  • Storage unit 304 stores various times. For example, the storage unit 304 stores the logout time of the rental device.
  • a clock unit 305 clocks the date and time.
  • FIG. 2 is a schematic diagram showing a data structure and data examples of a password list stored by a server.
  • the password list stores passwords and valid periods in association with each other.
  • Password is a one-time password issued to the user.
  • the validity period is the usage time from the usage start time to the usage end time of the rental device.
  • the term of validity "-" indicates that the term of validity is not set.
  • the validity period of the password "aaaa1111” is from the use start time "2021/3/1/10:00" to the use end time "2021/3/1/12:00".
  • the password "bbbb2222” does not have an expiration date set, so it can be issued to a new user.
  • FIG. 3 is a schematic diagram showing the data structure and data examples of a usage reservation information table stored by the server.
  • the usage reservation information table stores the items of device identification information, password, and effective period in association with each other.
  • the device identification information is identification information that identifies each rental device.
  • the password is a password for using the rental device.
  • the valid period is the valid period of the password and the usage time of the rental device.
  • the rental device with the device identification information “A” has a valid period from the usage start time “2021/3/1/10:00” to the usage end time “2021/3/1/12:00”.
  • the usage is reserved for a valid period from the usage start time “2021/3/3/13:00” to the usage end time “2021/3/3/16:00”.
  • the password from "2021/3/1/10:00” to "2021/3/1/12:00” for the rental device with the device identification information "A” is "aaaa1111” and "2021/3/
  • the password from "3/13:00" to "2021/3/3/16:00” is "bbbb222222".
  • the rental device with the device identification information “B” is reserved for use during the valid period from the use start time “2021/3/4/13:00” to the use end time “2021/3/4/16:00”. and its password is "cccc3333".
  • FIG. 4 is a schematic diagram showing a data structure and data examples of a device information table stored by a server.
  • the device information table stores items of device identification information and model in association with each other.
  • the model indicates the model of the rental device.
  • the model of the rental device with the device identification information "A” is "XX01”
  • the model of the rental device with the device identification information "B” is "XX01”
  • the rental device with the device type information "C”. is "YY02”
  • the model of the rental device with the device identification information "D” is "ZZ03". That is, the rental device with the device identification information "A” and the rental device with the device identification information "B” are of the same model.
  • FIG. 5 is an image diagram showing an application example of the rental device management system.
  • the illustrated provided space WS includes a free space FSA, a free space FSB, a rental conference room CR, and a facility rental booth LB.
  • the rental conference room CR is a section that can be reserved by designating a section within the provided space WS.
  • the free space FSA and the free space FSB are partitions in which a place where no other user is present can be appropriately used without making a reservation.
  • the equipment rental booth LB is a section for renting rental equipment to users.
  • a rental conference room CR, a notebook computer 32 that is a notebook personal computer, and a projector 33 are exemplified as rental equipment.
  • the user can start using the reserved rental equipment by performing authentication using a password from the client terminal 20 after making a reservation for use of the rental equipment in advance.
  • the lender asks the user to select one of the rental devices that can be rented, and rents out the rental device.
  • the user can start using the rental device.
  • the electronic lock 31 that locks the rental conference room CR locks the door of the rental conference room CR in the logout state.
  • the electronic lock 31 When the electronic lock 31 is logged in, it unlocks the door of the rental conference room CR.
  • the electronic lock 31 is logged in, the door is unlocked, and the user can freely enter and exit the rental conference room CR. be able to.
  • the electronic lock 31 In the logout state, the electronic lock 31 is locked and it is not possible to enter the room, but it is possible to leave by opening the manual lock in the rental conference room CR.
  • the notebook computer 32 displays a message on the desktop screen telling the user that it cannot be used without logging in, and the URL of the web page for authentication (Uniform Resource Locator) or a two-dimensional code indicating a URL.
  • the notebook computer 32 may display a message on the desktop screen telling the user that it cannot be used without logging in, and an input form for accepting the input of a password. good. Note that the user can use the notebook computer 32 without displaying the above message by starting the notebook computer 32 in the logged-in state.
  • the projector 33 in the logout state when the projector 33 in the logout state is projected, a message telling the user that the video signal cannot be displayed on the projection screen unless the user logs in and the URL of the web page for authentication (or a two-dimensional code indicating the URL). ) is displayed.
  • the projector 33 displays the video signal input to the video terminal by projecting in the logged-in state.
  • FIG. 6 is a flowchart for explaining the operation of accepting a reservation when making a reservation using a client terminal.
  • the processing shown in this figure is executed when a user makes a reservation for using a rental device.
  • the user uses the client terminal 20 to access the website provided by the website control unit 103 of the server 10 and make a reservation for using the rental device.
  • the website control unit 103 of the server 10 When receiving access from the client terminal 20, the website control unit 103 of the server 10 reads the current reservation status from the reservation information table stored in the storage unit 102, and sends a web page showing the read reservation status to the client terminal 20. Send (step S101).
  • the client terminal 20 displays the received web page on the display screen. Thereby, the user can refer to the reservation status displayed on the display screen of the client terminal 20 and confirm the rental equipment that can be reserved.
  • the client terminal 20 accepts input of usage reservation information from the web page received from the server 10.
  • the user selects the rental equipment that he/she wishes to use and the usage time (use start time and use end time), and enters payment method information on the web page to make a reservation for use. At this time, the user can also enter his/her own email address.
  • the client terminal 20 transmits the usage reservation information input to the web page to the server 10 (step S102).
  • Website control unit 103 of server 10 receives the usage reservation information.
  • the payment processing unit 104 of the server 10 executes payment processing based on the received usage reservation information.
  • the password acquisition unit 105 issues a one-time password when the settlement process is completed (step S103). Specifically, the password acquisition unit 105 selects and issues a password whose use time and validity period included in the use reservation information do not overlap from the password list stored in the storage unit 102 . For example, the password acquisition unit 105 selects a password whose validity period is not set.
  • the password acquisition unit 105 associates the issued one-time password, the device identification information of the rental device indicated by the received usage reservation information, and the usage time included in the received usage reservation information, and stores them in the storage unit 102. Write to the usage reservation information table. As a result, the storage unit 102 associates and stores the device identification information of the reserved rental device, the password, and the reserved usage time (valid period of the password) (step S104). The password acquisition unit 105 also writes the valid period corresponding to the issued one-time password to the password list.
  • the notification unit 110 transmits the issued one-time password and the device identification information of the rental device reserved for use to the client terminal 20 and notifies the user (step S105).
  • the notification unit 110 may notify the user by displaying the password and the device identification information on the web page via the website control unit 103, or send the password to the e-mail address entered at the time of reservation for use. and the user may be notified by sending an e-mail containing the device identification information.
  • FIG. 7 is a flowchart for explaining the operation of authentication processing when using a rental device reserved for use in the rental device management system.
  • the processing shown in this figure is executed when a user uses a rental device for which use has been reserved.
  • the user uses the client terminal 20 to access the website provided by the website control unit 103 of the server 10 and perform authentication for using the rental device.
  • the website control unit 103 of the server 10 Upon receiving access from the client terminal 20, the website control unit 103 of the server 10 transmits a web page for receiving password input to the client terminal 20 (step S201).
  • the client terminal 20 displays the received web page on the display screen and accepts the input of the password (step S202).
  • the user enters the password and device identification information notified at the time of reservation for use.
  • the client terminal 20 transmits the password and device identification information entered on the web page to the server 10 .
  • the website control unit 103 of the server 10 receives the password and device identification information from the client terminal 20 .
  • the password authentication unit 106 of the server 10 determines whether the received password is valid (step S203). Specifically, the password authentication unit 106 determines that the combination of the received password and device identification information is valid when it matches the one stored in the usage reservation information table. When the website control unit 103 determines that the password is not valid (step S203: No), the website control unit 103 transmits a web page notifying that the authentication has failed to the client terminal 20, and returns to the process of step S201.
  • step S203 determines that the password is valid (step S203: Yes)
  • it reads out the valid period of the received password from the usage reservation information table, and determines that the current date and time is within the valid period. It is determined whether or not (step S204).
  • step S204 the website control unit 103 transmits a web page notifying that the valid period is outside to the client terminal 20, and returns to the process of step S201.
  • step S204 if the current date and time are within the valid period (step S204: Yes), the terminal control unit 107 of the server 10 synchronizes the time by transmitting a synchronization signal to the control terminal 30 corresponding to the rental device.
  • function control section 302 of control terminal 30 synchronizes the date and time kept by clock section 305 with the date and time indicated by the received synchronization signal.
  • the terminal control unit 107 of the server 10 transmits a login signal including the logout time to the control terminal 30 (step S205).
  • the function control unit 302 of the control terminal 30 Upon receiving the login signal, the function control unit 302 of the control terminal 30 writes the logout time included in the login signal into the storage unit 304 . Thereby, the storage unit 304 stores the logout time. Then, the function control unit 302 causes the rental device to log in, and cancels the functional restriction of the rental device (step S206). After that, the function control unit 302 notifies the server 10 that the synchronization has succeeded.
  • the notification unit 110 notifies the user that the authentication has succeeded (step S207). For example, the notification unit 110 notifies the user by transmitting to the client terminal 20 a web page notifying that the authentication has been successful via the website control unit 103 . Alternatively, the notification unit 110 may send the notification by e-mail. Alternatively, if the rental device is a device including video equipment such as a personal computer or a projector, the notification unit 110 may display the notification on its screen.
  • the function control unit 302 of the control terminal 30 starts detection by the human sensor 303, and determines whether or not the user has left the seat (whether there is a user near the rental device). (step S208). For example, the function control unit 302 determines that the user has left the seat when the human sensor 303 detects that there is no person within the detection range for a certain period of time or more. When the function control unit 302 determines that the user has not left the seat (step S208: No), the function control unit 302 maintains the logged-in state of the rental device and continues detection by the human sensor 303. FIG. On the other hand, when the function control unit 302 determines that the user has left the seat (step S208: Yes), the function control unit 302 ends the detection by the human sensor 303, logs out the rental device, and restricts the function of the rental device.
  • the notification unit 110 of the server 10 notifies the user that the usage end time is approaching and prompts the user to leave when the time until the usage end time becomes shorter than a predetermined time (step S209). At this time, if the control terminal 30 does not have the next use reservation, the notification unit 110 also notifies that the extension procedure is possible. For example, the notification unit 110 may cause the client terminal 20 to display the notification, or may send the notification by e-mail. Alternatively, if the rental device is a device including video equipment such as a personal computer or a projector, the notification unit 110 may display the notification on its screen.
  • the notification unit 110 of the server 10 notifies the user that the usage end time has passed (step S210).
  • the function control unit 302 of the control terminal 30 logs out the rental device and restricts the function of the rental device (step S211). As a result, after the usage end time has passed, the rental device is automatically logged out and cannot be used.
  • a password and device identification information for authentication are input from the client terminal 20.
  • the rental device receives the input of the password and device identification information, and the server 10 may be sent to
  • the management system 1 performs authentication using a password issued in advance and valid only for a specific period, thereby preventing continued use even after the use time has passed.
  • the control terminal 30 detects that a person leaves the seat based on the detection result of the human sensor 303, the control terminal 30 logs out and restricts the function of the rental device. Unauthorized use can be prevented.
  • FIG. 8 is a flow chart explaining the operation of registration processing when renting out a same-day rental device in the rental device management system. The processing shown in this figure is executed when the user rents and uses the rental equipment at the equipment rental booth LB on the same day.
  • the storage unit 102 of the server 10 stores the device identification information of the rental device rented to the user and the usage time (valid period of the password) in the usage reservation information table (step S301).
  • the rental device When the user activates the rented rental device, the rental device accepts the input of the password (step S302). The user sets and inputs an arbitrary password. Alternatively, if the rental device can detect the identification information of the user's smart phone or the like, the rental device may capture the identification information as a password. The rental device transmits the input password and the device identification information of its own device to the server 10 .
  • the password acquisition unit 105 of the server 10 receives the password and the device identification information from the rental device, associates the received password with the device identification information and the expiration date stored in step S301, and uses the usage reservation stored in the storage unit 102. Write to the information table. As a result, the storage unit 102 associates and stores the device identification information and validity period stored in step S301 with the received password (step S303).
  • the terminal control unit 107 of the server 10 synchronizes the time by transmitting a synchronization signal to the control terminal 30 corresponding to the rental device.
  • function control section 302 of control terminal 30 synchronizes the date and time kept by clock section 305 with the date and time indicated by the received synchronization signal.
  • the terminal control unit 107 of the server 10 transmits a login signal including the logout time to the control terminal 30 (step S304).
  • the function control unit 302 of the control terminal 30 Upon receiving the login signal, the function control unit 302 of the control terminal 30 writes the logout time included in the login signal into the storage unit 304 . Thereby, the storage unit 304 stores the logout time. Then, the function control unit 302 causes the rental device to log in, and cancels the functional restriction of the rental device (step S305).
  • step S306 to step S309 is the same as the processing from step S208 to step S211 described above, so description thereof will be omitted.
  • the password notified at the time of reservation for use or the password set and input by the user in step S302 can be re-entered into the rental device.
  • the rental device can be used again by logging in the device.
  • the rental device transmits the re-entered password to the server 10 together with the device identification information of its own device.
  • the server 10 executes the processes shown in steps S203 to S205 described above to put the rental device into the login state again.
  • FIG. 9 is a flow chart explaining the operation of the valid period extension process in the rental device management system. The processing shown in this figure is executed when the user extends the usage time of the rental device. The user uses the client terminal 20 to access the website provided by the website control unit 103 of the server 10 and extend the usage time of the rental device (valid period of the password).
  • the website control unit 103 of the server 10 transmits a web page for receiving extension of usage time to the client terminal 20 (step S401).
  • the client terminal 20 displays the received web page on the display screen and accepts the input of the password and device identification information (step S402).
  • the user enters a password and device identification information.
  • the client terminal 20 transmits the password and device identification information entered on the web page to the server 10 .
  • the website control unit 103 of the server 10 receives the password and device identification information from the client terminal 20 .
  • the password authentication unit 106 of the server 10 authenticates the password by executing the same processes as those of steps S203 and S204 described above. If the password is successfully authenticated, the valid period updating unit 109 reads out the usage reservation information table, inquires about the current usage reservation status, and determines whether or not extension is possible (step S403). If there is another reservation for use during the time period to be extended, the validity period updating unit 109 identifies another rental device of the same model as the rental device based on the device information table stored in the storage unit 102 . Then, the validity period updating unit 109 determines the remaining number of the other specified rental devices that have not been reserved for use in the same time slot.
  • the valid period update unit 109 determines that the extension is possible. judge. On the other hand, the validity period update unit 109 cannot extend the extension if there is another reservation for use in the time period to be extended and if there is no rental device of the same model that is not reserved for use in the same time period. I judge.
  • the website control unit 103 determines that the extension is not possible (step S403: No)
  • the website control unit 103 transmits a web page notifying that the extension is not possible to the client terminal 20, and returns to the process of step S401.
  • step S403 determines that the extension is possible (step S403: Yes)
  • the website control unit 103 transmits a web page for performing the extension procedure to the client terminal 20.
  • the client terminal 20 displays the received web page and accepts the extension procedure (step S404).
  • the user can specify the usage time to be extended from the web page displayed on the client terminal 20 and input the information of the payment method, thereby performing the extension procedure.
  • the client terminal 20 transmits the input extension information to the server 10 .
  • Website control unit 103 of server 10 receives the extension information.
  • the payment processing unit 104 of the server 10 executes payment processing based on the received extension information.
  • the valid period update unit 109 rewrites the valid period corresponding to the authenticated password and device identification information based on the received extension information.
  • the validity period corresponding to the authenticated password and device identification information is updated in the usage reservation information table stored in the storage unit 102 (step S405).
  • the validity period update unit 109 updates the other rental apparatuses of the same model as the rental apparatus that do not have reservations for use in the same time period. Make a reservation for the use of Specifically, the validity period updating unit 109 associates the device identification information of the other rental device with the password and the validity period of the other usage reservation and writes them in the usage reservation information table.
  • the terminal control unit 107 of the server 10 synchronizes the time by transmitting a synchronization signal to the control terminal 30 of the rental device with the extended usage time.
  • the terminal control unit 107 transmits a signal indicating the updated logout time (use end time) to the control terminal 30 .
  • the function control unit 302 of the control terminal 30 rewrites the logout time stored in the storage unit 304 to the logout time indicated by the signal. Thereby, the logout time stored in the storage unit 304 is updated (step S406).
  • the function control unit 302 notifies the server 10 that the synchronization has succeeded.
  • the control terminal 30 When the control terminal 30 notifies the website control unit 103 of the server 10 that the synchronization has succeeded, the website control unit 103 transmits to the client terminal 20 a web page notifying that the usage time of the rental device has been extended (step S407).
  • the client terminal 20 performs a procedure for extending the usage time of the rental device, but the rental device is not limited to this, and can display a web page on a personal computer, tablet terminal, smartphone, or the like. In the case of a device, procedures for extending the usage time may be performed from the rental device.
  • a password (authentication password) entered from a rental device when a password issued upon receipt of a reservation or a rental device is rented is obtained.
  • the obtained password and the device identification information of the rental device are associated with each other and stored in the storage unit 102, and when the rental device is used, the password (input password input by the user) and the device identification information are received from the rental device.
  • the rental device is used, the password (input password input by the user) and the device identification information are received from the rental device.
  • Whether or not the rental device can be used is determined based on whether or not the combination of the received password and the device identification information is stored in the storage unit 102 .
  • passwords can be managed and usage permission can be given in both cases in which a rental device is reserved in advance and in which a rental device is handed over on the same day.
  • the detection result from the sensor is acquired, based on the detection result of the sensor, it is determined whether or not the user is in the vicinity of the rental device. To log off a rental device when there is no user. As a result, when the user leaves the rental device, the rental device automatically enters a logout state, thereby preventing unauthorized use of the rental device by another person while the user is away.
  • the human sensor 303 included in the control terminal 30 is exemplified as an example of the sensor, but it is not limited to this as long as it can determine that the user has left the rental device.
  • the rental device is a personal computer
  • a person may be detected by capturing an image with a camera provided in the personal computer and determining whether or not the captured image includes a person.
  • the rental device is a projector
  • the projector may have a built-in human sensor, or the human sensor may be attached to the projector later.
  • a motion sensor provided outside the rental device may be used.
  • the motion sensor is (1) a motion sensor installed on the ceiling or the like that detects people based on the presence or absence of movement of people, and (3) a sensor that detects that a user has entered or left a room by opening or closing a door.
  • the server 10 associates the closest human sensor with the rental device at the location where the user logs into the rental device for the first time. Then, the server 10 determines whether or not the user is in the vicinity of the rental device based on the detection result of the linked motion sensor.
  • the server 10 may be input at the time of making a reservation to use which section the rental device is to be used in, and associate the motion sensor provided in the reserved section with the rental device. For example, when the reserved section is a free space, the server 10 associates it with a different human sensor depending on whether it is a free space FSA or a free space FSB.
  • the server 10 can identify the person installed in the section.
  • a sensor and a projector can be linked.
  • the server 10 associates the personal computer with the projector. Then, depending on whether or not a person is detected in the personal computer rented together with the projector, the server 10 causes the personal computer to log out of the projector as well.
  • a motion sensor can be used to detect whether or not the user who uses the rental device is nearby, but in addition to this, a function to detect the user's position may be used as a sensor.
  • the function to detect the user's position may acquire position information from the GPS (Global Positioning System) possessed by the user, or identify the access point that the device such as the smartphone possessed by the user accesses by communication, and The location where the access point is installed may be used as the location information.
  • GPS Global Positioning System
  • the rental device management system 1 when an extension request is received, it is determined whether or not the extension is possible. If the extension is possible, a password (authentication password) is set. Extend the expiration date. At this time, if a rental device of the same model as the rental device can be used, it is determined that the extension is possible. As a result, even if the rental device currently used by the user has a reservation for the next use, if there is no reservation for use of another rental device of the same model, the usage time of the rental device can be extended. , the user can continue to use the currently used rental device.
  • a password authentication password
  • the time of the rental device is synchronized, and the rental device is logged off when the expiration date set for the password (authentication password) has passed.
  • the control terminal 30 provided in the rental equipment manages the end time of use, and when the end time of use has passed, automatic The rental device can be automatically logged out.
  • the password (authentication password) has a valid period corresponding to the usage time of the rental device, and the received password (authentication password corresponding to the input password) is within the validity period, it is determined that the rental device can be used. As a result, since the rental device cannot be used outside the valid period, it is possible to prevent unauthorized use of the rented rental device.
  • the rental device management system 1 when the time until the expiration date set for the password (authentication password) becomes shorter than a predetermined time, the user is notified of this fact. As a result, the user can know that the usage end time of the rental device is approaching, so that the user can extend the usage time as necessary.
  • the rental device management system 1 when the expiration date set for the password (authentication password) has passed, the user is notified of this fact. As a result, the user can know that the rental device cannot be used because the usage time of the rental device has passed.
  • FIG. 10 is a flow chart explaining the operation of the usage procedure when using the same-day rental equipment using the control terminal 30.
  • FIG. The process shown in this figure is executed when the user borrows and uses the same-day rental device.
  • the website control unit 103 of the server 10 transmits to the control terminal 30 a web page for receiving the usage time desired by the user.
  • the control terminal 30 displays the received web page on the display screen, and accepts input of usage time from the web page received from the server 10 .
  • the user selects the desired usage time (usage start time and usage end time), and enters payment method information on the web page to complete the usage procedure (step S501).
  • the control terminal 30 transmits to the server 10 the usage time entered in the web page.
  • Website control unit 103 of server 10 receives the usage time.
  • the website control unit 103 reads the usage reservation information table, inquires about the current usage reservation status, and determines whether the rental device corresponding to the control terminal 30 can be used during the time period that the user desires to use. is determined (step S503).
  • Website control unit 103 identifies other rental devices of the same model as the rental device based on the device information table stored in storage unit 102 when another reservation for use is made in the same time slot. Then, the website control unit 103 determines the remaining number of other specified rental devices that have not been reserved for use during the same time period.
  • the website control unit 103 determines that it is available if there is no other reservation for use in the same time slot, or if there is a rental device of the same model that is not reserved for use in the same time slot. do. On the other hand, the website control unit 103, if there is another reservation for use in the time period that the user desires to use, and if there is no rental device of the same model that is not reserved for use in the same time period, It is judged to be unusable. When the website control unit 103 determines that the use is not possible (step S502: No), the website control unit 103 transmits a web page notifying that the use is not possible to the control terminal 30 (step S503), and returns to the process of step S501.
  • the website control unit 103 determines that it can be used (step S502: Yes)
  • the client terminal 20 displays the received web page and accepts the usage procedure (step S505).
  • the user can perform a usage procedure by setting and inputting an arbitrary password from the web page displayed on the control terminal 30 and inputting information on the settlement method.
  • the control terminal 30 transmits the entered password and payment method information to the server 10 .
  • the website control unit 103 receives information on passwords and payment methods.
  • the payment processing unit 104 of the server 10 executes payment processing based on the received payment method information.
  • the password acquisition unit 105 of the server 10 associates the received password with the device identification information of the rental device corresponding to the control terminal that has notified the password, and the usage time input in step S501. and write it in the usage reservation information table stored in the storage unit 102 .
  • the storage unit 102 associates and stores the device identification information of the rental device for which the usage procedure has been completed, the password, and the usage time (valid period of the password) for which the usage procedure has been completed (step S506).
  • the password acquisition unit 105 writes the validity period corresponding to the password received from the control terminal 30 into the password list.
  • step S205 the terminal control unit 107 of the server 10 synchronizes the time by transmitting a synchronization signal to the control terminal 30 corresponding to the rental device, and transmits a login signal including the logout time to the control terminal 30.
  • Step S507 the function control unit 302 of the control terminal 30 writes the logout time included in the received log-in signal into the storage unit 304, causes the rental device to log in, and cancels the functional restriction of the rental device (step S508). .
  • the server 10 when the server 10 is notified that the control terminal 30 has successfully logged in, the server 10 may notify the client terminal 20 that the rental device is now available. Further, similarly to step S208, the function control unit 302 of the control terminal 30 may start detection by the human sensor 303 after logging in the rental device.
  • step S501 shown in the figure the usage time is input from the control terminal 30, but the usage time of the rental equipment is input by a terminal (equipped terminal) provided in the equipment rental booth LB. may be received and the usage time input by the user may be transmitted to the server 10 .
  • the equipped terminal may transmit to the server 10 any password set and input by the user.
  • the client terminal may accept the input of the usage time and transmit the usage time input by the user to the server 10.
  • the client terminal 20 may transmit to the server 10 any password set and input by the user.
  • FIG. 11 is a flowchart for explaining the processing performed by the server when the client terminal 20 or the control terminal 30 requests the use of a rental device, including the use reservation and same-day use.
  • the website control unit 103 of the server 10 determines whether or not the rental device can be used during the time period that the user wishes to use (step S601).
  • the website control unit 103 determines the remaining number of the rental devices that the user desires to use but has no usage reservation for the same time slot, and determines the number of usage reservations. If there is a rental device that is not included, it is determined that it can be used.
  • the website control unit 103 determines that the rental device corresponding to the control terminal 30 can be used if there is no usage reservation for the same time slot. .
  • the website control unit 103 selects a rental device of the same model as the rental device that has a reservation for use in the same time slot. If there is a rental device of the same model that is not reserved for use, it is determined that it is available.
  • the website control unit 103 determines whether or not the control terminal 30 has notified the user of the desire to use the rental device (step S602).
  • the website control unit 103 receives the password set and input by the user, the device identification information of the rental device, and the usage time. are associated with each other and stored in the usage reservation information table stored in the storage unit 102 (step S603).
  • the website control unit 103 acquires the password set and input by the user from the control terminal 30, and the storage unit 102 stores the acquired password.
  • the password acquisition unit of the server 10 105 selects and issues a password whose validity period does not overlap with the password issued for the use of other rental equipment used in the same time zone, issues the issued one password, the equipment identification information of the rental equipment, and It is stored in the usage reservation information table stored in the storage unit 102 in association with the usage time (step S604).
  • the password acquisition unit 105 when receiving a request to use a rental device from the client terminal 20, the password acquisition unit 105 issues a password according to the request for use without accepting a password set and input by the user, and stores the issued password. It is stored in the usage reservation information table stored by the unit 102 .
  • step S601 if the rental device cannot be used (step S601: No), the website control unit 103 notifies the user that the rental device cannot be used.
  • the website control unit 103 When the usage reservation information is received from the client terminal 20, the website control unit 103 notifies the client terminal 20 that the rental device cannot be used.
  • the website control unit 103 transmits to the control terminal 30 that the rental device cannot be used.
  • the website control unit 103 determines whether or not the rental device has notified the rental device of the desire to use the rental device. can be In this case, the website control unit 103 acquires the password set and input by the user from the rental device, and stores the acquired password in the usage reservation information table stored in the storage unit 102 in step S603.
  • step S601 when the user accepts a usage request including a time zone in which the user wishes to use the rental device, the website control unit 103 sets the time at which the usage request is accepted to the time zone in which the user wishes to use. It is also possible to accept a password that is included, that is, that is set and input by the user if the user desires to use it on the day. In this case, the website control unit 103 accepts the time slot that the user desires to use, determines whether the rental device can be used based on the usage reservation status of the rental device, and determines that the rental device can be used.
  • the password set and input by the user is obtained from the control terminal 30, and the obtained password is stored in the storage unit 102. It is stored in the usage reservation information table.
  • step S601 if the user accepts a request for use that includes a time period during which the user wishes to use the rental device, there is a rental device for which no reservation has been made, that is, the time period that the user desires to use is within the valid period. If there is a rental device (a usable rental device) for which the included password has not been issued, the procedure for using the rental device may be accepted from the client terminal 20 and the rental device. In this case, the website control unit 103 accepts the time zone that the user desires to use, and determines whether or not there is a rental device that can be used.
  • the website control unit 103 receives a procedure (usage procedure) for using the rental device from the client terminal 20 and the rental device.
  • a procedure usage procedure
  • the server 10 executes the processing shown in step S604.
  • the server 10 executes the processing shown in step S603.
  • a password for making the rental device available during the effective period is associated with the device identification information of the rental device, and stored in the storage unit 102.
  • Whether or not the rental device can be used is determined based on whether or not it is stored in the . As a result, it is possible to appropriately permit the use of the rental device during the validity period.
  • the rental device management system 1 if a password (issued password) issued in response to a request to use a rental device has not been issued, the password set and input by the user (set password) is It is accepted as a password (authentication password) for making the rental device available for the valid period. Thereby, depending on whether the password has been issued or not, the password set and input by the user can be used as the authentication password.
  • the rental device management system 1 when a notification requesting use of a rental device (use request) is received from the client terminal 20, the password set and input by the user (setting password) is not accepted. , a password issued in response to a request for use (issued password) is accepted as a password (authentication password) for enabling the rental device to be used during the valid period.
  • the password emitted by the server 10 can be used as the authentication password instead of the password set and input by the user according to the terminal that has notified of the desire to use.
  • a password (setting password) set and input by the user is received from the rental equipment.
  • a password can be set from the rental device, and requests for use can be received more efficiently than through the client terminal 20 when using the rental device on the same day.
  • the management system 1 for rental equipment when a time slot (desired period of use) that the user wishes to use is received, it is determined whether or not the rental equipment can be used based on the usage reservation status of the rental equipment. If it is determined that the rental device can be used, and if the time at which the desired period of use is accepted is included in the desired period of use, the password set and input by the user (set password) is It is accepted as a password (authentication password) for making the rental device available for the valid period.
  • any password set and input by the user can be changed to a password that allows the use of the rental device. , and the rental device can be used more efficiently than when the server 10 issues a password.
  • the rental device management system 1 when a time slot (desired usage period) that the user desires to use is received, a rental device for which a password that includes the desired usage period is included in the valid period has not been issued. If there is (a rental device that can be used), requests for its use are received from the client terminal 20 and the rental device. As a result, when there is a rental device that can be used, it is possible to accept the request for use from the client terminal 20 and the rental device regardless of whether it is a reservation for use or a reservation on the same day, thereby improving convenience.
  • the rental device functions are controlled by the control terminal 30 .
  • the control terminal 30 can manage the rental equipment, making it possible to easily use equipment such as notebook computers and projectors as rental equipment.
  • the password notified from the client terminal 20 or the control terminal 30 is acquired as the authentication password.
  • the password notified from the client terminal 20 or the control terminal 30 is acquired as the authentication password.
  • the client terminal 20 is any one of a smart phone, a tablet terminal, and a personal computer. As a result, it is possible to reserve a rental device using a general-purpose terminal device, and it is possible to improve convenience for the user.
  • the rental device management system 1 if the reception time at which the input password is received is outside the validity period of the authentication password corresponding to the input password, it is determined that the rental device cannot be used. As a result, since the rental device cannot be used unless it is within the validity period, it is possible to prevent the rental device from being illegally used outside the validity period.
  • FIG. 12 is a diagram showing the basic configuration of a management system for rental equipment according to the present invention.
  • the basic configuration of the management system 2 for rental equipment according to the present invention includes a password acquisition section 21 , a storage section 22 and a password authentication section 23 .
  • the password acquisition unit 21 acquires a password issued in response to reservation acceptance or a password entered from a rental device when the rental device is rented.
  • the storage unit 22 associates and stores the acquired password with the device identification information of the rental device.
  • the password authentication unit 23 receives a password and device identification information from the rental device when using the rental device, and determines whether the combination of the received password and device identification information is stored in the storage unit. to determine whether the rental device can be used.
  • a program for realizing each function of the server, the client terminal, and the control terminal in FIG. Position detection may be performed by It should be noted that the "computer system” referred to here includes hardware such as an OS and peripheral devices.
  • the "computer system” also includes the home page providing environment (or display environment) if the WWW system is used.
  • the term "computer-readable recording medium” refers to portable media such as flexible discs, magneto-optical discs, ROMs and CD-ROMs, and storage devices such as hard discs incorporated in computer systems.
  • the term “computer-readable recording medium” includes media that retain programs for a certain period of time, such as volatile memory inside computer systems that serve as servers and clients.
  • the program may be for realizing part of the functions described above, or may be capable of realizing the functions described above in combination with a program already recorded in the computer system.
  • the above program may be stored in a predetermined server, and distributed (downloaded, etc.) via a communication line in response to a request from another device.

Abstract

予約受け付けに応じて発行されるパスワードまたはレンタル機器が貸し出しされた際にレンタル機器から入力されるパスワードである認証パスワードを取得し、取得した前記認証パスワードとレンタル機器の機器識別情報とを対応づけて記憶部(22)に記憶し、レンタル機器を利用する際にレンタル機器から、ユーザによって入力された入力パスワードと機器識別情報とを受信し、受信した前記入力パスワードと機器識別情報との組み合わせが、記憶部(22)に記憶されているか否かに基づいて、レンタル機器の利用可否を判定するレンタル機器の管理方法である。

Description

レンタル機器の管理方法、レンタル機器の管理システム
 本発明は、レンタル機器の管理方法、レンタル機器の管理システムに関する。
 本願は、2021年4月21日に国際出願されたPCT/JP2021/016168に基づき優先権を主張し、その内容をここに援用する。
 特定のオフィスなどを持たない人物が利用するオープンスペースとしてコワーキングスペースというものがある。コワーキングスペースではプロジェクタなどのレンタル機器を有償で貸し出しするサービスが提供されている。これらは公共のスペースに常設されている場合や、所定の場所から持ち出してレンタルしオープンスペース内の好きな場所で利用できる場合がある。この為、特定の人物以外に利用される場合や、レンタル時間を過ぎてもそのまま利用され続ける可能性があり管理が難しい。特許文献1には、プロジェクタに使用許可時間を設定し所定の時間が過ぎた場合には機能を制限することで不正利用を防止する技術が記載されている。また、特許文献2には、ユーザの認可処理に使用される認可情報の有効期限を管理する技術が記載されている。
 しかしながら、上述した技術では、レンタル機器が事前に予約される場合や当日レンタル機器を渡す場合のどちらもある場合におけるパスワードの管理について考慮されていない。
特開2011-100376号公報 特開2016-009276号公報
 解決しようとする問題点は、レンタル機器が事前に予約される場合や当日レンタル機器を渡す場合のどちらもある場合に、パスワードを適切に管理し、利用許可をすることができない点である。
 本発明の一態様は、レンタル機器を有効期間において利用可能にするための認証パスワードを、前記レンタル機器の機器識別情報と対応づけて記憶部に記憶し、前記レンタル機器から、ユーザによって入力された入力パスワードを受信し、受信した前記入力パスワードと前記機器識別情報との組み合わせが、前記記憶部に記憶されているか否かに基づいて、前記レンタル機器の利用可否を判定するレンタル機器の管理方法である。
 また、本発明の一態様は、予約受け付けに応じて発行されるパスワードまたはレンタル機器が貸し出しされた際にレンタル機器から入力されるパスワードである認証パスワードを取得し、取得した前記認証パスワードとレンタル機器の機器識別情報とを対応づけて記憶部に記憶し、レンタル機器を利用する際にレンタル機器から、ユーザによって入力された入力パスワードと機器識別情報とを受信し、受信した前記入力パスワードと機器識別情報との組み合わせが、前記記憶部に記憶されているか否かに基づいて、前記レンタル機器の利用可否を判定するレンタル機器の管理方法である。
 また、本発明の一態様は、予約受け付けに応じて発行されるパスワードまたはレンタル機器が貸し出しされた際にレンタル機器から入力されるパスワードである認証パスワードを取得するパスワード取得部と、取得した前記認証パスワードとレンタル機器の機器識別情報とを対応づけて記憶する記憶部と、レンタル機器を使用する際にレンタル機器から、ユーザによって入力された入力パスワードと機器識別情報とを受信し、受信した前記入力パスワードと機器識別情報との組み合わせが、前記記憶部に記憶されているか否かに基づいて、前記レンタル機器の利用可否を判定するパスワード認証部と、を備えるレンタル機器の管理システムである。
 本発明によれは、レンタル機器が事前に予約される場合や当日レンタル機器を渡す場合のどちらの場合であっても、パスワードを管理し、利用許可をすることができる。
本発明の実施形態におけるレンタル機器の管理システムの構成を説明する概略ブロック図である。 サーバが記憶するパスワードリストのデータ構造及びデータ例を示す概略図である。 サーバが記憶する利用予約情報テーブルのデータ構造及びデータ例を示す概略図である。 サーバが記憶する機器情報テーブルのデータ構造及びデータ例を示す概略図である。 レンタル機器の管理システムの適用例を示すイメージ図である。 レンタル機器の管理システムにおけるクライアント端末を用いて予約する際の予約受付の動作について説明するフローチャートである。 レンタル機器の管理システムにおける利用予約したレンタル機器を利用する際の認証処理の動作について説明するフローチャートである。 レンタル機器の管理システムにおける当日レンタル機器を貸し出す際の登録処理の動作について説明するフローチャートである。 レンタル機器の管理システムにおける有効期間の延長処理の動作について説明するフローチャートである。 制御端末を用いて当日利用手続を行う際の動作について説明するフローチャートである。 クライアント端末又は制御端末から当日の利用を含むレンタル機器の予約が行われた際にサーバが行う処理について説明するフローチャートである。 本発明によるレンタル機器の管理システムの基本構成を示す図である。
 以下、本発明の一実施形態を説明する。
 図1は、本発明の実施形態におけるレンタル機器の管理システムの構成を説明する概略ブロック図である。この実施形態において、レンタル機器の管理システム1は、コワーキングスペースなどでプロジェクタやパーソナルコンピュータなどのレンタル機器を有償で貸し出しするサービスにおいて、レンタル機器の不正利用を防ぐために、貸し出したレンタル機器を管理するシステムである。
 この図において、管理システム1は、サーバ10と、クライアント端末20と、制御端末30とを有する。
 サーバ10とクライアント端末20と制御端末30とはネットワークNTを介して有線又は無線により通信接続する。
 サーバ10は、管理システム1を統括して制御するサーバ装置である。
 クライアント端末20は、レンタル機器を利用するユーザが使用するユーザ端末である。クライアント端末20は、例えば、パーソナルコンピュータや、スマートフォンや、タブレット端末等のウェブサイトを表示可能な装置である。
 制御端末30は、レンタル機器などに搭載され、対応するレンタル機器の機能を制御するプログラムや装置である。
 サーバ10は、通信部101と、記憶部102と、ウェブサイト制御部103と、決済処理部104と、パスワード取得部105と、パスワード認証部106と、端末制御部107と、時計部108と、有効期間更新部109と、通知部110とを有する。
 通信部101は、クライアント端末20または制御端末30と通信する。
 記憶部102は、種々の情報を記憶する。例えば、記憶部102は、レンタル機器の利用予約状況を示す利用予約情報テーブルや、利用予約時にユーザに発行するワンタイムパスワードのリストであるパスワードリストや、各レンタル機器の機種を示す機器情報テーブルを記憶する。ワンタイムパスワードは、レンタル機器の利用可否を判定する認証情報である。
 ウェブサイト制御部103は、クライアント端末20からアクセスされた際に、クライアント端末20にウェブページのデータを送信することで、クライアント端末20に表示するウェブページを制御する。
 決済処理部104は、レンタル機器の利用予約時などに、契約内容に応じた課金処理や、登録された支払い方法に基づく決済処理などを実行する。
 パスワード取得部105は、レンタル機器の利用予約時、または、当日の貸し出し時に、レンタル機器の利用時間に応じた有効期間が設定されたパスワードをユーザに発行する。また、パスワード取得部105は、発行したパスワードと、貸し出すレンタル機器の機器識別情報とを関連付けて、記憶部102が記憶する利用予約情報テーブルに書き込む。機器識別情報は、各レンタル機器を識別する識別情報である。
 パスワード認証部106は、レンタル機器をユーザが使用する際にレンタル機器から、パスワードと機器識別情報とを受信する。そして、パスワード認証部106は、受信したパスワードと機器識別情報との組み合わせが、記憶部102の利用予約情報テーブルに記憶されているか否かに基づいて、レンタル機器の利用可否を判定する。
 端末制御部107は、レンタル機器が利用可であると判定した場合に、同期信号を送信することにより当該レンタル機器に対応する制御端末30の時刻を同期させる。同期信号には、時計部108の計時する日時が含まれる。そして、端末制御部107は、時刻を同期させた制御端末30に、ログアウト時間を含むログイン信号を送信する。ログアウト時間は、レンタル機器の利用終了時刻である。また、端末制御部107は、レンタル機器の利用時間(パスワードの有効期間)が延長されると、延長された有効期間に基づいて更新されたログアウト時間を示す信号を制御端末30に送信する。
 時計部108は、日時を計時する。
 有効期間更新部109は、延長の要求を受け付けると、延長可能か否かを判定し、延長可能である場合には、パスワードに対して設定されている利用期限を延長する。利用期限は、レンタル機器の利用時間である。このとき、有効期間更新部109は、レンタル機器と同機種のレンタル機器が利用可能である場合には、延長可能であると判定する。
 通知部110は、ユーザに種々の情報を通知する。例えば、通知部110は、レンタル機器の利用終了時刻までの時間が予め定められた時間より短くなると、ユーザに延長可能である旨通知する。また、通知部110は、レンタル機器の利用終了時刻までの時間が予め定められた時間より短くなると、ユーザにその旨通知する。また、通知部110は、レンタル機器の利用終了時刻を過ぎると、ユーザにその旨通知する。通知部110は、メールを送信することによりユーザに情報を通知してもよいし、ウェブサイト制御部103からウェブページをクライアント端末20に表示させることでユーザに情報を通知してもよい。或いは、通知部110は、レンタル機器がプロジェクタやパーソナルコンピュータ等の映像機器を含む装置である場合には、その画面に表示させることでユーザに情報を通知してもよい。
 制御端末30は、通信部301と、機能制御部302と、人感センサ303と、記憶部304と、時計部305とを有する。
 通信部301は、サーバ10またはクライアント端末20と通信する。
 機能制御部302は、対応するレンタル機器の機能を制御する。例えば、機能制御部302は、サーバ10から同期信号を受信すると、受信した同期信号が示す日時に、時計部305が計時する日時を同期させる。また、機能制御部302は、サーバ10からのログイン信号の受信によりレンタル機器をログインさせ、レンタル機器の機能の制限を解除する。このとき、機能制御部302は、ログイン信号に含まれるログアウト時間を記憶部304に書き込む。また、機能制御部302は、レンタル機器のログイン状態時に人感センサ303からの検出結果を取得する。そして、機能制御部302は、人感センサ303の検出結果に基づいて、レンタル機器の近傍にユーザがいるか否かを判定する。機能制御部302は、レンタル機器の近傍にユーザがいない場合に、レンタル機器をログアウト(ログオフ)させ、レンタル機器の機能を制限する。また、機能制御部302は、ログアウト時間になるとレンタル機器をログアウトさせ、レンタル機器の機能を制限する。
 人感センサ303は、検出範囲内にいる人を検出する。
 記憶部304は、種々の時間を記憶する。例えば、記憶部304は、レンタル機器のログアウト時間を記憶する。
 時計部305は、日時を計時する。
 図2は、サーバが記憶するパスワードリストのデータ構造及びデータ例を示す概略図である。
 図示するように、パスワードリストは、パスワードと、有効期間とを対応付けて記憶する。パスワードは、ユーザに発行するワンタイムパスワードである。有効期間は、レンタル機器の利用開始時刻から利用終了時刻までの利用時間である。ここで、有効期間「-」は、有効期間が設定されていないことを示す。図示する例では、パスワード「aaaa1111」の有効期間は利用開始時刻「2021/3/1/10:00」から利用終了時刻「2021/3/1/12:00」まである。一方、パスワード「bbbb2222」は、有効期間が設定されていないため、新たにユーザに発行することができる。
 図3は、サーバが記憶する利用予約情報テーブルのデータ構造及びデータ例を示す概略図である。
 図示するように、利用予約情報テーブルは、機器識別情報と、パスワードと、有効期間との各項目を対応付けて記憶する。機器識別情報は、各レンタル機器を識別する識別情報である。パスワードは、レンタル機器を利用するためのパスワードである。有効期間は、パスワードの有効期間であるとともに、レンタル機器の利用時間である。
 図示する例では、機器識別情報「A」のレンタル機器は、利用開始時刻「2021/3/1/10:00」から利用終了時刻「2021/3/1/12:00」までの有効期間と利用開始時刻「2021/3/3/13:00」から利用終了時刻「2021/3/3/16:00」までの有効期間とに利用予約されている。そして、機器識別情報「A」のレンタル機器の「2021/3/1/10:00」から「2021/3/1/12:00」までのパスワードは「aaaa1111」であり、「2021/3/3/13:00」から「2021/3/3/16:00」までのパスワードは「bbbb2222」である。また、機器識別情報「B」のレンタル機器は、利用開始時刻「2021/3/4/13:00」から利用終了時刻「2021/3/4/16:00」までの有効期間に利用予約されており、そのパスワードは「cccc3333」である。
 図4は、サーバが記憶する機器情報テーブルのデータ構造及びデータ例を示す概略図である。
 図示するように、機器情報テーブルは、機器識別情報と、機種との各項目を対応付けて記憶する。機種は、レンタル機器の機種を示す。
 図示する例では、機器識別情報「A」のレンタル機器の機種は「XX01」であり、機器識別情報「B」のレンタル機器の機種は「XX01」であり、機器種別情報「C」のレンタル機器の機種は「YY02」であり、機器識別情報「D」のレンタル機器の機種は「ZZ03」である。つまり、機器識別情報「A」のレンタル機器と機器識別情報「B」のレンタル機器は、機種が同一である。
 図5は、本レンタル機器の管理システムの適用例を示すイメージ図である。
 図示する例では、コワーキングスペースやインターネットカフェ等の提供空間WSに管理システム1を適用する場合について説明する。図示する提供空間WSには、フリースペースFSAと、フリースペースFSBと、貸会議室CRと、設備貸出ブースLBとがある。貸会議室CRは、提供空間WS内の区画を指定して予約することができる区画である。フリースペースFSA及びフリースペースFSBは、予約しなくても他の利用者が居ない場所を適宜利用できる区画である。設備貸出ブースLBは、ユーザに対してレンタル機器の貸し出しをする区画である。
 本図では、レンタル機器として、貸会議室CRと、ノート型のパーソナルコンピュータであるノートパソコン32と、プロジェクタ33とが例示されている。
 ユーザは提供空間WSを利用する際に、レンタル機器を予め利用予約をした後、クライアント端末20からパスワードを用いた認証を行うことで、利用予約をしたレンタル機器の利用を開始することができる。或いは、ユーザが利用予約せずに当日レンタル機器を借りる場合には、貸出者はユーザに貸し出し可能なレンタル機器のいずれかを選択してもらい、そのレンタル機器を貸し出す。そして、ユーザが、任意のパスワードをレンタル機器に設定入力することで、レンタル機器の利用を開始することができる。
 貸会議室CRを施錠する電子錠31は、ログアウト状態のときには、貸会議室CRのドアを施錠した状態である。電子錠31は、ログイン状態になると、貸会議室CRのドアを解錠する。ユーザが貸会議室CRを利用予約した場合には、ユーザがパスワードを用いて認証することで、電子錠31がログイン状態となりドアが解錠され、ユーザは貸会議室CRに自由に入退室することができる。なお、ログアウト状態のときには、電子錠31が施錠され入室することはできないが、貸会議室CR内の手動ロックを開けることで退出は可能である。
 また、ユーザがログアウト状態のノートパソコン32を起動すると、ノートパソコン32は、デスクトップ画面上にログインを行わないと利用できないことをユーザに伝えるメッセージと、認証を行うためのウェブページのURL(Uniform Resource Locator)もしくはURLを示す二次元コードとを表示する。或いは、ノートパソコン32は、ログアウト状態のときに起動した場合には、デスクトップ画面上にログインを行わないと利用できないことをユーザに伝えるメッセージと、パスワードの入力を受け付ける入力フォームとを表示してもよい。なお、ユーザは、ログイン状態でノートパソコン32を起動することで上記メッセージを表示せずにノートパソコン32を利用することができる。
 また、ログアウト状態のプロジェクタ33を投射した場合、投射画面にはログインを行わないと映像信号を表示できないことをユーザに伝えるメッセージと認証を行うためのウェブページのURL(またはURLを示す二次元コード)とが表示される。プロジェクタ33は、ログイン状態で投射することで映像端子に入力された映像信号を表示する。
 次に、本管理システム1の動作について説明する。
 図6は、クライアント端末を用いて予約する際の予約受付の動作について説明するフローチャートである。本図に示す処理は、ユーザがレンタル機器の利用予約をする際に実行される。ユーザは、クライアント端末20を用いて、サーバ10のウェブサイト制御部103が提供するウェブサイトにアクセスし、レンタル機器の利用予約をする。
 サーバ10のウェブサイト制御部103は、クライアント端末20からアクセスを受け付けると、記憶部102が記憶する利用予約情報テーブルから現在の予約状況を読み出し、読み出した予約状況を示すウェブページをクライアント端末20に送信する(ステップS101)。クライアント端末20は、受信したウェブページを表示画面に表示する。これにより、ユーザは、クライアント端末20の表示画面に表示された予約状況を参照して、予約可能なレンタル機器を確認することができる。
 クライアント端末20は、サーバ10から受信したウェブページから利用予約情報の入力を受け付ける。ユーザは、利用を希望するレンタル機器及びその利用時間(利用開始時刻及び利用終了時刻)を選択し、決済方法の情報をウェブページに入力することで利用予約する。このとき、ユーザは自身のメールアドレスを入力することも可能である。クライアント端末20は、ウェブページに入力された利用予約情報をサーバ10に送信する(ステップS102)。サーバ10のウェブサイト制御部103は、利用予約情報を受信する。
 サーバ10の決済処理部104は、受信した利用予約情報に基づいて決済処理を実行する。パスワード取得部105は、決済処理が完了すると、ワンタイムパスワードを発行する(ステップS103)。具体的には、パスワード取得部105は、記憶部102が記憶するパスワードリストから、利用予約情報に含まれる利用時間と有効期間が重複しないパスワードを選択して発行する。例えば、パスワード取得部105は、有効期間が設定されていないパスワードを選択する。
 パスワード取得部105は、発行したワンタイムパスワードと、受信した利用予約情報が示すレンタル機器の機器識別情報と、受信した利用予約情報に含まれる利用時間とを対応付けて、記憶部102が記憶する利用予約情報テーブルに書き込む。これにより、記憶部102は、利用予約されたレンタル機器の機器識別情報と、パスワードと、利用予約された利用時間(パスワードの有効期間)とを対応付けて記憶する(ステップS104)。また、パスワード取得部105は、発行したワンタイムパスワードに対応する有効期間をパスワードリストに書き込む。
 通知部110は、発行したワンタイムパスワードと利用予約されたレンタル機器の機器識別情報とをクライアント端末20に送信して、ユーザに通知する(ステップS105)。通知部110は、ウェブサイト制御部103を介して、ウェブページにパスワード及び機器識別情報を表示することによりユーザに通知してもよいし、もしくは利用予約時等に入力されたメールアドレス宛にパスワード及び機器識別情報を記載したメールを送信することでユーザに通知してもよい。
 このように、本管理システム1では、利用予約や決済の手続きをオンラインで行うため、レンタル機器の貸し出しの管理を自動化し人件費を抑えることができる。
 図7は、レンタル機器の管理システムにおける利用予約したレンタル機器を利用する際の認証処理の動作について説明するフローチャートである。本図に示す処理は、利用予約したレンタル機器をユーザが使用する際に実行される。ユーザは、クライアント端末20を用いて、サーバ10のウェブサイト制御部103が提供するウェブサイトにアクセスし、レンタル機器を利用するための認証を行う。
 サーバ10のウェブサイト制御部103は、クライアント端末20からアクセスを受け付けると、パスワードの入力を受け付けるためのウェブページをクライアント端末20に送信する(ステップS201)。
 クライアント端末20は、受信したウェブページを表示画面に表示し、パスワードの入力を受け付ける(ステップS202)。ユーザは、利用予約時に通知されたパスワード及び機器識別情報を入力する。クライアント端末20は、ウェブページに入力されたパスワード及び機器識別情報をサーバ10に送信する。サーバ10のウェブサイト制御部103は、クライアント端末20からパスワード及び機器識別情報を受信する。
 サーバ10のパスワード認証部106は、受信したパスワードが有効であるか否かを判定する(ステップS203)。具体的には、パスワード認証部106は、受信したパスワード及び機器識別情報の組み合わせが、利用予約情報テーブルに記憶されているものと一致する場合に、有効であると判定する。ウェブサイト制御部103は、パスワードが有効でないと判定した場合(ステップS203:No)、認証に失敗したことを通知するウェブページをクライアント端末20に送信し、ステップS201の処理に戻る。
 一方、サーバ10のパスワード認証部106は、パスワードが有効であると判定した場合(ステップS203:Yes)、受信したパスワードの有効期間を利用予約情報テーブルから読み出し、現在の日時が有効期間内であるか否かを判定する(ステップS204)。ウェブサイト制御部103は、現在の日時が有効期間外である場合(ステップS204:No)、有効期間外であることを通知するウェブページをクライアント端末20に送信し、ステップS201の処理に戻る。
 一方、サーバ10の端末制御部107は、現在の日時が有効期間内である場合(ステップS204:Yes)、レンタル機器に対応する制御端末30に同期信号を送信することにより時刻を同期させる。制御端末30の機能制御部302は、同期信号を受信すると、受信した同期信号が示す日時に時計部305が計時する日時を同期させる。その後、サーバ10の端末制御部107は、ログアウト時間を含むログイン信号を制御端末30に送信する(ステップS205)。
 制御端末30の機能制御部302は、ログイン信号を受信すると、ログイン信号に含まれるログアウト時間を記憶部304に書き込む。これにより、記憶部304がログアウト時間を記憶する。そして、機能制御部302は、レンタル機器をログインさせ、レンタル機器の機能制限を解除する(ステップS206)。その後、機能制御部302は、同期が成功したことをサーバ10に通知する。
 サーバ10の通知部110は、制御端末30から同期に成功したことが通知されると、認証に成功したことをユーザに通知する(ステップS207)。例えば、通知部110は、ウェブサイト制御部103を介して、認証に成功したことを通知するウェブページをクライアント端末20に送信することによりユーザに通知する。或いは、通知部110は、通知をメールで送信してもよい。或いは、通知部110は、レンタル機器がパーソナルコンピュータやプロジェクタ等の映像機器を含む装置である場合には、その画面に通知を表示させてもよい。
 一方、制御端末30の機能制御部302は、レンタル機器をログインさせた後、人感センサ303による検出を開始し、ユーザが離席したか(レンタル機器の近傍にユーザがいるか)否かを判定する(ステップS208)。例えば、機能制御部302は、人感センサ303が一定時間以上検出範囲内に人がいないことを検出した場合に、ユーザが離席したと判定する。機能制御部302は、ユーザが離席していないと判定した場合(ステップS208:No)、レンタル機器のログイン状態を維持し、人感センサ303による検出を継続する。一方、機能制御部302は、ユーザが離席したと判定した場合(ステップS208:Yes)、人感センサ303による検出を終了し、レンタル機器をログアウトさせ、レンタル機器の機能を制限する。
 サーバ10の通知部110は、利用終了時刻までの時間が所定の時間より短くなると、利用終了時刻が近いこと及び退出を促す通知をユーザにする(ステップS209)。このとき、通知部110は、制御端末30に次の利用予約がない場合には、延長手続が可能であることを併せて通知する。例えば、通知部110は、クライアント端末20に通知を表示させてもよいし、通知をメールで送信してもよい。或いは、通知部110は、レンタル機器がパーソナルコンピュータやプロジェクタ等の映像機器を含む装置である場合には、その画面に通知を表示させてもよい。
 そして、サーバ10の通知部110は、利用終了時刻を過ぎると、利用終了時刻を過ぎたことをユーザに通知する(ステップS210)。
 一方、制御端末30の機能制御部302は、時計部305の計時する日時がログアウト時間になると、レンタル機器をログアウトさせ、レンタル機器の機能を制限する(ステップS211)。これにより、利用終了時刻を過ぎると、レンタル機器が自動的にログアウト状態になり、利用ができなくなる。
 なお、本図に示す認証処理では、クライアント端末20から認証のためのパスワード及び機器識別情報を入力しているが、これに限らず、レンタル機器がパスワード及び機器識別情報の入力を受け付け、サーバ10に送信してもよい。
 不特定多数の人物が存在するオープンスペースでは、ユーザの離席中などにユーザ以外の人物にレンタル機器を不正利用される場合や、利用時間を過ぎてもそのまま利用され続ける可能性がある。このような課題に対し、本管理システム1では、事前に発行された特定の期間のみ有効になるパスワードで認証を行うことで、利用時間を過ぎてもそのまま利用され続けることを防ぐことができる。また、制御端末30は、人感センサ303の検出結果に基づいて人の離席を検出するとログアウトしてレンタル機器の機能を制限するため、ユーザの離席中にユーザ以外の人物がレンタル機器を不正利用することを防止できる。
 図8は、レンタル機器の管理システムにおける当日レンタル機器を貸し出す際の登録処理の動作について説明するフローチャートである。本図に示す処理は、ユーザが当日設備貸出ブースLBにおいてレンタル機器を借りて使用する際に実行される。
 サーバ10の記憶部102は、ユーザに貸し出したレンタル機器の機器識別情報と、その利用時間(パスワードの有効期間)とを利用予約情報テーブルに記憶する(ステップS301)。
 貸し出されたレンタル機器をユーザが起動させると、レンタル機器は、パスワードの入力を受け付ける(ステップS302)。ユーザは、任意のパスワードを設定入力する。或いは、ユーザの持つスマートフォンなどの識別情報をレンタル機器が検出できる場合には、その識別情報をレンタル機器がパスワードとして取り込んでもよい。レンタル機器は、入力されたパスワードと自装置の機器識別情報とをサーバ10に送信する。
 サーバ10のパスワード取得部105は、レンタル機器からパスワード及び機器識別情報を受信し、受信したパスワードを、ステップS301において記憶した機器識別情報及び有効期限と対応付けて、記憶部102が記憶する利用予約情報テーブルに書き込む。これにより、記憶部102は、ステップS301において記憶した機器識別情報及び有効期間と、受信したパスワードとを対応付けて記憶する(ステップS303)。
 続いて、サーバ10の端末制御部107は、レンタル機器に対応する制御端末30に同期信号を送信することにより時刻を同期させる。制御端末30の機能制御部302は、同期信号を受信すると、受信した同期信号が示す日時に時計部305が計時する日時を同期させる。その後、サーバ10の端末制御部107は、ログアウト時間を含むログイン信号を制御端末30に送信する(ステップS304)。
 制御端末30の機能制御部302は、ログイン信号を受信すると、ログイン信号に含まれるログアウト時間を記憶部304に書き込む。これにより、記憶部304がログアウト時間を記憶する。そして、機能制御部302は、レンタル機器をログインさせ、レンタル機器の機能制限を解除する(ステップS305)。
 ステップS306~ステップS309までの処理は、上述したステップS208~ステップS211までの処理と同様であるため、その説明を省略する。
 なお、ユーザの離席等によりレンタル機器がログアウト状態になった場合には、利用予約時に通知されたパスワード、または、ステップS302においてユーザが設定入力したパスワードをレンタル機器に再度入力することにより、レンタル機器をログイン状態にしてレンタル機器を再度利用することができる。このとき、レンタル機器は、再度入力されたパスワードを自装置の機器識別情報とともにサーバ10に送信する。サーバ10は、上述したステップS203~S205に示す処理を実行して、レンタル機器を再度ログイン状態にする。
 図9は、レンタル機器の管理システムにおける有効期間の延長処理の動作について説明するフローチャートである。本図に示す処理は、ユーザがレンタル機器の利用時間を延長する際に実行される。ユーザは、クライアント端末20を用いて、サーバ10のウェブサイト制御部103が提供するウェブサイトにアクセスし、レンタル機器の利用時間(パスワードの有効期間)を延長する。
 サーバ10のウェブサイト制御部103は、クライアント端末20からアクセスを受け付けると、利用時間の延長を受け付けるためのウェブページをクライアント端末20に送信する(ステップS401)。
 クライアント端末20は、受信したウェブページを表示画面に表示し、パスワード及び機器識別情報の入力を受け付ける(ステップS402)。ユーザは、パスワード及び機器識別情報を入力する。クライアント端末20は、ウェブページに入力されたパスワード及び機器識別情報をサーバ10に送信する。サーバ10のウェブサイト制御部103は、クライアント端末20からパスワード及び機器識別情報を受信する。
 サーバ10のパスワード認証部106は、上述したステップS203~S204の処理と同様の処理を実行してパスワードを認証する。有効期間更新部109は、パスワードの認証に成功した場合、利用予約情報テーブルを読み出して、現在の利用予約状況を照会し、延長可能であるか否かを判定する(ステップS403)。有効期間更新部109は、延長する時間帯に他の利用予約が入っていた場合、記憶部102が記憶する機器情報テーブルに基づいて、レンタル機器と同機種の他のレンタル機器を特定する。そして、有効期間更新部109は、特定した他のレンタル機器のうち同時間帯で利用予約の入っていないものの残数を判定する。有効期間更新部109は、延長する時間帯に他の利用予約が入っていない場合、もしくは、同時間帯で利用予約の入っていない同機種のレンタル機器がある場合には、延長可能であると判定する。一方、有効期間更新部109は、延長する時間帯に他の利用予約が入っており、かつ、同時間帯で利用予約の入っていない同機種のレンタル機器がない場合には、延長不可であると判定する。ウェブサイト制御部103は、延長不可であると判定した場合(ステップS403:No)、延長できないことを通知するウェブページをクライアント端末20に送信し、ステップS401の処理に戻る。
 一方、ウェブサイト制御部103は、延長可能であると判定した場合(ステップS403:Yes)、延長手続きを行うためのウェブページをクライアント端末20に送信する。クライアント端末20は、受信したウェブページを表示して延長手続きを受け付ける(ステップS404)。ユーザは、クライアント端末20に表示されたウェブページから、延長する利用時間を指定し、決済方法の情報を入力することで、延長手続きを行うことができる。クライアント端末20は、入力された延長情報をサーバ10に送信する。サーバ10のウェブサイト制御部103は、延長情報を受信する。
 サーバ10の決済処理部104は、受信した延長情報に基づいて決済処理を実行する。有効期間更新部109は、決済処理が完了すると、受信した延長情報に基づいて、認証したパスワード及び機器識別情報に対応する有効期間を書き換える。これにより、記憶部102が記憶する利用予約情報テーブルにおいて、認証したパスワード及び機器識別情報に対応する有効期間が更新される(ステップS405)。なお、有効期間更新部109は、延長する時間帯に他の利用予約が入っていた場合、レンタル機器と同機種の他のレンタル機器のうち同時間帯で利用予約の入っていないものに、その他の利用予約を入れる。具体的には、有効期間更新部109は、他のレンタル機器の機器識別情報に、他の利用予約のパスワード及び有効期限を対応付けて利用予約情報テーブルに書き込む。
 サーバ10の端末制御部107は、現在の日時が延長された利用時間内である場合、利用時間が延長されたレンタル機器の制御端末30に同期信号を送信することにより時刻を同期させる。そして、端末制御部107は、更新されたログアウト時間(利用終了時刻)を示す信号を制御端末30に送信する。制御端末30の機能制御部302は、ログアウト時間を示す信号を受信すると、記憶部304が記憶するログアウト時間を、信号が示すログアウト時間に書き換える。これにより、記憶部304が記憶するログアウト時間が更新される(ステップS406)。その後、機能制御部302は、同期が成功したことをサーバ10に通知する。
 サーバ10のウェブサイト制御部103は、制御端末30から同期に成功したことが通知されると、レンタル機器の利用時間の延長が完了したことを通知するウェブページをクライアント端末20に送信する(ステップS407)。
 なお、本図に示す処理では、クライアント端末20からレンタル機器の利用時間の延長手続きを行っているが、これに限らず、レンタル機器がパーソナルコンピュータやタブレット端末やスマートフォン等のウェブページを表示可能な装置である場合には、レンタル機器から利用時間の延長手続きを行ってもよい。
 このように、本実施形態によるレンタル機器の管理システム1によれば、予約受け付けに応じて発行されるパスワードまたはレンタル機器が貸し出しされた際にレンタル機器から入力されるパスワード(認証パスワード)を取得し、取得したパスワードとレンタル機器の機器識別情報とを対応づけて記憶部102に記憶し、レンタル機器を利用する際にレンタル機器から、パスワード(ユーザによって入力された入力パスワード)と機器識別情報とを受信し、受信したパスワードと機器識別情報との組み合わせが、記憶部102に記憶されているか否かに基づいて、レンタル機器の利用可否を判定する。これにより、レンタル機器が事前に予約される場合や当日レンタル機器を渡す場合のどちらの場合であっても、パスワードを管理し、利用許可をすることができる。
 また、本実施形態によるレンタル機器の管理システム1では、センサからの検出結果を取得し、センサの検出結果に基づいて、レンタル機器の近傍にユーザがいるか否かを判定し、レンタル機器の近傍にユーザがいない場合に、レンタル機器をログオフさせる。これにより、ユーザがレンタル機器から離れた場合にはレンタル機器が自動的にログアウト状態になるため、ユーザの離席中に他の人物にレンタル機器が不正利用されることを防ぐことができる。
 なお、本実施形態では、センサの一例として制御端末30が備える人感センサ303を例示しているが、ユーザがレンタル機器から離れたことを判定できるものであればこれに限られない。例えば、レンタル機器がパーソナルコンピュータである場合には、パーソナルコンピュータが備えるカメラで撮像し、撮像画像に人物が含まれているか否かを判定することで人を検出してもよい。また、レンタル機器がプロジェクタである場合には、プロジェクタが人感センサを内蔵していてもよいし、人感センサを後付けでプロジェクタに取り付けてもよい。
 人感センサがレンタル機器に搭載されていない場合には、レンタル機器の外部に設けられた人感センサを用いてもよい。この場合の人感センサは、(1)天井等に設けられ人の動きの有り無しで人を検出する人感センサや、(2)貸し出しされる区画において照明を点灯した場合に人がいる、と検出する人感センサや、(3)ドアの開閉によりユーザが入退室したことを検出するセンサ等がある。レンタル機器の外部に設けられた人感センサを用いる場合には、サーバ10は、ユーザが最初にレンタル機器にログインするときの場所において、一番近い人感センサとレンタル機器とを紐付ける。そして、サーバ10は、紐付けられた人感センサの検出結果に基づいてレンタル機器の近傍にユーザがいるか否かを判定する。あるいは、サーバ10は、どの区画で利用するかについて利用予約時等に入力してもらい、予約された区画に設けられた人感センサとレンタル機器とを紐付けてもよい。例えば、サーバ10は、予約された区間がフリースペースである場合には、フリースペースFSAであるかフリースペースFSBであるかによって異なる人感センサと紐付ける。
 例えば、レンタル機器のプロジェクタがネジ等で固定物(天井や壁面)に固定的に設置されている場合には、その区画とプロジェクタが関連付けされるため、サーバ10は、その区画に設置された人感センサとプロジェクタとを紐付けすることができる。また、サーバ10は、持ち運びできるタイプのプロジェクタがパーソナルコンピュータと一緒に貸し出された場合には、パーソナルコンピュータとプロジェクタとを紐付ける。そして、サーバ10は、プロジェクタと一緒に貸し出しされたパーソナルコンピュータにおいて人を検出したか否かに応じて、パーソナルコンピュータに連動させてプロジェクタもログアウトさせる。
 レンタル機器を利用するユーザが近くにいるか否かの検出は、人感センサを用いることができるが、これ以外に、センサとしてユーザの位置を検出する機能を用いてもよい。ユーザの位置を検出する機能は、ユーザが所持するGPS(Global Positioning System)から位置情報を取得してもよいし、ユーザが所持するスマートフォン等の装置が通信でアクセスするアクセスポイントを特定し、そのアクセスポイントが設置された場所を、位置情報として用いてもよい。
 また、本実施形態によるレンタル機器の管理システム1では、延長の要求を受け付けると、延長可能か否かを判定し、延長可能である場合には、パスワード(認証パスワード)に対して設定されている利用期限を延長する。このとき、レンタル機器と同機種のレンタル機器が利用可能である場合には、延長可能であると判定する。これにより、現在ユーザが使用しているレンタル機器に次の利用予約が入っていたとしても、同機種の他のレンタル機器に利用予約が入っていない場合には、レンタル機器の利用時間を延長し、ユーザは現在使用しているレンタル機器を継続して使用することができる。
 また、本実施形態によるレンタル機器の管理システム1では、レンタル機器の時刻を同期させ、パスワード(認証パスワード)に対して設定されている利用期限を過ぎるとレンタル機器がログオフする。これにより、例えば、レンタル機器の利用中にサーバ10に障害が発生した、あるいは通信不良が生じたとしても、レンタル機器が備える制御端末30において利用終了時刻を管理し、利用終了時刻を過ぎると自動的にレンタル機器をログアウト状態にすることができる。
 また、本実施形態によるレンタル機器の管理システム1では、パスワード(認証パスワード)には、レンタル機器の利用時間に応じた有効期間が設定されており、受信したパスワード(入力パスワードに対応する認証パスワード)が有効期間内である場合にのみレンタル機器が利用可であると判定する。これにより、有効期間外はレンタル機器を利用することができないため、貸し出されたレンタル機器が不正利用されることを防ぐことができる。
 また、本実施形態によるレンタル機器の管理システム1では、パスワード(認証パスワード)に対して設定されている利用期限までの時間が所定の時間より短くなると、ユーザにその旨通知する。これにより、ユーザは、レンタル機器の利用終了時刻が近くなっていることを知ることができるため、必要に応じて延長手続きをすることができる。
 また、本実施形態によるレンタル機器の管理システム1では、パスワード(認証パスワード)に対して設定されている利用期限を過ぎると、ユーザにその旨通知する。これにより、ユーザはレンタル機器の利用時間が過ぎたため、レンタル機器が利用できなくなったことを知ることができる。
 図10は、制御端末30を用いた当日レンタル機器を利用する場合における利用手続の動作について説明するフローチャートである。本図に示す処理は、ユーザが当日レンタル機器を用いてレンタル機器を借りて使用する際に実行される。
 サーバ10のウェブサイト制御部103は、制御端末30からアクセスを受け付けると、ユーザが希望する利用時間を受け付けるためのウェブページを制御端末30に送信する。制御端末30は、受信したウェブページを表示画面に表示し、サーバ10から受信したウェブページから利用時間の入力を受け付ける。ユーザは、利用を希望する利用時間(利用開始時刻及び利用終了時刻)を選択し、決済方法の情報をウェブページに入力することで利用手続をする(ステップS501)。制御端末30は、ウェブページに入力された利用時間をサーバ10に送信する。サーバ10のウェブサイト制御部103は、利用時間を受信する。
 ウェブサイト制御部103は、利用予約情報テーブルを読み出して、現在の利用予約状況を照会し、制御端末30に対応するレンタル機器が、ユーザが利用を希望する時間帯に利用可能であるか否かを判定する(ステップS503)。ウェブサイト制御部103は、同時間帯に他の利用予約が入っていた場合、記憶部102が記憶する機器情報テーブルに基づいて、レンタル機器と同機種の他のレンタル機器を特定する。そして、ウェブサイト制御部103は、特定した他のレンタル機器のうち同時間帯で利用予約の入っていないものの残数を判定する。
 ウェブサイト制御部103は、同時間帯に他の利用予約が入っていない場合、もしくは、同時間帯で利用予約の入っていない同機種のレンタル機器がある場合には、利用可能であると判定する。一方、ウェブサイト制御部103は、ユーザが利用を希望する時間帯に他の利用予約が入っており、かつ、同時間帯で利用予約の入っていない同機種のレンタル機器がない場合には、利用不可であると判定する。ウェブサイト制御部103は、利用不可であると判定した場合(ステップS502:No)、利用できないことを通知するウェブページを制御端末30に送信し(ステップS503)、ステップS501の処理に戻る。
 一方、ウェブサイト制御部103は、利用可能であると判定した場合(ステップS502:Yes)、利用手続きを行うためのウェブページをクライアント端末20に送信する。クライアント端末20は、受信したウェブページを表示して利用手続きを受け付ける(ステップS505)。ユーザは、制御端末30に表示されたウェブページから、任意のパスワードを設定入力し、決済方法の情報を入力することで、利用手続きを行うことができる。
 制御端末30は、入力されたパスワード及び決済方法の情報をサーバ10に送信する。ウェブサイト制御部103は、パスワード及び決済方法の情報を受信する。サーバ10の決済処理部104は、受信した決済方法の情報に基づいて決済処理を実行する。決済処理が完了すると、サーバ10のパスワード取得部105は、受信したパスワードと、当該パスワードを通知してきた制御端末に対応するレンタル機器の機器識別情報と、ステップS501で入力された利用時間とを対応付けて、記憶部102が記憶する利用予約情報テーブルに書き込む。これにより、記憶部102は、利用手続されたレンタル機器の機器識別情報と、パスワードと、利用手続された利用時間(パスワードの有効期間)とを対応付けて記憶する(ステップS506)。また、パスワード取得部105は、制御端末30から受信したパスワードに対応する有効期間をパスワードリストに書き込む。
 サーバ10の端末制御部107は、ステップS205と同様に、レンタル機器に対応する制御端末30に同期信号を送信することにより時刻を同期させると共に、ログアウト時間を含むログイン信号を制御端末30に送信する(ステップS507)。制御端末30の機能制御部302は、ステップS206と同様に、受信したログイン信号含まれるログアウト時間を記憶部304に書き込むと共に、レンタル機器をログインさせ、レンタル機器の機能制限を解除する(ステップS508)。
 この場合において、サーバ10は、制御端末30がログインに成功したことが通知されると、レンタル機器が利用可能となったことを、クライアント端末20に通知するようにしてもよい。また、ステップS208と同様に、制御端末30の機能制御部302は、レンタル機器をログインさせた後、人感センサ303による検出を開始するようにしてもよい。
 このように、本管理システム1では、当日の利用手続や決済の手続きをオンラインで行うことが可能であるため、レンタル機器の貸し出しの管理を自動化し人件費を抑えることができる。
 なお、本図に示すステップS501では、制御端末30から利用時間を入力しているが、これに限らず、設備貸出ブースLBに備え付けられた端末(備付端末という)がレンタル機器の利用時間の入力を受け付け、ユーザによって入力された利用時間をサーバ10に送信してもよい。この場合、ステップS505において、備付端末が、ユーザによって設定入力された任意のパスワードをサーバ10に送信するようにしてもよい。
 また、ステップS501において、クライアント端末が利用時間の入力を受け付け、ユーザによって入力された利用時間をサーバ10に送信してもよい。この場合、ステップS505において、クライアント端末20が、ユーザによって設定入力された任意のパスワードをサーバ10に送信するようにしてもよい。
 図11は、クライアント端末20又は制御端末30から、利用予約及び当日利用を含むレンタル機器の利用希望が行われた際にサーバが行う処理について説明するフローチャートである。
 サーバ10のウェブサイト制御部103は、ユーザが利用を希望する時間帯において、レンタル機器が利用可能であるか否かを判定する(ステップS601)。クライアント端末20から利用予約情報を受信した場合、ウェブサイト制御部103は、ユーザが利用を希望するレンタル機器のうち、同時間帯に利用予約の入っていないものの残数を判定し、利用予約の入っていないレンタル機器がある場合には、利用可能であると判定する。一方、制御端末30から利用時間を受信した場合、ウェブサイト制御部103は、制御端末30に対応するレンタル機器において同時間帯に利用予約が入っていない場合には、利用可能であると判定する。或いは、ウェブサイト制御部103は、制御端末30に対応するレンタル機器において同時間帯に利用予約が入っている場合、当該レンタル機器と同機種のレンタル機器のうち、同時間帯に利用予約の入っていないものの残数を判定し、利用予約の入っていない同機種のレンタル機器がある場合には、利用可能であると判定する。
 レンタル機器が利用可能である場合(ステップS601:Yes)、ウェブサイト制御部103は、レンタル機器の利用希望が、制御端末30から通知されたか否かを判定する(ステップS602)。レンタル機器の利用希望が、制御端末30又はレンタル機器から通知された場合(ステップS602:Yes)、ウェブサイト制御部103は、ユーザによって設定入力されたパスワードと、レンタル機器の機器識別情報及び利用時間とを対応付けて記憶部102が記憶する利用予約情報テーブルに記憶させる(ステップS603)。つまり、ウェブサイト制御部103は、レンタル機器の利用希望に応じたパスワードが発行されていない場合、ユーザによって設定入力されたパスワードを制御端末30から取得し、取得したパスワードを記憶部102が記憶する利用予約情報テーブルに記憶させる。
 一方、レンタル機器の利用希望が、制御端末30又はレンタル機器から通知されていない、つまりレンタル機器の利用希望がクライアント端末20から通知されている場合(ステップS602:No)、サーバ10のパスワード取得部105は、同時間帯で利用される他のレンタル機器の利用に対して発行されたパスワードと有効期間が重複しないパスワードを選択して発行し、発行したワンパスワードと、レンタル機器の機器識別情報及び利用時間とを対応付けて記憶部102が記憶する利用予約情報テーブルに記憶させる(ステップS604)。つまり、パスワード取得部105は、クライアント端末20からレンタル機器の利用希望を受け付けた場合、ユーザから設定入力されるパスワードを受け付けることなく、利用希望に応じてパスワードを発行し、発行したパスワードを、記憶部102が記憶する利用予約情報テーブルに記憶させる。
 一方、ステップS601において、レンタル機器が利用可能でない場合(ステップS601:No)、ウェブサイト制御部103は、レンタル機器が利用不可であることをユーザに通知する。クライアント端末20から利用予約情報を受信した場合、ウェブサイト制御部103は、レンタル機器が利用不可であることをクライアント端末20に送信する。一方、制御端末30から利用時間を受信した場合、ウェブサイト制御部103は、レンタル機器が利用不可であることを制御端末30に送信する。
 なお、レンタル機器がパーソナルコンピュータ等の通信機器を含む装置である場合には、ステップS602において、ウェブサイト制御部103は、レンタル機器の利用希望が、レンタル機器から通知されたか否かを判定するようにしてもよい。この場合、ウェブサイト制御部103は、ステップS603において、ユーザによって設定入力されたパスワードをレンタル機器から取得し、取得したパスワードを記憶部102が記憶する利用予約情報テーブルに記憶させる。
 また、ステップS601において、ユーザがレンタル機器の利用を希望する時間帯を含む利用希望を受け付けた場合、ウェブサイト制御部103は、利用希望を受け付けた時刻が、ユーザが利用を希望する時間帯に含まれている、つまり当日の利用を希望している場合にユーザによって設定入力されたパスワードを受け付けるようにしてもよい。この場合、ウェブサイト制御部103は、ユーザが利用を希望する時間帯を受け付け、レンタル機器の利用予約状況から利用可否を判定し、レンタル機器の利用が可能であると判定した場合であって、さらに、利用希望を受け付けた時刻が、ユーザが利用を希望する時間帯に含まれている場合、ユーザによって設定入力されたパスワードを制御端末30から取得し、取得したパスワードを記憶部102が記憶する利用予約情報テーブルに記憶させる。
 或いは、ステップS601において、ユーザがレンタル機器の利用を希望する時間帯を含む利用希望を受け付けた場合、利用予約の入っていないレンタル機器がある、つまりユーザが利用を希望する時間帯が有効期間に含まれるパスワードが発行されていないレンタル機器(利用可能なレンタル機器)がある場合、そのレンタル機器を利用するための手続をクライアント端末20及びレンタル機器から受け付けるようにしてもよい。この場合、ウェブサイト制御部103は、ユーザが利用を希望する時間帯を受け付け、利用可能なレンタル機器があるか否かを判定する。利用可能なレンタル機器がある場合、ウェブサイト制御部103は、そのレンタル機器を利用するための手続き(利用手続)を、クライアント端末20及びレンタル機器から受け付ける。クライアント端末20から利用手続を行う場合、サーバ10はステップS604に示す処理を実行する。レンタル機器から利用手続を行う場合、サーバ10はステップS603に示す処理を実行する。
 このように、本実施形態によるレンタル機器の管理システム1によれば、レンタル機器を有効期間において利用可能にするためのパスワード(認証パスワード)を、レンタル機器の機器識別情報と対応づけて記憶部102に記憶し、レンタル機器を利用する際にレンタル機器から、ユーザによって入力されたパスワード(入力パスワード)と機器識別情報とを受信し、受信した入力パスワードと機器識別情報との組み合わせが、記憶部102に記憶されているか否かに基づいて、レンタル機器の利用可否を判定する。これにより、有効期間において適切にレンタル機器の利用許可をすることができる。
 また、本実施形態によるレンタル機器の管理システム1では、レンタル機器の利用希望に応じて発行されるパスワード(発行パスワード)が発行されていない場合、ユーザによって設定入力されるパスワード(設定パスワード)を、レンタル機器を有効期間において利用可能にするためのパスワード(認証パスワード)として受け付ける。これにより、パスワードが発行済みであるか否かに応じて、ユーザから設定入力されるパスワードを、認証パスワードとすることができる。
 また、本実施形態によるレンタル機器の管理システム1では、クライアント端末20からレンタル機器の利用を希望する通知(利用希望)を受け付けた場合、ユーザから設定入力されるパスワード(設定パスワード)を受け付けることなく、利用希望に応じて発行されるパスワード(発行パスワード)を、レンタル機器を有効期間において利用可能にするためのパスワード(認証パスワード)として受け付ける。これにより、利用希望を通知してきた端末に応じて、ユーザから設定入力されるパスワードではなく、サーバ10が発光したパスワードを認証パスワードとすることができる。
 また、本実施形態によるレンタル機器の管理システム1では、ユーザから設定入力されるパスワード(設定パスワード)を、レンタル機器から受信する。これにより、レンタル機器からパスワードを設定することができ、当日にレンタル機器を利用する場合などにおいてクライアント端末20を介する場合よりも効率よく利用希望を受け付けることができる。
 また、本実施形態によるレンタル機器の管理システム1では、ユーザが利用を希望する時間帯(利用希望期間)を受け付けた場合、レンタル機器の利用予約状況から利用可否を判定する。レンタル機器の利用が可能であると判定した場合であって、さらに、利用希望期間を受け付けた時刻がその利用希望期間に含まれている場合、ユーザから設定入力されるパスワード(設定パスワード)を、レンタル機器を有効期間において利用可能にするためのパスワード(認証パスワード)として受け付ける。これにより、当日にレンタル機器を利用する場合などにおいて、利用希望を受け付けた時点が、既に利用希望期間内である場合、ユーザから設定入力される任意のパスワードを、レンタル機器の利用が可能なパスワードとして設定することができ、サーバ10がパスワードを発行するよりも効率よくレンタル機器を利用可能とすることができる。
 また、本実施形態によるレンタル機器の管理システム1では、ユーザが利用を希望する時間帯(利用希望期間)を受け付けた場合、その利用希望期間が有効期間に含まれるパスワードが発行されていないレンタル機器(利用可能なレンタル機器)がある場合、その利用希望をクライアント端末20及びレンタル機器から受け付ける。これにより、利用可能なレンタル機器がある場合には、利用予約及び当日予約に関わらず、その利用希望をクライアント端末20及びレンタル機器から受け付けることができ利便性を向上させることができる。
 また、本実施形態によるレンタル機器の管理システム1では、レンタル機器は、制御端末30によりレンタル機器の機能が制御されている。これにより、制御端末30がレンタル機器を管理することができ、ノートパソコンやプロジェクタなどの機器をレンタル機器として容易に利用することが可能となる。
 また、本実施形態によるレンタル機器の管理システム1では、クライアント端末20または制御端末30から通知されたパスワードを、認証パスワードとして取得する。これにより、クライアント端末20および制御端末30の何れを用いてもレンタル機器を予約することができ、ユーザの利便性を向上させることができる。
 また、本実施形態によるレンタル機器の管理システム1では、クライアント端末20は、スマートフォン、タブレット端末、パーソナルコンピュータの何れかである。これにより、汎用的な端末装置を用いてレンタル機器を予約することができ、ユーザの利便性を向上させることができる。
 また、本実施形態によるレンタル機器の管理システム1では、入力パスワードを受信した受信時間が、入力パスワードに対応する認証パスワードの有効期間外である場合、前記レンタル機器が利用できないと判定する。これにより、有効期間内でなければレンタル機器を利用することができないため、レンタル機器が有効期間外に不正に利用されることを防ぐことができる。
 図12は、本発明によるレンタル機器の管理システムの基本構成を示す図である。
 本発明によるレンタル機器の管理システム2の基本構成は、パスワード取得部21、記憶部22、及びパスワード認証部23を基本構成とする。
 パスワード取得部21は、予約受け付けに応じて発行されるパスワードまたはレンタル機器が貸し出しされた際にレンタル機器から入力されるパスワードを取得する。
 記憶部22は、取得したパスワードとレンタル機器の機器識別情報とを対応づけて記憶する。
 パスワード認証部23は、レンタル機器を利用する際にレンタル機器から、パスワードと機器識別情報とを受信し、受信したパスワードと機器識別情報との組み合わせが、記憶部に記憶されているか否かに基づいて、レンタル機器の利用可否を判定する。
 また、図1におけるサーバ、クライアント端末、及び制御端末の各機能を実現するためのプログラムをコンピュータ読み取り可能な記録媒体に記録して、この記録媒体に記録されたプログラムをコンピュータシステムに読み込ませ、実行することにより位置検出を行ってもよい。なお、ここでいう「コンピュータシステム」とは、OSや周辺機器等のハードウェアを含むものとする。
 また、「コンピュータシステム」は、WWWシステムを利用している場合であれば、ホームページ提供環境(あるいは表示環境)も含むものとする。
 また、「コンピュータ読み取り可能な記録媒体」とは、フレキシブルディスク、光磁気ディスク、ROM、CD-ROM等の可搬媒体、コンピュータシステムに内蔵されるハードディスク等の記憶装置のことをいう。さらに「コンピュータ読み取り可能な記録媒体」とは、サーバやクライアントとなるコンピュータシステム内部の揮発性メモリのように、一定時間プログラムを保持しているものを含むものとする。また上記プログラムは、前述した機能の一部を実現するためのものであっても良く、さらに前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであってもよい。また、上記のプログラムを所定のサーバに記憶させておき、他の装置からの要求に応じて、当該プログラムを通信回線を介して配信(ダウンロード等)させるようにしてもよい。
 以上、この発明の実施形態について図面を参照して詳述してきたが、具体的な構成はこの実施形態に限られるものではなく、この発明の要旨を逸脱しない範囲の設計等も含まれる。
 1,2 レンタル機器の管理システム
 10 サーバ
 101 通信部
 102,22 記憶部
 103 ウェブサイト制御部
 104 決済処理部
 105,21 パスワード取得部
 106,23 パスワード認証部
 107 端末制御部
 108 時計部
 109 有効期間更新部
 110 通知部
 20 クライアント端末
 30 制御端末
 301 通信部
 302 機能制御部
 303 人感センサ
 304 記憶部
 305 時計部

Claims (19)

  1.  レンタル機器を有効期間において利用可能にするための認証パスワードを、前記レンタル機器の機器識別情報と対応づけて記憶部に記憶し、
     前記レンタル機器から、ユーザによって入力された入力パスワードを受信し、
     受信した前記入力パスワードと前記機器識別情報との組み合わせが、前記記憶部に記憶されているか否かに基づいて、前記レンタル機器の利用可否を判定する
     レンタル機器の管理方法。
  2.  前記レンタル機器の利用希望に応じて発行される発行パスワードが発行されていない場合、ユーザによって設定入力される設定パスワードを前記認証パスワードとして受け付ける
     請求項1に記載のレンタル機器の管理方法。
  3.  前記レンタル機器とは異なるクライアント端末から前記利用希望を受け付けた場合、前記設定パスワードを受け付けることなく前記発行パスワードを前記認証パスワードとして受け付ける
     請求項2に記載のレンタル機器の管理方法。
  4.  前記設定パスワードを、前記レンタル機器から受信する、
     請求項2に記載のレンタル機器の管理方法。
  5.  前記レンタル機器の利用を希望する利用希望期間を受け付けた場合、前記レンタル機器の利用予約状況から利用可否を判定し、前記レンタル機器の利用が可能であると判定した場合であって、さらに、前記利用希望期間に前記利用希望期間を受け付けた時刻が含まれている場合、前記設定パスワードを前記認証パスワードとして受け付ける、
     請求項2から請求項4のいずれか一項に記載のレンタル機器の管理方法。
  6.  前記レンタル機器の利用を希望する利用希望期間を受け付けた場合、前記利用希望期間を有効期間に含む前記認証パスワードが発行されていない利用可能なレンタル機器がある場合、前記利用可能なレンタル機器の前記利用希望を前記クライアント端末及び前記レンタル機器から受け付ける、
     請求項3に記載のレンタル機器の管理方法。
  7.  前記レンタル機器は、制御端末により前記レンタル機器の機能が制御されている、
     請求項1から請求項6のいずれか一項に記載のレンタル機器の管理方法。
  8.  前記制御端末から通知されたパスワードを、前記認証パスワードとして取得する、
     請求項7に記載のレンタル機器の管理方法。
  9.  前記クライアント端末は、スマートフォン、タブレット端末、パーソナルコンピュータの何れかである、
     請求項3に記載のレンタル機器の管理方法。
  10.  前記入力パスワードを受信した受信時間が、前記入力パスワードに対応する前記認証パスワードの有効期間外である場合、前記レンタル機器が利用できないと判定する、
     請求項1から請求項9のいずれか一項に記載のレンタル機器の管理方法。
  11.  予約受け付けに応じて発行されるパスワードまたはレンタル機器が貸し出しされた際にレンタル機器から入力されるパスワードである認証パスワードを取得し、
     取得した前記認証パスワードとレンタル機器の機器識別情報とを対応づけて記憶部に記憶し、
     レンタル機器を利用する際にレンタル機器から、ユーザによって入力された入力パスワードと機器識別情報とを受信し、
     受信した前記入力パスワードと機器識別情報との組み合わせが、前記記憶部に記憶されているか否かに基づいて、前記レンタル機器の利用可否を判定する
     レンタル機器の管理方法。
  12.  センサからの検出結果を取得し、
     センサの検出結果に基づいて、レンタル機器の近傍にユーザがいるか否かを判定し、
     レンタル機器の近傍にユーザがいない場合に、前記レンタル機器をログオフさせる
     請求項11に記載のレンタル機器の管理方法。
  13.  延長の要求を受け付けると、延長可能か否かを判定し、延長可能である場合には、前記認証パスワードに対して設定されている利用期限を延長する
     請求項11または請求項12に記載のレンタル機器の管理方法。
  14.  前記レンタル機器と同機種のレンタル機器が利用可能である場合には、延長可能であると判定する
     請求項13に記載のレンタル機器の管理方法。
  15.  前記レンタル機器の時刻を同期させ、前記認証パスワードに対して設定されている利用期限を過ぎると前記レンタル機器がログオフする
     請求項11から請求項14のうちいずれか1項に記載のレンタル機器の管理方法。
  16.  前記認証パスワードには、前記レンタル機器の利用時間に応じた有効期間が設定されており、
     受信した前記入力パスワードに対応する前記認証パスワードが有効期間内である場合にのみレンタル機器が利用可であると判定する
     請求項11から請求項15のうちいずれか1項に記載のレンタル機器の管理方法。
  17.  前記認証パスワードに対して設定されている利用期限までの時間が所定の時間より短くなると、前記ユーザにその旨通知する
     請求項11から請求項16のうちいずれか1項に記載のレンタル機器の管理方法。
  18.  前記認証パスワードに対して設定されている利用期限を過ぎると、前記ユーザにその旨通知する
     請求項11から請求項17のうちいずれか1項に記載のレンタル機器の管理方法。
  19.  予約受け付けに応じて発行されるパスワードまたはレンタル機器が貸し出しされた際にレンタル機器から入力されるパスワードである認証パスワードを取得するパスワード取得部と、
     取得した前記認証パスワードとレンタル機器の機器識別情報とを対応づけて記憶する記憶部と、
     レンタル機器を使用する際にレンタル機器から、ユーザによって入力された入力パスワードと機器識別情報とを受信し、受信した前記入力パスワードと機器識別情報との組み合わせが、前記記憶部に記憶されているか否かに基づいて、前記レンタル機器の利用可否を判定するパスワード認証部と、
     を備えるレンタル機器の管理システム。
     
PCT/JP2022/018254 2021-04-21 2022-04-20 レンタル機器の管理方法、レンタル機器の管理システム WO2022224981A1 (ja)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2023515492A JPWO2022224981A1 (ja) 2021-04-21 2022-04-20

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
PCT/JP2021/016168 WO2022224374A1 (ja) 2021-04-21 2021-04-21 レンタル機器の管理方法、レンタル機器の管理システム
JPPCT/JP2021/016168 2021-04-21

Publications (1)

Publication Number Publication Date
WO2022224981A1 true WO2022224981A1 (ja) 2022-10-27

Family

ID=83722119

Family Applications (2)

Application Number Title Priority Date Filing Date
PCT/JP2021/016168 WO2022224374A1 (ja) 2021-04-21 2021-04-21 レンタル機器の管理方法、レンタル機器の管理システム
PCT/JP2022/018254 WO2022224981A1 (ja) 2021-04-21 2022-04-20 レンタル機器の管理方法、レンタル機器の管理システム

Family Applications Before (1)

Application Number Title Priority Date Filing Date
PCT/JP2021/016168 WO2022224374A1 (ja) 2021-04-21 2021-04-21 レンタル機器の管理方法、レンタル機器の管理システム

Country Status (2)

Country Link
JP (1) JPWO2022224981A1 (ja)
WO (2) WO2022224374A1 (ja)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003099675A (ja) * 2001-09-20 2003-04-04 Sony Corp 課金対象機器の管理システムおよび管理方法、管理装置、課金対象機器、記録媒体、プログラム
JP2012043028A (ja) * 2010-08-13 2012-03-01 Sage Co Ltd カーシェアリングシステムにおける利用時間延長システム、利用時間延長方法、プログラムおよびコンピューター読み取り可能な記録媒体
JP2013015919A (ja) * 2011-06-30 2013-01-24 Kochi Univ Of Technology 自転車貸出システム
JP2013254270A (ja) * 2012-06-05 2013-12-19 Sage Co Ltd カーシェアリングシステムにおける車両管理システム、車両管理方法、プログラムおよびコンピューター読み取り可能な記録媒体
JP2014164590A (ja) * 2013-02-26 2014-09-08 Ntt Docomo Inc 車両管理システム、車両管理装置、車両管理方法及びプログラム
JP2016222243A (ja) * 2016-07-21 2016-12-28 株式会社東海理化電機製作所 貸与システム

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002123588A (ja) * 2000-10-16 2002-04-26 Denso Corp 施設予約利用システム
JP2004192126A (ja) * 2002-12-09 2004-07-08 Nec Corp レンタル車両の運営サーバ装置及び運営システム
JP6867098B2 (ja) * 2015-03-12 2021-04-28 株式会社 ミックウェア 情報システム
WO2018079156A1 (ja) * 2016-10-28 2018-05-03 オムロン株式会社 管理装置、通信端末、車両共用システム、情報処理プログラム、および記録媒体
JP2020141251A (ja) * 2019-02-28 2020-09-03 富士ゼロックス株式会社 情報処理装置、情報処理システム、及び情報処理プログラム
CN113711261A (zh) * 2019-04-16 2021-11-26 科空软件株式会社 期限管理服务器、代理程序及终端借出系统

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003099675A (ja) * 2001-09-20 2003-04-04 Sony Corp 課金対象機器の管理システムおよび管理方法、管理装置、課金対象機器、記録媒体、プログラム
JP2012043028A (ja) * 2010-08-13 2012-03-01 Sage Co Ltd カーシェアリングシステムにおける利用時間延長システム、利用時間延長方法、プログラムおよびコンピューター読み取り可能な記録媒体
JP2013015919A (ja) * 2011-06-30 2013-01-24 Kochi Univ Of Technology 自転車貸出システム
JP2013254270A (ja) * 2012-06-05 2013-12-19 Sage Co Ltd カーシェアリングシステムにおける車両管理システム、車両管理方法、プログラムおよびコンピューター読み取り可能な記録媒体
JP2014164590A (ja) * 2013-02-26 2014-09-08 Ntt Docomo Inc 車両管理システム、車両管理装置、車両管理方法及びプログラム
JP2016222243A (ja) * 2016-07-21 2016-12-28 株式会社東海理化電機製作所 貸与システム

Also Published As

Publication number Publication date
JPWO2022224981A1 (ja) 2022-10-27
WO2022224374A1 (ja) 2022-10-27

Similar Documents

Publication Publication Date Title
US20140230020A1 (en) Authorization server and client apparatus, server cooperative system, and token management method
US11582711B2 (en) Systems, devices, methods, and program products enhancing structure walkthroughs
US20180367532A1 (en) Trusted status transfer between associated devices
JP5053368B2 (ja) 監視機器制御システム
JP6277494B2 (ja) アプリケーション制御システム及びアプリケーション制御方法
JP7268505B2 (ja) リソース予約システム、登録端末、設定方法
US11636444B2 (en) Resource reservation system, resource reservation method, and non-transitory computer-executable medium
JP2021140656A (ja) 顔認証方法、顔認証システム、プログラムおよび記録媒体
JP2021197612A (ja) リソース管理システム、リソース管理装置、リソース管理方法、及びプログラム
JP6459270B2 (ja) 情報処理装置及びプログラム
JP2021196780A (ja) 管理支援装置、管理システム、管理方法、及びプログラム
US11797947B2 (en) Resource reservation system, method for starting using resource, and non-transitory recording medium
WO2022224981A1 (ja) レンタル機器の管理方法、レンタル機器の管理システム
JP2020137004A (ja) 無線制御システム、制御装置及び無線制御方法
US11551161B2 (en) Information processing system, information processing apparatus, and non-transitory computer readable medium
US20210234931A1 (en) Information processing apparatus and non-transitory computer readable medium
JP6799223B1 (ja) 顔認証方法、顔認証システム、プログラムおよび記録媒体
JP4426426B2 (ja) 開錠制御システム
US20210398033A1 (en) Time rental facility
JP2017010461A (ja) 撮像システム及びアプリケーション制御方法
JP2020154447A (ja) 情報処理システム及びプログラム
JP6858914B1 (ja) 情報処理方法、情報処理システム、プログラムおよび記録媒体
JP7340268B2 (ja) 施設貸出システム及び施設貸出方法
US20210232982A1 (en) Information processing apparatus and non-transitory computer readable medium
US20230199707A1 (en) Systems, Devices, Methods, and Program Products Enhancing Structure Walkthroughs

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22791752

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2023515492

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22791752

Country of ref document: EP

Kind code of ref document: A1