FL050-VDK.4I.V5P 400V 0.69/0.44kW 1.5/0.76A 1280/1000rpm 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, #0066cc 0%, #004c99 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: #ff6600; } .product-title { font-size: 2.4em; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.5px; } .voltage-badge { display: inline-block; background: #ff6600; color: white; padding: 8px 20px; border-radius: 20px; font-weight: 600; font-size: 1.1em; margin-bottom: 15px; text-transform: uppercase; } .unique-feature-badge { display: inline-block; background: #28a745; color: white; padding: 6px 15px; border-radius: 15px; font-weight: 600; font-size: 0.9em; margin-left: 10px; vertical-align: middle; } .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: #0066cc; 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 #0066cc; 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,102,204,0.15); } .benefit-icon { font-size: 2.8em; margin-bottom: 20px; display: block; height: 60px; } .benefit-title { font-size: 1.2em; color: #0066cc; 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: #cc0000; 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: #0066cc; width: 40%; background-color: #f0f8ff; } .highlight-cell { color: #ff6600; font-weight: 600; } .unique-power-cell { color: #28a745; font-weight: 700; background-color: #f0fff4; } .shipping-section { padding: 40px 30px; background: #f8f9fa; margin: 30px; border-radius: 8px; } .shipping-title { font-size: 1.6em; color: #0066cc; 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: #28a745; font-weight: bold; } .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: #0066cc; 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: #0066cc; 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: #0066cc; 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: #0066cc; 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 #0066cc; } .contact-button:hover { background: white; color: #0066cc; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0,102,204,0.2); } .german-badge { display: inline-block; background: #000; color: #ff6600; 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; } } @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; } .voltage-badge { font-size: 1em; padding: 6px 15px; } .unique-feature-badge { display: block; margin: 10px auto; width: fit-content; } } ZIEHL-ABEGG FL050-VDK.4I.V5P Axial Fan 400V Industrial Reverse Power Profile Innovative 400V axial fan with unique reverse power profile: 0.69kW (50Hz) to 0.44kW (60Hz) for energy-efficient industrial ventilation. Engineered for Energy Efficiency β‘ Reverse Power Profile Unique 0.69kW (50Hz) to 0.44kW (60Hz) design - higher performance at 50Hz, lower consumption at 60Hz for optimal efficiency. π Reverse Speed Operation 1280 RPM (50Hz) to 1000 RPM (60Hz) - higher speed at lower frequency for specific application requirements. π 400V Industrial Design Optimized for 400V three-phase industrial power systems with robust 5kg construction for demanding environments. ποΈ VDK Variable Control Equipped with VDK technology for precise variable speed control and compatibility with frequency converters. DATASHEET Technical Specifications Model Number FL050-VDK.4I.V5P Article Number 132503 Motor Number MK106-VDL.14.U Manufacturer ZIEHL-ABEGG GERMANY Product Type Axial Fan Condition Original new from manufacturer Rated Power (50/60 Hz) 0.69 kW / 0.44 kW Rated Voltage 3~ 400 V Rated Current (50/60 Hz) 1.5 A / 0.76 A Speed (50/60 Hz) 1280 rpm / 1000 rpm Frequency 50/60 Hz Net Weight 15 kg Shipping Dimension 60 Γ 60 Γ 30 cm Country of Origin Germany HS Code 8414599099 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. Our Promise: We sell only genuine ZIEHL-ABEGG products. Enjoy a 30-day return policy and our commitment to 100% satisfaction. Frequently Asked Questions Q1: Why does this fan have a reverse power profile (0.69kW at 50Hz to 0.44kW at 60Hz)? A: This unique design is engineered for specific regional application requirements. The higher power at 50Hz (0.69kW) provides increased performance for European/Asian markets, while the lower power at 60Hz (0.44kW) offers energy savings for American markets - all while maintaining appropriate airflow for intended applications. Q2: What does the "reverse speed" operation mean (1280 RPM at 50Hz to 1000 RPM at 60Hz)? A: Unlike conventional fans, the FL050-VDK.4I.V5P operates at higher RPM at lower frequency (1280 RPM at 50Hz) and lower RPM at higher frequency (1000 RPM at 60Hz). This is carefully engineered to optimize torque characteristics and meet specific airflow requirements in different regional applications. Q3: What does the ".4I.V5P" suffix indicate in the model number? A: In ZIEHL-ABEGG's nomenclature, ".4I" typically indicates a specific motor variant with enhanced insulation, while "V5P" denotes special performance characteristics including the reverse power profile and optimized speed-torque curve for specific industrial applications. Q4: What applications benefit from this reverse power profile design? A: Ideal for global equipment manufacturers who need consistent cooling performance across different regional power grids, energy-sensitive applications in 60Hz regions, and systems where lower power consumption at higher frequencies provides operational cost benefits without sacrificing reliability. Need Specialized Industrial Ventilation? Contact our technical experts for detailed performance curves, application-specific recommendations, or custom solutions for your unique ventilation requirements. Consult Technical Team