WO2020230311A1 - Movement assist system - Google Patents

Movement assist system Download PDF

Info

Publication number
WO2020230311A1
WO2020230311A1 PCT/JP2019/019403 JP2019019403W WO2020230311A1 WO 2020230311 A1 WO2020230311 A1 WO 2020230311A1 JP 2019019403 W JP2019019403 W JP 2019019403W WO 2020230311 A1 WO2020230311 A1 WO 2020230311A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
route
support system
recommended route
shortest path
Prior art date
Application number
PCT/JP2019/019403
Other languages
French (fr)
Japanese (ja)
Inventor
釜坂 等
啓吾 根岸
悠太 鈴木
渡邊 啓嗣
清司 五明
正一 丸田
Original Assignee
三菱電機株式会社
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 三菱電機株式会社 filed Critical 三菱電機株式会社
Priority to JP2021519221A priority Critical patent/JP7363895B2/en
Priority to CN201980096228.6A priority patent/CN113811503B/en
Priority to PCT/JP2019/019403 priority patent/WO2020230311A1/en
Publication of WO2020230311A1 publication Critical patent/WO2020230311A1/en

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B66HOISTING; LIFTING; HAULING
    • B66BELEVATORS; ESCALATORS OR MOVING WALKWAYS
    • B66B1/00Control systems of elevators in general
    • B66B1/02Control systems without regulation, i.e. without retroactive action
    • B66B1/06Control systems without regulation, i.e. without retroactive action electric
    • B66B1/14Control systems without regulation, i.e. without retroactive action electric with devices, e.g. push-buttons, for indirect control of movements
    • B66B1/18Control systems without regulation, i.e. without retroactive action electric with devices, e.g. push-buttons, for indirect control of movements with means for storing pulses controlling the movements of several cars or cages
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B66HOISTING; LIFTING; HAULING
    • B66BELEVATORS; ESCALATORS OR MOVING WALKWAYS
    • B66B17/00Hoistway equipment
    • B66B17/14Applications of loading and unloading equipment
    • B66B17/16Applications of loading and unloading equipment for loading and unloading mining-hoist cars or cages
    • B66B17/20Applications of loading and unloading equipment for loading and unloading mining-hoist cars or cages by moving vehicles into, or out of, the cars or cages
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B66HOISTING; LIFTING; HAULING
    • B66BELEVATORS; ESCALATORS OR MOVING WALKWAYS
    • B66B3/00Applications of devices for indicating or signalling operating conditions of elevators
    • GPHYSICS
    • G08SIGNALLING
    • G08GTRAFFIC CONTROL SYSTEMS
    • G08G1/00Traffic control systems for road vehicles
    • G08G1/005Traffic control systems for road vehicles including pedestrian guidance indicator

