ZIEHL-ABEGG FN035-4DK.0F.V7 Axial Fan | 0.14/0.30kW Dual-Speed | 400V Three-Phase
* { 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: #333; background-color: #f9f9f9; padding: 20px; } .product-container { max-width: 1200px; margin: 0 auto; background: white; border-radius: 10px; box-shadow: 0 2px 20px rgba(0,0,0,0.1); overflow: hidden; } .product-header { background: linear-gradient(135deg, #003366 0%, #0066CC 100%); color: white; padding: 50px 30px; text-align: center; position: relative; } .product-header::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: #FF9900; } .product-title { font-size: 2.4em; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.5px; } .feature-badge { display: inline-block; background: #FF9900; color: white; padding: 8px 20px; border-radius: 20px; font-weight: 600; font-size: 1.1em; margin-bottom: 15px; text-transform: uppercase; } .product-subtitle { font-size: 1.2em; font-weight: 300; opacity: 0.9; max-width: 700px; margin: 0 auto; line-height: 1.5; } .benefits-section { padding: 50px 30px; background: #fff; } .section-title { text-align: center; font-size: 1.8em; color: #003366; margin-bottom: 40px; font-weight: 600; } .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; margin-top: 20px; } .benefit-card { background: #f8f9fa; border-radius: 8px; padding: 25px 20px; border-top: 4px solid #003366; text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; height: 100%; display: flex; flex-direction: column; } .benefit-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,51,102,0.15); } .benefit-icon { font-size: 2.8em; margin-bottom: 20px; display: block; height: 60px; } .benefit-title { font-size: 1.2em; color: #003366; margin-bottom: 12px; font-weight: 600; line-height: 1.3; flex-shrink: 0; } .benefit-description { color: #555; font-size: 0.95em; line-height: 1.5; flex-grow: 1; } .applications-section { padding: 50px 30px; background: linear-gradient(135deg, #e6f0ff 0%, #b3d9ff 100%); } .applications-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 20px; margin-top: 30px; } .application-item { background: white; padding: 20px; border-radius: 8px; display: flex; align-items: center; box-shadow: 0 3px 10px rgba(0,0,0,0.08); transition: transform 0.2s ease; border-left: 4px solid #003366; } .application-item:hover { transform: translateY(-3px); } .app-icon { font-size: 2em; margin-right: 15px; color: #003366; min-width: 40px; text-align: center; } .app-name { font-weight: 600; color: #333; } .datasheet-section { padding: 50px 30px; background: #f0f8ff; } .datasheet-header { text-align: center; font-size: 1.6em; color: #FF9900; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; } .specs-table { width: 100%; border-collapse: collapse; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .specs-table tr:nth-child(even) { background-color: #f8f9fa; } .specs-table td { padding: 15px 20px; border-bottom: 1px solid #e9ecef; } .specs-table td:first-child { font-weight: 600; color: #003366; width: 40%; background-color: #f0f8ff; } .highlight-cell { color: #003366; font-weight: 700; background-color: #e6f0ff; } .efficiency-cell { color: #2e7d32; font-weight: 700; background-color: #c8e6c9; } .high-airflow-cell { color: #0066CC; font-weight: 700; background-color: #b3d9ff; } .quiet-cell { color: #7b1fa2; font-weight: 700; background-color: #e1bee7; } .durable-cell { color: #d84315; font-weight: 700; background-color: #ffccbc; } .three-phase-cell { color: #5d4037; font-weight: 700; background-color: #d7ccc8; } .dual-power-cell { color: #7b1fa2; font-weight: 700; background-color: #e1bee7; } .axial-badge { display: inline-block; background: #003366; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .shipping-section { padding: 40px 30px; background: #f8f9fa; margin: 30px; border-radius: 8px; } .shipping-title { font-size: 1.6em; color: #003366; margin-bottom: 25px; text-align: center; } .shipping-details { max-width: 800px; margin: 0 auto; } .shipping-details p { margin-bottom: 12px; padding-left: 20px; position: relative; font-size: 1.05em; } .shipping-details p::before { content: '✓'; position: absolute; left: 0; color: #2e7d32; font-weight: bold; } .bulk-inquiry { background: #fff3e0; border-left: 4px solid #FF9900; padding: 20px; margin-top: 20px; border-radius: 5px; } .bulk-inquiry strong { color: #003366; } .technical-features { padding: 40px 30px; background: #e6f0ff; margin: 30px; border-radius: 8px; } .features-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; } .feature-item { background: white; padding: 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .feature-title { color: #003366; font-weight: 600; margin-bottom: 10px; font-size: 1.1em; } .feature-description { color: #555; font-size: 0.95em; line-height: 1.5; } .faq-section { padding: 50px 30px; background: #e6f0ff; margin: 30px; border-radius: 10px; border: 1px solid #99c2ff; } .faq-title { text-align: center; font-size: 1.8em; color: #003366; margin-bottom: 35px; font-weight: 600; } .faq-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #99c2ff; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { color: #003366; font-size: 1.2em; font-weight: 600; margin-bottom: 12px; line-height: 1.4; } .faq-answer { color: #333; font-size: 1.05em; line-height: 1.6; padding-left: 20px; } .cta-section { padding: 40px 30px; background: linear-gradient(135deg, #e6f0ff 0%, #b3d9ff 100%); text-align: center; border-radius: 10px; margin: 30px; } .cta-title { font-size: 1.6em; color: #003366; margin-bottom: 15px; font-weight: 600; } .cta-description { font-size: 1.05em; color: #555; max-width: 600px; margin: 0 auto 25px; } .contact-button { display: inline-block; background: #003366; color: white; padding: 14px 35px; font-size: 1.05em; font-weight: 600; text-decoration: none; border-radius: 50px; transition: all 0.3s ease; border: 2px solid #003366; margin: 5px 10px; } .contact-button:hover { background: white; color: #003366; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,51,102,0.2); } .contact-button.secondary { background: #FF9900; border-color: #FF9900; color: white; } .contact-button.secondary:hover { background: white; color: #FF9900; } .german-badge { display: inline-block; background: #000; color: #FFCC00; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .quiet-badge { display: inline-block; background: #7b1fa2; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .high-airflow-badge { display: inline-block; background: #0066CC; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .energy-saving-badge { display: inline-block; background: #2e7d32; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .three-phase-badge { display: inline-block; background: #5d4037; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .durability-badge { display: inline-block; background: #d84315; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .industrial-badge { display: inline-block; background: #d84315; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } @media (max-width: 1024px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } .applications-grid { grid-template-columns: repeat(2, 1fr); } .features-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .product-title { font-size: 2em; } .product-subtitle { font-size: 1.1em; } .section-title { font-size: 1.6em; } .benefits-grid { grid-template-columns: 1fr; gap: 20px; } .applications-grid { grid-template-columns: 1fr; } .features-grid { grid-template-columns: 1fr; } .specs-table td { padding: 12px 15px; display: block; width: 100%; } .specs-table td:first-child { width: 100%; background-color: #f0f8ff; border-bottom: none; padding-bottom: 5px; font-weight: 700; } .specs-table tr { display: block; margin-bottom: 15px; border-bottom: 2px solid #e9ecef; padding-bottom: 15px; background: white; } .specs-table tr:nth-child(even) { background: white; } .shipping-section, .faq-section, .cta-section, .applications-section, .technical-features { margin: 20px 15px; padding: 30px 20px; } .faq-question { font-size: 1.15em; } .benefit-card { padding: 20px 15px; } .benefit-icon { font-size: 2.5em; height: 50px; } .contact-button { display: block; margin: 10px auto; width: 90%; max-width: 300px; } } @media (max-width: 480px) { body { padding: 15px; } .product-header { padding: 35px 20px; } .benefits-section, .datasheet-section, .faq-section, .applications-section { padding: 35px 20px; } .product-title { font-size: 1.7em; } .product-subtitle { font-size: 1em; } .section-title { font-size: 1.4em; } .feature-badge { font-size: 1em; padding: 6px 15px; } .application-item { padding: 15px; } } ZIEHL-ABEGG FN035-4DK.0F.V7 Axial Fan Ultra-Efficient Dual-Speed Axial Fan 0.14/0.30kW | 400V Three-Phase Professional 0.14/0.30kW axial fan featuring dual-speed operation with 1170/1630 RPM and 400V three-phase compatibility. German-engineered with 5kg robust construction for exceptional durability exceeding 10+ years, ultra-quiet performance, superior energy efficiency with ultra-low current draw (0.23/0.46A), and powerful axial airflow for versatile industrial applications. Core Performance Advantages 🏆 10+ Years Industrial Durability German-engineered ZIEHL-ABEGG construction with 5kg robust industrial design ensures reliable, long-term operation exceeding 10+ years. Premium materials, precision manufacturing, and reinforced axial fan components guarantee exceptional lifespan in demanding environments with minimal maintenance requirements. 🔇 Ultra-Quiet Dual-Speed Operation Optimized 1170/1630 RPM dual-speed operation with advanced axial fan design delivers exceptionally quiet performance across both speed settings. Precision engineering, vibration-damping technology, and aerodynamic blade optimization minimize noise, making it ideal for noise-sensitive environments. ⚡ Energy Efficient Dual-Power Design Dual-power rating (0.14/0.30kW) with ultra-efficient dual-current consumption (0.23/0.46A) provides exceptional energy flexibility and efficiency. This innovative design allows optimal operation at different power levels, significantly reducing energy consumption while maintaining excellent performance. 💨 High-Performance Dual-Speed Axial Airflow 1170/1630 RPM dual-speed operation combined with optimized axial blade design generates powerful directional airflow with excellent volume capacity. Superior air movement capabilities make it perfect for applications requiring flexible airflow adjustment with minimal energy consumption. Industry Applications The ZIEHL-ABEGG FN035-4DK.0F.V7 is engineered for versatile applications across multiple industries requiring reliable, energy-efficient axial airflow solutions with three-phase power. 🏭 Industrial Ventilation Systems ❄️ Commercial Air Conditioning 🧊 Industrial Refrigeration 🔥 Heating Systems ⚙️ Electrical Automation 🔌 Frequency Converters 🚄 Rail Transportation HVAC 🏢 HVAC (FFU/AHU) Systems 🌫️ Air Purification Systems 🚗 New Energy Vehicles 🏗️ Industrial Process Cooling 💻 Data Center Cooling ⚡ Power Plant Ventilation 🏥 Hospital HVAC Systems 🔬 Laboratory Ventilation 🍽️ Commercial Kitchen Exhaust Advanced Technical Features Dual-Speed 1170/1630 RPM Operation Innovative dual-speed design provides exceptional operational flexibility for varying application requirements. The 1170 RPM setting at 50Hz offers ultra-quiet, energy-efficient operation for normal conditions, while the 1630 RPM setting at 60Hz delivers significantly enhanced airflow when increased performance is needed. Ultra-Low Current Draw 0.23/0.46A Exceptionally low current consumption of only 0.23A at 50Hz and 0.46A at 60Hz provides outstanding energy efficiency, minimizing operational costs and reducing electrical infrastructure requirements. Perfect for energy-sensitive applications and continuous operation. Three-Phase 400V Industrial Power Advanced 3-phase 400V motor provides smooth, efficient power delivery with superior reliability for industrial applications. Three-phase technology offers better power factor, smoother torque delivery, and higher efficiency compared to single-phase alternatives. Compact 5kg Industrial Construction 5kg robust construction with 44×44×26cm dimensions provides excellent stability and durability while maintaining manageable weight for easy installation. German engineering ensures reliable performance in demanding applications. DATASHEET Technical Specifications Model Number FN035-4DK.0F.V7 Article Number 155832 Manufacturer ZIEHL-ABEGG GERMANY Product Type Axial Fan DUAL-SPEED Condition Original new from manufacturer Rated Power 0.14/0.30 kW DUAL POWER Rated Voltage 3~400 V THREE PHASE Frequency 50/60 Hz Rated Current 0.23/0.46 A (50/60Hz) Speed 1170/1630 rpm DUAL-SPEED Net Weight 5 kg COMPACT Shipping Dimension 44 × 44 × 26 cm Country of Origin Germany HS Code 8414599099 Warranty 1 Year Manufacturer Warranty Shipping, Warranty & Service Shipping From: Dispatched from Hong Kong for efficient global distribution. Processing Time: Orders are processed and ready to ship within 5 business days. Express Delivery: Estimated delivery in 3-8 business days worldwide via DHL or UPS. Warranty: Backed by a full 1-year manufacturer's warranty from ZIEHL-ABEGG. Product Guarantee: We sell only genuine ZIEHL-ABEGG products guaranteed to meet all factory specifications for fit, form, and function. Customer Satisfaction: Enjoy a 30-day return policy and our commitment to 100% customer satisfaction. For Large Quantity Inquiries: Please contact our sales team at [email protected] for volume pricing and custom quotations. Frequently Asked Questions Q1: What are the advantages of the dual-speed operation (1170/1630 RPM) in the FN035-4DK.0F.V7? A: The dual-speed operation provides exceptional flexibility for different application requirements and power systems. At 50Hz, the 1170 RPM/0.14kW setting offers ultra-quiet, energy-efficient operation with incredibly low 0.23A current draw for normal conditions. At 60Hz, the 1630 RPM/0.30kW setting delivers significantly enhanced airflow when increased performance is needed. This allows for optimal energy usage and extended equipment life by operating at the most appropriate speed for current conditions. Q2: How does the three-phase 400V design benefit industrial applications? A: Three-phase 400V operation provides superior efficiency, smoother torque delivery, and better power factor compared to single-phase systems. This voltage is standard for industrial applications worldwide, making the fan compatible with common industrial power systems. The three-phase design also reduces electromagnetic interference and provides more consistent performance, especially in demanding continuous operation environments. Q3: What makes this fan ideal for energy-sensitive applications? A: The exceptionally low current draw of only 0.23A at 50Hz represents outstanding energy efficiency, significantly reducing operational costs. Combined with the dual-speed capability, this fan can operate at minimal power consumption during normal conditions while still providing the flexibility to increase airflow when needed. This makes it perfect for continuous operation applications, facilities with multiple fans, and installations where minimizing power consumption is a priority. Q4: How does the 5kg construction achieve 10+ years durability? A: The 5kg robust construction incorporates premium materials, precision manufacturing standards, high-quality bearings, and reinforced components throughout. German engineering ensures all parts are optimized for long-term reliability in demanding environments with continuous operation. The compact yet sturdy design provides excellent stability, minimizes vibration transmission, and reduces stress on components, ensuring exceptional service life exceeding 10 years with minimal maintenance requirements. Need Energy-Efficient Axial Fan Solutions? Contact our technical specialists for application-specific recommendations, performance data, or volume pricing for your industrial ventilation and cooling requirements. Request Technical Support Request Volume Pricing Customer Reviews ★★★★★ Verified Purchase "Incredibly efficient three-phase fan! Only draws 0.23A at low speed - huge energy savings. Runs whisper quiet at 1170rpm, perfect for our facility. Dual-speed is great flexibility. Solid German quality!" — Thomas Schmidt, Plant Engineer Reviewed on: March 6, 2026
More you might like
Related
FN035-4DK.0F.V7P2 ZIEHL-ABEGG Axial Fan | 400V 0.19/0.30kW |
Related
Lüftereinheit FN035-4EK.WD.V7 Ziehl-Abegg
Related
Lüftereinheit FN035-4EW.WD.A7 Ziehl-Abegg
Related