Difference between revisions of "User:Cliff/PrinterIncomingTriage"

From FreekiWiki
Jump to navigation Jump to search
(New page: <graphviz> digraph SKIPPALLETTRIAGE { start [label="START HERE", style="bold", shape="box" fontsize=10] dataport [label="data port?", fontsize=10] copier ...)
 
m (changed vendor)
 
(12 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]
     dataport       [label="data port?", fontsize=10]
+
     Dataport       [label="Does it have an RJ11 &/or RJ45?", fontsize=10]
     copier         [label="copier", fontsize=10]
+
     Copier         [label="Copier", fontsize=10]
     bulb            [label="fluorescent tube?", fontsize=10]
+
     GlassTop        [label="Top opens, revealing pane of glass?", fontsize=10]
     large           [label="large printer like machine", fontsize=10]
+
     Scanner        [label="Scanner", fontsize=10]
     leaking         [label="Leaking toner or ink", fontsize=10]
+
    Phone           [label="RJ11 Port &/or Telephone Key Pad?", fontsize=10]
     farwest         [label="Far West Fibers Pallet", style="bold", shape="box", fontsize=10]
+
    Fax            [label="Fax Machine", fontsize=10]
     totalreclaim    [label="Total Reclaim Gaylord",style="bold", shape="box", fontsize=10]
+
     Leaking         [label="Leaking toner or ink?", fontsize=10]
     metro           [label="Metro Metals Pallet", style="bold", shape="box", fontsize=10]
+
     Farwest         [label="Total Reclaim", style="bold", shape="box", fontsize=10]
     scrap          [label="disassemble", style="bold", shape="box", fontsize=10]
+
     ScnnrFaxGaylord [label="Scanner/FaxMachine Gaylord",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 -> bulb [taillabel="YES", fontsize=10]
+
Copier ->   Farwest
copier -> farwest
+
GlassTop -> Scanner [label="YES", fontsize=10]
bulb -> totalreclaim [taillabel="YES", fontsize=10]
+
GlassTop -> Phone [label="NO", fontsize=10]
bulb -> leaking [label="NO", fontsize=10]
+
Scanner -> ScnnrFaxGaylord
leaking -> metro [taillabel="YES", fontsize=10]
+
Phone ->   Fax [label="YES", fontsize=10]
leaking-> scrap [taillabel="NO", fontsize=10]
+
Phone ->   Leaking [label="NO", fontsize=10]
 +
Fax ->     ScnnrFaxGaylord
 +
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.