FB050-4DK.4I.V4P(Arti No:125331) MK106-4DB.14U ZIEHL-ABEGG Axial Fan 3-460V 50/60HZ 0.93KW
* { 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, #1A237E 0%, #283593 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: #00BCD4; } .product-title { font-size: 2.4em; font-weight: 700; margin-bottom: 10px; letter-spacing: 0.5px; } .feature-badge { display: inline-block; background: #00BCD4; 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: #1A237E; 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 #1A237E; 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(26,35,126,0.15); } .benefit-icon { font-size: 2.8em; margin-bottom: 20px; display: block; height: 60px; } .benefit-title { font-size: 1.2em; color: #1A237E; 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: #E8EAF6; } .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: #1A237E; 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: #C62828; 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: #1A237E; width: 40%; background-color: #f0f8ff; } .highlight-cell { color: #1A237E; font-weight: 700; background-color: #E8EAF6; } .efficiency-cell { color: #2E7D32; font-weight: 700; background-color: #F0FFF4; } .high-airflow-cell { color: #1A237E; font-weight: 700; background-color: #E8EAF6; } .quiet-cell { color: #7B1FA2; font-weight: 700; background-color: #F3E5F5; } .industrial-cell { color: #333; font-weight: 600; background-color: #f8f9fa; } .high-voltage-cell { color: #1A237E; font-weight: 700; background-color: #E8EAF6; border-left: 4px solid #00BCD4; } .shipping-section { padding: 40px 30px; background: #f8f9fa; margin: 30px; border-radius: 8px; } .shipping-title { font-size: 1.6em; color: #1A237E; 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 #00BCD4; padding: 20px; margin-top: 20px; border-radius: 5px; } .bulk-inquiry strong { color: #1A237E; } .faq-section { padding: 50px 30px; background: #E8EAF6; margin: 30px; border-radius: 10px; border: 1px solid #C5CAE9; } .faq-title { text-align: center; font-size: 1.8em; color: #1A237E; margin-bottom: 35px; font-weight: 600; } .faq-item { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 2px solid #C5CAE9; } .faq-item:last-child { border-bottom: none; margin-bottom: 0; } .faq-question { color: #1A237E; 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, #E8EAF6 0%, #C5CAE9 100%); text-align: center; border-radius: 10px; margin: 30px; } .cta-title { font-size: 1.6em; color: #1A237E; 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: #1A237E; 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 #1A237E; margin: 5px 10px; } .contact-button:hover { background: white; color: #1A237E; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(26,35,126,0.2); } .contact-button.secondary { background: #00BCD4; border-color: #00BCD4; color: #333; } .contact-button.secondary:hover { background: white; color: #00BCD4; } .german-badge { display: inline-block; background: #000; color: #00BCD4; 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: #1A237E; 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; } .high-voltage-badge { display: inline-block; background: #1A237E; color: white; padding: 6px 15px; border-radius: 15px; font-weight: bold; font-size: 0.85em; margin-left: 10px; vertical-align: middle; } .axial-badge { display: inline-block; background: #00BCD4; color: #333; 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: #5D4037; 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); } } @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 FB050-4DK.4I.V4P Axial Fan 460V High-Power Industrial Axial Fan Professional 930W high-performance axial fan with 1510 RPM operation (Motor: MK106-4DB.14U), engineered for exceptional durability exceeding 10 years, ultra-quiet performance, high airflow efficiency, and energy-saving operation across demanding 460V industrial applications. High-Performance 460V Industrial Axial Fan ⏳ 10+ Years Industrial Durability German-engineered ZIEHL-ABEGG construction with 12kg robust industrial design ensures reliable, long-term operation exceeding 10+ years in demanding 460V environments. Premium industrial-grade materials, precision-balanced rotor assembly, heavy-duty bearings (Motor: MK106-4DB.14U), and reinforced housing guarantee exceptional lifespan for continuous high-voltage industrial applications. 🔇 Ultra-Quiet 1510 RPM Operation Optimized 1510 RPM operation provides exceptionally quiet performance through advanced acoustic engineering. Specialized blade design with aerodynamically optimized profiles minimizes turbulence and noise generation at this industrial speed. Precision dynamic balancing and vibration-damping construction ensure low-noise operation suitable for 460V industrial environments where acoustic comfort is important despite high-power requirements. ⚡ Energy Efficient High-Power (930W) 930W power rating with efficient 1.65A current draw provides optimal energy performance for 460V 3-phase applications. The efficient current-to-power ratio indicates high motor efficiency and excellent power factor. 460V operation offers higher efficiency, reduced current requirements, and better power distribution compared to lower voltage systems in industrial settings. 💨 High-Volume Airflow & Superior Cooling Efficient axial fan design at 1510 RPM generates substantial high-volume airflow for effective heat dissipation and ventilation in demanding industrial applications. 58×58×30cm industrial footprint provides superior cooling performance with minimal pressure drop, making it ideal for applications requiring powerful air movement with straight-through airflow characteristics in 460V industrial environments. Industry Applications The FB050-4DK.4I.V4P axial fan is engineered for diverse industrial applications requiring reliable, high-power 460V airflow solutions with minimal noise and optimal performance in demanding high-voltage environments. 🏭 Industrial Ventilation Systems ❄️ Industrial Air Conditioning 🧊 Industrial Refrigeration 🔥 Industrial Heating Systems ⚙️ Electrical Cabinet Cooling 🔌 Frequency Converters 🚄 Rail Transportation Systems 🏭 HVAC (FFU/AHU) Systems 🌫️ Industrial Air Purification 🚗 Automotive Manufacturing 🏢 Commercial Building HVAC 🖥️ Data Center Cooling 🏥 Hospital Ventilation Systems 🎛️ Industrial Control Systems 🏭 Factory Air Exchange 🔬 Laboratory Fume Hoods 🏭 Manufacturing Equipment 🌡️ Heat Exchanger Systems 🌬️ Tunnel Ventilation 🏗️ Construction Ventilation ⚡ High-Voltage Equipment Cooling DATASHEET Technical Specifications Model Number FB050-4DK.4I.V4P Motor Number MK106-4DB.14U MATCHED MOTOR Manufacturer ZIEHL-ABEGG GERMANY Product Type Axial Fan HIGH PERFORMANCE Condition Original new from manufacturer Rated Power 930 W HIGH POWER Rated Voltage 460 V 3-Phase INDUSTRIAL HIGH VOLTAGE Frequency 50/60 Hz Rated Current 1.65 A Speed 1510 rpm OPTIMIZED SPEED Net Weight 12 kg HEAVY DUTY Shipping Dimension 58 × 58 × 30 cm INDUSTRIAL SIZE 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 fan design with 12kg construction and matched MK106-4DB.14U motor ensure 10+ years of reliable service in demanding 460V industrial applications? A: The 12kg heavy-duty industrial construction with matched MK106-4DB.14U motor provides exceptional durability for continuous operation in demanding 460V industrial environments. ZIEHL-ABEGG's German engineering excellence includes specially designed 460V 3-phase motor components, industrial-grade ball bearings rated for extended service life (minimum 60,000 hours), reinforced aluminum housing with corrosion-resistant coating, and premium-grade electrical insulation materials rated for 460V applications. The matched motor-fan combination ensures optimal performance and efficiency. This axial fan delivers reliable performance exceeding 10 years in high-voltage applications such as factory ventilation, industrial HVAC, and heavy manufacturing processes. The axial rotor design with precision dynamic balancing and aerodynamically optimized blade structure distributes mechanical stress evenly, reducing wear on critical components in high-power 460V operation. Q2: How does this 460V high-power axial fan achieve ultra-quiet operation at 1510 RPM in industrial environments despite its 930W power rating? A: The optimized 1510 RPM operation combined with ZIEHL-ABEGG's advanced acoustic engineering provides exceptionally quiet performance for a 930W 460V industrial axial fan. The specially designed blade geometry with aerodynamically optimized profiles and carefully calculated blade angles minimizes turbulence and noise generation at this industrial operating speed. Precision dynamic balancing of the entire rotating assembly (better than ISO G2.5 standard) significantly reduces vibration and mechanical noise transmission. The 12kg construction provides effective mass damping that reduces vibration transmission to mounting structures. Advanced 460V 3-phase motor technology with optimized magnetic circuits, smooth commutation, and specialized winding design reduces electromagnetic noise. The housing incorporates noise-damping features and optimized airflow paths that minimize air turbulence. These engineering features combine to make this high-power fan exceptionally quiet for its performance class in 460V applications. Q3: How does the 930W power rating with 460V 3-phase operation provide optimal energy efficiency for high-performance industrial applications? A: The 930W power rating with 460V 3-phase operation offers significant energy efficiency advantages for industrial axial fan applications. The 460V operation reduces current requirements (only 1.65A) compared to lower voltage systems delivering the same power, which minimizes I²R losses in power distribution systems and reduces voltage drop in long cable runs. This higher voltage operation provides better power factor (typically >0.85) and higher overall electrical efficiency. The matched MK106-4DB.14U motor is specifically optimized for 460V operation, ensuring maximum efficiency across the operating range. For industrial facilities with 460V infrastructure, this fan operates at optimal efficiency with minimal energy losses. The reduced current draw also allows for smaller gauge wiring and reduced infrastructure costs, while the 3-phase operation provides balanced load distribution and smooth power delivery for continuous industrial operation. Q4: What specific advantages does this 460V industrial axial fan offer for modern high-voltage manufacturing, HVAC, and heavy-duty cooling applications? A: The FB050-4DK.4I.V4P with 58×58×30cm industrial axial design, 460V 3-phase operation, and 930W high-power performance provides unique advantages for demanding industrial airflow applications requiring high-voltage power. The 460V operation is specifically designed for industrial power systems in regions with higher voltage standards or facilities with 460V infrastructure, offering reduced current requirements, lower distribution losses, and compatibility with industrial motor control equipment. This makes it ideal for large manufacturing facilities, industrial plants, and applications where 460V power is standard. The axial configuration excels at moving large volumes of air efficiently with minimal pressure drop, making it ideal for industrial ventilation, factory air exchange, cooling towers, and applications requiring powerful straight-through airflow. The compact 58×58×30cm footprint allows installation in space-constrained industrial locations while delivering substantial airflow. For manufacturing facilities, it provides reliable high-volume ventilation for worker safety, process cooling, and heat removal from high-power equipment. The combination of high power, 460V operation, and matched motor design makes it an ideal solution for industrial applications requiring reliable, efficient high-volume air movement with high-voltage power compatibility. Need 460V High-Power Axial Fan Solutions? Contact our technical specialists for application-specific recommendations, performance data, or volume pricing for your 460V industrial axial fan requirements. Request Technical Support Request Volume Pricing
More you might like
Related
FB050-4DK.4I.V4P Lüftereinheit VT01162 Güntner
Related
Güntner Ventilatoreinheit kompl. 400V VT01162 FB050-4DK.4I.V
Related
ZIEHL-ABEGG FB050-4DK.4I.6P Axial Fan | 0.50/0.72KW Dual-Pow
Related