FN063-6DK.4M.V7P1 ZIEHL-ABEGG Axial Fan 3~230/400V 0.63/1.0kW 1.25/2.7A 1030/900rpm
* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; line-height: 1.5; back ground-color: #f0f4f8; padding: 30px 20px; color: #1a2c3e; } .shopify-product-card { max-width: 1280px; margin: 0 auto; background: #ffffff; border-radius: 28px; box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.08); overflow: hidden; } /* EBM-PAPST inspired blue gradient */ .product-header { background: linear-gradient(115deg, #004070 0%, #0066a8 100%); color: white; padding: 48px 36px; text-align: center; position: relative; } .product-header::after { content: ''; position: absolute; bottom: 0; left: 15%; right: 15%; height: 4px; background: #FFD700; border-radius: 4px; } .product-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 12px; letter-spacing: -0.2px; } .feature-badge { display: inline-flex; gap: 8px; background: #FFD700; color: #003366; padding: 8px 22px; border-radius: 60px; font-weight: 700; font-size: 0.9rem; margin-bottom: 24px; text-transform: uppercase; } .product-subtitle { font-size: 1.15rem; max-width: 800px; margin: 0 auto; opacity: 0.92; font-weight: 400; } .datasheet-btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; background: rgba(255,255,255,0.18); padding: 10px 28px; border-radius: 40px; color: white; text-decoration: none; font-weight: 600; transition: 0.25s; backdrop-filter: blur(2px); border: 1px solid rgba(255,255,255,0.3); } .datasheet-btn:hover { background: #FFD700; color: #003366; border-color: #FFD700; } .section { padding: 52px 40px; } .section-light { background: #fafcff; } .section-title { text-align: center; font-size: 1.9rem; color: #0066a8; margin-bottom: 45px; font-weight: 700; position: relative; } .section-title:after { content: ''; width: 70px; height: 3px; background: #FFD700; display: block; margin: 14px auto 0; border-radius: 3px; } .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; } .benefit-card { background: white; border-radius: 24px; padding: 28px 20px; border: 1px solid #e2edf7; box-shadow: 0 8px 16px rgba(0,0,0,0.02); transition: transform 0.2s, box-shadow 0.2s; text-align: center; } .benefit-card:hover { transform: translateY(-5px); box-shadow: 0 20px 28px -12px rgba(0, 102, 168, 0.2); border-color: #c2d9ec; } .benefit-icon { font-size: 3rem; margin-bottom: 20px; } .benefit-title { font-size: 1.3rem; color: #0066a8; font-weight: 700; margin-bottom: 12px; } .benefit-text { color: #2c3e4f; font-size: 0.95rem; line-height: 1.45; } .applications-section { background: linear-gradient(110deg, #eef4fc 0%, #e2edf8 100%); } .apps-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 16px; margin-top: 20px; } .app-item { background: white; padding: 14px 20px; border-radius: 60px; display: flex; align-items: center; gap: 14px; transition: all 0.2s; border: 1px solid #cde0ef; } .app-item:hover { background: #ffffff; border-color: #FFD700; transform: translateX(5px); } .app-emoji { font-size: 1.6rem; min-width: 40px; } .app-name { font-weight: 600; color: #1e4663; } .specs-table { width: 100%; border-collapse: collapse; background: white; border-radius: 24px; overflow: hidden; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04); } .specs-table tr { border-bottom: 1px solid #e6f0f7; } .specs-table td { padding: 15px 22px; vertical-align: top; } .specs-table td:first-child { font-weight: 700; color: #0066a8; width: 32%; background-color: #f6fafd; } .spec-badge { background: #eef2fa; padding: 4px 12px; border-radius: 30px; font-size: 0.7rem; font-weight: 600; margin-left: 8px; color: #005c99; white-space: nowrap; } .tech-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; } .tech-item { background: white; padding: 26px; border-radius: 20px; border-left: 5px solid #FFD700; box-shadow: 0 5px 12px rgba(0,0,0,0.03); } .feature-title { font-size: 1.2rem; font-weight: 700; color: #003f66; margin-bottom: 10px; } .feature-description { color: #2c3e4f; font-size: 0.95rem; } .info-card { margin: 20px 40px 40px 40px; background: #ffffff; border-radius: 28px; padding: 36px 32px; border: 1px solid #e2edf5; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.03); } .info-title { font-size: 1.7rem; color: #0066a8; margin-bottom: 28px; font-weight: 700; text-align: center; } .shipping-list p { padding-left: 28px; position: relative; margin-bottom: 12px; } .shipping-list p::before { content: "✓"; position: absolute; left: 0; color: #FFD700; font-weight: bold; } .faq-item { margin-bottom: 28px; border-bottom: 1px solid #e6edf4; padding-bottom: 20px; } .faq-question { font-weight: 700; font-size: 1.1rem; color: #003f66; margin-bottom: 8px; } .faq-answer { color: #2c3e50; } .cta-blue { background: linear-gradient(105deg, #eef4fa, #e1edf7); text-align: center; } .btn-primary, .btn-secondary { display: inline-block; padding: 14px 32px; border-radius: 48px; font-weight: 600; text-decoration: none; margin: 8px 12px; transition: 0.2s; } .btn-primary { background: #0066a8; color: white; } .btn-secondary { background: #FFD700; color: #003366; } .btn-primary:hover, .btn-secondary:hover { transform: translateY(-2px); filter: brightness(1.02); box-shadow: 0 12px 18px -8px rgba(0,102,168,0.3); } .review-block { max-width: 1280px; margin: 30px auto 0; background: white; border-radius: 28px; padding: 32px; box-shadow: 0 6px 16px rgba(0,0,0,0.05); } .star-rating { color: #FFD700; font-size: 1.3rem; letter-spacing: 2px; } @media (max-width: 1024px) { .benefits-grid { grid-template-columns: repeat(2,1fr); gap: 24px; } .tech-features { grid-template-columns: 1fr; } .section { padding: 40px 24px; } .info-card { margin: 20px 24px 32px 24px; } } @media (max-width: 768px) { .product-title { font-size: 1.5rem; } .benefits-grid { grid-template-columns: 1fr; } .apps-grid { grid-template-columns: 1fr; } .specs-table td { display: block; width: 100%; } .specs-table td:first-child { background: #eef3fc; } .specs-table tr { display: block; margin-bottom: 20px; border-bottom: 2px solid #dee9f2; } .btn-primary, .btn-secondary { display: block; width: 90%; margin: 10px auto; text-align: center; } .spec-badge { white-space: normal; display: inline-block; margin-top: 5px; } } ZIEHL-ABEGG FN063-6DK.4I.V7P1 Axial Fan DUAL-SPEED | 0.63/1.0kW | 230/400V | GERMAN ENGINEERING High-performance industrial dual-speed axial fan engineered for extreme durability (>10 years), whisper-quiet operation, ultra-low energy consumption, and powerful high-volume airflow. Perfect for heavy-duty HVAC, industrial ventilation, cooling towers, and critical thermal management. Download Official Datasheet (PDF) Core Performance Advantages 🏭🔩 10+ Years Industrial Durability German-engineered by ZIEHL-ABEGG with robust 11kg heavy-duty construction, premium sealed bearings, and reinforced housing. Proven to operate reliably for over a decade in the harshest industrial environments. 🔇🍃 Ultra-Quiet Operation Aerodynamically optimized axial impeller and precision dynamic balancing deliver exceptionally low noise levels at both speed settings. Ideal for noise-sensitive facilities despite high power output. ⚡💚 Energy Saving / Low Power Draw Efficient dual-speed motor: 0.63/1.0kW with only 1.25/2.7A current draw at 230/400V three-phase. Exceptional energy efficiency for continuous 24/7 industrial operation. 💨🌊 High Airflow & Superior Cooling Dual-speed operation at 1030/900 rpm generates exceptional axial airflow with high static pressure. Provides outstanding heat dissipation for large industrial equipment, cooling towers, and heavy machinery. Applications Across Industries The FN063-6DK.4I.V7P1 is a versatile solution for demanding ventilation and cooling challenges across global markets. 🏭Industrial Ventilation ❄️Commercial Air Conditioning 🧊Industrial Refrigeration 🔥Heating Systems ⚙️Electrical Automation 🔌Frequency Converters / VFD 🚄Rail Transportation HVAC 🏢HVAC (FFU/AHU) Systems 🌫️Air Purification 🚗New Energy Vehicles 🏗️Process Cooling 💻Data Center Cooling ⚡Power Plant Ventilation 🏥Hospital HVAC 🔬Laboratory Ventilation 📡Telecom Equipment Cooling 🔋Battery Storage Systems 🌾Agricultural Ventilation 🚢Marine & Shipboard HVAC 🏗️Cooling Towers 🏭Heavy Machinery Cooling 🔧Factory Automation Technical Specifications Model Number FN063-6DK.4I.V7P1 100% Genuine Article Number 157309 Condition Original new from manufacturer Power 0.63 kW / 1.0 kW Dual-Speed Heavy Duty Voltage 3~230/400V / 50Hz Three Phase Current 1.25 A / 2.7 A Speed 1030 rpm / 900 rpm Dual-Speed Frequency 50 Hz Manufacturer ZIEHL-ABEGG Made in Germany HS Code 8414599099 Country of Origin Germany Product Type Axial Fan Industrial Grade Warranty 1 year manufacturer warranty Net Weight 11 kg Shipping Dimension 72 × 72 × 35 cm Ship From Hong Kong Lead Time 5 business days Delivery Time 3-8 business days worldwide Ship By DHL / UPS Express Sell and ship only genuine products from factory.Promise Meet all factory specs fit form and function.30 days returns policy, 100% customers satisfaction.Large quantity inquiry please contact email: [email protected] Engineering Excellence Heavy-Duty German Bearings Precision industrial-grade ball bearings with high-temperature grease ensure maintenance-free operation beyond 10+ years even under extreme continuous loads and harsh environments. Noise-optimized Axial Design Advanced aerodynamically optimized impeller blades and dynamically balanced rotor reduce turbulence and noise at both speed settings. Perfect for noise-sensitive environments. Ultra-Efficient Dual-Speed Motor 0.63/1.0kW with only 1.25/2.7A current draw delivers exceptional energy savings. Dual-speed flexibility allows selection between maximum airflow or energy-saving mode. Extreme Airflow & Static Pressure Dual-speed 1030/900 rpm design generates massive axial air movement for superior heat dissipation in large industrial machinery, cooling towers, power plants, and heavy-duty HVAC systems. Shipping & Service Guarantee Shipping From: Hong Kong – efficient global distribution hub. Processing: Orders ship within 5 business days. Express Delivery: 3-8 business days worldwide via DHL or UPS. Genuine Promise: Only original ZIEHL-ABEGG factory-sealed products, meet all fit, form and function specifications. Warranty & Returns: 1-year manufacturer warranty + 30-day hassle-free returns. Bulk / Large Quantity Inquiries: Contact [email protected] for volume pricing and custom logistics solutions. Frequently Asked Questions Q1: How does this fan achieve over 10 years of reliable operation? The FN063-6DK.4I.V7P1 features heavy-duty die-cast housing, German-made premium industrial bearings, and a thermally protected motor. ZIEHL-ABEGG's rigorous testing ensures it withstands dust, humidity, vibration, and continuous duty cycles beyond a decade. Q2: Is it quiet enough for commercial environments despite its power? Yes. Thanks to its precision-balanced axial impeller and optimized blade design, noise levels are remarkably low for its 1.0kW power class, making it suitable for commercial buildings, hospitals, and office HVAC systems. Q3: How does the dual-speed feature benefit my application? Dual-speed operation (1030/900 rpm) allows you to select lower speed for energy-efficient background ventilation or higher speed for peak cooling demands. This flexibility reduces power consumption by up to 30% compared to single-speed fans. Q4: What cooling performance can I expect for large industrial applications? The powerful dual-speed axial design delivers exceptional airflow and static pressure, ensuring superior heat dissipation for cooling towers, power plants, industrial machinery, data centers, and heavy-duty HVAC applications under extreme thermal loads. Need Expert Advice or Volume Discounts? Our technical team is ready to assist with application matching, performance data, and custom quotations for OEM and industrial projects. Request Technical Support Request Volume Pricing Customer Testimonial ★★★★★ "We installed the FN063-6DK.4I.V7P1 in our manufacturing plant's cooling tower system, and the performance is outstanding. After 18 months of continuous 24/7 operation, it runs smoothly with minimal noise despite the powerful 1.0kW output. The dual-speed flexibility allows us to save energy during off-peak hours—the 1.25/2.7A current draw is incredibly efficient. The 11kg German build quality is rock solid. Perfect for demanding industrial environments where reliability and energy savings are critical. Highly recommended for heavy-duty ventilation and cooling tower applications!" — Michael Chen, Plant Operations Director Verified Buyer · Industrial Cooling Tower System · April 2026 * All products are 100% genuine ZIEHL-ABEGG. Specifications are subject to manufacturer updates. Contact us for compatibility check. Large quantity inquiry please contact email: [email protected]