Definitions

  • the present invention relates to a mobility support system.
  • Patent Document 1 discloses a mobility support system. According to the movement support system, a recommended route can be presented in a building.
  • An object of the present invention is to provide a mobility support system capable of selecting an appropriate recommended route in a building.
  • the movement support system provides a recommended route satisfying a specified condition based on map information including vertical route information of a building and information on an operating state of the vertical movement device of the building. It is equipped with a route search unit for searching.
  • the movement support system is a recommended route that satisfies a specified condition based on map information including vertical route information of the building and information on the operating state of the vertical movement device of the building. To explore. Therefore, an appropriate recommended route can be selected for the building.
  • FIG. It is a block diagram of the movement support system in Embodiment 1.
  • FIG. It is a figure which shows the example of the information of the operating state of the elevator used for the movement support system in Embodiment 1.
  • FIG. It is a flowchart for demonstrating the outline of the operation of the shortest path search function of the movement support system in Embodiment 1.
  • Embodiment 3 It is a figure which shows the example of the user information used for the movement support system in Embodiment 3.
  • FIG. It is a block diagram of the movement support system in Embodiment 4.
  • FIG. 1 is a configuration diagram of a movement support system according to the first embodiment.
  • the map information storage device 1 stores map information including stores, aisles, exits, etc. as layout information of each floor of the building.
  • the map information storage device 1 stores information on the elevator and the escalator as a moving device that moves vertically between each floor as route information in the vertical direction.
  • the map information storage device 1 stores information on stairs.
  • Each of the control devices 2 of the plurality of elevators controls the baskets of the plurality of elevators (not shown).
  • the group management device 3 controls a plurality of control devices 2.
  • the group management device 3 includes an operation state information storage unit 3a.
  • the operation state information storage unit 3a receives information on the operation state of each of the plurality of elevators from each of the plurality of control devices 2.
  • the operating state information storage unit 3a stores information on the operating state of each of the plurality of elevators.
  • the route search input / output device 4 is a device fixed to the store.
  • the route search input / output device 4 is a mobile terminal such as a smartphone or a smart watch.
  • the shortest route search function 5 is provided on a server provided in a building management room as a route search unit.
  • the shortest path search function 5 may be provided in the group management device 3 or the route search input / output device 4.
  • the user 6 inputs the current point and the destination point by using the route search input / output device 4.
  • the route search input / output device 4 transmits information between the current time point and the target time point to the shortest path search function 5 by wire or wirelessly.
  • the shortest route search function 5 searches for the shortest route as a recommended route based on the information of the current position in the map information storage device 1, the information of the destination point, and the information of the operation state in the operation state information storage unit 3a.
  • FIG. 2 is a diagram showing an example of information on the operating state of the elevator used in the mobility support system according to the first embodiment.
  • the information on the operating state of the elevator is the information in which the information of the ID 7a, the stop floor 7b, the current position 7c, and the car call 7d is associated with each other.
  • ID7a is elevator identification information.
  • the stop floor 7b is information on the stop floor of the elevator.
  • the current position 7c is information on the current position of the car of the elevator.
  • the car call 7d is information on the car call reserved in the elevator.
  • the basket in the elevator a, has the first floor, the second floor, and the third floor as stop floors.
  • the basket is currently moving from the first floor to the second floor.
  • a car call from the first floor to the top is reserved.
  • FIG. 3 is a flowchart for explaining the outline of the operation of the shortest path search function of the movement support system according to the first embodiment.
  • step S1 the shortest path search function 5 starts the route calculation. After that, the operation of step S2 is performed.
  • step S2 the shortest path search function 5 derives the shortest path and the required time from the current position (A) to each landing of the plurality of elevators. This value is basically a fixed value.
  • the shortest route search function 5 derives the shortest route and the required time from the current position (A) to the landing on the first floor of the elevator a.
  • the shortest path search function 5 derives the shortest path and the required time from the current position (A) to the landing on the first floor of the elevator b.
  • the shortest path search function 5 derives the shortest path and the required time from the current position (A) to the landing on the first floor of the elevator c.
  • the shortest route search function 5 derives the shortest route and the required time from the current position (A) to the entrance of the escalator on the first floor.
  • the shortest path search function 5 derives the shortest path and the required time from the current position (A) to the bottom of the stairs on the first floor.
  • the shortest path search function 5 performs the operation of step S3.
  • the shortest path search function 5 derives the shortest path and the shortest time from each of the exits of the plurality of elevators on the floor of the destination point (B) to the destination point (B). This value is basically a fixed value.
  • the shortest path search function 5 derives the shortest path and the required time from the exit on the third floor of the elevator a to the destination point (B). For example, the shortest path search function 5 derives the shortest path and the required time from the exit on the third floor of the elevator b to the destination point (B). For example, the shortest path search function 5 derives the shortest path and the required time from the exit on the third floor of the elevator c to the destination point (B). For example, the shortest path search function 5 derives the shortest path and the required time from the exit of the escalator on the third floor to the destination point (B). For example, the shortest path search function 5 derives the shortest path and the required time from the stairs on the third floor to the destination point (B).
  • the shortest path search function 5 performs the operation of step S4.
  • the shortest path search function 5 calculates the time when each of the plurality of elevators is used. For example, the shortest path search function 5 uses the estimated arrival time at the user's landing, the elevator operating status information 11, the waiting time, the boarding time in the car, the boarding time in the car, and the car for each of the plurality of elevators. Calculate the disembarkation time from.
  • the waiting time of the car, the time of getting into the car, the time of getting in the car, and the time of getting off from the car are calculated based on the information from the driving state information storage unit 3a.
  • the time to use the elevator changes depending on the operating condition of the elevator. On the other hand, the time to use the escalator or stairs is basically fixed.
  • the shortest path search function 5 calculates the time when the elevator of a is used. For example, the shortest path search function 5 calculates the time when the elevator b is used. For example, the shortest path search function 5 calculates the time when the elevator of c is used. For example, the shortest path search function 5 calculates the time when the escalator is used. The shortest path search function 5 calculates the time when the stairs are used.
  • the shortest path search function 5 performs the operation of step S5.
  • the shortest route search function 5 searches for the shortest route that takes the shortest time from the current point (A) to the destination point (B) as a recommended route.
  • the shortest path search function 5 is a route from the current position (A) to the landing of the elevator car x to be boarded and a route from the drop-off position of the elevator car x at the destination point (B) to the destination point (B). And search.
  • the shortest path search function 5 performs the operation of step S6.
  • the shortest path search function 5 causes the route search input / output device 4 to present a recommended route.
  • a plurality of recommended routes may be presented. For example, a recommended route using an elevator may be presented as the shortest route, and a recommended route using stairs may be presented as the shortest route.
  • the movement support system is designated based on the map information including the vertical route information of the building and the information on the operating state of the vertical movement device of the building. Search for recommended routes that meet the above conditions. Therefore, an appropriate recommended route can be selected for the building.
  • the recommended route should not be a route with a basket that cannot be boarded.
  • the shortest path search function 5 may be combined with the DOAS system that efficiently operates a plurality of elevators according to the entire destination floor of the elevator users by registering the destination floor before boarding the car.
  • the shortest route search function 5 can select a more appropriate recommended route by taking into account not only the information on the car call but also the information on the planned stop floor.
  • the position information of the route search input / output device 4 may be used as the current time of the user. In this case, the user's current input can be omitted.
  • location information such as floor map location information, store name information, resting place, dining place, and vacant toilet may be used as the destination point of the user. The mapping from these location information to the coordinates of the destination point may be performed by a method that is usually open to the public.
  • the route search input / output device 4 is a mobile terminal and the position information of the user 6 is automatically acquired, the latest current position information from the route search input / output device 4 is constantly sent to the shortest route search function 5. Just tell. In this case, the recommended route may be changed according to the latest information on the operating state, and the result may be presented to the route search input / output device 4.
  • the route search input / output device 4 and the shortest route search function 5 constantly communicate with each other, even if the recommended route changes due to a change in the boarding status of the car from the time when the destination point is first input. It is possible to instruct the group management device 3 to change the basket. For example, if an unexpected large number of people get into the basket and the time to get into the basket becomes long, or if the basket becomes full, even if the recommended route is changed, the group management device 3 will be charged with the basket. You can instruct changes.
  • the recommended route using the escalator may be selected in consideration of the moving speed of the escalator.
  • the recommended route using the stairs may be selected in consideration of the use of the stairs.
  • the moving speed up the stairs and the moving speed down the stairs may be set to different speeds.
  • the movement time is further shortened by increasing the movement speed, the recommended route when the movement speed is increased may be presented.
  • the movement time is not shortened, such as when the waiting time of the basket is long even if the movement speed is increased, the movement speed may be decreased.
  • FIG. 4 is a hardware configuration diagram of the group management device to which the mobility support system according to the first embodiment is applied.
  • Each function of the group management device 3 can be realized by a processing circuit.
  • the processing circuit includes at least one processor 100a and at least one memory 100b.
  • the processing circuit includes at least one dedicated hardware 200.
  • each function of the group management device 3 is realized by software, firmware, or a combination of software and firmware. At least one of the software and firmware is written as a program. At least one of software and firmware is stored in at least one memory 100b. At least one processor 100a realizes each function of the group management device 3 by reading and executing a program stored in at least one memory 100b. At least one processor 100a is also referred to as a central processing unit, a processing unit, an arithmetic unit, a microprocessor, a microcomputer, and a DSP.
  • at least one memory 100b is a non-volatile or volatile semiconductor memory such as RAM, ROM, flash memory, EPROM, EEPROM, magnetic disk, flexible disk, optical disk, compact disk, mini disk, DVD, or the like.
  • the processing circuit comprises at least one dedicated hardware 200
  • the processing circuit may be implemented, for example, as a single circuit, a composite circuit, a programmed processor, a parallel programmed processor, an ASIC, an FPGA, or a combination thereof.
  • each function of the group management device 3 is realized by a processing circuit.
  • each function of the group management device 3 is collectively realized by a processing circuit.
  • a part may be realized by the dedicated hardware 200, and the other part may be realized by software or firmware.
  • the function of controlling a plurality of control devices 2 is realized by a processing circuit as dedicated hardware 200, and at least one processor 100a has at least one memory for functions other than the function of controlling a plurality of control devices 2. It may be realized by reading and executing the program stored in 100b.
  • the processing circuit realizes each function of the group management device 3 by hardware 200, software, firmware, or a combination thereof.
  • each function of the control device 2 is also realized by a processing circuit equivalent to a processing circuit that realizes each function of the group management device 3.
  • Each function of the server provided with the shortest path search function 5 is also realized by a processing circuit equivalent to the processing circuit that realizes each function of the group management device 3.
  • FIG. 5 is a configuration diagram of the movement support system according to the second embodiment.
  • the same or corresponding parts as those of the first embodiment are designated by the same reference numerals. The explanation of the relevant part is omitted.
  • the shortest path search function 5 communicates with the group management device 3 via the instruction function 8.
  • the group management device 3 controls each of the plurality of control devices 2 based on the instruction from the shortest path search function 5.
  • the elevator with ID7a b is simulated by imagining "car call 1F (top)", and the elevator with ID7a b is "car call 1F (top)".
  • the shortest path search function 5 gives the instruction function 8 the information of the instruction to assign "car call 1F (above)" to the elevator whose ID7a is b.
  • the instruction function 8 transmits the instruction to the group management device 3.
  • the group management device 3 transmits information on the registration instruction of "car call 1F (above)" to the control device 2 of the elevator whose ID 7a is b.
  • the elevator control device 2 with ID 7a b registers "car call 1F (top)".
  • the shortest path search function 5 transmits instruction information to the control device 2 of the elevator so that the operation of the elevator existing in the recommended route follows the search result. Therefore, the shortest path can be spontaneously created.
  • FIG. 6 is a configuration diagram of the movement support system according to the third embodiment.
  • the same or corresponding parts as those of the first embodiment are designated by the same reference numerals. The explanation of the relevant part is omitted.
  • the route search input / output device 4 accepts input of user information indicating the attributes of the user.
  • the shortest route search function 5 searches for a recommended route based on the attributes of the user.
  • FIG. 7 is a diagram showing an example of user information used in the mobility support system according to the third embodiment.
  • the user information is information in which information such as type 9a, moving speed 9b, movable means 9c, and priority 9d is associated with each other.
  • the information of type 9a is information indicating that it is a human or a robot.
  • the information of the moving speed 9b is information indicating the moving speed.
  • the movable means 9c is information indicating available moving means.
  • the priority 9d is information indicating that time or distance is prioritized. Only any number of these pieces of information may be used as user information. User information may include information other than these information.
  • (A) in FIG. 7 is an example assuming general human information. This example is an example in which the shortest time is prioritized by using an elevator, an escalator, and stairs.
  • the movable means 9c may be set separately for going up and down the stairs. For example, it may be set to use the down stairs without using the up stairs.
  • (B) in FIG. 7 is an example assuming information on a person with a disability or the like. This example is an example in which only the elevator is used and the shortest distance is prioritized.
  • (C) of FIG. 7 is an example assuming an automatic traveling robot.
  • the autonomous driving robot gives priority to the shortest path or the shortest time depending on its own characteristics.
  • the meal delivery robot gives priority to the shortest time.
  • a document delivery robot with low urgency reduces battery usage by giving priority to the shortest route. If the robot has a function of using the escalator or the stairs, the escalator or the stairs may be set as the available means 7.
  • the shortest route search function 5 searches for a recommended route based on the attributes of the user. Therefore, an appropriate recommended route can be selected according to the user.
  • FIG. 8 is a configuration diagram of the movement support system according to the fourth embodiment.
  • the same or corresponding parts as those of the first embodiment are designated by the same reference numerals. The explanation of the relevant part is omitted.
  • the robot 10 incorporates the route search input / output device 4.
  • the shortest path search function 5 transmits information of instructions to the robot 10 to the route search input / output device 4 according to the searched recommended route.
  • the robot 10 is controlled based on the information received by the route search input / output device 4.
  • the type of user information is a robot
  • robot function attributes such as emergency delivery, cleaning, and punctual security may be added and prioritized.
  • the elevator may be controlled so as to be the shortest according to the attribute of the robot function.
  • the shortest path search function 5 transmits information of instructions to the robot 10 according to the searched recommended route. Therefore, the robot 10 can be appropriately controlled according to the situation.
  • the movement support system according to the present invention can be used for a robot system.

