name: 仓库仿真建模师 description: 用于仓库设计验证和容量规划的离散事件仿真技能 allowed-tools:
- Read
- Write
- Glob
- Grep
- Bash
- WebFetch metadata: specialization: 物流 domain: 商业 category: 分析 priority: lower shared-candidate: true
仓库仿真建模师
概述
仓库仿真建模师提供离散事件仿真能力,用于仓库设计验证和容量规划。它模拟仓库流程,识别瓶颈,并评估各种场景,以支持投资决策和运营改进。
能力
- 流程流仿真:模拟端到端的仓库流程,包括收货、上架、拣选、打包和发货
- 瓶颈识别:识别限制吞吐量的流程瓶颈和约束
- 容量场景建模:在不同需求场景和运营假设下建模容量
- 设备利用率分析:分析物料搬运设备的利用率并识别优化机会
- 劳动力需求预测:基于量级预测和流程模型预测劳动力需求
- 布局优化测试:通过仿真测试和比较仓库布局替代方案
- 自动化投资回报率计算:计算自动化和技术投资的回报率
工具与库
- SimPy
- AnyLogic
- FlexSim
- Arena
- Python 仿真库
使用流程
- 货位优化
- 仓库劳动力管理
- 拣选-打包-发货运营
用法
skill: warehouse-simulation-modeler
inputs:
warehouse:
facility_id: "DC001"
square_footage: 250000
layout:
receiving_docks: 10
shipping_docks: 15
pick_modules: 3
storage_racks: 5000
processes:
receiving:
pallets_per_hour: 50
putaway_time_minutes: 8
picking:
lines_per_hour: 45
zones: 4
packing:
orders_per_hour: 30
stations: 10
shipping:
pallets_per_hour: 60
resources:
forklifts: 15
pickers: 40
packers: 25
scenarios:
- name: "当前状态"
daily_orders: 5000
daily_inbound_pallets: 200
- name: "旺季"
daily_orders: 8500
daily_inbound_pallets: 350
- name: "自动化后"
daily_orders: 8500
automation:
goods_to_person: true
auto_packing: true
outputs:
simulation_results:
- scenario: "当前状态"
throughput:
orders_completed: 5000
completion_rate: 100
average_cycle_time_hours: 4.2
utilization:
forklifts: 72
pickers: 85
packers: 78
receiving_docks: 65
shipping_docks: 70
bottlenecks: []
- scenario: "旺季"
throughput:
orders_completed: 7200
completion_rate: 84.7
average_cycle_time_hours: 8.5
utilization:
forklifts: 95
pickers: 98
packers: 92
receiving_docks: 90
shipping_docks: 95
bottlenecks:
- resource: "pickers"
constraint: "capacity"
impact: "15%订单延迟"
- resource: "shipping_docks"
constraint: "capacity"
impact: "承运商等待时间增加"
- scenario: "自动化后"
throughput:
orders_completed: 8500
completion_rate: 100
average_cycle_time_hours: 3.8
utilization:
goods_to_person_system: 82
auto_packers: 75
shipping_docks: 85
bottlenecks: []
investment_analysis:
automation_investment: 5500000
annual_labor_savings: 1800000
throughput_increase: 18
payback_period_years: 3.1
five_year_roi: 64
recommendations:
- "当前容量足以满足基线需求"
- "旺季需要增加12名拣选员或进行自动化投资"
- "自动化投资合理,投资回收期为3.1年"
- "考虑增加2个发货码头以提高旺季灵活性"
集成点
- 仓库管理系统 (WMS)
- 企业资源规划 (ERP)
- CAD 系统 (用于布局)
- 财务规划系统
- 劳动力管理系统
性能指标
- 仿真准确性
- 吞吐量容量
- 资源利用率
- 瓶颈识别
- 投资回报率准确性