FN040-VDK.0F.V7P2 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, #1e3c72 0%, #2a5298 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: #00b894; } .product-title { font-size: 2.4em; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.5px; } .feature-badge { display: inline-block; background: #00b894; color: #fff; 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: #1e3c72; 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 #1e3c72; 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(30,60,114,0.15); } .benefit-icon { font-size: 2.8em; margin-bottom: 20px; display: block; height: 60px; } .benefit-title { font-size: 1.2em; color: #1e3c72; 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; } .datasheet-section { padding: 50px 30px; background: #f0f8ff; } .datasheet-header { text-align: center; font-size: 1.6em; color: #d63031; 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: #1e3c72; width: 40%; background-color: #f0f8ff; } .dual-power-cell { color: #1e3c72; font-weight: 700; background-color: #f0f8ff; } .efficiency-cell { color: #00b894; font-weight: 700; background-color: #f0fff4; } .low-noise-cell { color: #1e3c72; font-weight: 700; background-color: #f0f8ff; } .airflow-cell { color: #0984e3; font-weight: 700; background-color: #e8f4ff; } .durability-cell { color: #333; font-weight: 600; background-color: #f8f9fa; } .shipping-section { padding: 40px 30px; background: #f8f9fa; margin: 30px; border-radius: 8px; } .shipping-title { font-size: 1.6em; color: #1e3c72; 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: #00b894; font-weight: bold; } .bulk-inquiry { background: #fff8e1; border-left: 4px solid #00b894; padding: 20px; margin-top: 20px; border-radius: 5px; } .bulk-inquiry strong { color: #1e3c72; } .faq-section { padding: 50px 30px; background: #f0f8ff; margin: 30px; border-radius: 10px; border: 1px solid #cfe2ff; } .faq-title { text-align: center; font-size: 1.8em; color: #1e3c72; margin-bottom: 35px; font-weight: 600; } .faq-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #d1e7ff; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { color: #1e3c72; 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, #e7f1ff 0%, #d4e4ff 100%); text-align: center; border-radius: 10px; margin: 30px; } .cta-title { font-size: 1.6em; color: #1e3c72; 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: #1e3c72; 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 #1e3c72; margin: 5px 10px; } .contact-button:hover { background: white; color: #1e3c72; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(30,60,114,0.2); } .contact-button.secondary { background: #00b894; border-color: #00b894; color: white; } .contact-button.secondary:hover { background: white; color: #00b894; } .german-badge { display: inline-block; background: #000; color: #fff; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .low-noise-badge { display: inline-block; background: #1e3c72; 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: #00b894; 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: #0984e3; 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; } } @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; } .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 { 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 { 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; } } ZIEHL-ABEGG FN040-VDK.0F.V7P2 Axial Fan Dual Power Ultra-Quiet High-performance 0.38/0.18kW dual-power axial fan with 1020/1560 RPM speeds, engineered for exceptional durability, ultra-quiet operation, high airflow, and energy-efficient cooling in demanding applications. Industrial Excellence: Durable, Quiet & Efficient ποΈ 10+ Years Durability 7kg robust construction with premium German engineering ensures reliable operation for over a decade in demanding industrial and commercial applications. Precision-balanced rotor and high-grade bearings provide exceptional service life. π Ultra-Quiet Operation Optimized aerodynamic design and precision-balanced components minimize vibration and noise generation. Ideal for noise-sensitive environments requiring effective cooling without acoustic disturbance. β‘ Energy Efficient (0.38/0.18kW) Dual power operation allows selection of optimal energy consumption for your application. Low 0.18kW setting provides energy-saving operation when full power isn't required, reducing operational costs. π¨ High Airflow & Effective Cooling Axial design at 1020/1560 RPM generates substantial airflow for effective heat dissipation. Ideal for applications requiring significant cooling capacity with reliable, consistent performance. TECHNICAL DATASHEET Precision Specifications Model Number FN040-VDK.0F.V7P2 Article Number 156244 Manufacturer ZIEHL-ABEGG GERMAN ENGINEERING Product Type Axial Fan Condition Original new from manufacturer Rated Power 0.38/0.18 kW ENERGY SAVING Rated Voltage 3~400 V Rated Current 0.29/0.68 A Speed 1020/1560 rpm ULTRA QUIET Frequency 50/60 Hz Net Weight 7 kg PRECISION BUILT Shipping Dimension 52 Γ 52 Γ 26 cm Country of Origin Germany HS Code 8414599099 Shipping, Warranty & Service Guarantee Global Shipping Hub: Dispatched from Hong Kong for efficient worldwide distribution with competitive shipping times. 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. Manufacturer Warranty: Backed by a full 1-year manufacturer's warranty from ZIEHL-ABEGG. Quality Guarantee: We sell only genuine ZIEHL-ABEGG products guaranteed to meet all factory specifications for fit, form, and function. Enjoy our 30-day return policy and commitment to 100% customer satisfaction. For Large Quantity Inquiries: Please contact our sales team at [email protected] for volume pricing and custom quotation for ZIEHL-ABEGG products. Frequently Asked Questions Q1: How does this fan achieve 10+ years of service life in demanding applications? A: The 7kg precision construction with ZIEHL-ABEGG's renowned German engineering ensures exceptional durability. Premium-grade materials, precision-balanced rotor assembly, industrial-grade bearings, and thermal-optimized components work together to provide reliable operation for over a decade, even in continuous-duty industrial environments. Q2: What makes this axial fan suitable for noise-sensitive environments? A: The optimized aerodynamic blade design and precision balancing significantly reduce both vibration and air turbulence noise. At 1020/1560 RPM, the fan operates at speeds that minimize acoustic disturbance while maintaining effective cooling performance, making it ideal for offices, laboratories, medical facilities, and residential applications. Q3: How does the dual power (0.38/0.18kW) feature improve energy efficiency? A: The dual power capability allows flexible operation based on cooling requirements. Use the 0.38kW setting for maximum airflow when needed, and switch to 0.18kW for energy-saving operation during lower cooling demand periods. This adaptability can significantly reduce energy consumption and operational costs over the fan's service life. Q4: What applications benefit most from this high-airflow axial fan? A: Ideal for applications requiring substantial cooling capacity with quiet operation including: industrial equipment cooling, HVAC systems, server room ventilation, machinery cooling, commercial refrigeration, agricultural equipment, and any setting where effective heat dissipation is critical. The 52Γ52Γ26cm compact design allows installation in various configurations while delivering industrial-grade performance. Need High-Performance Cooling Solutions? Contact our technical specialists for detailed airflow specifications, application-specific recommendations, or volume pricing for your industrial cooling requirements. Request Technical Specifications Request Volume Pricing
More you might like
Related
Kelvion Ventilatoreinheit kpl. 400V IP54 FN040-VDK.0F.V7P1 f
Related