Abstract

Provided is a movement assist system that can select a suitable recommended route in a building. The movement assist system comprises a route search unit that searches for a recommended route satisfying specified conditions on the basis of map information containing vertical route information in a building and information on the operation state of a vertical movement device in the building. The movement assist system searches for a recommended route satisfying specified conditions on the basis of map information containing vertical route information in a building and information on the operation state of a vertical movement device in the building. Thus, a suitable recommended route in the building can be selected.

Description

移動支援システムMobility support system
 この発明は、移動支援システムに関する。 The present invention relates to a mobility support system.
 特許文献1は、移動支援システムを開示する。当該移動支援システムによれば、建築物において、推奨経路を提示し得る。 Patent Document 1 discloses a mobility support system. According to the movement support system, a recommended route can be presented in a building.
日本特開2017-033450号公報Japanese Patent Application Laid-Open No. 2017-033450
 しかしながら、特許文献1に記載の移動支援システムにおいては、各階をまたぐ通路として、一般的な最短距離経路検出のアルゴリズム等で求めた推奨経路を提示する。このため、エレベータの待ち時間等により、推奨経路が最短時間の経路にならない場合もある。 However, in the movement support system described in Patent Document 1, a recommended route obtained by a general shortest distance route detection algorithm or the like is presented as a passage straddling each floor. Therefore, the recommended route may not be the shortest route due to the waiting time of the elevator or the like.
 この発明は、上述の課題を解決するためになされた。この発明の目的は、建築物において適切な推奨経路を選定することができる移動支援システムを提供することである。 This invention was made to solve the above-mentioned problems. An object of the present invention is to provide a mobility support system capable of selecting an appropriate recommended route in a building.
 この発明に係る移動支援システムは、建築物の縦方向の経路情報を含む地図情報と前記建築物の縦方向の移動装置の運転状態の情報とに基づいて、指定された条件を満たす推奨経路を探索する経路探索部、を備えた。 The movement support system according to the present invention provides a recommended route satisfying a specified condition based on map information including vertical route information of a building and information on an operating state of the vertical movement device of the building. It is equipped with a route search unit for searching.
 この発明によれば、移動支援システムは、建築物の縦方向の経路情報を含む地図情報と建築物の縦方向の移動装置の運転状態の情報とに基づいて、指定された条件を満たす推奨経路を探索する。このため、建築物において適切な推奨経路を選定することができる。 According to the present invention, the movement support system is a recommended route that satisfies a specified condition based on map information including vertical route information of the building and information on the operating state of the vertical movement device of the building. To explore. Therefore, an appropriate recommended route can be selected for the building.
実施の形態1における移動支援システムの構成図である。It is a block diagram of the movement support system in Embodiment 1. FIG. 実施の形態1における移動支援システムに利用されるエレベータの運転状態の情報の例を示す図である。It is a figure which shows the example of the information of the operating state of the elevator used for the movement support system in Embodiment 1. FIG. 実施の形態1における移動支援システムの最短経路探索機能の動作の概要を説明するためのフローチャートである。It is a flowchart for demonstrating the outline of the operation of the shortest path search function of the movement support system in Embodiment 1. 実施の形態1における移動支援システムが適用される群管理装置のハードウェア構成図である。It is a hardware block diagram of the group management apparatus to which the movement support system in Embodiment 1 is applied. 実施の形態2における移動支援システムの構成図である。It is a block diagram of the movement support system in Embodiment 2. 実施の形態3における移動支援システムの構成図である。It is a block diagram of the movement support system in Embodiment 3. 実施の形態3における移動支援システムに利用される利用者情報の例を示す図である。It is a figure which shows the example of the user information used for the movement support system in Embodiment 3. FIG. 実施の形態4における移動支援システムの構成図である。It is a block diagram of the movement support system in Embodiment 4.
 この発明を実施するための形態について添付の図面に従って説明する。なお、各図中、同一または相当する部分には同一の符号が付される。当該部分の重複説明は適宜に簡略化ないし省略する。 The embodiment for carrying out the present invention will be described with reference to the attached drawings. In each figure, the same or corresponding parts are designated by the same reference numerals. The duplicate description of the relevant part will be simplified or omitted as appropriate.
実施の形態1.
 図1は実施の形態1における移動支援システムの構成図である。
