Difference between revisions of "ATK Processor Testing Procedures"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
epost2 [label="Did the test\nequipment POST?"] | epost2 [label="Did the test\nequipment POST?"] | ||
equiptest [label="Follow the EQUIPMENT\nTEST PROCEDURES\nand return here.", shape="box"] | equiptest [label="Follow the EQUIPMENT\nTEST PROCEDURES\nand return here.", shape="box"] | ||
+ | |||
trouble [label="Troubleshoot test\nequipment with\nTROUBLESHOOTING GUIDE\nand return here.", shape="box"] | trouble [label="Troubleshoot test\nequipment with\nTROUBLESHOOTING GUIDE\nand return here.", shape="box"] | ||
+ | |||
+ | badtest [label="Replace bad test\ncomponent and return here.", shape="box"] | ||
remove [label="Remove the cooling\nunit (HSF) from test\nprocessor and set it aside.\nReturn the test processor\nto the testing kit and\nreplace with the processor\nto be tested.", shape="box"] | remove [label="Remove the cooling\nunit (HSF) from test\nprocessor and set it aside.\nReturn the test processor\nto the testing kit and\nreplace with the processor\nto be tested.", shape="box"] | ||
− | + | ||
810 [label="Follow steps 8-10\nfrom the EQUIPMENT TEST\nPROCEDURES.", shape="box"] | 810 [label="Follow steps 8-10\nfrom the EQUIPMENT TEST\nPROCEDURES.", shape="box"] | ||
+ | |||
1516 [label="Follow steps 15 & 16\nfrom the EQUIPMENT TEST\nPROCEDURES.", shape="box"] | 1516 [label="Follow steps 15 & 16\nfrom the EQUIPMENT TEST\nPROCEDURES.", shape="box"] | ||
+ | |||
spost [label="Did the system POST?"] | spost [label="Did the system POST?"] | ||
spost2 [label="Did the system POST?"] | spost2 [label="Did the system POST?"] | ||
trouble2 [label="Troubleshoot processor\nwith TROUBLESHOOTING\nGUIDE and return here.", shape="box"] | trouble2 [label="Troubleshoot processor\nwith TROUBLESHOOTING\nGUIDE and return here.", shape="box"] | ||
+ | |||
advanced [label="Follow ADVANCED\nTESTING PROCEDURES\nfor processor.", style="bold", shape="box"] | advanced [label="Follow ADVANCED\nTESTING PROCEDURES\nfor processor.", style="bold", shape="box"] | ||
+ | |||
recognized [label="Was the processor\nproperly recognized?"] | recognized [label="Was the processor\nproperly recognized?"] | ||
increase [label="Increase the motherboard\nCPU FSB by 33 and\nreturn here.", shape="box"] | increase [label="Increase the motherboard\nCPU FSB by 33 and\nreturn here.", shape="box"] | ||
+ | |||
badcpu [label="The processor is bad, \nrecycle it.", style="bold", shape="box"] | badcpu [label="The processor is bad, \nrecycle it.", style="bold", shape="box"] | ||
Revision as of 10:32, 1 August 2007
<graphviz>
digraph H {
node [fontname="Helvetica", fontsize="11"] edge [fontname="Helvetica"]
start [label="START HERE", shape="box", style="bold"] tested [label="Has the test equipment\nyou're going to use\nbeen tested?"] epost [label="Did the test\nequipment POST?"] epost2 [label="Did the test\nequipment POST?"] equiptest [label="Follow the EQUIPMENT\nTEST PROCEDURES\nand return here.", shape="box"]
trouble [label="Troubleshoot test\nequipment with\nTROUBLESHOOTING GUIDE\nand return here.", shape="box"]
badtest [label="Replace bad test\ncomponent and return here.", shape="box"] remove [label="Remove the cooling\nunit (HSF) from test\nprocessor and set it aside.\nReturn the test processor\nto the testing kit and\nreplace with the processor\nto be tested.", shape="box"]
810 [label="Follow steps 8-10\nfrom the EQUIPMENT TEST\nPROCEDURES.", shape="box"]
1516 [label="Follow steps 15 & 16\nfrom the EQUIPMENT TEST\nPROCEDURES.", shape="box"]
spost [label="Did the system POST?"] spost2 [label="Did the system POST?"] trouble2 [label="Troubleshoot processor\nwith TROUBLESHOOTING\nGUIDE and return here.", shape="box"]
advanced [label="Follow ADVANCED\nTESTING PROCEDURES\nfor processor.", style="bold", shape="box"]
recognized [label="Was the processor\nproperly recognized?"] increase [label="Increase the motherboard\nCPU FSB by 33 and\nreturn here.", shape="box"]
badcpu [label="The processor is bad, \nrecycle it.", style="bold", shape="box"]
start -> tested tested -> epost [label="YES"] tested -> equiptest [label="NO"]
equiptest -> epost
epost -> remove [label="YES"] epost -> trouble [label="NO"]
trouble -> epost2
epost2 -> remove [label="YES"] epost2 -> badtest [label="NO"]
badtest -> equiptest
remove -> 810
810 -> 1516
1516 -> spost
spost -> recognized [label="YES"] spost -> trouble2 [label="NO"]
trouble2 -> spost2
spost2 -> recognized [label="YES"] spost2 -> badcpu [label="NO"]
recognized -> advanced [label="YES"] recognized -> increase [label="NO"]
increase -> recognized