Difference between revisions of "Inkjet Evaluation"

From FreekiWiki
Jump to navigation Jump to search
 
m (power on and listen for bad noises)
Line 2: Line 2:
 
digraph{
 
digraph{
  
start [label="Start", shape="box"]
+
start [label="Start Here", shape="box"]
900 [label="Is it an HP 900 series?"]
+
900 [label="Is it a 900 series?"]
shelf [label="Put on testing shelves.", shape="box"]
 
 
port [label="Does it have a USB or Parallel port?"]
 
port [label="Does it have a USB or Parallel port?"]
 
scanner [label="Does it have a scanner?"]
 
scanner [label="Does it have a scanner?"]
Line 12: Line 11:
 
glass [label="Can you remove it\nwithout breaking glass?"]
 
glass [label="Can you remove it\nwithout breaking glass?"]
 
ask [label="Ask what to do.", shape="box"]
 
ask [label="Ask what to do.", shape="box"]
 +
shelf [label="Put on testing shelves.", shape="box"]
 +
power_on [label="Power it up, Does it make loud\ngrinding or thump noises?"]
 
recycle [label="Mark it with an 'X' and put on Recycle shelves", shape="box"]
 
recycle [label="Mark it with an 'X' and put on Recycle shelves", shape="box"]
 
remove_glass [label="Remove scanner section\n& put it in scanner bin.", shape="box"]
 
remove_glass [label="Remove scanner section\n& put it in scanner bin.", shape="box"]
Line 20: Line 21:
 
hp -> ink [label="NO"]
 
hp -> ink [label="NO"]
 
hp -> 900 [label="YES"]
 
hp -> 900 [label="YES"]
900 -> shelf [label="YES"]
+
900 -> power_on [label="YES"]
 
900 -> cord [label="NO"]
 
900 -> cord [label="NO"]
cord -> shelf [label="YES"]
+
cord -> power_on [label="YES"]
 +
power_on -> shelf [label="NO"]
 +
power_on -> scanner [label="YES"]
 
cord -> scanner [label="NO"]
 
cord -> scanner [label="NO"]
 
ink -> cord [label="YES"]
 
ink -> cord [label="YES"]
 
ink -> scanner [label="NO"]
 
ink -> scanner [label="NO"]
 +
scanner -> recycle [label="NO"]
 
scanner -> glass [label="YES"]
 
scanner -> glass [label="YES"]
scanner -> recycle [label="NO"]
 
 
glass -> ask [label="NO"]
 
glass -> ask [label="NO"]
 
glass -> remove_glass [label="YES"]
 
glass -> remove_glass [label="YES"]

Revision as of 13:04, 30 April 2008

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