部品表(BOM)の作成と設計情報の構造化
Bill of Materials (BOM) Generation and Structured Design Data
このセクションでは、設計構成に基づいた部品表(BOM: Bill of Materials)を作成し、量産や在庫管理に必要な構成情報を整理します。
部品番号、材質、加工方法、数量、単価などを体系的にまとめ、構成管理(Configuration Management)の基礎を学びます。
In this section, learners develop a structured Bill of Materials (BOM) from their design data.
This includes part numbers, materials, quantities, manufacturing methods, and costs, forming the foundation for configuration and production management.
06_bom_generation/
├── bom_templates/ # Excelテンプレート・記入例
├── sample_boms/ # サンプルBOMデータ(CSV, XLSX)
├── attribute_definitions/ # 項目定義(材質、工程、区分など)
└── bom_checklist/ # 作成時の確認事項・よくあるミス
ファイル名 | 内容 | 備考 |
---|---|---|
bom_template.xlsx |
教育用BOMテンプレート | Excel形式 |
sample_bom_box.csv |
簡易アセンブリ(箱構造)のBOM | 実装例 |
bom_attribute_definitions.md |
項目説明と注意点まとめ | 教材内文書 |
bom_checklist.md |
BOM作成時の確認リスト | 〃 |
02_drawing_creation/
05_production_drawing/
08_mp_guideline/
BOMの現場での活用例、属性定義の工夫、ミスの防止方法などがあれば Discussions にてぜひご共有ください。
We welcome your BOM practices, templates, and lessons learned from real projects!