Difference between revisions of "System Evaluation Overview"

From FreekiWiki
Jump to navigation Jump to search
Line 6: Line 6:
 
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?"]
 
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?"]
 
     floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nCan you get the\nPROCESSOR INFO?"]
 
     floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nCan you get the\nPROCESSOR INFO?"]
     getlabel        [label="NO:\nGet system labels\nfrom Receiving"]
+
     getlabel        [label="Get system labels\nfrom Receiving"]
 
     goodcase        [label="Is is a\nGENERIC CASE\nwith all its parts?"]
 
     goodcase        [label="Is is a\nGENERIC CASE\nwith all its parts?"]
    keep            [label="KEEP"]
 
 
     labelit        [label="Fill out\nand put a\nKEEPER LABEL\non its front"]
 
     labelit        [label="Fill out\nand put a\nKEEPER LABEL\non its front"]
 
     manualdetermine [label="MANUALLY DETERMINE\nthe processor information"]  
 
     manualdetermine [label="MANUALLY DETERMINE\nthe processor information"]  
Line 21: Line 20:
 
     ramvideo        [label="Does it have\nRAM and VIDEO?"]
 
     ramvideo        [label="Does it have\nRAM and VIDEO?"]
 
     received        [label="Has it been\nRECEIVED?"]
 
     received        [label="Has it been\nRECEIVED?"]
    recycle        [label="RECYCLE"]
 
 
     recyclelabel    [label="Fill out\nand put a\nRECYCLE LABEL\non its front"]
 
     recyclelabel    [label="Fill out\nand put a\nRECYCLE LABEL\non its front"]
 
     rejectpile      [label="Put it on\nthe REJECT pile\n(for EVAL 1)"]
 
     rejectpile      [label="Put it on\nthe REJECT pile\n(for EVAL 1)"]
    specialmine    [label="SPECIAL MINING"]
 
 
     simplify        [label="SIMPLIFY\nRemove uneeded cards and drives\nDoes it POST?"]
 
     simplify        [label="SIMPLIFY\nRemove uneeded cards and drives\nDoes it POST?"]
     start          [label="START HERE"]
+
     start          [label="START HERE", shape="box"]
 
     tallyit        [label="Copy info\nfrom label to\nTALLY SHEET"]
 
     tallyit        [label="Copy info\nfrom label to\nTALLY SHEET"]
     triage          [label="YES:\nGo through the\nEVAL 2 TRIAGE chart\n(and come back here)"]
+
     triage          [label="Go through the\nEVAL 2 TRIAGE chart\n(and come back here)"]
 
     triageoutcome  [label="What did TRIAGE\nsay to do?"]
 
     triageoutcome  [label="What did TRIAGE\nsay to do?"]
  
 
     start -> received
 
     start -> received
     received -> powersupply
+
     received -> powersupply [taillabel="YES"]
     received -> getlabel
+
     received -> getlabel [taillabel="NO"]
 
     getlabel -> powersupply
 
     getlabel -> powersupply
     powersupply -> proc
+
     powersupply -> proc [taillabel="YES"]
     powersupply -> manualdetermine
+
     powersupply -> manualdetermine [taillabel="NO"]
     proc -> ramvideo
+
     proc -> ramvideo [taillabel="YES"]
     ramvideo -> addstuff
+
    proc -> triage [taillabel="NO"]
 +
    ramvideo -> poweron [taillabel="YES"]
 +
     ramvideo -> addstuff [taillabel="NO"]
 
     addstuff -> poweron
 
     addstuff -> poweron
    proc -> triage
+
     poweron -> post [taillabel="YES"]
    ramvideo -> poweron
+
     poweron -> checkconnect [taillabel="NO"]
     poweron -> post
+
     checkconnect -> post [taillabel="YES"]
     poweron -> checkconnect
+
     checkconnect -> manualdetermine [taillabel="NO"]
     checkconnect -> post
+
     post -> procinfo [taillabel="YES"]
     checkconnect -> manualdetermine
+
     post -> simplify [taillabel="NO"]
     post -> procinfo
+
     procinfo -> triage [taillabel="YES"]
     post -> simplify
+
     procinfo -> bios [taillabel="NO"]
     procinfo -> triage
+
     bios -> triage [taillabel="YES"]
     procinfo -> bios
+
     bios -> floppyboot [taillabel="NO"]
     bios -> triage
+
     floppyboot -> triage [taillabel="YES"]
     bios -> floppyboot
+
     floppyboot -> manualdetermine [taillabel="NO"]
     floppyboot -> triage
+
     simplify -> procinfo [taillabel="YES"]
     floppyboot -> manualdetermine
+
     simplify -> manualdetermine [taillabel="NO"]
     simplify -> manualdetermine
 
     simplify -> procinfo
 
 
     manualdetermine -> triage
 
     manualdetermine -> triage
 
     triage -> triageoutcome
 
     triage -> triageoutcome
     triageoutcome -> recycle
+
     triageoutcome -> recyclelabel [taillabel="RECYCLE"]
    recycle -> recyclelabel
 
 
     recyclelabel -> rejectpile
 
     recyclelabel -> rejectpile
     triageoutcome -> keep
+
     triageoutcome -> labelit [taillabel="KEEP"]
    triageoutcome -> specialmine
 
    specialmine -> pullspecial
 
    pullspecial -> goodcase
 
    goodcase -> putoncart
 
    goodcase -> recyclelabel
 
    keep -> labelit
 
 
     labelit -> tallyit
 
     labelit -> tallyit
 
     tallyit -> mineit
 
     tallyit -> mineit
 
     mineit -> putoncart
 
     mineit -> putoncart
 +
    triageoutcome -> pullspecial [taillabel="SPECIAL\nMINING"]
 +
    pullspecial -> goodcase
 +
    goodcase -> putoncart [taillabel="YES"]
 +
    goodcase -> recyclelabel [taillabel="NO"]
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 20:42, 26 October 2005

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