$val) { if ($key == 'class') { $selclass = $val; } else if ($key == 'suffix') { $selsuffix = $val; } else if ($key == 'header') { $selheader = $val; } } foreach ($_GET as $key => $val) { if ($key == 'class') { $selclass = $val; } else if ($key == 'suffix') { $selsuffix = $val; } else if ($key == 'header') { $selheader = $val; } } if ($selheader == '') { print <<Finishes

This page lists all of the finishes and finish suffixes that DFCI has ever supported.

  • RoHS Compliant Finishes These are finishes that comply with RoHS (Restriction of Hazardous Substances) regulation requirements.
  • Standard Finishes These are standard finishes that have been and are still available.
  • Obsolete Finishes These are finishes that were available but have been discontinued. This section is here primarily for historical reference.

Optional finishes require special charges. Any order for a finish which is not listed as standard for that item will result in additional charges and lead time.

Cadmium plate (QQ-P-416) and hexavalent chromates are not RoHS compliant.

Cadmium plate and hexavalent chromates are being replaced by Zinc plate (ASTM-B-633) with a trivalent chromate, topped with a clear sealer. Salt spray to corrosion is 100 hours minimum.

Trivalent chromate only comes in clear. Yellow and black can be achieved with a dye, but the dye does not increase the corrosion protection. (Black cost slightly more; Yellow is much more costly. Our suggestion is to use the Clear Finish whenever possible.)

HTMLBLOCK; } else { print "

{$selheader}

\n"; print "

Please use this button to return to the previous page
\n"; print "

\n"; } if (count($finishes) > 1) { // If there are multiple $found = 0; $headerPrinted = 0; foreach ($finishes as $finish) { // Print RoHS Compliant Finishes only! $RoHS = $finish['RoHS']; if ($RoHS == 'Yes') { $found = test_match($finish); if ($found == 1) { if ($headerPrinted == 0) { print "

RoHS (Restriction of Hazardous Substances) Compliant Finishes

\n"; print "\n"; print ""; print ""; print ""; print ""; print ""; print ""; print "\n"; $headerPrinted = 1; } print_finish($finish); } } } if ($headerPrinted != 0) { print "
Finish
Suffix
Old
Finish
Older
Finish
****
Finish DescriptionSpecification
\n"; } $headerPrinted = 0; foreach ($finishes as $finish) { // Print RoHS Non-Compliant Finishes only! $RoHS = $finish['RoHS']; if ($RoHS == 'No') { $found = test_match($finish); if ($found == 1) { if ($headerPrinted == 0) { print "

Standard Finishes

\n"; print "\n"; print ""; print ""; print ""; print ""; print ""; print ""; print "\n"; $headerPrinted = 1; } print_finish($finish); } } } if ($headerPrinted != 0) { print "
Finish
Suffix
Old
Finish
Older
Finish
****
Finish DescriptionSpecification
\n"; } $headerPrinted = 0; foreach ($finishes as $finish) { // Print Obsolete Finishes only! $RoHS = $finish['RoHS']; if ($RoHS == 'Obs') { $found = test_match($finish); if ($found == 1) { if ($headerPrinted == 0) { print "

Obsolete Finishes

\n"; print "\n"; print ""; print ""; print ""; print ""; print ""; print ""; print ""; print "\n"; $headerPrinted = 1; } print_finish($finish); } } } if ($headerPrinted != 0) { print "
Cadmium/ HexavalentRecommended ReplacementOld
Finish
Older
Finish
****
Finish DescriptionSpecification
\n"; } } ?>

NOTE: Some of the finishes listed may not always be available. Availability may be affected by order quantity and lead time. Type of plating ordered can affect lead time.

**** There may be some duplication in the finish codes for the older finishes as the older finishes did not include specifications for the finish thickness. Please select the current finish code for the appropriate thickness.