{"id":14355,"date":"2023-11-23T15:38:38","date_gmt":"2023-11-23T15:38:38","guid":{"rendered":"https:\/\/fllux.shop\/?post_type=product&#038;p=14355"},"modified":"2026-03-18T08:21:39","modified_gmt":"2026-03-18T07:21:39","slug":"power-unit-350-p-15-kw","status":"publish","type":"product","link":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/","title":{"rendered":"POWER UNIT 350+ P &#8211; 15 KW"},"content":{"rendered":"\t\t<div data-elementor-type=\"product-post\" data-elementor-id=\"14355\" class=\"elementor elementor-14355\" data-elementor-post-type=\"product\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f2a58c3 e-con-full e-flex e-con e-parent\" data-id=\"f2a58c3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-07aba6d elementor-widget elementor-widget-template\" data-id=\"07aba6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"page\" data-elementor-id=\"17025\" class=\"elementor elementor-17025 elementor-15596 elementor-15596\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5bc8d99 e-flex e-con-boxed e-con e-parent\" data-id=\"5bc8d99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d61b07b elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"d61b07b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h2 class=\"jet-listing-dynamic-field__content\" >AL-KO POWER UNIT 350+ P - 15 KW High-Performance Dust Extractor<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11a4314 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"11a4314\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\" ><p>Breathe easy and maximize productivity with the AL-KO POWER UNIT 350+ P. This top-of-the-line mobile dust extractor efficiently removes dust and chips from a wide range of materials, ensuring a clean and healthy work environment in both workshops and industrial settings.<\/p>\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee1ff02 elementor-widget elementor-widget-jet-listing-dynamic-repeater\" data-id=\"ee1ff02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-repeater.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-repeater\"><div class=\"jet-listing-dynamic-repeater__items \"><li class=\"jet-listing-dynamic-repeater__item\"><i class=\"fa fa-check\"><\/i><p>Powerful 15 kW Motor<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><i class=\"fa fa-check\"><\/i><p>High Extraction Capacity (10,000 m\u00b3\/h)<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><i class=\"fa fa-check\"><\/i><p>Self-Cleaning Filter System (AL-KO OPTI JET\u00ae)<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><i class=\"fa fa-check\"><\/i><p>Certified Safety (DIN EN 16770, BG-GS)<\/p><\/li><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c470b9 elementor-widget elementor-widget-html\" data-id=\"9c470b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script> \r\n\/\/ Function to register string for WPML (if needed)\r\nfunction registerStringForWPML(stringName) {\r\n    if (typeof wpml_translate !== 'undefined') {\r\n        return wpml_translate('Custom Strings', stringName, stringName);\r\n    }\r\n    return stringName; \/\/ Fallback if wpml_translate is not defined\r\n}\r\n\r\njQuery(document).ready(function($){\r\n    $('#read-more-button').click(function(){\r\n        var container = $('.hidden-container');\r\n        var button = $(this);\r\n        \r\n        if (container.hasClass('show-container')) {\r\n            \/\/ Collapse the container\r\n            container.removeClass('show-container');\r\n            container.css('max-height', '250px'); \/\/ Collapsed height\r\n            \r\n            \/\/ Change button text to translated \"Show More\"\r\n            button.text(registerStringForWPML('Show More'));\r\n            \r\n            button.removeClass('show-less'); \/\/ Remove class for rotation and position change\r\n            \r\n            \/\/ Scroll smoothly to the top of the container with adjustment\r\n            $('html, body').animate({\r\n                scrollTop: container.offset().top - 250 \/\/ Adjust scroll to move to top of container\r\n            }, 500); \/\/ 500ms for smooth scroll\r\n        } else {\r\n            \/\/ Expand the container\r\n            container.addClass('show-container');\r\n            container.css('max-height', (container.get(0).scrollHeight + 5) + 'px'); \/\/ Expand with added 5px\r\n            \r\n            \/\/ Change button text to translated \"Show Less\"\r\n            button.text(registerStringForWPML('Show Less'));\r\n            \r\n            button.addClass('show-less'); \/\/ Add class for rotation and position change\r\n        }\r\n    });\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-469b8e4 hidden-container e-flex e-con-boxed e-con e-parent\" data-id=\"469b8e4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c5fd60b e-con-full e-flex e-con e-child\" data-id=\"c5fd60b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c74317d e-con-full e-flex e-con e-child\" data-id=\"c74317d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6b7568d e-con-full e-flex e-con e-child\" data-id=\"6b7568d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1f6a996 e-con-full e-flex e-con e-child\" data-id=\"1f6a996\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c3cf996 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"c3cf996\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h2 class=\"jet-listing-dynamic-field__content\" >Clean Air, Unmatched Performance<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4bb9e52 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"4bb9e52\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\" ><p>The POWER UNIT 350+ P is more than just a dust extractor; it's a commitment to a superior work environment. It meets and exceeds the latest safety regulations, allowing for direct placement in your workspace. With its powerful motor and efficient filtration, you can focus on your work, not the dust.<\/p>\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d592cd3 e-con-full e-flex e-con e-child\" data-id=\"d592cd3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e35d351 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"e35d351\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h2 class=\"jet-listing-dynamic-field__content\" >Key Features:<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2d2070 elementor-widget elementor-widget-jet-listing-dynamic-repeater\" data-id=\"b2d2070\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-repeater.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-repeater\"><div class=\"jet-listing-dynamic-repeater__items \"><div class=\"jet-listing-dynamic-repeater__item\"><h3 class=\"features-title\">Exceptional Extraction Power<\/h3>\r\n<p>First and foremost, the powerful 15 kW motor delivers an impressive maximum airflow of 10,000 m\u00b3\/h, ensuring effective dust removal even in the most demanding environments.<\/p><\/div><div class=\"jet-listing-dynamic-repeater__item\"><h3 class=\"features-title\">Advanced Filtration &amp; Cleaning<\/h3>\r\n<p>Additionally, the integrated pre-separator and the innovative AL-KO OPTI JET\u00ae filter cleaning system work hand-in-hand to maintain optimal suction power and extend filter life. The pleated filter cartridges are not only washable but also electrically conductive, preventing clogging and ensuring safety.<\/p><\/div><div class=\"jet-listing-dynamic-repeater__item\"><h3 class=\"features-title\">Quiet &amp; Efficient Operation<\/h3>\r\n<p>Furthermore, the aerodynamically optimized fan housing and backward-curved impeller design minimize noise levels while maximizing energy efficiency.  The convenient CEE plug with a phase inverter allows you to easily change the rotation direction as needed.<\/p><\/div><div class=\"jet-listing-dynamic-repeater__item\"><h3 class=\"features-title\">Safety &amp; Compliance<\/h3>\r\n<p> Finally, this unit is built with safety in mind. It's certified to DIN EN 16770 and BG-GS standards, and features an integrated automatic fire extinguishing system for added peace of mind.<\/p><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a840703 e-con-full e-flex e-con e-child\" data-id=\"a840703\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ece0584 e-con-full e-flex e-con e-child\" data-id=\"ece0584\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d247352 e-con-full e-flex e-con e-child\" data-id=\"d247352\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f9898f8 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"f9898f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h2 class=\"jet-listing-dynamic-field__content\" >Applications:<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6436029 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"6436029\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\" ><p data-sourcepos=\"38:1-38:38\">Ideal For:<\/p>\n<ul data-sourcepos=\"42:1-45:0\">\n<li data-sourcepos=\"42:1-42:131\"><strong><span class=\"citation-1 recitation\">Workshops &amp; Industrial Settings:<\/span><\/strong><span class=\"citation-1 recitation citation-end-1\"> Perfect for woodworking, metalworking, and other dust-generating processes.<\/span><span class=\"button-container ng-star-inserted\"> \u00a0<\/span>\n<div class=\"container hide\">\n<div class=\"carousel-container\">\n<div class=\"carousel-content\">\n<div class=\"sources-carousel-source hide ng-star-inserted\" data-test-id=\"sources-carousel-source\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/li>\n<li data-sourcepos=\"43:1-43:113\"><strong><span class=\"citation-2 recitation\">Multi-Machine Extraction:<\/span><\/strong><span class=\"citation-2 recitation citation-end-2\"> Efficiently handles simultaneous extraction from multiple machines.<\/span><span class=\"button-container ng-star-inserted\"> \u00a0<\/span>\n<div class=\"container hide\">\n<div class=\"carousel-container\">\n<div class=\"carousel-content\">\n<div class=\"sources-carousel-source hide ng-star-inserted\" data-test-id=\"sources-carousel-source\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/li>\n<li data-sourcepos=\"44:1-45:0\"><strong>Anywhere Clean Air Matters:<\/strong> Create a healthier and more productive workspace in any environment.<\/li>\n<\/ul>\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-80d7e63 e-con-full e-flex e-con e-child\" data-id=\"80d7e63\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-66bd493 e-con-full e-flex e-con e-child\" data-id=\"66bd493\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6901ccf e-con-full e-flex e-con e-child\" data-id=\"6901ccf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-378a327 e-con-full e-flex e-con e-child\" data-id=\"378a327\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7525ee5 elementor-widget elementor-widget-jet-listing-dynamic-image\" data-id=\"7525ee5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;sticky_offset&quot;:100,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0,&quot;sticky_parent&quot;:&quot;yes&quot;}\" data-widget_type=\"jet-listing-dynamic-image.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-image\" ><img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"704\" src=\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt.png\" class=\"jet-listing-dynamic-image__img attachment-full size-full\" alt=\"AL-KO POWER UNIT 350 P\" srcset=\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt.png 650w, https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt-277x300.png 277w, https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt-441x478.png 441w, https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt-300x325.png 300w, https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/power-unit-350p_gross_freigestellt-150x162.png 150w\" sizes=\"auto, (max-width: 360px) 147px, (max-width: 650px) 100vw, 650px\" loading=\"lazy\" \/><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5052542 e-con-full e-flex e-con e-child\" data-id=\"5052542\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cdaf03d elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"cdaf03d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><h2 class=\"jet-listing-dynamic-field__content\" >Technical Specifications:<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2bce356 elementor-widget elementor-widget-jet-listing-dynamic-repeater\" data-id=\"2bce356\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-repeater.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-repeater\"><div class=\"jet-listing-dynamic-repeater__items \"><li class=\"jet-listing-dynamic-repeater__item\"><p>Intake Nozzle:<\/p>\r\n<p>\u00f8 355 mm<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Motor Power:<\/p>\r\n<p>15 kW; 25.9A; 3 Ph<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Voltage: <\/p>\r\n<p>400 V \/ 50 Hz<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Max. Airflow:<\/p>\r\n<p>10,000 m\u00b3\/h<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Nominal Airflow: <\/p>\r\n<p>7,127\/7,839 m\u00b3\/h<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Negative Pressure: <\/p>\r\n<p>3,347\/2,863 Pa<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Filter Area:<\/p>\r\n<p> 73 m\u00b2<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Filter Cleaning:<\/p>\r\n<p>AL-KO OPTI JET\u00ae compressed air cleaning<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Filter Material:<\/p>\r\n<p>Category M, electrically conductive, washable, grey, aluminum-coated<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Filter Load: <\/p>\r\n<p>98 m\u00b3\/ (m\u00b2xh)<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Residual Dust Content: <\/p>\r\n<p>H3 \/ &lt;0.1 mg\/m\u00b3<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Chip Collection Volume:<\/p>\r\n<p>3 x 165 (241) Liters<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Basic Control:<\/p>\r\n<p>Micro SPS-Logo Siemens with plain text display<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Electrical Connections:<\/p>\r\n<p>No connection cable or plug included, 50A fuse required on-site<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Compressed Air Supply:<\/p>\r\n<p>\u00bd\u201d standard plug with maintenance unit (Air consumption: 142 Nltr\/ 4 bar)<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Volume Flow Monitoring:<\/p>\r\n<p>Differential pressure cell with warning lamp on the control cabinet<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Dimensions (L x W X H): <\/p>\r\n<p>3,130 x 1,058 x 2,361 mm<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Weight:<\/p>\r\n<p>approx. 1,040 kg<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Design \/ Operating Side:<\/p>\r\n<p>selectable right \/ left<\/p><\/li><li class=\"jet-listing-dynamic-repeater__item\"><p>Paint:<\/p>\r\n<p>RAL 7001 (silver grey) and RAL 7035 (light grey)<\/p><\/li><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2f22e59 elementor-widget elementor-widget-jet-listing-dynamic-field\" data-id=\"2f22e59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-listing-dynamic-field.default\">\n\t\t\t\t\t<div class=\"jet-listing jet-listing-dynamic-field display-inline\"><div class=\"jet-listing-dynamic-field__inline-wrap\"><div class=\"jet-listing-dynamic-field__content\" ><p>Ready to invest in a cleaner, healthier workspace? For a deep dive into the AL-KO POWER UNIT 350+ P and all its features, check out our blog post.<\/p>\n<\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e33ca99 e-flex e-con-boxed e-con e-parent\" data-id=\"e33ca99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8331d23 elementor-widget elementor-widget-button\" data-id=\"8331d23\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\" id=\"read-more-button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SHOW MORE<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f836fd elementor-widget elementor-widget-heading\" data-id=\"1f836fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Thank you!<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b45d575 elementor-widget elementor-widget-shortcode\" data-id=\"b45d575\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"page\" data-elementor-id=\"23951\" class=\"elementor elementor-23951\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-918d3ca e-flex e-con-boxed e-con e-parent\" data-id=\"918d3ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e029d8c elementor-widget elementor-widget-heading\" data-id=\"e029d8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How the AL-KO POWER UNIT generally works<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-322f5e3 elementor-widget elementor-widget-video\" data-id=\"322f5e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/Hl58DHezTEY?vq=hd720&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb60280 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"fb60280\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">The versatile AL-KO POWER UNIT\u00ae series impresses with innovative technology and many well thought-out details.\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22e6f31 e-flex e-con-boxed e-con e-parent\" data-id=\"22e6f31\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9b7b8ad elementor-widget elementor-widget-heading\" data-id=\"9b7b8ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Power Unit Performance Comparison<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75d3114 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"75d3114\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Easily compare the performance metrics of AL-KO Power Units, from airflow to motor rating, vacuum capacity, and noise levels. This table helps you identify the best fit for your specific requirements by analyzing key data points.\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c23200 elementor-widget elementor-widget-jet-table\" data-id=\"5c23200\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-jet-table jet-elements\">\n\t\t<div class=\"jet-table-wrapper\">\n\t\t\t<table class=\"jet-table jet-table--fa5-compat\">\n\t\t\t\t<thead class=\"jet-table__head\"><tr class=\"jet-table__head-row\"><th class=\"jet-table__cell elementor-repeater-item-af1ec77 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Device Type<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-330415a jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 100<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-0cd64c0 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 120<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-806b38d jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 140<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-8a1f2e9 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 160<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-6082834 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 200<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-a34e031 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 250<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-676dc54 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 300<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-4888e08 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 350<\/div><\/div><\/div><\/th><th class=\"jet-table__cell elementor-repeater-item-5f78594 jet-table__head-cell\" scope=\"col\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">Power Unit 350+<\/div><\/div><\/div><\/th><\/tr><\/thead>\n\t\t\t\t\t\t\t\t<tbody class=\"jet-table__body\"><tr class=\"jet-table__body-row elementor-repeater-item-72986b2\"><td class=\"jet-table__cell elementor-repeater-item-c25a792 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Suction nozzle \u00d8 in mm<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-fbc15e2 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">100<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-4ecd10e jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">120<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-385d4cd jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">140<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-00d9481 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">160<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-57d63b9 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">200<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-5e4a627 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">250<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-c2d57fa jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">300<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-a0f65bd jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">350<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-b578de7 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">355<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-4e8db21\"><td class=\"jet-table__cell elementor-repeater-item-767ea66 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Max. airflow in m3\/h<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-5afaf6c jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">790<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-605c7f5 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.140<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-6509817 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.600<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-afd8576 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2.000<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-77a03e7 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3.010<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-6998c45 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">4.900<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-26ac303 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">6.000\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-673a549 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">8.500<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-3d9a1c7 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">10.000\n<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-6224725\"><td class=\"jet-table__cell elementor-repeater-item-e0c477c jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Max. negative pressure Pa.<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-edb8a30 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2,600<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-6ee488e jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2,900\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-02d409f jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2,700<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-1bf4cff jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2,800\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-e245fb0 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2,900<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-079d222 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3,500<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-636ddca jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3,900<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-771227a jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3,800\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-42941d8 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">4,200<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-9a9afbe\"><td class=\"jet-table__cell elementor-repeater-item-ded0438 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Rated engine power kW<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-81c6b60 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.1<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-82638f7 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.5<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-efae5cd jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2.2<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-d61593c jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2.2<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-e9354f6 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-a0d78d2 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">7.5<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-0e1c3ec jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">7.5<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-fd77d4f jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">11<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-cc6dd8b jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">15<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-bf89d46\"><td class=\"jet-table__cell elementor-repeater-item-5f3e21d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Filter area m 2<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-e92b8c1 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">4.1<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-2390b5d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">5.1<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-4ac39f1 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">6.3<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-874453f jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">9.1<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-43d231f jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">13.8<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-3867a1b jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">22.4<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-84b13e1 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">30<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-629606c jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">73<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-ed4ae2b jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">73<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-76c4a48\"><td class=\"jet-table__cell elementor-repeater-item-2b9ea4f jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Sound pressure level dB(A)<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-f5ddc75 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">69<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-9458268 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">71<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-4e76c91 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">70<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-9ceb990 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">70<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-59d286d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">72<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-442731c jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">71<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-76e4522 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">71<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-d520832 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">71<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-b3082ed jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">73<\/div><\/div><\/div><\/td><\/tr><tr class=\"jet-table__body-row elementor-repeater-item-756cd03\"><td class=\"jet-table__cell elementor-repeater-item-2124e54 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\"><b>Dimensions (L x W x H) mm<\/b><\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-4454ac2 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.178 x 650 x 1.973\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-c6b765d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.178 x 650 x 1.973\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-74be492 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.180 x 830 x 2.050\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-5e18a8d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">1.800 x 830 x 2.050\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-bba2e0b jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2.296 x 830 x 2.050\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-88d6179 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">2.351 x 1.058 x 2.361\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-6ef6ce3 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3.000 x 1.058 x 2.361\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-2de1466 jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3.129 x 1.058 x 2.361\t<\/div><\/div><\/div><\/td><td class=\"jet-table__cell elementor-repeater-item-5ce2e0d jet-table__body-cell\"><div class=\"jet-table__cell-inner\"><div class=\"jet-table__cell-content\"><div class=\"jet-table__cell-text\">3.130 x 1.058 x 2.361\n<\/div><\/div><\/div><\/td><\/tr><\/tbody>\n\t\t\t<\/table>\n\t\t<\/div>\n\n\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58baa90 elementor-widget elementor-widget-heading\" data-id=\"58baa90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">All information is approximate values \u200b\u200bbased on the basic version, technical changes reserved\n<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div style='text-align:left' class='yasr-auto-insert-visitor'><\/div>","protected":false},"excerpt":{"rendered":"<p>Thank you!<\/p>\n","protected":false},"featured_media":14338,"template":"","meta":{"yasr_overall_rating":0,"yasr_post_is_review":"","yasr_auto_insert_disabled":"","yasr_review_type":""},"product_brand":[],"product_cat":[159,62],"product_tag":[],"class_list":{"0":"post-14355","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-industrial-dust-extractors","7":"product_cat-suction-devices","9":"first","10":"outofstock","11":"taxable","12":"shipping-taxable","13":"purchasable","14":"product-type-simple"},"exclude_global_add_ons":[],"addons":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>POWER UNIT 350+ P - 15 KW - Fllux Shop<\/title>\n<meta name=\"description\" content=\"The AL-KO POWER UNIT 350+ P is a high-performance dust extractor for workshops &amp; industrial use. Clean air, powerful extraction, and advanced features.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"POWER UNIT 350+ P - 15 KW - Fllux Shop\" \/>\n<meta property=\"og:description\" content=\"The AL-KO POWER UNIT 350+ P is a high-performance dust extractor for workshops &amp; industrial use. Clean air, powerful extraction, and advanced features.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/\" \/>\n<meta property=\"og:site_name\" content=\"Fllux Shop\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/fllux.shop\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-18T07:21:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/fllux.shop\/wp-content\/uploads\/2023\/11\/POWERUNIT-300_klein_freigestellt.png\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"279\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Prijs\" \/>\n\t<meta name=\"twitter:data1\" content=\"23.499,00&nbsp;&euro; incl. btw\" \/>\n\t<meta name=\"twitter:label2\" content=\"Beschikbaarheid\" \/>\n\t<meta name=\"twitter:data2\" content=\"Uitverkocht\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/\",\"url\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/\",\"name\":\"POWER UNIT 350+ P - 15 KW - Fllux Shop\",\"isPartOf\":{\"@id\":\"https:\/\/fllux.shop\/nl\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/POWERUNIT-300_klein_freigestellt.png\",\"datePublished\":\"2023-11-23T15:38:38+00:00\",\"dateModified\":\"2026-03-18T07:21:39+00:00\",\"description\":\"The AL-KO POWER UNIT 350+ P is a high-performance dust extractor for workshops & industrial use. Clean air, powerful extraction, and advanced features.\",\"breadcrumb\":{\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/#primaryimage\",\"url\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/POWERUNIT-300_klein_freigestellt.png\",\"contentUrl\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/POWERUNIT-300_klein_freigestellt.png\",\"width\":300,\"height\":279,\"caption\":\"POWER UNIT 350+ P - 15 KW\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/fllux.shop\/nl\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Winkel\",\"item\":\"https:\/\/fllux.shop\/winkel\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Zuiginstallaties\",\"item\":\"https:\/\/fllux.shop\/nl\/product-categorie\/zuiginstallaties\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"POWER UNIT 350+ P &#8211; 15 KW\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/fllux.shop\/nl\/#website\",\"url\":\"https:\/\/fllux.shop\/nl\/\",\"name\":\"Fllux Shop\",\"description\":\"Your Complete Industrial Piping Partner\",\"publisher\":{\"@id\":\"https:\/\/fllux.shop\/nl\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/fllux.shop\/nl\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/fllux.shop\/nl\/#organization\",\"name\":\"Fllux Shop\",\"url\":\"https:\/\/fllux.shop\/nl\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\/\/fllux.shop\/nl\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/cropped-dark-fllux.png\",\"contentUrl\":\"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/cropped-dark-fllux.png\",\"width\":400,\"height\":136,\"caption\":\"Fllux Shop\"},\"image\":{\"@id\":\"https:\/\/fllux.shop\/nl\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/fllux.shop\"],\"hasMerchantReturnPolicy\":{\"@type\":\"MerchantReturnPolicy\",\"merchantReturnLink\":\"https:\/\/fllux.shop\/return-policy\/\"}},false]}<\/script>\n<meta property=\"product:price:amount\" content=\"23499.00\" \/>\n<meta property=\"product:price:currency\" content=\"EUR\" \/>\n<meta property=\"og:availability\" content=\"out of stock\" \/>\n<meta property=\"product:availability\" content=\"out of stock\" \/>\n<meta property=\"product:condition\" content=\"new\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"POWER UNIT 350+ P - 15 KW - Fllux Shop","description":"The AL-KO POWER UNIT 350+ P is a high-performance dust extractor for workshops & industrial use. Clean air, powerful extraction, and advanced features.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/","og_locale":"nl_NL","og_type":"article","og_title":"POWER UNIT 350+ P - 15 KW - Fllux Shop","og_description":"The AL-KO POWER UNIT 350+ P is a high-performance dust extractor for workshops & industrial use. Clean air, powerful extraction, and advanced features.","og_url":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/","og_site_name":"Fllux Shop","article_publisher":"https:\/\/facebook.com\/fllux.shop","article_modified_time":"2026-03-18T07:21:39+00:00","og_image":[{"width":300,"height":279,"url":"https:\/\/fllux.shop\/wp-content\/uploads\/2023\/11\/POWERUNIT-300_klein_freigestellt.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Prijs":"23.499,00&nbsp;&euro; incl. btw","Beschikbaarheid":"Uitverkocht"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/","url":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/","name":"POWER UNIT 350+ P - 15 KW - Fllux Shop","isPartOf":{"@id":"https:\/\/fllux.shop\/nl\/#website"},"primaryImageOfPage":{"@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/#primaryimage"},"image":{"@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/#primaryimage"},"thumbnailUrl":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/POWERUNIT-300_klein_freigestellt.png","datePublished":"2023-11-23T15:38:38+00:00","dateModified":"2026-03-18T07:21:39+00:00","description":"The AL-KO POWER UNIT 350+ P is a high-performance dust extractor for workshops & industrial use. Clean air, powerful extraction, and advanced features.","breadcrumb":{"@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/#primaryimage","url":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/POWERUNIT-300_klein_freigestellt.png","contentUrl":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/POWERUNIT-300_klein_freigestellt.png","width":300,"height":279,"caption":"POWER UNIT 350+ P - 15 KW"},{"@type":"BreadcrumbList","@id":"https:\/\/fllux.shop\/nl\/product\/power-unit-350-p-15-kw\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fllux.shop\/nl\/"},{"@type":"ListItem","position":2,"name":"Winkel","item":"https:\/\/fllux.shop\/winkel\/"},{"@type":"ListItem","position":3,"name":"Zuiginstallaties","item":"https:\/\/fllux.shop\/nl\/product-categorie\/zuiginstallaties\/"},{"@type":"ListItem","position":4,"name":"POWER UNIT 350+ P &#8211; 15 KW"}]},{"@type":"WebSite","@id":"https:\/\/fllux.shop\/nl\/#website","url":"https:\/\/fllux.shop\/nl\/","name":"Fllux Shop","description":"Your Complete Industrial Piping Partner","publisher":{"@id":"https:\/\/fllux.shop\/nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fllux.shop\/nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/fllux.shop\/nl\/#organization","name":"Fllux Shop","url":"https:\/\/fllux.shop\/nl\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/fllux.shop\/nl\/#\/schema\/logo\/image\/","url":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/cropped-dark-fllux.png","contentUrl":"https:\/\/flluxcdn.b-cdn.net\/wp-content\/uploads\/2023\/11\/cropped-dark-fllux.png","width":400,"height":136,"caption":"Fllux Shop"},"image":{"@id":"https:\/\/fllux.shop\/nl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/fllux.shop"],"hasMerchantReturnPolicy":{"@type":"MerchantReturnPolicy","merchantReturnLink":"https:\/\/fllux.shop\/return-policy\/"}},false]},"product_price_amount":"23499.00","product_price_currency":"EUR","og_availability":"out of stock","product_availability":"out of stock","product_condition":"new"},"yasr_visitor_votes":{"stars_attributes":{"read_only":false,"span_bottom":false},"number_of_votes":0,"sum_votes":0},"_links":{"self":[{"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product\/14355","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/types\/product"}],"version-history":[{"count":1,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product\/14355\/revisions"}],"predecessor-version":[{"id":39558,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product\/14355\/revisions\/39558"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/media\/14338"}],"wp:attachment":[{"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/media?parent=14355"}],"wp:term":[{"taxonomy":"product_brand","embeddable":true,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product_brand?post=14355"},{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product_cat?post=14355"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/fllux.shop\/nl\/wp-json\/wp\/v2\/product_tag?post=14355"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}