Embodiment 1.
FIG. 1 is a configuration diagram of a movement support system according to the first embodiment.
 地図情報記憶装置1は、建築物の各階のレイアウト情報として店舗、通路、出口等を含む地図情報を記憶する。地図情報記憶装置1は、縦方向の経路情報として、各階の間を縦方向に移動する移動装置としてのエレベータとエスカレータとの情報を記憶する。地図情報記憶装置1は、階段の情報を記憶する。 The map information storage device 1 stores map information including stores, aisles, exits, etc. as layout information of each floor of the building. The map information storage device 1 stores information on the elevator and the escalator as a moving device that moves vertically between each floor as route information in the vertical direction. The map information storage device 1 stores information on stairs.
 複数のエレベータの制御装置2の各々は、図示されない複数のエレベータのカゴを制御する。群管理装置3は、複数の制御装置2を制御する。群管理装置3は、運転状態情報記憶部3aを備える。運転状態情報記憶部3aは、複数の制御装置2の各々から複数のエレベータの各々の運転状態の情報を受信する。運転状態情報記憶部3aは、複数のエレベータの各々の運転状態の情報を記憶する。 Each of the control devices 2 of the plurality of elevators controls the baskets of the plurality of elevators (not shown). The group management device 3 controls a plurality of control devices 2. The group management device 3 includes an operation state information storage unit 3a. The operation state information storage unit 3a receives information on the operation state of each of the plurality of elevators from each of the plurality of control devices 2. The operating state information storage unit 3a stores information on the operating state of each of the plurality of elevators.
 例えば、経路探索入出力装置4は、店舗に固定された装置である。例えば、経路探索入出力装置4は、スマートフォン、スマートウォッチ等のモバイル端末である。 For example, the route search input / output device 4 is a device fixed to the store. For example, the route search input / output device 4 is a mobile terminal such as a smartphone or a smart watch.
 例えば、最短経路探索機能5は、経路探索部として、建築物の管理室に設けられたサーバに設けられる。なお、最短経路探索機能5は、群管理装置3または経路探索入出力装置4に設けられていてもよい。 For example, the shortest route search function 5 is provided on a server provided in a building management room as a route search unit. The shortest path search function 5 may be provided in the group management device 3 or the route search input / output device 4.
 利用者6は、経路探索入出力装置4を用いて、現在地点と目的地点とを入力する。経路探索入出力装置4は、有線または無線で現在時点と目的時点との情報を最短経路探索機能5に送信する。 The user 6 inputs the current point and the destination point by using the route search input / output device 4. The route search input / output device 4 transmits information between the current time point and the target time point to the shortest path search function 5 by wire or wirelessly.
 最短経路探索機能5は、地図情報記憶装置1における現在地点の情報と目的地点の情報と運転状態情報記憶部3aにおける運転状態の情報とに基づいて推奨経路として最短経路を探索する。 The shortest route search function 5 searches for the shortest route as a recommended route based on the information of the current position in the map information storage device 1, the information of the destination point, and the information of the operation state in the operation state information storage unit 3a.
 次に、図2を用いて、エレベータの運転状態の情報の例を説明する。
 図2は実施の形態1における移動支援システムに利用されるエレベータの運転状態の情報の例を示す図である。
Next, an example of information on the operating state of the elevator will be described with reference to FIG.
FIG. 2 is a diagram showing an example of information on the operating state of the elevator used in the mobility support system according to the first embodiment.
 図2に示されるように、エレベータの運転状態の情報は、ID7aと停止階7bと現在位置7cとかご呼び7dとの情報が対応付けられた情報である。 As shown in FIG. 2, the information on the operating state of the elevator is the information in which the information of the ID 7a, the stop floor 7b, the current position 7c, and the car call 7d is associated with each other.
 ID7aは、エレベータの識別情報である。停止階7bは、当該エレベータの停止階の情報である。現在位置7cは、当該エレベータのカゴの現在位置の情報である。かご呼び7dは、当該エレベータにおいて予約されているかご呼びの情報である。 ID7a is elevator identification information. The stop floor 7b is information on the stop floor of the elevator. The current position 7c is information on the current position of the car of the elevator. The car call 7d is information on the car call reserved in the elevator.
 図2の例では、aのエレベータにおいて、カゴは、1階と2階と3階とを停止階とする。当該カゴは、現時点において1階から2階に移動中である。当該エレベータにおいては、1階から上方向へのかご呼びが予約されている。 In the example of FIG. 2, in the elevator a, the basket has the first floor, the second floor, and the third floor as stop floors. The basket is currently moving from the first floor to the second floor. In the elevator, a car call from the first floor to the top is reserved.
 次に、図3を用いて、最短経路探索機能5の動作の概要を説明する。
 図3は実施の形態1における移動支援システムの最短経路探索機能の動作の概要を説明するためのフローチャートである。
