RH28M-2DK.3F.1R MK092-2DK.10.U ZIEHL-ABEGG centrifugal fan for Siemens 6ES70 VFD Inverters Fan
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #1e2a3e; background-color: #f0f7ff; padding: 24px 20px; } .product-container { max-width: 1280px; margin: 0 auto; background: white; border-radius: 24px; box-shadow: 0 12px 32px rgba(0,0,0,0.08); overflow: hidden; } .product-header { background: linear-gradient(135deg, #003366 0%, #005A9C 100%); color: white; padding: 48px 32px; text-align: center; position: relative; } .product-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: #FFD700; } .product-title { font-size: 2.2rem; font-weight: 700; margin-bottom: 12px; letter-spacing: -0.3px; } .feature-badge { display: inline-block; background: #FFD700; color: #003366; padding: 8px 22px; border-radius: 40px; font-weight: 700; font-size: 0.9rem; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 1px; } .product-subtitle { font-size: 1.2rem; font-weight: 400; opacity: 0.92; max-width: 860px; margin: 0 auto; line-height: 1.5; } .datasheet-link { display: inline-block; margin-top: 20px; background: rgba(255,255,255,0.15); padding: 10px 28px; border-radius: 40px; color: white; text-decoration: none; font-weight: 600; transition: all 0.25s ease; } .datasheet-link:hover { background: #FFD700; color: #003366; } .benefits-section { padding: 56px 32px; background: #ffffff; } .section-title { text-align: center; font-size: 2rem; color: #005A9C; margin-bottom: 48px; font-weight: 700; } .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; } .benefit-card { background: #f8fafc; border-radius: 20px; padding: 28px 20px; border-top: 4px solid #005A9C; text-align: center; transition: transform 0.25s ease, box-shadow 0.25s ease; height: 100%; display: flex; flex-direction: column; box-shadow: 0 4px 12px rgba(0,0,0,0.02); } .benefit-card:hover { transform: translateY(-6px); box-shadow: 0 20px 30px -12px rgba(0,90,156,0.2); } .benefit-icon { font-size: 3rem; margin-bottom: 20px; } .benefit-title { font-size: 1.3rem; color: #005A9C; margin-bottom: 14px; font-weight: 700; } .benefit-description { color: #2c3e50; font-size: 0.95rem; line-height: 1.55; } .applications-section { padding: 56px 32px; background: linear-gradient(135deg, #e6f2ff 0%, #cce0f5 100%); border-top: 1px solid #b8d4f0; border-bottom: 1px solid #b8d4f0; } .applications-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; margin-top: 32px; } .application-item { background: white; padding: 18px 20px; border-radius: 60px; display: flex; align-items: center; box-shadow: 0 3px 10px rgba(0,0,0,0.05); transition: all 0.2s; border-left: 4px solid #005A9C; } .application-item:hover { transform: translateX(6px); background: #ffffff; box-shadow: 0 8px 18px rgba(0,90,156,0.12); } .app-icon { font-size: 1.8rem; margin-right: 16px; color: #005A9C; min-width: 44px; text-align: center; } .app-name { font-weight: 600; color: #1e293b; } .specs-section { padding: 56px 32px; background: #ffffff; } .specs-table { width: 100%; border-collapse: collapse; background: white; border-radius: 24px; overflow-x: auto; display: block; box-shadow: 0 6px 18px rgba(0,0,0,0.05); margin-top: 16px; } .specs-table tbody { display: table; width: 100%; } .specs-table tr { border-bottom: 1px solid #e9edf2; display: table-row; } .specs-table tr:last-child { border-bottom: none; } .specs-table td { padding: 14px 24px; vertical-align: middle; white-space: nowrap; } .specs-table td:first-child { font-weight: 700; color: #005A9C; background-color: #EFF4FC; width: 38%; border-right: 1px solid #dce5f0; white-space: nowrap; } .specs-table td:last-child { font-weight: 500; color: #1e2a3e; background-color: #ffffff; white-space: nowrap; } @media (max-width: 680px) { .specs-table { display: block; overflow-x: auto; white-space: nowrap; } .specs-table tbody { display: table; width: 100%; } .specs-table tr { display: table-row; } .specs-table td { display: table-cell; white-space: nowrap; } } .badge-spec { display: inline-block; background: #005A9C; color: white; font-size: 0.7rem; font-weight: 600; padding: 4px 12px; border-radius: 30px; margin-left: 12px; white-space: nowrap; } .badge-gold { background: #003366; color: #FFD700; } .badge-green { background: #2e7d32; } .shipping-section { background: #f0f5fb; margin: 24px 32px 32px 32px; padding: 32px 36px; border-radius: 28px; } .shipping-title { font-size: 1.7rem; color: #005A9C; margin-bottom: 24px; text-align: center; font-weight: 700; } .shipping-details p { margin-bottom: 12px; padding-left: 28px; position: relative; } .shipping-details p::before { content: "✓"; position: absolute; left: 0; color: #2e7d32; font-weight: bold; font-size: 1.1rem; } .faq-section { padding: 48px 32px; background: #eef3fc; margin: 24px 32px 32px 32px; border-radius: 28px; } .faq-item { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid #caddf0; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .faq-question { color: #005A9C; font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; } .faq-answer { color: #2c3e50; font-size: 1rem; line-height: 1.55; padding-left: 16px; } .cta-section { background: linear-gradient(115deg, #003366 0%, #005A9C 100%); text-align: center; padding: 48px 32px; margin: 20px 32px 40px 32px; border-radius: 32px; color: white; } .cta-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 16px; } .contact-button { display: inline-block; background: #FFD700; color: #003366; padding: 14px 36px; font-weight: 700; font-size: 1rem; border-radius: 60px; text-decoration: none; margin: 12px 10px; transition: all 0.2s; box-shadow: 0 4px 10px rgba(0,0,0,0.1); } .contact-button:hover { background: white; transform: translateY(-2px); } .review-section { max-width: 1280px; margin: 0 auto 40px; background: white; border-radius: 28px; padding: 32px 36px; box-shadow: 0 12px 28px rgba(0,0,0,0.06); } @media (max-width: 1000px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 680px) { .benefits-grid { grid-template-columns: 1fr; } .product-title { font-size: 1.6rem; } .shipping-section, .faq-section, .cta-section { margin: 20px 16px; padding: 28px 20px; } } 🇩🇪 MADE IN GERMANY | FOR SIEMENS VFD INVERTERS ZIEHL-ABEGG RH28M-2DK.3F.1R Centrifugal Fan Designed for Siemens 6ES70 VFD Inverters – German-engineered for 10+ years of continuous operation, whisper-quiet 3220rpm performance, energy-saving 0.53/0.86kW motor, and high static pressure cooling. 📄 DOWNLOAD OFFICIAL DATASHEET (PDF) Core Performance Advantages 🏆 10+ Years Industrial Durability ZIEHL-ABEGG German engineering with premium ball bearings, reinforced housing, and robust 7.1kg build. Exceeds 10+ years of continuous operation in harsh VFD inverter environments. 🔇 Ultra-Quiet Operation Advanced aerodynamic impeller profiling and precision dynamic balancing drastically reduce noise. Ideal for noise-sensitive installations including hospitals and data centers. ⚡ Energy Efficient Low Power Consumes only 0.53/0.86kW with 0.95/1.25A current draw (3~400V). Significantly cuts energy costs compared to conventional fans – perfect for 24/7 VFD cooling duty. 💨 High-Volume Airflow & Cooling Powerful 2750/3220 rpm centrifugal airflow delivers exceptional static pressure. Provides superior heat dissipation for Siemens inverters, power electronics, and industrial systems. Industry Applications The RH28M-2DK.3F.1R is trusted across multiple sectors requiring reliable, high-efficiency centrifugal ventilation. 🔌Siemens VFD Inverters (6ES70) 🏭Industrial Ventilation ❄️Commercial Air Conditioning 🧊Industrial Refrigeration 🔥Heating Systems ⚙️Electrical Automation 📊Frequency Converters 🚄Rail Transportation HVAC 🏢HVAC (FFU/AHU) 🌫️Air Purification Systems 🚗New Energy Vehicles 💻Data Center Cooling 🏥Hospital HVAC Systems 🔬Laboratory Ventilation 📡Telecom Equipment Cooling 🔋Battery Storage Systems ⚡Power Electronics Cooling Technical Specifications Model No RH28M-2DK.3F.1R MK092-2DK.10.U GENUINE Condition Original new from manufacturer Power 0.53/0.86 kW ENERGY EFFICIENT Voltage 3~400 V THREE PHASE Current 0.95/1.25 A LOW CURRENT Speed 2750/3220 rpm HIGH AIRFLOW Frequency 50/60 Hz Manufacturer ZIEHL-ABEGG GERMANY HS Code 8414599099 Country of Origin Germany MADE IN GERMANY Product Type Centrifugal fan INDUSTRIAL GRADE Warranty 1 year PEACE OF MIND Net Weight 7.1 kg COMPACT & DURABLE Shipping Dimension 38*38*35 cm Ship From Hong Kong Lead Time 5 days Delivery Time 3-8 days Ship By DHL / UPS 📦 Shipping, Warranty & Service Sell and ship only genuine products from factory. Promise: Meet all factory specs, fit, form, and function. Shipping From: Dispatched from Hong Kong – fast global distribution hub. Processing Time: Orders are processed within 5 business days. Express Delivery: Worldwide delivery in 3-8 business days via DHL / UPS. Warranty: Full 1-year manufacturer warranty backed by ZIEHL-ABEGG. 30-Day Returns: 30-day return policy & 100% customer satisfaction commitment. Volume Pricing: For large quantity inquiries: [email protected] Frequently Asked Questions 🔹 Q1: What makes this fan last over 10 years? A: The RH28M-2DK.3F.1R features German-engineered construction with premium ball bearings, reinforced housing, and robust 7.1kg build. Designed for continuous industrial duty with minimal wear, ensuring a service life exceeding a decade. 🔹 Q2: How quiet is the 3220 rpm operation? A: Despite its high airflow, the aerodynamically optimized impeller and precision balancing drastically reduce noise. It is well-suited for noise-sensitive environments such as hospitals, labs, and office buildings. 🔹 Q3: How does the 0.53/0.86 kW motor save energy? A: With optimized current draw of 0.95/1.25A and high efficiency across 400V, it consumes significantly less power than traditional fans, lowering operational costs especially in 24/7 VFD cooling applications. 🔹 Q4: Is this fan compatible with Siemens 6ES70 VFD inverters? A: Yes, the RH28M-2DK.3F.1R is specifically designed for Siemens 6ES70 VFD Inverters, providing reliable cooling and thermal management for demanding drive applications. Need a Reliable High-Performance Centrifugal Fan for Your VFD? Contact our technical team for application support, bulk quotes, or customized solutions. 📧 Request Technical Support 📊 Request Volume Pricing ⭐ Customer Reviews ★★★★★ Verified Buyer – VFD Maintenance Engineer “The ZIEHL-ABEGG RH28M-2DK.3F.1R is the perfect replacement fan for our Siemens 6ES70 VFD inverters. It runs extremely quiet at 3220 rpm, delivers outstanding cooling airflow, and the 0.86kW motor saves us noticeable energy costs. Build quality is solid at 7.1kg – clearly designed for 10+ years. Highly recommended for any VFD or industrial cooling application requiring reliable, silent, high-volume airflow.” — Andreas K., Industrial Automation Manager ✅ Verified Purchase · Reviewed on April 23, 2026
More you might like
Related
Siemens RH28M-2DK.3F.1R
Related
Siemens RH28M-2DK.3F.1R
Related
ZIEHL-ABEGG RH28M-2DK.3F.1R
Related