Difference between revisions of "MacBuild CED Eval"

From FreekiWiki
Jump to navigation Jump to search
 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
This flow chart is very out of date and lacks key pieces of information.  Needs updating and should NOT be used for processing incoming systems in MacLand [[User:Liliana|Liliana]] 05:54, 12 June 2013 (UTC)
 +
 +
'''This flow chart is a little out of date.  Please check with an instructor before following these steps.'''
 +
 
==CED Eval==
 
==CED Eval==
 +
<div style="border: 10px solid YELLOW; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 
<graphviz>
 
<graphviz>
 
digraph macCEDeval {
 
digraph macCEDeval {
Line 6: Line 11:
 
   edge [fontname="Helvetica"]
 
   edge [fontname="Helvetica"]
  
   start  [label="Start Here" shape=box style=bold]
+
   start  [label="START HERE" shape=box style=bold color=yellow]
 
   computer [label="Is it a computer?"]
 
   computer [label="Is it a computer?"]
 
   ask  [label="Ask where it goes" shape=box style=bold]
 
   ask  [label="Ask where it goes" shape=box style=bold]
 
   apple  [label="Is it an Apple/Macintosh product?"]
 
   apple  [label="Is it an Apple/Macintosh product?"]
 +
  laptop  [label="Is it a laptop?"]
 +
  tardis  [label="Place the laptop on the\n MacBuild incoming shelf in TARDIS" shape=box style=bold]
 
   send  [label="Send to System Evaluation" shape=box style=bold]
 
   send  [label="Send to System Evaluation" shape=box style=bold]
 
   uncovered  [label="Is it marked as an\n UNCOVERED DEVICE?"]
 
   uncovered  [label="Is it marked as an\n UNCOVERED DEVICE?"]
   ignore [label="Continue with the flowchart,\n but ignore the Green/Yellow/Red Light\n labeling and do not tally" shape=box]
+
   nouncovered [label="Tally under the COVERED column on the\n tally sheet if the system ends up\n being a RED or YELLOW LIGHT" shape=box]
 +
  yesuncovered [label="Tally under the UNCOVERED column on the\n tally sheet if the system ends up\n being a RED or YELLOW LIGHT" shape=box]
 
   minimum  [label="Does it meet MINIMUM PROCESSOR\n SPEC for building in MacBuild?"]
 
   minimum  [label="Does it meet MINIMUM PROCESSOR\n SPEC for building in MacBuild?"]
   display  [label="Does it have a\n built-in display?"]
+
    
   displayflow [label="See the Built-In\n Display flowchart.\n Do we want it?" shape=box style=bold]
+
   specialcase [label="Check the SPECIAL CASE\n list. Is it on the list?" style=bold color=green]
  displaytest  [label="Perform a DISPLAY TEST.  \nDoes it work?" shape=box]
+
    
   blowncaps  [label="Can you see any\n BLOWN CAPS?"]
+
   exceptional  [label="Does it have\n EXCEPTIONAL \nCOMPONENTS?" style=bold color=purple]
   exceptional  [label="Does it have\n EXCEPTIONAL \nCOMPONENTS?"]
+
   oldmac  [label="Is it on the Old Mac\n keeper list?" style=bold color=red]
   oldmac  [label="Is it on the Old Mac\n keeper list?"]
 
 
   oldmacshelf  [label="Put on the Old Mac shelf" shape=box style=bold]
 
   oldmacshelf  [label="Put on the Old Mac shelf" shape=box style=bold]
   pull [label="Pull the hard drive and place on \n ground in front of Prebuild area's \n Incoming HD cart" shape=box]
+
   redlight [label="This is a\n RED LIGHT COMPUTER.\n  Label system with a RECYCLE label,\n tally as RED LIGHT\n and see PROCESSING INSTRUCTIONS" shape=box style=bold color=orange]
  redlight [label="This is a\n RED LIGHT COMPUTER" shape=box]
+
   yellowlight  [label="This is a\n YELLOW LIGHT COMPUTER.\n  Label system with a RECYCLE label,\n tally as YELLOW LIGHT\n and see PROCESSING INSTRUCTIONS" shape=box style=bold color=orange]
   yellowlight  [label="This is a\n YELLOW LIGHT COMPUTER" shape=box]
+
   greenlight  [label="This is a\n GREEN LIGHT COMPUTER.\n  Label system with a KEEPER label,\n tally as GREEN LIGHT\n and see PROCESSING INSTRUCTIONS" shape=box style=bold color=orange]
   greenlight  [label="This is a\n GREEN LIGHT COMPUTER" shape=box]
+
 
  rejected [label="Label system as 'Red Light' with a \n Rejected sticker and place it on Prebuild's cart" shape=box style=bold]
+
  
 
   start -> computer
 
   start -> computer
Line 31: Line 38:
 
   computer -> apple [label="Yes"]
 
   computer -> apple [label="Yes"]
 
   apple -> send [label="No"]
 
   apple -> send [label="No"]
   apple -> uncovered [label="Yes"]
+
   apple -> laptop [label="Yes"]
   uncovered -> ignore [label="Yes"]
+
   laptop -> tardis [label="Yes"]
   ignore -> minimum
+
   laptop -> uncovered [label="No"]
   uncovered -> minimum [label="No"]
+
   uncovered -> nouncovered [label="No"]
   minimum -> display [label="Yes"]
+
  uncovered -> yesuncovered [label="Yes"]
 +
  nouncovered -> minimum
 +
  yesuncovered -> minimum
 +
   minimum -> specialcase [label="Yes"]
 
   minimum -> exceptional [label="No"]
 
   minimum -> exceptional [label="No"]
   display -> displayflow [label="Yes"]
+
   specialcase -> greenlight [label="No"]
  displayflow -> displaytest [label="Yes"]
+
   specialcase -> exceptional [label="Yes"]
  displayflow -> exceptional [label="No"]
 
  displaytest -> exceptional [label="No"]
 
  displaytest -> greenlight [label="Yes"]
 
  greenlight ->
 
 
 
  display -> blowncaps [label="No"]
 
   blowncaps -> exceptional [label="Yes"]
 
  blowncaps -> greenlight [label="No"]
 
 
   exceptional -> yellowlight [label="Yes"]
 
   exceptional -> yellowlight [label="Yes"]
  yellowlight ->
 
  
 
   exceptional -> oldmac [label="No"]
 
   exceptional -> oldmac [label="No"]
 
   oldmac -> oldmacshelf [label="Yes"]
 
   oldmac -> oldmacshelf [label="Yes"]
 
   oldmac -> redlight [label="No"]
 
   oldmac -> redlight [label="No"]
   redlight -> pull
+
    
  pull -> rejected
 
 
}
 
}
 
