Difference between revisions of "System Evaluation Visual Triage"

From FreekiWiki
Jump to navigation Jump to search
(→‎BLUE Chart: first stab at big changes)
Line 14: Line 14:
 
   procthere    [label="Is the\nPROCESSOR\nCLEARLY MISSING?"]
 
   procthere    [label="Is the\nPROCESSOR\nCLEARLY MISSING?"]
  
  dimmslots    [label="Are there any\nDIMM slots?\n(SDRAM, DDR, or RAMBUS)"]
 
 
   simmslots    [label="Are there any\nSIMM slots?\n(shorter than DIMMs)"]
 
   simmslots    [label="Are there any\nSIMM slots?\n(shorter than DIMMs)"]
 
   rambusslots  [label="Are there any\nRAMBUS slots?\n(DIMM with two notches in center)"]
 
   rambusslots  [label="Are there any\nRAMBUS slots?\n(DIMM with two notches in center)"]
  emptyrambus  [label="Is the\nRAMBUS memory missing?"]
 
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?"]
 
   mobo          [label="Is the\nMOTHERBOARD\nthere?"]
 
   slot          [label="Does it have a\nSLOT for a processor?"]
 
   slot          [label="Does it have a\nSLOT for a processor?"]
Line 39: Line 37:
 
   mobo        -> recycle [taillabel="NO"]
 
   mobo        -> recycle [taillabel="NO"]
  
   simmslots    -> dimmslots [taillabel="NO"]
+
   simmslots    -> isa [taillabel="NO"]
 
   simmslots    -> recycle [taillabel="YES"]
 
   simmslots    -> recycle [taillabel="YES"]
  
  dimmslots    -> rambusslots [taillabel="YES"]
+
   rambusslots  -> procthere [taillabel="NO"]
  dimmslots    -> recycle [taillabel="NO"]
+
   rambusslots  -> recycle [taillabel="YES"]
 
 
   rambusslots  -> isa [taillabel="NO"]
 
   rambusslots -> emptyrambus [taillabel="YES"]
 
 
 
  emptyrambus -> recycle [taillabel="YES"]
 
  emptyrambus  -> isa [taillabel="NO"]
 
  
 
   isa          -> recycle [taillabel="YES"]
 
   isa          -> recycle [taillabel="YES"]
Line 56: Line 48:
 
   blowncaps    -> pull_mobo1 [taillabel="YES"]
 
   blowncaps    -> pull_mobo1 [taillabel="YES"]
 
   pull_mobo1  -> pull_mobo2 -> recycle
 
   pull_mobo1  -> pull_mobo2 -> recycle
   blowncaps    -> slot [taillabel="NO"]
+
   blowncaps    -> rambusslots [taillabel="NO"]
  
 
   slot -> recycle [taillabel="YES"]
 
   slot -> recycle [taillabel="YES"]
   slot -> procthere [label="NO"]
+
   slot -> missingparts [label="NO"]
  
   procthere -> missingparts [label="NO"]
+
   procthere -> slot [label="NO"]
 
   procthere -> recycle [taillabel="YES"]
 
   procthere -> recycle [taillabel="YES"]
  

Revision as of 12:32, 3 June 2009

BLUE Chart

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.