Engineering BOM & PDM

From RepRap
Revision as of 01:35, 13 May 2011 by Cdaringe (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page is a development stub. Please enhance this page by adding information, cad files, nice big images, and well structured data!

Crystal Clear action run.png
BOM/PDM/PLM

Release status: concept

Database icon.png
Description
Experimental project to develop a database driven BOM management tool for repraps!
License
GPL
Author
Contributors
Based-on
Categories
CAD Models
External Link


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!