Difference between revisions of "User:Cliff/PrinterIncomingTriage"

From FreekiWiki
Jump to navigation Jump to search
m
m (changed vendor)
 
(9 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
digraph SKIPPALLETTRIAGE {
 
digraph SKIPPALLETTRIAGE {
  
     Start           [label="START HERE", style="bold", shape="box" fontsize=10]
+
     Start           [label="START HERE", style="bold", shape="box" fontsize=10]
     Large            [label="large printer like machine", fontsize=10]
+
     Dataport        [label="Does it have an RJ11 &/or RJ45?", fontsize=10]
     Dataport        [label="data port?", fontsize=10]
+
     Copier          [label="Copier", fontsize=10]
     Copier          [label="copier", fontsize=10]
+
     GlassTop        [label="Top opens, revealing pane of glass?", fontsize=10]
     Scanner         [label="top opens, revealing pane of glass?", fontsize=10]
+
     Scanner         [label="Scanner", fontsize=10]
     Fax             [label="telephone port?", fontsize=10]
+
    Phone          [label="RJ11 Port &/or Telephone Key Pad?", fontsize=10]
     Leaking         [label="Leaking toner or ink", fontsize=10]
+
     Fax             [label="Fax Machine", fontsize=10]
     Farwest         [label="Far West Fibers Pallet", style="bold", shape="box", fontsize=10]
+
     Leaking         [label="Leaking toner or ink?", fontsize=10]
     Scnnr/faxgaylord [label="Scanner/FaxMachine Gaylord",style="bold", shape="box", fontsize=10]
+
     Farwest         [label="Total Reclaim", style="bold", shape="box", fontsize=10]
     Metro           [label="Metro Metals Pallet", style="bold", shape="box", fontsize=10]
+
     ScnnrFaxGaylord [label="Scanner/FaxMachine Gaylord",style="bold", shape="box", fontsize=10]
     Scrap            [label="disassemble", style="bold", shape="box", fontsize=10]
+
     Metro           [label="Metro Metals Pallet", style="bold", shape="box", fontsize=10]
 +
     PIG            [label="Printer Incoming Gaylord", style="bold", shape="box", fontsize=10]
  
Start -> Large
+
Start ->   Dataport
Large -> Dataport  
+
Dataport -> Copier [label="NO", fontsize=10]
Dataport -> Copier [taillabel="NO", fontsize=10]
+
Dataport -> GlassTop [label="YES", fontsize=10]
Dataport -> Scanner [taillabel="YES", fontsize=10]
+
Copier ->   Farwest  
Copier -> Farwest  
+
GlassTop -> Scanner [label="YES", fontsize=10]
Scanner -> Scanner/FaxMachine gaylord [taillabel="YES", fontsize=10]
+
GlassTop -> Phone [label="NO", fontsize=10]
Scanner -> Fax [label="NO", fontsize=10]
+
Scanner ->  ScnnrFaxGaylord
Fax -> Scanner/FaxMachine gaylord [taillabel="YES", fontsize=10]
+
Phone ->   Fax [label="YES", fontsize=10]
Fax -> Leaking [label="NO", fontsize=10]
+
Phone ->   Leaking [label="NO", fontsize=10]
Leaking -> Metro [taillabel="YES", fontsize=10]
+
Fax ->      ScnnrFaxGaylord
Leaking-> Scrap [taillabel="NO", fontsize=10]
+
Leaking -> Metro [label="YES", fontsize=10]
 +
Leaking -> PIG [label="NO", fontsize=10]
  
 
}
 
}

Latest revision as of 17:36, 2 February 2012

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