FN040-4DK.0F.V7P1 400V 0.38/0.18kW 0.29/0.68A 1020/1560rpm ZIEHL-ABEGG Axial 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: #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, #0D47A1 0%, #1976D2 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: #FF6F00; } .product-title { font-size: 2.4em; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.5px; } .feature-badge { display: inline-block; background: #FF6F00; color: #333; 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: #0D47A1; 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 #0D47A1; 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(13,71,161,0.15); } .benefit-icon { font-size: 2.8em; margin-bottom: 20px; display: block; height: 60px; } .benefit-title { font-size: 1.2em; color: #0D47A1; 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: #E3F2FD; } .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; } .application-item:hover { transform: translateY(-3px); } .app-icon { font-size: 2em; margin-right: 15px; color: #0D47A1; 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: #d32f2f; 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: #0D47A1; width: 40%; background-color: #f0f8ff; } .highlight-cell { color: #0D47A1; font-weight: 700; background-color: #E3F2FD; } .efficiency-cell { color: #2E7D32; font-weight: 700; background-color: #F0FFF4; } .high-airflow-cell { color: #0D47A1; font-weight: 700; background-color: #E3F2FD; } .quiet-cell { color: #7B1FA2; font-weight: 700; background-color: #F3E5F5; } .heavy-duty-cell { color: #333; font-weight: 600; background-color: #f8f9fa; } .dual-mode-cell { color: #D84315; font-weight: 700; background-color: #FFF3E0; } .shipping-section { padding: 40px 30px; background: #f8f9fa; margin: 30px; border-radius: 8px; } .shipping-title { font-size: 1.6em; color: #0D47A1; 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 #FF6F00; padding: 20px; margin-top: 20px; border-radius: 5px; } .bulk-inquiry strong { color: #0D47A1; } .faq-section { padding: 50px 30px; background: #E3F2FD; margin: 30px; border-radius: 10px; border: 1px solid #BBDEFB; } .faq-title { text-align: center; font-size: 1.8em; color: #0D47A1; margin-bottom: 35px; font-weight: 600; } .faq-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #BBDEFB; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { color: #0D47A1; 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, #E3F2FD 0%, #BBDEFB 100%); text-align: center; border-radius: 10px; margin: 30px; } .cta-title { font-size: 1.6em; color: #0D47A1; 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: #0D47A1; 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 #0D47A1; margin: 5px 10px; } .contact-button:hover { background: white; color: #0D47A1; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(13,71,161,0.2); } .contact-button.secondary { background: #FF6F00; border-color: #FF6F00; color: #333; } .contact-button.secondary:hover { background: white; color: #FF6F00; } .german-badge { display: inline-block; background: #000; color: #FF6F00; 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: #0D47A1; 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; } .dual-mode-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; } .compact-badge { display: inline-block; background: #FF6F00; color: #333; 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); } } @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; } .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 { 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 FN040-4DK.0F.V7P1 Axial Fan 3~400V Dual-Speed Compact Industrial Fan Professional 0.38/0.18kW dual-power axial fan with 1020/1560 RPM dual-speed operation, engineered for exceptional durability, ultra-quiet performance, high airflow efficiency, and energy-saving operation across diverse industrial applications. High-Performance Compact Axial Fan β³ 10+ Years Durability German-engineered ZIEHL-ABEGG construction with 7kg robust design ensures reliable, long-term operation exceeding 10 years. Premium industrial-grade materials, precision-balanced rotor, and reinforced components guarantee exceptional lifespan in demanding industrial environments despite compact dimensions. π Ultra-Quiet Dual-Speed Operation Dual-speed 1020/1560 RPM operation provides excellent noise control flexibility. The 1020 RPM setting delivers exceptionally quiet performance ideal for noise-sensitive applications, while advanced aerodynamic blade design minimizes vibration and noise at both operating speeds for comfortable working environments. β‘ Energy Efficient Dual-Power (0.38/0.18kW) Dual-power 0.38/0.18kW operation provides optimal energy efficiency for varying cooling demands. The 0.18kW low-power mode saves significant energy during partial load conditions (53% reduction), while 0.38kW delivers enhanced cooling when needed. 3~400V operation ensures cost-effective performance. π¨ High Airflow & Effective Cooling Efficient axial design at 1020/1560 RPM generates substantial airflow for effective heat dissipation in space-constrained installations. 52Γ52Γ26cm compact size provides superior cooling performance with optimized airflow distribution for industrial applications where space is limited but cooling requirements are demanding. Industry Applications The FN040-4DK.0F.V7P1 axial fan is engineered for diverse industrial and commercial applications requiring reliable, efficient airflow solutions with flexible performance options in compact dimensions. π Industrial Ventilation Systems βοΈ Commercial Air Conditioning π§ Industrial Refrigeration π₯ Heating Systems βοΈ Electrical Automation π Frequency Converters π Rail Transportation π’ HVAC (FFU/AHU) π«οΈ Air Purification Systems π New Energy Vehicles πͺ Commercial Buildings πΌ Equipment Cabinets & Enclosures DATASHEET Technical Specifications Model Number FN040-4DK.0F.V7P1 Article Number 156244 Manufacturer ZIEHL-ABEGG GERMANY Product Type Axial Fan COMPACT DESIGN Condition Original new from manufacturer Rated Power 0.38/0.18 kW DUAL POWER Rated Voltage 3~400 V Frequency 50/60 Hz Rated Current 0.29/0.68 A Speed 1020/1560 rpm DUAL SPEED Net Weight 7 kg Shipping Dimension 52 Γ 52 Γ 26 cm COMPACT Country of Origin Germany HS Code 8414599099 Warranty 1 Year Manufacturer Warranty Shipping, Warranty & Service Shipping Hub: 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 for ZIEHL-ABEGG products. Frequently Asked Questions Q1: How does the ZIEHL-ABEGG axial design with 7kg compact construction ensure 10+ years of reliable service in industrial applications? A: The 7kg precision-engineered construction provides exceptional structural stability that minimizes vibration and mechanical stress despite the compact 52Γ52Γ26cm dimensions. Combined with ZIEHL-ABEGG's German engineering excellence, including industrial-grade bearings, thermally optimized motor design, and reinforced components, this axial fan delivers reliable performance exceeding 10 years. The compact design incorporates premium materials and precision manufacturing that withstand continuous operation in demanding industrial environments. Despite its smaller size, it maintains the same quality standards and durability as larger industrial fans, making it ideal for applications where space is limited but reliability cannot be compromised. Q2: How does the dual-speed 1020/1560 RPM operation provide ultra-quiet performance and flexibility for different applications? A: The dual-speed 1020/1560 RPM operation provides exceptional flexibility for balancing noise levels with cooling performance. At 1020 RPM, the fan operates at significantly reduced noise levels - ideal for office environments, commercial buildings, and applications where quiet operation is essential. The lower speed reduces both aerodynamic noise from air movement and mechanical noise from bearings. At 1560 RPM, the fan delivers enhanced cooling capacity when needed, while still maintaining reasonable noise levels through advanced aerodynamic blade design and precision balancing. This dual-speed capability allows users to optimize the fan's operation based on specific cooling requirements and ambient noise limitations, providing an ideal solution for applications with varying operational demands. Q3: How does the dual-power 0.38/0.18kW operation with 0.29/0.68A current provide optimal energy efficiency for industrial applications? A: The dual-power 0.38/0.18kW operation with 0.29/0.68A current represents an intelligent energy management solution. The 0.18kW low-power mode provides significant energy savings - approximately 53% reduction compared to the 0.38kW high-power mode. This dramatically lowers operating costs during periods of reduced cooling demand or milder environmental conditions. The 0.38kW mode delivers maximum cooling capacity when needed for peak loads or higher ambient temperatures. The 3~400V operation ensures compatibility with standard industrial power systems. This dual-power capability allows the fan to adapt efficiently to changing cooling requirements, providing substantial energy savings while maintaining optimal cooling performance. The efficient motor design and optimized airflow characteristics further enhance energy efficiency across both operating modes. Q4: What specific advantages does this compact dual-speed axial fan offer for modern industrial and commercial applications? A: The 52Γ52Γ26cm compact design with dual-speed/power operation provides exceptional versatility for contemporary applications. For equipment cabinets and enclosures in industrial automation, it offers effective cooling in space-constrained installations. The dual-speed capability allows adaptation to varying thermal loads throughout production cycles. For commercial HVAC systems, the 1020 RPM setting provides quiet operation during normal business hours while the 1560 RPM setting handles peak cooling demands. In commercial buildings and retail spaces, the compact dimensions allow installation in limited ceiling or wall spaces while providing effective ventilation. The dual-power operation ensures energy-efficient performance, reducing operational costs. These features combined with German engineering quality make it ideal for applications including compact ventilation systems, equipment cooling, commercial HVAC, and facilities requiring flexible, efficient airflow solutions in limited spaces. Need Professional Compact Cooling Solutions? Contact our technical specialists for application-specific recommendations, dual-speed performance data, or volume pricing for your industrial cooling requirements. Request Technical Support Request Volume Pricing