Next, the outline of the operation of the shortest path search function 5 will be described with reference to FIG.
FIG. 3 is a flowchart for explaining the outline of the operation of the shortest path search function of the movement support system according to the first embodiment.
 ステップS1では、最短経路探索機能5は、経路計算を開始する。その後、ステップS2の動作を行う。ステップS2では、最短経路探索機能5は、現在地点(A)から複数のエレベータの各々の乗場等までの最短経路と必要時間とを導き出す。この値は、基本的に固定値となる。 In step S1, the shortest path search function 5 starts the route calculation. After that, the operation of step S2 is performed. In step S2, the shortest path search function 5 derives the shortest path and the required time from the current position (A) to each landing of the plurality of elevators. This value is basically a fixed value.
 例えば、最短経路探索機能5は、現在地点(A)からaのエレベータの1階の乗場までの最短経路と必要時間とを導き出す。例えば、最短経路探索機能5は、現在地点(A)からbのエレベータの1階の乗場までの最短経路と必要時間とを導き出す。例えば、最短経路探索機能5は、現在地点(A)からcのエレベータの1階の乗場までの最短経路と必要時間とを導き出す。例えば、最短経路探索機能5は、現在地点(A)から1階のエスカレータの乗り口までの最短経路と必要時間とを導き出す。例えば、最短経路探索機能5は、現在地点(A)から1階の階段下までの最短経路と必要時間とを導き出す。 For example, the shortest route search function 5 derives the shortest route and the required time from the current position (A) to the landing on the first floor of the elevator a. For example, the shortest path search function 5 derives the shortest path and the required time from the current position (A) to the landing on the first floor of the elevator b. For example, the shortest path search function 5 derives the shortest path and the required time from the current position (A) to the landing on the first floor of the elevator c. For example, the shortest route search function 5 derives the shortest route and the required time from the current position (A) to the entrance of the escalator on the first floor. For example, the shortest path search function 5 derives the shortest path and the required time from the current position (A) to the bottom of the stairs on the first floor.
 その後、最短経路探索機能5は、ステップS3の動作を行う。ステップS3では、最短経路探索機能5は、目的地点(B)の階の複数のエレベータの各々の降場等から目的地点(B)までの最短経路と最短時間とを導き出す。この値は、基本的に固定値である。 After that, the shortest path search function 5 performs the operation of step S3. In step S3, the shortest path search function 5 derives the shortest path and the shortest time from each of the exits of the plurality of elevators on the floor of the destination point (B) to the destination point (B). This value is basically a fixed value.
 例えば、最短経路探索機能5は、aのエレベータの3階の降場から目的地点(B)までの最短経路と必要時間とを導き出す。例えば、最短経路探索機能5は、bのエレベータの3階の降場から目的地点(B)までの最短経路と必要時間とを導き出す。例えば、最短経路探索機能5は、cのエレベータの3階の降場から目的地点(B)までの最短経路と必要時間とを導き出す。例えば、最短経路探索機能5は、3階のエスカレータの降り口から目的地点(B)までの最短経路と必要時間とを導き出す。例えば、最短経路探索機能5は、3階の階段上から目的地点(B)までの最短経路と必要時間とを導き出す。 For example, the shortest path search function 5 derives the shortest path and the required time from the exit on the third floor of the elevator a to the destination point (B). For example, the shortest path search function 5 derives the shortest path and the required time from the exit on the third floor of the elevator b to the destination point (B). For example, the shortest path search function 5 derives the shortest path and the required time from the exit on the third floor of the elevator c to the destination point (B). For example, the shortest path search function 5 derives the shortest path and the required time from the exit of the escalator on the third floor to the destination point (B). For example, the shortest path search function 5 derives the shortest path and the required time from the stairs on the third floor to the destination point (B).
 その後、最短経路探索機能5は、ステップS4の動作を行う。ステップS4では、最短経路探索機能5は、複数のエレベータの各々等を利用した際の時間を計算する。例えば、最短経路探索機能5は、複数のエレベータの各々について、利用者の乗場への到着予定時間とエレベータの運転状態情報11から待ち時間とカゴへの乗込み時間とカゴでの乗車時間とカゴからの下車時間とを計算する。 After that, the shortest path search function 5 performs the operation of step S4. In step S4, the shortest path search function 5 calculates the time when each of the plurality of elevators is used. For example, the shortest path search function 5 uses the estimated arrival time at the user's landing, the elevator operating status information 11, the waiting time, the boarding time in the car, the boarding time in the car, and the car for each of the plurality of elevators. Calculate the disembarkation time from.
 なお、カゴの待ち時間とカゴへの乗込み時間とカゴでの乗車時間とカゴからの下車時間とは、運転状態情報記憶部3aからの情報に基づいて計算される。エレベータを利用する時間は、エレベータの運転状態により変化する。これに対し、エスカレータまたは階段を利用する時間は、基本的に固定である。 The waiting time of the car, the time of getting into the car, the time of getting in the car, and the time of getting off from the car are calculated based on the information from the driving state information storage unit 3a. The time to use the elevator changes depending on the operating condition of the elevator. On the other hand, the time to use the escalator or stairs is basically fixed.
 例えば、最短経路探索機能5は、aのエレベータを利用した際の時間を計算する。例えば、最短経路探索機能5は、bのエレベータを利用した際の時間を計算する。例えば、最短経路探索機能5は、cのエレベータを利用した際の時間を計算する。例えば、最短経路探索機能5は、エスカレータを利用した際の時間を計算する。最短経路探索機能5は、階段を利用した際の時間を計算する。 For example, the shortest path search function 5 calculates the time when the elevator of a is used. For example, the shortest path search function 5 calculates the time when the elevator b is used. For example, the shortest path search function 5 calculates the time when the elevator of c is used. For example, the shortest path search function 5 calculates the time when the escalator is used. The shortest path search function 5 calculates the time when the stairs are used.
 その後、最短経路探索機能5は、ステップS5の動作を行う。ステップS5では、最短経路探索機能5は、現在地点(A)から目的地点(B)までにかかる時間が最短となる最短経路を推奨経路として探索する。例えば、最短経路探索機能5は、現在地点(A)から乗車すべきエレベータのカゴxの乗場への経路と目的地点(B)のエレベータのカゴxの降車位置から目的地点(B)への経路とを探索する。 After that, the shortest path search function 5 performs the operation of step S5. In step S5, the shortest route search function 5 searches for the shortest route that takes the shortest time from the current point (A) to the destination point (B) as a recommended route. For example, the shortest path search function 5 is a route from the current position (A) to the landing of the elevator car x to be boarded and a route from the drop-off position of the elevator car x at the destination point (B) to the destination point (B). And search.
 その後、最短経路探索機能5は、ステップS6の動作を行う。ステップS6では、最短経路探索機能5は、経路探索入出力装置4に推奨経路を提示させる。なお、複数の推奨経路を提示してもよい。例えば、最短時間となる経路としてエレベータを利用する推奨経路を提示し、最短距離となる経路として階段を利用する推奨経路を提示してもよい。 After that, the shortest path search function 5 performs the operation of step S6. In step S6, the shortest path search function 5 causes the route search input / output device 4 to present a recommended route. In addition, a plurality of recommended routes may be presented. For example, a recommended route using an elevator may be presented as the shortest route, and a recommended route using stairs may be presented as the shortest route.
 以上で説明した実施の形態1によれば、移動支援システムは、建築物の縦方向の経路情報を含む地図情報と建築物の縦方向の移動装置の運転状態の情報とに基づいて、指定された条件を満たす推奨経路を探索する。このため、建築物において適切な推奨経路を選定することができる。 According to the first embodiment described above, the movement support system is designated based on the map information including the vertical route information of the building and the information on the operating state of the vertical movement device of the building. Search for recommended routes that meet the above conditions. Therefore, an appropriate recommended route can be selected for the building.
 なお、運転状態の情報に対し、満員、空、残りの乗車可能人数等、カゴの乗車状況の情報を付加してもよい。この場合、乗車できないカゴが存在する経路を推奨経路としないようにすればよい。 Note that information on the riding status of the basket, such as fullness, vacancy, and the number of remaining passengers, may be added to the driving status information. In this case, the recommended route should not be a route with a basket that cannot be boarded.
 また、カゴへの乗車前に行先階を登録することでエレベータの利用者の全体の行先階に応じて複数のエレベータを効率よく運行させるDOASシステムに最短経路探索機能5を組み合わせてもよい。この場合、最短経路探索機能5により、かご呼びの情報だけでなく、停止予定階の情報も加味すれば、より適切な推奨経路を選定することができる。 Further, the shortest path search function 5 may be combined with the DOAS system that efficiently operates a plurality of elevators according to the entire destination floor of the elevator users by registering the destination floor before boarding the car. In this case, the shortest route search function 5 can select a more appropriate recommended route by taking into account not only the information on the car call but also the information on the planned stop floor.
 また、利用者の現在時点として、当該経路探索入出力装置4の位置情報を利用してもよい。この場合、利用者の現時点の入力を不要とすることができる。さらに、利用者の目的地点として、フロアマップの位置情報、店舗名の情報、休憩できる場所、食事できる場所、空いているトイレ等の場所情報を利用してもよい。これらの場所情報から目的地点の座標へのマッピングは、通常公開されている手法で行えばよい。 Further, the position information of the route search input / output device 4 may be used as the current time of the user. In this case, the user's current input can be omitted. Further, as the destination point of the user, location information such as floor map location information, store name information, resting place, dining place, and vacant toilet may be used. The mapping from these location information to the coordinates of the destination point may be performed by a method that is usually open to the public.
 また、経路探索入出力装置4がモバイル端末であり、利用者6の位置情報が自動で取得される場合は、経路探索入出力装置4から最新の現在位置の情報を最短経路探索機能5に絶えず伝えればよい。この場合、最新の運転状態の情報にしたがって、推奨経路を変更し、その結果を経路探索入出力装置4に提示すればよい。 Further, when the route search input / output device 4 is a mobile terminal and the position information of the user 6 is automatically acquired, the latest current position information from the route search input / output device 4 is constantly sent to the shortest route search function 5. Just tell. In this case, the recommended route may be changed according to the latest information on the operating state, and the result may be presented to the route search input / output device 4.
 このように、経路探索入出力装置4と最短経路探索機能5とが絶えず通信すれば、最初に目的地点を入力した時点から、カゴの乗車状況が変更することにより推奨経路が変更した場合でも、群管理装置3に対し、カゴの変更を指示することができる。例えば、想定外の大人数がカゴに乗り込むためにカゴへの乗込み時間が長くなったり、カゴが満員になったりした場合、推奨経路が変更した場合でも、群管理装置3に対し、カゴの変更を指示することができる。 In this way, if the route search input / output device 4 and the shortest route search function 5 constantly communicate with each other, even if the recommended route changes due to a change in the boarding status of the car from the time when the destination point is first input. It is possible to instruct the group management device 3 to change the basket. For example, if an unexpected large number of people get into the basket and the time to get into the basket becomes long, or if the basket becomes full, even if the recommended route is changed, the group management device 3 will be charged with the basket. You can instruct changes.
 また、エスカレータの移動速度も加味して、エスカレータを利用した推奨経路を選定してもよい。 In addition, the recommended route using the escalator may be selected in consideration of the moving speed of the escalator.
 また、階段の利用も加味して、階段を利用した推奨経路を選定してもよい。この場合、階段の上りの移動速度と下りの移動速度とを異なる速度に設定してもよい。 In addition, the recommended route using the stairs may be selected in consideration of the use of the stairs. In this case, the moving speed up the stairs and the moving speed down the stairs may be set to different speeds.
 また、移動速度を速くすれば、移動時間がさらに短くなる場合は、移動速度を速くした場合の推奨経路を提示してもよい。これに対し、移動速度を速くしても、カゴの待ち時間が長い等、移動時間が短くならない場合は、移動速度を遅くしてもよい旨を外部に提示してもよい。 In addition, if the movement time is further shortened by increasing the movement speed, the recommended route when the movement speed is increased may be presented. On the other hand, if the movement time is not shortened, such as when the waiting time of the basket is long even if the movement speed is increased, the movement speed may be decreased.
 次に、図4を用いて、群管理装置3の例を説明する。
 図4は実施の形態1における移動支援システムが適用される群管理装置のハードウェア構成図である。
