Difference between revisions of "Recycling Prep"

From FreekiWiki
Jump to navigation Jump to search
Line 8: Line 8:
 
# If it has number buttons, a scanner attached to it, is labeled a fax, or is very heavy ask for help before proceeding further...
 
# If it has number buttons, a scanner attached to it, is labeled a fax, or is very heavy ask for help before proceeding further...
 
# Otherwise it can go straight to the Recycle gaylord.
 
# Otherwise it can go straight to the Recycle gaylord.
 
This is the old version:
 
 
<graphviz>
 
digraph{
 
 
start [label="Start", shape="box"]
 
unplug [label="Unplug the machine \nif it was hooked up.", shape="box"]
 
scanner [label="Does it have a scanner?"]
 
cover [label="Remove the scanner's cover \nif possible.", shape="box"]
 
glass [label="Can you remove the whole scanner \nwithout breaking glass?"]
 
remove [label="Remove the scanner and put \nit into the scanner bin.", shape="box"]
 
ask [label="Ask for help.", shape="box"]
 
cartridge [label="Remove any toner \ncartridges.", shape="box"]
 
AC [label="Keep any AC adapters not \nattached to the machine.", shape="box"]
 
cord [label="Remove any other cords and put \nthem in the cord gaylord.", shape="box"]
 
card [label="Remove and keep any network cards.", shape="box"]
 
fax [label="Is it a fax machine?"]
 
phone [label="Put phones in the CBM gaylord \nand the fax machine in the fax \ngaylord.", shape="box"]
 
printer [label="Put machine in the recycle \ngaylord.", shape="box"]
 
okidata [label="Keep any Okidata machines", shape="box"]
 
 
start -> unplug
 
unplug -> scanner
 
scanner -> cover [label="YES"]
 
scanner -> cartridge [label="NO"]
 
cover -> glass
 
glass -> remove [label="YES"]
 
glass -> ask [label="NO"]
 
remove -> cartridge
 
cartridge -> AC
 
AC -> cord
 
cord -> card
 
card -> okidata
 
okidata -> fax
 
fax -> phone [label="YES"]
 
fax -> printer [label="NO"]
 
 
}
 
</graphviz>
 

Revision as of 13:39, 27 December 2008

This is the new version, which may replace the flow chart:

We need to do the following before anything goes to the Recycling box, to make it safe to take apart and to keep good stuff.

  1. Save all network cards in a box on the Sorting table.
  2. If the device has a top-loading toner cartridge, remove it and check for small, green circuit boards. Cartridges that have them go below in the "Chipped Toner." Those without go in the "Clean Toner." If the machine has side-loading toner, if the toner is in a soft or clear plastic container, or if it appears to be leaking, do not try to remove it. Ask for assistance.
  3. Remove cords/cables and cut off the AC adapters. Each part goes to its own box on the Sorting table.
  4. If it has number buttons, a scanner attached to it, is labeled a fax, or is very heavy ask for help before proceeding further...
  5. Otherwise it can go straight to the Recycle gaylord.