Difference between revisions of "Advanced Speaker Testing"

From FreekiWiki
Jump to navigation Jump to search
Line 18: Line 18:
  
  
speaker_or_sub -> RECYCLE[label="YES"]
+
speaker_or_sub -> 2speakers?[label="SPEAKER"]
speaker_or_sub -> RECYCLE[label="NO"]
+
speaker_or_sub -> sub [label="SUB"]
speaker_or_sub -> RECYCLE[label="NOT SURE"]
+
speaker_or_sub -> dunno [label="NOT SURE"]
2speakers -> RECYCLE[label="YES"]
+
2speakers -> has_wart? [label="YES"]
2speakers -> RECYCLE[label="NO"]
+
2speakers -> marrying[label="NO"]
has_wart? -> RECYCLE[label="YES"]
+
has_wart? -> rattles?[label="YES"]
has_wart? -> RECYCLE[label="NO"]
+
has_wart? -> labeled[label="NO"]
labled? -> RECYCLE[label="YES"]
+
labled? -> find_wart[label="YES"]
labled? -> RECYCLE[label="NO"]
+
labled? -> test_wart[label="NO"]
rattles? -> RECYCLE[label="YES"]
+
rattles? -> clip [label="YES"]
rattles? -> RECYCLE[label="NO"]
+
rattles? -> test [label="NO"]
test -> RECYCLE[label="PASS"]
+
test -> bag[label="PASS"]
test -> RECYCLE[label="FAIL"]
+
test -> clip [label="FAIL"]

Revision as of 18:17, 1 August 2007

<graphviz> digraph{


speaker_or_sub [label="Is it a speaker set or a subwoofer combo", shape="box", fontsize="12"] 2speakers? [label="Do You Have Both Speakers", shape="box", fontsize="12"] sub [label="Go to Subwoofer Triage", shape="box", fontsize="12"] dunno [label="See 'How Do I Know its a Sub Combo?'", shape="box", fontsize="12"] has_wart? [label="Do the speakers have an AC adaptor?", shape="box", fontsize="12"] rattles? [label="Does it rattle?", shape="box", fontsize="12"] marrying [label="Put on Marrying Shelf To Find Match", shape="box", fontsize="12"] labeled? [label="Is the voltage, current, and polarity labled on the speaker?", shape="box", fontsize="12"] find_wart [label="Find right AC adaptor from bins", shape="box", fontsize="12"] test_wart [label="Use variable output AC adaptor to test", shape="box", fontsize="12"] clip [label="Clip cables and recylce", shape="box", fontsize="12"] test [label="Plug speaker with appropriate cable in source. Can it be played fairly loudly without distortion?", shape="box", fontsize="12"] bag [label="Neatly bind cables, add a mini cable if required, place into bag on DONE shelf", shape="box", fontsize="12"]


speaker_or_sub -> 2speakers?[label="SPEAKER"] speaker_or_sub -> sub [label="SUB"] speaker_or_sub -> dunno [label="NOT SURE"] 2speakers -> has_wart? [label="YES"] 2speakers -> marrying[label="NO"] has_wart? -> rattles?[label="YES"] has_wart? -> labeled[label="NO"] labled? -> find_wart[label="YES"] labled? -> test_wart[label="NO"] rattles? -> clip [label="YES"] rattles? -> test [label="NO"] test -> bag[label="PASS"] test -> clip [label="FAIL"]