Next, an example of the group management device 3 will be described with reference to FIG.
FIG. 4 is a hardware configuration diagram of the group management device to which the mobility support system according to the first embodiment is applied.
 群管理装置3の各機能は、処理回路により実現し得る。例えば、処理回路は、少なくとも1つのプロセッサ100aと少なくとも1つのメモリ100bとを備える。例えば、処理回路は、少なくとも1つの専用のハードウェア200を備える。 Each function of the group management device 3 can be realized by a processing circuit. For example, the processing circuit includes at least one processor 100a and at least one memory 100b. For example, the processing circuit includes at least one dedicated hardware 200.
 処理回路が少なくとも1つのプロセッサ100aと少なくとも1つのメモリ100bとを備える場合、群管理装置3の各機能は、ソフトウェア、ファームウェア、またはソフトウェアとファームウェアとの組み合わせで実現される。ソフトウェアおよびファームウェアの少なくとも一方は、プログラムとして記述される。ソフトウェアおよびファームウェアの少なくとも一方は、少なくとも1つのメモリ100bに格納される。少なくとも1つのプロセッサ100aは、少なくとも1つのメモリ100bに記憶されたプログラムを読み出して実行することにより、群管理装置3の各機能を実現する。少なくとも1つのプロセッサ100aは、中央処理装置、処理装置、演算装置、マイクロプロセッサ、マイクロコンピュータ、DSPともいう。例えば、少なくとも1つのメモリ100bは、RAM、ROM、フラッシュメモリ、EPROM、EEPROM等の、不揮発性または揮発性の半導体メモリ、磁気ディスク、フレキシブルディスク、光ディスク、コンパクトディスク、ミニディスク、DVD等である。 When the processing circuit includes at least one processor 100a and at least one memory 100b, each function of the group management device 3 is realized by software, firmware, or a combination of software and firmware. At least one of the software and firmware is written as a program. At least one of software and firmware is stored in at least one memory 100b. At least one processor 100a realizes each function of the group management device 3 by reading and executing a program stored in at least one memory 100b. At least one processor 100a is also referred to as a central processing unit, a processing unit, an arithmetic unit, a microprocessor, a microcomputer, and a DSP. For example, at least one memory 100b is a non-volatile or volatile semiconductor memory such as RAM, ROM, flash memory, EPROM, EEPROM, magnetic disk, flexible disk, optical disk, compact disk, mini disk, DVD, or the like.
 処理回路が少なくとも1つの専用のハードウェア200を備える場合、処理回路は、例えば、単一回路、複合回路、プログラム化したプロセッサ、並列プログラム化したプロセッサ、ASIC、FPGA、またはこれらの組み合わせで実現される。例えば、群管理装置3の各機能は、それぞれ処理回路で実現される。例えば、群管理装置3の各機能は、まとめて処理回路で実現される。 If the processing circuit comprises at least one dedicated hardware 200, the processing circuit may be implemented, for example, as a single circuit, a composite circuit, a programmed processor, a parallel programmed processor, an ASIC, an FPGA, or a combination thereof. To. For example, each function of the group management device 3 is realized by a processing circuit. For example, each function of the group management device 3 is collectively realized by a processing circuit.
 群管理装置3の各機能について、一部を専用のハードウェア200で実現し、他部をソフトウェアまたはファームウェアで実現してもよい。例えば、複数の制御装置2を制御する機能については専用のハードウェア200としての処理回路で実現し、複数の制御装置2を制御する機能以外の機能については少なくとも1つのプロセッサ100aが少なくとも1つのメモリ100bに格納されたプログラムを読み出して実行することにより実現してもよい。 For each function of the group management device 3, a part may be realized by the dedicated hardware 200, and the other part may be realized by software or firmware. For example, the function of controlling a plurality of control devices 2 is realized by a processing circuit as dedicated hardware 200, and at least one processor 100a has at least one memory for functions other than the function of controlling a plurality of control devices 2. It may be realized by reading and executing the program stored in 100b.
 このように、処理回路は、ハードウェア200、ソフトウェア、ファームウェア、またはこれらの組み合わせで群管理装置3の各機能を実現する。 In this way, the processing circuit realizes each function of the group management device 3 by hardware 200, software, firmware, or a combination thereof.
 図示されないが、制御装置2の各機能も、群管理装置3の各機能を実現する処理回路と同等の処理回路で実現される。最短経路探索機能5を備えたサーバの各機能も、群管理装置3の各機能を実現する処理回路と同等の処理回路で実現される。 Although not shown, each function of the control device 2 is also realized by a processing circuit equivalent to a processing circuit that realizes each function of the group management device 3. Each function of the server provided with the shortest path search function 5 is also realized by a processing circuit equivalent to the processing circuit that realizes each function of the group management device 3.
実施の形態2.
 図5は実施の形態2における移動支援システムの構成図である。なお、実施の形態1の部分と同一又は相当部分には同一符号が付される。当該部分の説明は省略される。
Embodiment 2.
FIG. 5 is a configuration diagram of the movement support system according to the second embodiment. The same or corresponding parts as those of the first embodiment are designated by the same reference numerals. The explanation of the relevant part is omitted.
 実施の形態2において、最短経路探索機能5は、指示機能8を介して群管理装置3と通信する。群管理装置3は、最短経路探索機能5からの指示に基づいて複数の制御装置2の各々を制御する。 In the second embodiment, the shortest path search function 5 communicates with the group management device 3 via the instruction function 8. The group management device 3 controls each of the plurality of control devices 2 based on the instruction from the shortest path search function 5.
 例えば、図2の運転状態の情報において、ID7aがbのエレベータに対して、「かご呼び1F(上)」を仮想してシミュレーションし、ID7aがbのエレベータに「かご呼び1F(上)」を割り当てたときが最短経路になるとの結果が得られた場合、最短経路探索機能5は、指示機能8に対して、ID7aがbのエレベータに「かご呼び1F(上)」を割り当てる指示の情報を送信する。指示機能8は、当該指示を群管理装置3に送信する。群管理装置3は、ID7aがbのエレベータの制御装置2に「かご呼び1F(上)」の登録の指示の情報を送信する。ID7aがbのエレベータの制御装置2は、「かご呼び1F(上)」を登録する。 For example, in the operating state information of FIG. 2, the elevator with ID7a b is simulated by imagining "car call 1F (top)", and the elevator with ID7a b is "car call 1F (top)". When the result that the shortest path is assigned is obtained, the shortest path search function 5 gives the instruction function 8 the information of the instruction to assign "car call 1F (above)" to the elevator whose ID7a is b. Send. The instruction function 8 transmits the instruction to the group management device 3. The group management device 3 transmits information on the registration instruction of "car call 1F (above)" to the control device 2 of the elevator whose ID 7a is b. The elevator control device 2 with ID 7a b registers "car call 1F (top)".
 以上で説明した実施の形態2によれば、最短経路探索機能5は、推奨経路に存在するエレベータの動作が探索結果に沿うように当該エレベータの制御装置2に向けて指示の情報を送信する。このため、最短経路を自発的に作り出すことができる。 According to the second embodiment described above, the shortest path search function 5 transmits instruction information to the control device 2 of the elevator so that the operation of the elevator existing in the recommended route follows the search result. Therefore, the shortest path can be spontaneously created.