</graphviz>
 
</graphviz>
 +
</div>
 +
 +
<div style="border: 10px solid PURPLE; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 +
 +
 +
[[Category:Delete]]
  
 
== Exceptional Components List ==
 
== Exceptional Components List ==
Line 64: Line 70:
 
* 30 GB or bigger hard drive
 
* 30 GB or bigger hard drive
 
* Airport or Airport Extreme card
 
* Airport or Airport Extreme card
 +
* Combo optical drive or better
 +
</div>
 +
 +
<div style="border: 10px solid GREEN; padding: .5em 1em; color: #000; margin: 3px 3px 0;">
 +
 +
== Special Case List ==
 +
===eMac===
 +
Certain ranges of eMacs were manufactured with faulty capacitors, leading to very common instances of hardware failure.  Check the eMac's serial number (located inside the optical drive bay door).  If an eMac's serial number falls within the following ranges, it means it has bad capacitors and should be recycled regardless of working state:
 +
*G8412xxxxxx - G8520xxxxxx
 +
*YM412xxxxxx - YM520xxxxxx
 +
*VM414xxxxxx - VM518xxxxxx
 +
 +
===iMac G5 (no ALS or iSight)===
 +
As with eMacs, certain ranges of the first-generation iMac G5s (specifically 17" and 20" models with 1.6 GHz and 1.8 GHz processors) were manufactured with faulty capacitors.  Check under the iMac G5's "foot" for the serial number.  If an iMac's serial number falls within the following ranges, it means it has bad capacitors and should be set aside for repair:
 +
*W8435xxxxxx - W8522xxxxxx
 +
*QP435xxxxxx - QP522xxxxxx
 +
*CK435xxxxxx - CK522xxxxxx
 +
*YD435xxxxxx - YD522xxxxxx
  
[[Category:Macintosh]]
+
</div>
 +
[[Category:Macintosh Archive]]

Latest revision as of 18:34, 5 November 2013

This flow chart is very out of date and lacks key pieces of information. Needs updating and should NOT be used for processing incoming systems in MacLand Liliana 05:54, 12 June 2013 (UTC)

This flow chart is a little out of date. Please check with an instructor before following these steps.

CED Eval

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

Exceptional Components List

  • DDR memory
  • Stick of 256 MB or better SDRAM
  • 30 GB or bigger hard drive
  • Airport or Airport Extreme card
  • Combo optical drive or better

Special Case List

eMac

Certain ranges of eMacs were manufactured with faulty capacitors, leading to very common instances of hardware failure. Check the eMac's serial number (located inside the optical drive bay door). If an eMac's serial number falls within the following ranges, it means it has bad capacitors and should be recycled regardless of working state:

  • G8412xxxxxx - G8520xxxxxx
  • YM412xxxxxx - YM520xxxxxx
  • VM414xxxxxx - VM518xxxxxx

iMac G5 (no ALS or iSight)

As with eMacs, certain ranges of the first-generation iMac G5s (specifically 17" and 20" models with 1.6 GHz and 1.8 GHz processors) were manufactured with faulty capacitors. Check under the iMac G5's "foot" for the serial number. If an iMac's serial number falls within the following ranges, it means it has bad capacitors and should be set aside for repair:

  • W8435xxxxxx - W8522xxxxxx
  • QP435xxxxxx - QP522xxxxxx
  • CK435xxxxxx - CK522xxxxxx
  • YD435xxxxxx - YD522xxxxxx