High-Recovery Eddy Current Separator for Fine Aluminum

Fine Aluminum Recovery

High-Recovery Eddy Current Separator for Fine Aluminum

Recover valuable fine aluminum and other non-ferrous metal particles from PET flakes, glass cullet, incinerator bottom ash, e-waste, and fine mixed recycling streams. The high-frequency concentric rotor is engineered for stable separation of particles as small as 2 mm.

High-recovery eddy current separator for fine aluminum
Machine Demonstration

Fine Non-Ferrous Metal Separation in Action

See how the high-frequency rotor generates eddy currents that eject aluminum and other non-ferrous particles away from the main material stream.

Why It Matters

Maximize Purity and Recovery Value

Fine aluminum is easy to lose in conventional sorting. This ECS design helps recycling plants capture more value while improving the purity of downstream plastic, glass, ash, and metal fractions.

Fine Particle Recovery

Optimized for small non-ferrous fragments, the separator can recover fine aluminum particles down to about 2 mm in suitable feed streams.

Higher Product Purity

Removing aluminum, brass, copper, and other non-ferrous contaminants helps improve the quality of PET flakes, glass cullet, ash products, and upgraded scrap.

High-Intensity Rotor

The concentric rare earth magnet rotor creates a strong and uniform field for reliable ejection of small conductive particles across the belt width.

Adjustable Separation Point

Rotor speed, belt speed, feeding condition, and splitter position can be tuned to match changing material mixes and recovery targets.

Industrial-Ready Design

Heavy-duty motors, wear-resistant components, and a practical cantilever frame help the system handle demanding recycling environments.

Better Return on Waste Streams

Recovering small aluminum fractions can turn material that was previously lost into a saleable metal stream and reduce contamination penalties.

Separation Principle

How the Eddy Current Separator Works

Material is spread into a thin layer, accelerated over a high-speed magnetic rotor, and separated by the different flight paths of non-ferrous and non-metallic particles.

1

Uniform Feeding

A stable single-layer feed improves exposure to the magnetic field and supports repeatable separation.

2

High-Speed Rotor

The magnetic rotor spins at high speed and induces eddy currents inside conductive non-ferrous particles.

3

Particle Ejection

Aluminum and other conductive metals are thrown forward while non-metallic material follows a shorter trajectory.

4

Splitter Collection

The adjustable splitter divides recovered metal from clean material according to purity and recovery requirements.

1

Uniform Feeding

Material is distributed evenly before entering the separation zone.

2

High-Speed Rotor

The rotor creates a fast-changing magnetic field at the belt end.

3

Particle Ejection

Conductive metals are pushed into a different flight path.

4

Splitter Collection

Separated fractions are collected for reuse, sale, or further processing.

Applications

Where Fine Aluminum Recovery Delivers Value

The separator is suitable for plants that need to recover small non-ferrous metals or remove conductive contamination before downstream processing.

PET Plastic Flakes

Removes fine aluminum and non-ferrous contaminants to improve rPET flake purity before extrusion or food-grade upgrading.

Plastic purification

Incinerator Bottom Ash

Recovers valuable fine aluminum and other non-ferrous metals from processed ash fractions.

Metal recovery

Glass Recycling

Purifies crushed glass by removing aluminum caps, foil fragments, and other conductive contaminants.

Cullet cleaning

ZORBA Upgrading

Improves shredded non-ferrous scrap quality by separating aluminum-rich fractions from mixed metal streams.

Scrap upgrading

E-Waste Processing

Helps recover fine conductive metals from shredded electronic scrap and circuit board processing residue.

WEEE separation

Foundry Residues

Separates non-ferrous particles from casting sand and other foundry return streams.

Industrial residue
Engineering Features

Built for Fine Fraction Separation

The machine combines strong rotor performance, stable feeding, practical adjustment, and service-friendly construction for continuous recycling operations.

High-Frequency Rotor

High-performance NdFeB rare earth magnets deliver strong surface magnetic intensity at rotor speeds up to 4000 RPM.

Uniform Vibratory Feeder

Optional vibratory feeding helps create an even single-layer material bed for consistent separation performance.

Adjustable Splitter Plate

The splitter position can be tuned by angle, height, and distance to balance purity and recovery rate.

Quick-Change Belt System