実施の形態3.
 図6は実施の形態3における移動支援システムの構成図である。なお、実施の形態1の部分と同一又は相当部分には同一符号が付される。当該部分の説明は省略される。
Embodiment 3.
FIG. 6 is a configuration diagram of the movement support system according to the third embodiment. The same or corresponding parts as those of the first embodiment are designated by the same reference numerals. The explanation of the relevant part is omitted.
 実施の形態3において、経路探索入出力装置4は、利用者の属性を示す利用者情報の入力を受け付ける。最短経路探索機能5は、利用者の属性に基づいて推奨経路を探索する。 In the third embodiment, the route search input / output device 4 accepts input of user information indicating the attributes of the user. The shortest route search function 5 searches for a recommended route based on the attributes of the user.
 次に、図7を用いて、利用者情報の例を説明する。
 図7は実施の形態3における移動支援システムに利用される利用者情報の例を示す図である。
Next, an example of user information will be described with reference to FIG. 7.
FIG. 7 is a diagram showing an example of user information used in the mobility support system according to the third embodiment.
 利用者情報は、種別9aと移動速度9bと移動可能手段9cと優先度9d等の情報が対応付けられた情報である。 The user information is information in which information such as type 9a, moving speed 9b, movable means 9c, and priority 9d is associated with each other.
 種別9aの情報は、人またはロボットであることを示す情報である。移動速度9bの情報は、移動の速度を示す情報である。移動可能手段9cは、利用可能な移動手段を示す情報である。優先度9dは、時間または距離を優先することを示す情報である。なお、これらの情報のうちのいくつだけを利用者情報としてもよい。これらの情報以外の情報を含めて利用者情報としてもよい。 The information of type 9a is information indicating that it is a human or a robot. The information of the moving speed 9b is information indicating the moving speed. The movable means 9c is information indicating available moving means. The priority 9d is information indicating that time or distance is prioritized. Only any number of these pieces of information may be used as user information. User information may include information other than these information.
 図7の(a)は、一般的な人の情報を想定した例である。当該例は、エレベータ、エスカレータ、階段を利用して、最短時間を優先する例である。なお、階段の上りと下りを分けて、移動可能手段9cを設定してもよい。例えば、階段の上りは利用せずに階段の下りは利用する設定としてもよい。 (A) in FIG. 7 is an example assuming general human information. This example is an example in which the shortest time is prioritized by using an elevator, an escalator, and stairs. The movable means 9c may be set separately for going up and down the stairs. For example, it may be set to use the down stairs without using the up stairs.
 図7の(b)は、障碍者等の人の情報を想定した例である。当該例は、エレベータしか利用せずに、最短距離を優先する例である。 (B) in FIG. 7 is an example assuming information on a person with a disability or the like. This example is an example in which only the elevator is used and the shortest distance is prioritized.
 図7の(c)は、自動走行ロボットを想定した例である。自動走行ロボットは、自らの特性により、最短経路または最短時間を優先する。例えば、食事宅配ロボットは、最短時間を優先する。例えば、緊急性の低い書類宅配ロボット等は、最短経路を優先としてバッテリの利用を減らす。なお、ロボットがエスカレータまたは階段を利用できる機能を有する場合は、エスカレータまたは階段を利用可能手段7に設定してもよい。 (C) of FIG. 7 is an example assuming an automatic traveling robot. The autonomous driving robot gives priority to the shortest path or the shortest time depending on its own characteristics. For example, the meal delivery robot gives priority to the shortest time. For example, a document delivery robot with low urgency reduces battery usage by giving priority to the shortest route. If the robot has a function of using the escalator or the stairs, the escalator or the stairs may be set as the available means 7.
 以上で説明した実施の形態3によれば、最短経路探索機能5は、利用者の属性に基づいて、推奨経路を探索する。このため、利用者に応じて適切な推奨経路を選定することができる。 According to the third embodiment described above, the shortest route search function 5 searches for a recommended route based on the attributes of the user. Therefore, an appropriate recommended route can be selected according to the user.
実施の形態4.
 図8は実施の形態4における移動支援システムの構成図である。なお、実施の形態1の部分と同一又は相当部分には同一符号が付される。当該部分の説明は省略される。
Embodiment 4.
FIG. 8 is a configuration diagram of the movement support system according to the fourth embodiment. The same or corresponding parts as those of the first embodiment are designated by the same reference numerals. The explanation of the relevant part is omitted.
 実施の形態4においては、ロボット10は、経路探索入出力装置4を内蔵する。最短経路探索機能5は、探索した推奨経路に応じて、ロボット10に対する指示の情報を経路探索入出力装置4に送信する。ロボット10は、経路探索入出力装置4が受信した情報に基づいて制御される。 In the fourth embodiment, the robot 10 incorporates the route search input / output device 4. The shortest path search function 5 transmits information of instructions to the robot 10 to the route search input / output device 4 according to the searched recommended route. The robot 10 is controlled based on the information received by the route search input / output device 4.
 例えば、利用者情報の種別がロボットである場合は、人の優先度よりも落とす。例えば、緊急の配達、掃除、時間厳守な警備等、ロボットの機能の属性を追加し、優先度を変えてもよい。この際、ロボットの機能の属性に合わせて、最短となるようにエレベータを制御してもよい。 For example, if the type of user information is a robot, it will be lower than the priority of the person. For example, robot function attributes such as emergency delivery, cleaning, and punctual security may be added and prioritized. At this time, the elevator may be controlled so as to be the shortest according to the attribute of the robot function.
 以上で説明した実施の形態4によれば、最短経路探索機能5は、探索した推奨経路に応じて、ロボット10に対する指示の情報を送信する。このため、状況に応じて、ロボット10を適切に制御することができる。 According to the fourth embodiment described above, the shortest path search function 5 transmits information of instructions to the robot 10 according to the searched recommended route. Therefore, the robot 10 can be appropriately controlled according to the situation.
 以上のように、この発明に係る移動支援システムは、ロボットシステムに利用できる。 As described above, the movement support system according to the present invention can be used for a robot system.
 1 地図情報記憶装置、 2 制御装置、 3 群管理装置、 3a 運転状態情報記憶部、 4 経路探索入出力装置、 5 最短経路探索機能、 6 利用者、 7a ID、 7b 停止階、 7c 現在位置、 7d かご呼び、 8 指示機能、 9a 種別、 9b 移動速度、 9c 移動可能手段、 9d 優先度、 100a プロセッサ、 100b メモリ、 200 ハードウェア 1 map information storage device, 2 control device, 3 group management device, 3a operation status information storage unit, 4 route search input / output device, 5 shortest route search function, 6 user, 7a ID, 7b stop floor, 7c current position, 7d car call, 8 instruction function, 9a type, 9b moving speed, 9c movable means, 9d priority, 100a processor, 100b memory, 200 hardware

