✦ Verified product
FRED Sr. Wall Mounted Extractor
CAD 0.00
Machinist's Vault
Verified independent store
→
FRED Sr. Wall Mounted Extractor is a professional-grade fume extractor engineered to be the industry standard for eliminating airborne toxins. It collects contaminants at the sourc
e with a powerful 2500 CFM, 5 HP blower to ensure high face-velocity through its two movable capture arms. Equipped with our standard MERV 15 rated Nanofiber filters, the FRED Sr. captures particulates as small as 0.5 micron. The patented ICS-360 Injection Self-cleaning System reduces total cost of ownership by extending filter life expectancy and improving aggregate filter efficiency. Routine service is faster and easier. The remote mounting kit option allows extraction arms to be mounted further away from the blower. The FRED Sr. Wall Mounted Extractor is available with one capture arm (FRED SR1 C) or two capture arms (FRED SR2 C). Benefits Automatic filter cleaning makes service easy Compact and easy operation Capture-at-source for cleaner air Compliant with OSHA guidelines for controlling weld fumes Performance Specifications Model (Product Number) Motor (H.P.) Air Flow (CFM) Volts/Phase/Hz Amps Net Weight Width Height Length Power Cord Length (ft.) Arm Length (ft.) Arm Diameter Filter Type FRED-SR-02C-050N2 5.0 2500 230V/3/60Hz 13 N/A 32.5” 115” 33” N/A 10' 6” MERV 15 Nanotech FRED-SR-01C-015N1 1.5 1200 120V/1/60Hz 13.2 N/A 32.5” 115” 33” N/A 10' 6” MERV 15 Nanotech FRED-SR-01C-030N2 3.0 1800 230V/3/60Hz 13 N/A 32.5” 115” 33” N/A 10' 6” MERV 15 Nanotech FRED-SR-01C-030N4 3.0 1800 460V/3/60Hz 6.5 N/A 32.5” 115” 33” N/A 10' 6” MERV 15 Nanotech FRED-SR-01C-030N5 3.0 1800 575V/3/60Hz 5.2 N/A 32.5 115 33 N/A 10' N/A MERV 15 Nanotech FRED-SR-01C-13-015N1 1.5 1200 120V/1/60Hz 13.2 N/A 32.5 128 33 N/A 13' N/A MERV 15 Nanotech FRED-SR-01C-13-030N2 3.0 1800 230V/3/60Hz 13 N/A 32.5 128 33 N/A 13' N/A MERV 15 Nanotech FRED-SR-01C-13-030N4 3.0 1800 460V/3/60Hz 6.5 N/A 32.5 128 33 N/A 13' N/A MERV 15 Nanotech FRED-SR-01C-13-030N5 3.0 1800 575V/3/60Hz 5.2 N/A 32.5 128 33 N/A 13' N/A MERV 15 Nanotech FRED-SR-02C-050N4 5.0 2500 460V/3/60Hz 6.5 N/A 32.5 115 33 N/A 10' (x2) N/A MERV 15 Nanotech FRED-SR-02C-050N5 5.0 2500 575V/3/60Hz 5.2 N/A 32.5 115 33 N/A 10' (x2) N/A MERV 15 Nanotech FRED-SR-02C-13-050N2 5.0 2500 230V/3/60Hz 13 N/A 32.5 128 33 N/A 13' (x2) N/A MERV 15 Nanotech FRED-SR-02C-13-050N4 5.0 2500 460V/3/60Hz 6.5 N/A 32.5 128 33 N/A 13' (x2) N/A MERV 15 Nanotech FRED-SR-02C-13-050N5 5.0 2500 575V/3/60Hz 5.2 N/A 32.5 128 33 N/A 13' (x2) N/A MERV 15 Nanotech Standard Features Single or Dual, 10’ Externally Articulated Extraction Arms ICS-360 Injection Self-cleaning System 21” Easy-to-service Nanofiber Filter (MERV 15) 2500 CFM, 5 HP Blower Optional Features Choice of flexible, externally articulated capture arm: 10’ or 13’ Minihelic Gauge Odor Absorption Kits After-filter Module, with HEPA Filter Spunbond Polyester Filter Cartridges (washable) Hood-mounted LED Light Kit Benefits Automatic filter cleaning makes service easy Compact and easy to operate Capture-at-source for cleaner air Compliant with OSHA guidelines for controlling weld fumes /* Accordion */ .accordion { border: 1px solid #ddd; border-radius: 6px; margin-bottom: 15px; } .accordion-header { background: #f5f5f5; padding: 12px; font-weight: bold; cursor: pointer; border-bottom: 1px solid #ddd; } .accordion-content { display: none; padding: 12px; background: #fff; } .accordion.active .accordion-content { display: block; } /* Tables */ .table-container { width: 100%; margin-bottom: 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; } .spec-table { width: 100%; border-collapse: collapse; } .spec-table th, .spec-table td { border: 1px solid #ccc; padding: 8px; font-size: 14px; text-align: center; } .spec-table th { background: #666; color: #fff; } /* Mobile-friendly stacked tables */ @media (max-width: 768px) { .spec-table thead { display: none; /* hide original headers */ } .spec-table, .spec-table tbody, .spec-table tr, .spec-table td { display: block; width: 100%; } .spec-table tr { margin-bottom: 15px; border: 1px solid #ccc; border-radius: 6px; padding: 10px; background: #fafafa; } .spec-table td { text-align: left; padding: 8px 10px; position: relative; white-space: normal; } .spec-table td::before { content: attr(data-label); display: block; font-weight: bold; margin-bottom: 4px; color: #333; } } document.querySelectorAll('.accordion-header').forEach(item => { item.addEventListener('click', () => { const parent = item.parentElement; parent.classList.toggle('active'); }); });