Difference between revisions of "Advanced Speaker Testing"

From FreekiWiki
Jump to navigation Jump to search
 
Line 7: Line 7:
 
sub [label="Go to Subwoofer Triage", 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"]
 
dunno [label="See 'How Do I Know its a Sub Combo?'", shape="box", fontsize="12"]
rattles [label="Does it rattle?", 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"]
 
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"]
 
labeled? [label="Is the voltage, current, and polarity labled on the speaker?", shape="box", fontsize="12"]
Line 22: Line 23:
 
2speakers -> RECYCLE[label="YES"]
 
2speakers -> RECYCLE[label="YES"]
 
2speakers -> RECYCLE[label="NO"]
 
2speakers -> RECYCLE[label="NO"]
aesthetic -> RECYCLE[label="YES"]
+
has_wart? -> RECYCLE[label="YES"]
aesthetic -> RECYCLE[label="YES"]
+
has_wart? -> RECYCLE[label="NO"]
aesthetic -> RECYCLE[label="YES"]
+
labled? -> RECYCLE[label="YES"]
aesthetic -> RECYCLE[label="YES"]
+
labled? -> RECYCLE[label="NO"]
aesthetic -> RECYCLE[label="YES"]
+
rattles? -> RECYCLE[label="YES"]
aesthetic -> RECYCLE[label="YES"]
+
rattles? -> RECYCLE[label="NO"]
aesthetic -> RECYCLE[label="YES"]
+
test -> RECYCLE[label="PASS"]
aesthetic -> RECYCLE[label="YES"]
+
test -> RECYCLE[label="FAIL"]
aesthetic -> RECYCLE[label="YES"]
 
aesthetic -> RECYCLE[label="YES"]
 
aesthetic -> RECYCLE[label="YES"]
 
aesthetic -> RECYCLE[label="YES"]
 
aesthetic -> RECYCLE[label="YES"]
 

Revision as of 18:12, 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 -> RECYCLE[label="YES"] speaker_or_sub -> RECYCLE[label="NO"] speaker_or_sub -> RECYCLE[label="NOT SURE"] 2speakers -> RECYCLE[label="YES"] 2speakers -> RECYCLE[label="NO"] has_wart? -> RECYCLE[label="YES"] has_wart? -> RECYCLE[label="NO"] labled? -> RECYCLE[label="YES"] labled? -> RECYCLE[label="NO"] rattles? -> RECYCLE[label="YES"] rattles? -> RECYCLE[label="NO"] test -> RECYCLE[label="PASS"] test -> RECYCLE[label="FAIL"]