Claims (7)

  1.  建築物の縦方向の経路情報を含む地図情報と前記建築物の縦方向の移動装置の運転状態の情報とに基づいて、指定された条件を満たす推奨経路を探索する経路探索部、
    を備えた移動支援システム。
    A route search unit that searches for a recommended route that satisfies a specified condition based on map information including vertical route information of a building and information on the operating state of the vertical moving device of the building.
    Mobility support system equipped with.
  2.  前記経路探索部は、前記推奨経路に存在する移動装置の動作が探索結果に沿うように当該移動装置の制御装置に指示の情報を送信する請求項1に記載の移動支援システム。 The movement support system according to claim 1, wherein the route search unit transmits instruction information to a control device of the mobile device so that the operation of the mobile device existing in the recommended route follows the search result.
  3.  前記経路探索部は、利用者の現在地点と目的地点との情報に基づいて、前記推奨経路を探索する請求項1または請求項2に記載の移動支援システム。 The movement support system according to claim 1 or 2, wherein the route search unit searches for the recommended route based on information between the user's current position and the destination point.
  4.  前記経路探索部は、利用者の属性に基づいて、前記推奨経路を探索する請求項3に記載の移動支援システム。 The movement support system according to claim 3, wherein the route search unit searches for the recommended route based on the attributes of the user.
  5.  前記経路探索部は、前記推奨経路の情報を外部に出力する請求項1から請求項4のいずれか一項に記載の移動支援システム。 The movement support system according to any one of claims 1 to 4, wherein the route search unit outputs information on the recommended route to the outside.
  6.  前記経路探索部は、前記推奨経路に存在する移動装置の利用に合わせた移動速度の情報を外部に出力する請求項5に記載の移動支援システム。 The movement support system according to claim 5, wherein the route search unit outputs information on the movement speed according to the use of the movement device existing in the recommended route to the outside.
  7.  前記経路探索部は、ロボットから推奨経路の探索を指示された場合に、探索した推奨経路に応じて、前記ロボットに対する指示の情報を送信する請求項5または6に記載の移動支援システム。 The movement support system according to claim 5 or 6, wherein the route search unit transmits information of instructions to the robot according to the searched recommended route when the robot instructs the robot to search for the recommended route.
PCT/JP2019/019403 2019-05-15 2019-05-15 Movement assist system WO2020230311A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2021519221A JP7363895B2 (en) 2019-05-15 2019-05-15 Mobility support system
CN201980096228.6A CN113811503B (en) 2019-05-15 2019-05-15 mobile support system
PCT/JP2019/019403 WO2020230311A1 (en) 2019-05-15 2019-05-15 Movement assist system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2019/019403 WO2020230311A1 (en) 2019-05-15 2019-05-15 Movement assist system

Publications (1)

Publication Number Publication Date
WO2020230311A1 true WO2020230311A1 (en) 2020-11-19

Family

ID=73289569

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2019/019403 WO2020230311A1 (en) 2019-05-15 2019-05-15 Movement assist system

Country Status (3)

Country Link
JP (1) JP7363895B2 (en)
CN (1) CN113811503B (en)
WO (1) WO2020230311A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7375067B2 (en) 2022-03-01 2023-11-07 東芝エレベータ株式会社 Elevator usage status display device, elevator usage status display method, and escalator
JP7392044B1 (en) 2022-06-15 2023-12-05 東芝エレベータ株式会社 Guide display system, guide display method and program

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS568578B2 (en) * 1973-08-30 1981-02-24
JP2003240591A (en) * 2002-02-18 2003-08-27 Zenrin Co Ltd Electronic map data and route retrieval apparatus
US20110098920A1 (en) * 2009-10-26 2011-04-28 Infoexplorer Co., Ltd Navigation method and system thereof
JP2015020853A (en) * 2013-07-18 2015-02-02 株式会社日立製作所 Lifting device, and mobile terminal for the lifting device
JP2016222437A (en) * 2015-06-02 2016-12-28 株式会社日立ビルシステム Traffic means guide system
WO2018066050A1 (en) * 2016-10-04 2018-04-12 三菱電機株式会社 Elevator group management apparatus
WO2018179600A1 (en) * 2017-03-29 2018-10-04 ソニーモバイルコミュニケーションズ株式会社 Information processing device, information processing method and information processing system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5608578B2 (en) * 2011-01-31 2014-10-15 株式会社日立製作所 Elevator integrated group management system
WO2012104906A1 (en) * 2011-02-01 2012-08-09 三菱電機株式会社 Navigation device
JP6288967B2 (en) 2013-07-12 2018-03-07 株式会社 ミックウェア Navigation device
JP6470322B2 (en) * 2017-01-16 2019-02-13 本田技研工業株式会社 Autonomous robot operation management system
JP2019001613A (en) * 2017-06-15 2019-01-10 株式会社日立ビルシステム Passenger conveyor device, control method of passenger control device, and control system for passenger conveyor device

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS568578B2 (en) * 1973-08-30 1981-02-24
JP2003240591A (en) * 2002-02-18 2003-08-27 Zenrin Co Ltd Electronic map data and route retrieval apparatus
US20110098920A1 (en) * 2009-10-26 2011-04-28 Infoexplorer Co., Ltd Navigation method and system thereof
JP2015020853A (en) * 2013-07-18 2015-02-02 株式会社日立製作所 Lifting device, and mobile terminal for the lifting device
JP2016222437A (en) * 2015-06-02 2016-12-28 株式会社日立ビルシステム Traffic means guide system
WO2018066050A1 (en) * 2016-10-04 2018-04-12 三菱電機株式会社 Elevator group management apparatus
WO2018179600A1 (en) * 2017-03-29 2018-10-04 ソニーモバイルコミュニケーションズ株式会社 Information processing device, information processing method and information processing system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7375067B2 (en) 2022-03-01 2023-11-07 東芝エレベータ株式会社 Elevator usage status display device, elevator usage status display method, and escalator
JP7392044B1 (en) 2022-06-15 2023-12-05 東芝エレベータ株式会社 Guide display system, guide display method and program
JP2023183076A (en) * 2022-06-15 2023-12-27 東芝エレベータ株式会社 Guidance display system, guidance display method, and program

Also Published As

Publication number Publication date
JPWO2020230311A1 (en) 2021-11-18
CN113811503B (en) 2023-11-07
CN113811503A (en) 2021-12-17
JP7363895B2 (en) 2023-10-18

Similar Documents

Publication Publication Date Title
JP6350767B1 (en) Elevator control device and autonomous mobile body control device
AU2012342643B2 (en) Elevator reservations using destination arrival time
JP4974121B2 (en) Elevator system
US10131518B2 (en) Signaling elevator allocation based on traffic data
JP6989051B2 (en) Mobility support system
US20210179386A1 (en) Elevator trip planning based on destinations and activity parameters
JP6996659B2 (en) Elevator interlocking device
JP2018135215A (en) Control method for elevator system
JP5849021B2 (en) Group management elevator system
JP5844232B2 (en) Group management elevator system
JP6922978B2 (en) Business planning device for autonomous mobiles
WO2020230311A1 (en) Movement assist system
CN112047208B (en) Elevator operation control system, elevator system, and elevator operation control method
JP6317176B2 (en) Elevator group management system and method
JP2010208773A (en) Elevator system
WO2021191981A1 (en) Elevator system
JP5879781B2 (en) Elevator group management system
AU2013399511A1 (en) Multi-deck elevator allocation control
JP4300137B2 (en) Optimal route search apparatus and method
JP7074155B2 (en) Business planning device for autonomous mobile objects
JP5665078B2 (en) elevator
JP7107068B2 (en) dispatch system
JP2728396B2 (en) Elevator control device
JP3722364B2 (en) Pedestrian route guidance system and computer software program for causing computer system to execute processing related to pedestrian route guidance
JP7276109B2 (en) Information processing device, information processing method, and system

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

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2021519221

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

Country of ref document: EP

Kind code of ref document: A1