The cantilever frame design supports faster conveyor belt replacement and reduces maintenance downtime.

Technical Data

Eddy Current Separator Specifications

Reference specifications for common models. Final selection depends on feed size, material composition, target recovery, and available plant layout.

Model Dimensions L x W x H Effective Belt Width Rotor Speed Belt Speed Drive Power
40A 2080 x 1357 x 1100 mm 330 mm 0-3000 RPM 0-2 m/s 0.75 kW
65A 3300 x 1500 x 1200 mm 520 mm 0-4000 RPM 0-2 m/s 1.5 kW
80A 3300 x 1700 x 1200 mm 670 mm 0-4000 RPM 0-2 m/s 2.2 kW
100A 3300 x 1900 x 1200 mm 840 mm 0-4000 RPM 0-2 m/s 2.2 kW
120A 3300 x 2000 x 1200 mm 1040 mm 0-4000 RPM 0-2 m/s 2.2 kW
140A 3300 x 2130 x 1587 mm 1200 mm 0-4000 RPM 0-2 m/s 2.2 kW

Swipe horizontally to view the full table on mobile.

Warranty and Support

Reliable Support Throughout the Equipment Lifecycle

From installation planning to routine maintenance, our service team helps keep your equipment operating safely, consistently, and efficiently.

1-Year Limited Warranty

Coverage includes manufacturing defects in major mechanical and electrical components for one year. Normal wear parts and damage caused by improper operation are handled separately.

1-year parts and workmanship coverage

Installation Guidance

We provide layout, foundation, utility, clearance, line-integration, and commissioning guidance to support a smooth installation and reliable startup.

Commissioning support

Spare Parts Supply

Replacement wear parts, bearings, seals, sensors, electrical components, and other service items are available for scheduled maintenance and long-term operation.

Long-term availability

Technical Assistance

Remote troubleshooting, operating recommendations, maintenance guidance, and optional on-site service are available when your project needs additional support.

Global service
Common Questions

High-Recovery Eddy Current Separator FAQs

Answers to key questions about fine aluminum recovery, rotor selection, particle size, and upstream magnetic protection.

(function () { var section = document.getElementById(‘ecs-faq’); if (!section) return; var items = section.querySelectorAll(‘.energycle-faq-accordion-item’); items.forEach(function (item) { var header = item.querySelector(‘.energycle-faq-accordion-header’); var panel = item.querySelector(‘.energycle-faq-accordion-content’); var icon = item.querySelector(‘.energycle-faq-accordion-icon’); if (!header || !panel || !icon) return; panel.setAttribute(‘aria-hidden’, ‘true’); header.addEventListener(‘click’, function (event) { event.preventDefault(); event.stopImmediatePropagation(); var wasOpen = item.classList.contains(‘active’); items.forEach(function (entry) { entry.classList.remove(‘active’); var entryHeader = entry.querySelector(‘.energycle-faq-accordion-header’); var entryPanel = entry.querySelector(‘.energycle-faq-accordion-content’); var entryIcon = entry.querySelector(‘.energycle-faq-accordion-icon’); if (entryHeader) entryHeader.setAttribute(‘aria-expanded’, ‘false’); if (entryPanel) { entryPanel.setAttribute(‘aria-hidden’, ‘true’); entryPanel.style.maxHeight = null; } if (entryIcon) { entryIcon.classList.remove(‘fa-minus’); entryIcon.classList.add(‘fa-plus’); } }); if (!wasOpen) { item.classList.add(‘active’); header.setAttribute(‘aria-expanded’, ‘true’); panel.setAttribute(‘aria-hidden’, ‘false’); panel.style.maxHeight = panel.scrollHeight + ‘px’; icon.classList.remove(‘fa-plus’); icon.classList.add(‘fa-minus’); } }, true); }); }());

Recover More Fine Aluminum from Your Recycling Stream

Send us your material details and throughput target. Our team will help match the rotor width, feeding method, splitter setup, and upstream magnetic protection to your application.

Fine aluminum recovery consultationPET flake and glass purification supportIBA, e-waste, and ZORBA applicationsModel selection and layout guidance

Request a Quote

