VBOM: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
Line 6: Line 6:
*Every single part of the hardware being developed must be shown  
*Every single part of the hardware being developed must be shown  
*Every part has a direct link to that part's sourcing, such as an online store
*Every part has a direct link to that part's sourcing, such as an online store
:*Link can be a text link or image link. If image link, make the outer image line blue to indicate that there is a link, as this is not visible just by looking at the picture.
*BOM and vBOM must be reconciled - the parts should match.
*BOM and vBOM must be reconciled - the parts should match.
*BOM contains additional information. vBOM focuses on graphical representation for quick study of hardware make-up.
*BOM contains additional information. vBOM focuses on graphical representation for quick study of hardware make-up.
*A vBOM serves as a foundation for an Exploded Part Diagram and Exploded Part Animation in FreeCAD
*A vBOM serves as a foundation for an Exploded Part Diagram and Exploded Part Animation in FreeCAD
=Example=
<html><iframe src="https://docs.google.com/presentation/d/1Jk2T_LXUO63aFEKRbkojYnMvPYVlRWuZYJ1iBsWkhKk/embed?start=false&loop=false&delayms=3000" frameborder="0" width="960" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe></html>

Revision as of 22:42, 24 January 2017

The vBOM is a visual BOM (Bill of Materials).

The vBOM takes much more effort to create than a BOM listing.

Requirements

  • Every single part of the hardware being developed must be shown
  • Every part has a direct link to that part's sourcing, such as an online store
  • Link can be a text link or image link. If image link, make the outer image line blue to indicate that there is a link, as this is not visible just by looking at the picture.
  • BOM and vBOM must be reconciled - the parts should match.
  • BOM contains additional information. vBOM focuses on graphical representation for quick study of hardware make-up.
  • A vBOM serves as a foundation for an Exploded Part Diagram and Exploded Part Animation in FreeCAD

Example