Component database: Difference between revisions

From Phobos Wiki
Jump to navigation Jump to search
Line 8: Line 8:
* Database of all components used in products ( product id's(tootekoodid))
* Database of all components used in products ( product id's(tootekoodid))
* Ability to define unique id to specific components
* Ability to define unique id to specific components
** CoM's(Computer-On-Module)  PXA270, M501, iMX; GPRS modems
* Database of all devices, parts
* Database of all devices, parts
** Reference to parent part
** Reference to parent part
Line 14: Line 15:
** Location, reference to project or something.
** Location, reference to project or something.
** Unique part id.  
** Unique part id.  
*** Human readable 1D barcode ( ex: EAN )  
*** Human readable 1D barcode ( ex: [http://en.wikipedia.org/wiki/EAN EAN] )  
*** machine readable (QR code, data matrix) which can hold a lot more data.
*** machine readable ([http://en.wikipedia.org/wiki/QR_code QR code], [http://en.wikipedia.org/wiki/Data_Matrix data matrix]) which can hold a lot more data.
*** These barcodes can be read by almost any smartphone. Reader application available on favorite app market.
*** These barcodes can be read by almost any smartphone. Reader application available on favorite app market.
* MAC address list
* MAC address list

Revision as of 16:46, 29 November 2011

Whats what

Component

This represents a piece of hardware. This includes

  • PCB's(printed circuit board). Ex: telem-com8, telem-rtc, telem-gw6lin.
  • Assembled GW or RTA product
  • Computer On Module chips, PXA270, iMX, Artila M501

Basic features

  • Database of all components used in products ( product id's(tootekoodid))
  • Ability to define unique id to specific components
    • CoM's(Computer-On-Module) PXA270, M501, iMX; GPRS modems
  • Database of all devices, parts
    • Reference to parent part
      • Some electronic devices consist of many components which need to be kept track of.
    • Software version
    • Location, reference to project or something.
    • Unique part id.
      • Human readable 1D barcode ( ex: EAN )
      • machine readable (QR code, data matrix) which can hold a lot more data.
      • These barcodes can be read by almost any smartphone. Reader application available on favorite app market.
  • MAC address list
  • Maintenance log per component
    • Software updates
    • Maintenance
    • Hardware fixes
    • Configuration changes