Contact Form
{“@context”:”https://schema.org”,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:”What is a high-recovery eddy current separator for fine aluminum?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”It is an eddy current separator optimized to recover small aluminum and other non-ferrous metal particles that standard separators may miss. It uses a high-frequency magnetic rotor, controlled belt speed, and adjustable splitter settings for fine fraction recovery.”}},{“@type”:”Question”,”name”:”What is the smallest particle size this machine can separate?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”In suitable, well-prepared feed streams, the separator can recover non-ferrous metal particles as small as about 2 mm. Actual performance depends on particle shape, conductivity, moisture, feed layer thickness, and upstream screening.”}},{“@type”:”Question”,”name”:”What is the difference between concentric and eccentric ECS rotors?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”A concentric rotor places magnetic poles across the drum for a strong, uniform field, making it well suited to fine non-ferrous recovery from non-metallic streams. An eccentric rotor offsets the magnetic pole area and is often used where ferrous contamination is heavier.”}},{“@type”:”Question”,”name”:”Do I need a magnetic separator before the ECS?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Yes, it is strongly recommended. Removing ferrous metal before the ECS protects the rotor, reduces belt damage risk, and improves the stability of non-ferrous separation.”}},{“@type”:”Question”,”name”:”What information should I provide for equipment selection?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:”Please share your material type, particle size range, moisture level, target throughput, current upstream equipment, and whether your main goal is higher aluminum recovery, higher product purity, or both.”}}]} {“@context”:”https://schema.org”,”@type”:”Product”,”name”:”High-Recovery Eddy Current Separator for Fine Aluminum”,”brand”:{“@type”:”Brand”,”name”:”Energycle”},”manufacturer”:{“@type”:”Organization”,”name”:”Energycle”},”description”:”High-recovery eddy current separator for fine aluminum and non-ferrous metal recovery from PET flakes, glass, incinerator bottom ash, e-waste, ZORBA, and foundry residues.”,”url”:”https://www.energycle.com/high-recovery-eddy-current-separator-for-fine-aluminum/”,”image”:”https://www.energycle.com/wp-content/uploads/2025/01/Concentric-Eddy-Current-Separator-1.webp”} document.addEventListener(‘DOMContentLoaded’,function(){document.querySelectorAll(‘.energycle-faq-accordion-header’).forEach(function(button){button.addEventListener(‘click’,function(){var item=button.parentElement;var isOpen=item.classList.contains(‘active’);document.querySelectorAll(‘.energycle-faq-accordion-item’).forEach(function(node){node.classList.remove(‘active’);var header=node.querySelector(‘.energycle-faq-accordion-header’);if(header)header.setAttribute(‘aria-expanded’,’false’);});if(!isOpen){item.classList.add(‘active’);button.setAttribute(‘aria-expanded’,’true’);}});});document.querySelectorAll(‘.energycle-video-container[data-video-src]’).forEach(function(container){var trigger=container.querySelector(‘button’);if(!trigger)return;trigger.addEventListener(‘click’,function(){var src=container.getAttribute(‘data-video-src’);var title=container.getAttribute(‘data-video-title’)||’Eddy current separator video’;if(!src)return;var video=document.createElement(‘video’);video.setAttribute(‘controls’,”);video.setAttribute(‘autoplay’,”);video.setAttribute(‘playsinline’,”);video.setAttribute(‘preload’,’metadata’);video.setAttribute(‘aria-label’,title);video.setAttribute(‘width’,’100%’);video.setAttribute(‘height’,’100%’);var source=document.createElement(‘source’);source.setAttribute(‘src’,src);source.setAttribute(‘type’,’video/mp4′);video.appendChild(source);container.innerHTML=”;container.appendChild(video);video.play();},{once:true});});}); document.addEventListener(‘DOMContentLoaded’, function () { document.querySelectorAll(‘.energycle-faq-accordion-header’).forEach(function (header) { if (header.dataset.energycleFaqBound === ‘true’) return; header.dataset.energycleFaqBound = ‘true’; header.addEventListener(‘click’, function () { var item = header.closest(‘.energycle-faq-accordion-item’); if (!item) return; var active = item.classList.toggle(‘active’); header.setAttribute(‘aria-expanded’, active ? ‘true’ : ‘false’); }); }); });

Leave a Reply

Your email address will not be published.

This field is required.

You may use these <abbr title="HyperText Markup Language">html</abbr> tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

*This field is required.

error: Content is protected !!