JP2021165926A - 物流における立体自動倉庫 - Google Patents
物流における立体自動倉庫 Download PDFInfo
- Publication number
- JP2021165926A JP2021165926A JP2020068918A JP2020068918A JP2021165926A JP 2021165926 A JP2021165926 A JP 2021165926A JP 2020068918 A JP2020068918 A JP 2020068918A JP 2020068918 A JP2020068918 A JP 2020068918A JP 2021165926 A JP2021165926 A JP 2021165926A
- Authority
- JP
- Japan
- Prior art keywords
- delivery
- warehousing
- aisle
- tray
- station
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000013473 artificial intelligence Methods 0.000 claims abstract description 24
- 238000013135 deep learning Methods 0.000 claims abstract description 11
- 238000003066 decision tree Methods 0.000 claims abstract description 3
- 238000003860 storage Methods 0.000 claims description 36
- 238000009826 distribution Methods 0.000 claims description 4
- 238000012545 processing Methods 0.000 abstract description 16
- 238000004880 explosion Methods 0.000 abstract description 4
- 238000012856 packing Methods 0.000 abstract description 4
- 230000002776 aggregation Effects 0.000 description 36
- 238000004220 aggregation Methods 0.000 description 36
- 230000007246 mechanism Effects 0.000 description 16
- 238000000034 method Methods 0.000 description 15
- 230000008569 process Effects 0.000 description 9
- 230000004931 aggregating effect Effects 0.000 description 6
- 230000007723 transport mechanism Effects 0.000 description 6
- 230000003028 elevating effect Effects 0.000 description 5
- 238000012795 verification Methods 0.000 description 4
- 238000004904 shortening Methods 0.000 description 3
- 238000007726 management method Methods 0.000 description 2
- 239000000463 material Substances 0.000 description 2
- 238000012360 testing method Methods 0.000 description 2
- 238000012549 training Methods 0.000 description 2
- 238000012546 transfer Methods 0.000 description 2
- 238000004458 analytical method Methods 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 210000003792 cranial nerve Anatomy 0.000 description 1
- 238000002790 cross-validation Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000011156 evaluation Methods 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000008707 rearrangement Effects 0.000 description 1
Images
Landscapes
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
【解決手段】注文データの受信Aと、出庫トレイと出庫ステーションの決定Bと、全ての荷物を1個の通路に面している棚の仮置きスペースに集めるCことと、ピッキングステーションへ出荷するDことと、作業者が梱包するEことと、及び出荷Fとからなる出庫の流れにおいて、出庫に係る説明変数が人工知能の入力層11に入り、それぞれが隠れ層12にて判断し、出力層13から集約予測時間を出力するディープラーニングと決定木をベースとしたLightGBMによる予測手段によって、前記出庫トレイと出庫ステーションの決定を行わせ、引当てられる出庫トレイを出庫ステーションの1個の通路に面している棚に集約する。
【選択図】図1
Description
(1)移動元通路[from_aisle]
(2)移動先通路[to_aisle]
(3)通路間距離[aisle_distance]
(4)移動元通路の昇降装置移動距離[from_floor_distance]
(5)移動先通路の昇降装置移動距離[to_floor_distance]
(6)通路の走行台車の入庫タスク数(移動元、仲介、移動先)[receipt_task_num_k(kは0〜8、0が移動元、8が移動先)]
(7)通路の走行台車の棚間移動タスク数(移動元、仲介、移動先)[inter_aisle_task_num_k(kは0〜8、0が移動元、8が移動先)]
(8)通路の走行台車の出庫タスク数(移動元、仲介、移動先)[retrieval_task_num_k(kは0〜8、0が移動元、8が移動先)]
(9)走行台車の初期位置とトレイの距離[initial_shuttle_dostance]
(10)トレイを取り出すために配替え間口へ移動させる必要があるトレイ数[is_num]
(11)出庫バッファに存在するトレイ数[retrieval_buffer_occupancy]
(12)繁忙時間帯かどうかのフラグ(0:no、1:yes)[busy_time]
(13)曜日[weekday]
(14)日[day]
(15)移動元通路の待機数[from_aisle_waiting_num]
(16)移動先通路の待機数[to_aisle_waiting_num]
(17)出庫待機トレイ数(STへ持っていく仮置きスペースに置かれたトレイ数)[waiting_picking_num]
(18)移動元通路における入庫指示数[from_aisle_storage_command_num]
(19)移動元通路における出庫指示数[from_aisle_retrieval_command_num]
(20)10分以内の立体自動倉庫全体の合計入庫リクエスト数[total_storage_request]
(21)10分以内の立体自動倉庫全体の合計出庫リクエスト数[total_retrieval_request]
(22)移動元通路で引き当てられている入庫トレイ数[from_aisle_storage_request]
(23)移動元通路で引き当てられている出庫トレイ数[from_aisle_retrieval_request]
(24)移動先通路で引き当てられている入庫トレイ数[to_aisle_storage_request]
(25)移動先通路で引き当てられている出庫トレイ数[to_aisle_retrieval_request]
(1)移動元通路[from_aisle]
(2)移動先通路[to_aisle]
(3)通路間距離[aisle_distance]
(4)棚間移動の開始時点で、通過するすべての走行台車が抱える未処理の入庫タスク数[receipt_task_num]
(5)棚間移動の開始時点で、通過するすべての走行台車が抱える未処理の棚間移動のタスク数[inter_aisle_task_num]
(6)棚間移動の開始時点で、通過するすべての走行台車が抱える未処理の出庫タスク数[retrieval_task_num]
(7)走行台車初期位置(前タスク完了位置)からRack位置までの距離(integer差分の絶対値)[intial_shauttle_distance]
(8)棚間移動のラック(近い方)までの距離(ラック数の差の絶対値)[near_rack_distance]
(9)棚間移動のラック(遠い方)までの距離(ラック数の差の絶対値)[far_rack_distance]
(10)対象トレイを取り出すためにalternative spaceへ移動させる必要があるトレイの数(=邪魔している荷物の数。0,1,2)[is_num]
(11)出庫バッファに存在するトレイ数[retrieval_buffer_occupancy]
(12)曜日[weekday]
(13)日[day]
(14)移動元通路の待機数[from_aisle_waiting_num]
(15)移動先通路の待機数[to_aisle_waiting_num]
(16)出庫待機トレイ数(STへ持っていく仮置きスペースに置かれたトレイ数)[waiting_picking_num]
(17)移動元通路で引き当てられている入庫トレイ数[from_aisle_storage_command_num]
(18)移動元通路で引き当てられている出庫トレイ数[from_aisle_retrieval_command_num]
(19)移動先通路で引き当てられている入庫トレイ数[to_aisle_storage_request]
(20)移動先通路で引き当てられている出庫トレイ数[to_aisle_retrieval_request]
B…人工知能化された出庫トレイと出庫ステーションの決定
C…全ての荷物を1個の通路に面している棚の仮置きスペースに集める
D…ピッキングステーションへ出荷
E…作業者が梱包
F…出荷
11…入力層
12…隠れ層
13…出力層
Claims (2)
- 注文データの受信と、出庫トレイと出庫ステーションの決定と、全ての荷物を1個の通路に面している棚の仮置きスペースに集めることと、ピッキングステーションへ出荷することと、作業者が梱包すること、及び出荷とからなる出庫の流れにおいて、出庫に係る説明変数が人工知能の入力層に入り、それぞれが隠れ層にて判断し、出力層から最適なパス及び集約予測時間を出力するディープラーニングと決定木をベースとしたLightGBMによる予測推定手段によって、前記出庫トレイと出庫ステーションの決定を行わせ、オーダーの商品毎に決定されて引当られる出庫トレイを出庫ステーションの1個の通路に面している棚に集約することを特徴とする物流における立体自動倉庫。
- 予測推定手段は、ディープラーニングを利用して、走行台車棚間移動と棚外コンベア移動とをそれぞれ分けてモデルを学習し、N個の説明変数から人工知能を介して目的変数である集約予測時間を出力することで、出庫処理時間の短い、入出庫部と保管ラック間のアイルを走行する走行台車を備えた倉庫を実現可能にした請求項1記載の物流における立体自動倉庫。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2020068918A JP6937054B1 (ja) | 2020-04-07 | 2020-04-07 | 物流における立体自動倉庫 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2020068918A JP6937054B1 (ja) | 2020-04-07 | 2020-04-07 | 物流における立体自動倉庫 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP6937054B1 JP6937054B1 (ja) | 2021-09-22 |
JP2021165926A true JP2021165926A (ja) | 2021-10-14 |
Family
ID=78022141
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2020068918A Active JP6937054B1 (ja) | 2020-04-07 | 2020-04-07 | 物流における立体自動倉庫 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6937054B1 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2024201973A1 (ja) * | 2023-03-31 | 2024-10-03 | 日本電気株式会社 | 計画システム、制御装置、計画方法及びコンピュータ可読媒体 |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117993828B (zh) * | 2024-04-03 | 2024-07-02 | 深圳市普拉托科技有限公司 | 基于智能仓储的问题托盘查找方法及系统 |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008168989A (ja) * | 2007-01-11 | 2008-07-24 | Toyota Industries Corp | 自動倉庫における作業完了時刻予測装置 |
JP2014201398A (ja) * | 2013-04-04 | 2014-10-27 | 金剛株式会社 | 自動書庫 |
US9527669B1 (en) * | 2015-05-27 | 2016-12-27 | Amazon Technologies, Inc. | Semi-automated inventory transfer station output merge logic |
JP2018142256A (ja) * | 2017-02-28 | 2018-09-13 | ファナック株式会社 | 在庫管理および予防保全を行う機能を有する在庫管理システム |
WO2019187779A1 (ja) * | 2018-03-27 | 2019-10-03 | 株式会社日立製作所 | 倉庫システム |
JP2019172446A (ja) * | 2018-03-29 | 2019-10-10 | トーヨーカネツソリューションズ株式会社 | 物流システム |
JP2020033154A (ja) * | 2018-08-30 | 2020-03-05 | 株式会社日立製作所 | ピッキング支援システムおよび支援方法 |
-
2020
- 2020-04-07 JP JP2020068918A patent/JP6937054B1/ja active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008168989A (ja) * | 2007-01-11 | 2008-07-24 | Toyota Industries Corp | 自動倉庫における作業完了時刻予測装置 |
JP2014201398A (ja) * | 2013-04-04 | 2014-10-27 | 金剛株式会社 | 自動書庫 |
US9527669B1 (en) * | 2015-05-27 | 2016-12-27 | Amazon Technologies, Inc. | Semi-automated inventory transfer station output merge logic |
JP2018142256A (ja) * | 2017-02-28 | 2018-09-13 | ファナック株式会社 | 在庫管理および予防保全を行う機能を有する在庫管理システム |
WO2019187779A1 (ja) * | 2018-03-27 | 2019-10-03 | 株式会社日立製作所 | 倉庫システム |
JP2019172446A (ja) * | 2018-03-29 | 2019-10-10 | トーヨーカネツソリューションズ株式会社 | 物流システム |
JP2020033154A (ja) * | 2018-08-30 | 2020-03-05 | 株式会社日立製作所 | ピッキング支援システムおよび支援方法 |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2024201973A1 (ja) * | 2023-03-31 | 2024-10-03 | 日本電気株式会社 | 計画システム、制御装置、計画方法及びコンピュータ可読媒体 |
Also Published As
Publication number | Publication date |
---|---|
JP6937054B1 (ja) | 2021-09-22 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Yuan et al. | Bot-in-time delivery for robotic mobile fulfillment systems | |
KR102300277B1 (ko) | 반송 디바이스의 움직임을 제어하기 위한 방법, 시스템 및 장치 | |
US20220227582A1 (en) | Method and control system for preparing orders of goods stored in an automated storage system | |
JP2019206415A (ja) | 物品搬送システム、オーダー管理装置、及び、物品搬送システムの制御方法 | |
JP2019505454A (ja) | 選別ステーションにおいて所望の順序で保管ユニットを保管設備から利用可能にすることによる注文調達方法 | |
Vasili et al. | Automated storage and retrieval systems: a review on travel time models and control policies | |
CN113269494B (zh) | 库存调度方法、设备以及系统 | |
CN109205160B (zh) | 一种立体商品储存调配系统及方法 | |
CN109110359B (zh) | 一种立体商品仓储系统及方法 | |
JP6937054B1 (ja) | 物流における立体自動倉庫 | |
Beckschäfer et al. | Simulating storage policies for an automated grid-based warehouse system | |
Hameed et al. | The automatic storage and retrieval system: an overview | |
Khojasteh et al. | A travel time model for order picking systems in automated warehouses | |
Shah et al. | A comprehensive review and proposed framework to design lean storage and handling systems | |
CN111747008A (zh) | 出库定位方法、装置和系统 | |
CN112581068A (zh) | 一种跨区域合并式商品拣选方法、装置及系统 | |
CN110577048B (zh) | 入库调度的方法和系统 | |
Yildirim et al. | Mobile robot systems and their evaluation | |
US12091254B2 (en) | Multi-level tote cache storage and sequencing for improved picker performance | |
AU2021308322B2 (en) | A controller and method for transporting devices | |
Buijs et al. | Comparing industry and academic perspectives on cross-docking operations | |
Singgih et al. | Remarshaling in A Bin-to-Person-based Smart Automated Warehouse | |
Ruzayqat | Designing a cellular-based fully automated case picking system | |
CONSTANTE MOYA | Innovative automated storage and retrieval systems: literature review and future research agenda | |
Jiang | Oversized Package Placement Optimization in Warehouses |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20200512 |
|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20200512 |
|
A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20200612 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200811 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20201012 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210112 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20210315 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210513 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20210817 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20210823 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6937054 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |