Engineering BOM & PDM
From RepRapWiki
This page is a development stub. Please enhance this page by adding information, cad files, nice big images, and well structured data!
BOM/PDM/PLM
Release status: concept
| Description | Experimental project to develop a database driven BOM management tool for repraps! |
| License | GPL |
| Author | cdaringe |
| Based-on | (all) |
| Categories | |
| CAD Model(s) | |
| External Link | http://cdaringe.net/ |
Hi all:
Currently I have setup a MySQL DB with 2 tables: item & parentchild
- Item
- PN (part number)
- DESC (description)
- parentchild
- parent (parent part number)
- child (child part number)
With a BOM hierarchy established, one can input a parent PN, and generate a fully exploded sub-BOM. I will build this wiki and project status as I continue to work on this.
It's late now, however! :)
Will need some input on how/where to store the DB. I am willing to host long term if this thing works out!

