{"id":10569,"date":"2025-07-10T10:43:49","date_gmt":"2025-07-10T10:43:49","guid":{"rendered":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/?page_id=10569"},"modified":"2025-07-10T10:43:50","modified_gmt":"2025-07-10T10:43:50","slug":"general-industrial","status":"publish","type":"page","link":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/industries\/general-industrial\/","title":{"rendered":"General &amp; Industrial"},"content":{"rendered":"\n<div id=\"block_6776fbd97386035633dea9f687247ab8\" class=\"product-highlights-block bg-white text-primary py-20\" style=\"padding-top: 220px;\">\n    <div class=\"container\">\n        <div class=\"row justify-between\">\n\n                            <div class=\"col-xl-5 col-lg-5 col-md-6  mb-16 md:mb-0 \">\n                    <div class=\"product-slideshow [&#038;_.slick-dots]:flex [&#038;_.slick-dots]:mt-10 [&#038;_.slick-dots]:relative [&#038;_.slick-dots]:bottom-0 [&#038;_li]:flex [&#038;_li]:!h-[6px] [&#038;_li]:rounded-[22px] [&#038;_li]:!w-full [&#038;_li]:opacity-40 [&#038;_.slick-active]:opacity-100 [&#038;_.product-dot]:!w-full [&#038;_.product-dot]:!h-[6px] [&#038;_.product-dot]:!rounded-[22px] [&#038;_.product-dot]:!before:content-[''] [&#038;_.product-dot]:!bg-brand1\" id=\"slideshow-block_6776fbd97386035633dea9f687247ab8\">\n\n                                                                                                                <div class=\"slide\">\n                                    <img decoding=\"async\" src=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-content\/uploads\/sites\/5\/2024\/05\/Food-Confectionary-Web-Image.png\"\n                                        alt=\"\"\n                                        class=\"w-full h-auto rounded-lg shadow-lg\" \/>\n                                <\/div>\n                                                                                                                                            <div class=\"slide\">\n                                    <img decoding=\"async\" src=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-content\/uploads\/sites\/5\/2024\/05\/Food-Confectionary-Web-Image2.png\"\n                                        alt=\"\"\n                                        class=\"w-full h-auto rounded-lg shadow-lg\" \/>\n                                <\/div>\n                                                                                                                                            <div class=\"slide\">\n                                    <img decoding=\"async\" src=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-content\/uploads\/sites\/5\/2024\/05\/Food-Confectionary-Web-Image3.png\"\n                                        alt=\"\"\n                                        class=\"w-full h-auto rounded-lg shadow-lg\" \/>\n                                <\/div>\n                                                                                                                                            <div class=\"slide\">\n                                    <img decoding=\"async\" src=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-content\/uploads\/sites\/5\/2024\/05\/Food-Confectionary-Web-Image4.png\"\n                                        alt=\"\"\n                                        class=\"w-full h-auto rounded-lg shadow-lg\" \/>\n                                <\/div>\n                                                    \n                    <\/div>\n                <\/div>\n            \n\n            <div class=\"col-xl-6 col-lg-6 col-md-6\">\n\n                \n                                    <div class=\"content-area [&#038;_ul]:list-none [&#038;_ul]:pl-0 [&#038;_li]:relative [&#038;_li]:pl-8 [&#038;_li]:uppercase [&#038;_li]:font-black [&#038;_li]:mb-4 [&#038;_li]:before:content-['\\e000'] [&#038;_li]:before:font-['Font_Awesome_Kit'] [&#038;_li]:before:absolute [&#038;_li]:before:left-0 [&#038;_li]:before:top-1\/2 [&#038;_li]:before:-translate-y-1\/2 [&#038;_li]:before:text-xl text-primary\">\n                        <h1>General &amp; Industrial<\/h1>\n<ul>\n<li>Streamlined material handling processes<\/li>\n<li>Accurate measurement and control<\/li>\n<li>Tailored solutions for diverse materials<\/li>\n<li>Seamless incorporation into existing setups<\/li>\n<li>Meeting industry standards and regulations<\/li>\n<\/ul>\n                    <\/div>\n                \n                                    <div class=\"mt-8\">\n                        <a href=\"#cta\"\n                            target=\"\"\n                            class=\"site-btn\">\n                            Contact us <i class=\"fa-solid fa-arrow-up-right\"><\/i>\n                        <\/a>\n                    <\/div>\n                \n                                    <div class=\"files-grid grid grid-cols-2 gap-4 mt-8\">\n                                                        <a href=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-content\/uploads\/sites\/5\/2025\/07\/Summit-Dynamics-Catalogue-2025-reduced-size.pdf\"\n                                    target=\"_blank\"\n                                    class=\"file-item overflow-hidden p-2 rounded-[8px] border-2 border-gray-200 hover:border-brand1 transition-all duration-300 flex items-center gap-4\">\n                                    <i class=\"fa-solid fa-file-pdf text-3xl mb-2 text-brand1\"><\/i>\n                                    <div class=\"file-info\">\n\n                                        <div class=\"uppercase font-black text-sm\">\n                                            Download Datasheet\n                                        <\/div>\n\n                                        <span class=\"text-sm font-medium truncate w-full\">\n                                            Summit Dynamic Solutions Catalogue                                        <\/span>\n\n                                    <\/div>\n                                <\/a>\n                                            <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    jQuery(document).ready(function($) {\n        const blockId = 'block_6776fbd97386035633dea9f687247ab8';\n        const $slideshow = $(`#slideshow-${blockId}`);\n\n        function waitForSlick() {\n            return new Promise((resolve, reject) => {\n                let attempts = 0;\n                const maxAttempts = 10;\n                const checkSlick = () => {\n                    if (typeof $.fn.slick !== 'undefined') {\n                        resolve();\n                    } else if (attempts < maxAttempts) {\n                        attempts++;\n                        setTimeout(checkSlick, 100);\n                    } else {\n                        reject(new Error('Slick not loaded'));\n                    }\n                };\n                checkSlick();\n            });\n        }\n\n        function initSlider($targetSlideshow) {\n            if (!$targetSlideshow.length) {\n                console.error('Slideshow element not found');\n                return;\n            }\n\n            if ($targetSlideshow.hasClass('slick-initialized')) {\n                return;\n            }\n\n            $targetSlideshow.slick({\n                dots: true,\n                arrows: false,\n                infinite: true,\n                speed: 800,\n                fade: true,\n                cssEase: 'linear',\n                adaptiveHeight: true,\n                autoplay: true,\n                autoplaySpeed: 4000,\n                customPaging: function() {\n                    return '<button type=\"button\" class=\"product-dot\"><\/button>';\n                },\n                responsive: [{\n                    breakpoint: 992,\n                    settings: {\n                        arrows: false\n                    }\n                }]\n            });\n        }\n\n        \/\/ Initial initialization\n        waitForSlick()\n            .then(() => {\n                initSlider($slideshow);\n            })\n            .catch((error) => {\n                console.error('Failed to initialize slider:', error);\n            });\n\n        \/\/ Make function available globally with block ID\n        window.reinitProductSlider = function(targetBlockId) {\n            const $targetSlideshow = $(`#slideshow-${targetBlockId}`);\n\n            waitForSlick()\n                .then(() => {\n                    if ($targetSlideshow.hasClass('slick-initialized')) {\n                        $targetSlideshow.slick('unslick');\n                    }\n                    initSlider($targetSlideshow);\n                })\n                .catch((error) => {\n                    console.error('Failed to reinitialize slider:', error);\n                });\n        };\n    });\n<\/script>\n\n<style>\n    .product-highlights-block .product-slideshow .slick-prev,\n    .product-highlights-block .product-slideshow .slick-next {\n        width: 40px;\n        height: 40px;\n        background-color: white;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);\n        z-index: 1;\n        transition: all 0.3s ease;\n    }\n\n    .slick-dots li button:before {\n        content: none !important;\n    }\n\n    .product-highlights-block .product-slideshow .slick-prev {\n        left: -20px;\n    }\n\n    .product-highlights-block .product-slideshow .slick-next {\n        right: -20px;\n    }\n\n    .product-highlights-block .product-slideshow .slick-prev:hover,\n    .product-highlights-block .product-slideshow .slick-next:hover {\n        background-color: var(--wp--preset--color--brand1);\n    }\n\n    .product-highlights-block .product-slideshow .slick-prev:hover i,\n    .product-highlights-block .product-slideshow .slick-next:hover i {\n        color: white;\n    }\n\n    .product-highlights-block .product-slideshow .slick-prev i,\n    .product-highlights-block .product-slideshow .slick-next i {\n        color: var(--wp--preset--color--brand1);\n        font-size: 16px;\n        transition: all 0.3s ease;\n    }\n\n    @media (max-width: 992px) {\n\n        .product-highlights-block .product-slideshow .slick-prev,\n        .product-highlights-block .product-slideshow .slick-next {\n            display: none !important;\n        }\n    }\n<\/style>\n\n<div id=\"\" class=\"block-wrapper bg-white text-primary py-20\">\n    <div class=\"container\">\n                                                                    <div class=\"tabbed-text-group\" id=\"tabbed-text-69e92c51ae630\">\n                                                    <div class=\"row\">\n                                <div class=\"col-12\">\n                                    <!-- Desktop Tab Navigation -->\n                                    <div class=\"tab-navigation hidden lg:flex flex-wrap mb-8 rounded-[8px] overflow-hidden bg-[#F7F7F7]\">\n                                                                                    <button class=\"tab-btn active bg-brand1 text-white flex-1 uppercase px-6 py-3 transition-all rounded-[8px] duration-300 hover:bg-brand1\/50 hover:text-white\"\n                                                data-tab-index=\"0\">\n                                                General &amp; Industrial                                            <\/button>\n                                                                                    <button class=\"tab-btn  flex-1 uppercase px-6 py-3 transition-all rounded-[8px] duration-300 hover:bg-brand1\/50 hover:text-white\"\n                                                data-tab-index=\"1\">\n                                                Products                                            <\/button>\n                                                                            <\/div>\n\n                                    <!-- Mobile Accordion -->\n                                    <div class=\"accordion-navigation lg:hidden space-y-2\">\n                                                                                    <div class=\"accordion-item bg-[#F7F7F7] rounded-[8px] overflow-hidden\">\n                                                <button class=\"accordion-btn w-full text-left uppercase px-6 py-3 transition-all duration-300 hover:bg-brand1\/50 hover:text-white flex justify-between items-center bg-brand1 text-white\"\n                                                    data-tab-index=\"0\"\n                                                    type=\"button\"\n                                                    aria-expanded=\"true\">\n                                                    <span>General &amp; Industrial<\/span>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle !text-sm transition-transform duration-300 rotate-180\"><\/i>\n                                                <\/button>\n                                                <div class=\"tab-pane accordion-content border-t border-gray-200 p-6 block\"\n                                                    data-tab-index=\"0\"\n                                                    role=\"region\">\n                                                                                                            <!-- Single content layout -->\n                                                                                                                    <div class=\"content-area text-primary [&#038;_h4]:text-brand1\">\n                                                                <p>Material handling and conveying are crucial components in the general and industrial sectors, enabling the efficient movement, storage, control, and protection of materials throughout the manufacturing process. Effective material handling systems ensure smooth transitions between production cells and raw material input, ultimately enhancing productivity and reducing downtime. Summit Dynamic Solutions supports this industry by providing comprehensive and innovative solutions that include traditional and pneumatic conveying, batch weighing systems, and integrated serial interface feedback. Our systems incorporate advanced pneumatic automation, including valves, valve manifolds, sensors, weighing load cells, and vacuum systems, ensuring seamless and efficient material transfer from start to finish.<\/p>\n                                                            <\/div>\n                                                                                                            \n                                                                                                    <\/div>\n                                            <\/div>\n                                                                                    <div class=\"accordion-item bg-[#F7F7F7] rounded-[8px] overflow-hidden\">\n                                                <button class=\"accordion-btn w-full text-left uppercase px-6 py-3 transition-all duration-300 hover:bg-brand1\/50 hover:text-white flex justify-between items-center \"\n                                                    data-tab-index=\"1\"\n                                                    type=\"button\"\n                                                    aria-expanded=\"false\">\n                                                    <span>Products<\/span>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle !text-sm transition-transform duration-300 \"><\/i>\n                                                <\/button>\n                                                <div class=\"tab-pane accordion-content border-t border-gray-200 p-6 hidden\"\n                                                    data-tab-index=\"1\"\n                                                    role=\"region\">\n                                                                                                            <!-- Single content layout -->\n                                                                                                                    <div class=\"content-area text-primary [&#038;_h4]:text-brand1\">\n                                                                <p><strong>Silos<\/strong><\/p>\n<p>Designed for the storage and controlled discharge of bulk materials, our silos support the industrial industry by providing secure and efficient storage options for materials such as plastic pellets, chemicals, and metal powders, ensuring they are readily available for processing.<\/p>\n<p><a href=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/products\/vessels-hoppers-silos\/\">Click here for more information.<\/a><\/p>\n<p><strong>Screw Conveyors<\/strong><\/p>\n<p>Screw conveyors efficiently move bulk materials horizontally, vertically, or at an incline. For industrial applications, they ensure the consistent and controlled movement of products such as raw materials, waste, and other bulk items, facilitating seamless production and handling operations.<\/p>\n<p><a href=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/products\/screw-conveyors\/\">Click here for more information.<\/a><\/p>\n<p><strong>Bulk Bags &amp; FIBC Bulk Bag Stations<\/strong><\/p>\n<p>These systems are designed for the efficient handling, filling, and discharging of bulk bags. In the industrial industry, they streamline the transfer of materials such as granules, powders, and other bulk items, ensuring safe and contamination-free processing.<\/p>\n<p><a href=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/products\/bulk-bags-fibc\/\">Click here for more information.<\/a><\/p>\n<p><strong>Pneumatic Transfer Systems<\/strong><\/p>\n<p>Ideal for moving powders and granular materials through pipelines using air flow, our pneumatic transfer systems help the industrial industry maintain clean and efficient transfer of materials like metal powders, plastic granules, and chemicals, minimising manual handling and contamination risks.<\/p>\n<p><a href=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/products\/pneumatic-transfer-systems\/\">Click here for more information.<\/a><\/p>\n                                                            <\/div>\n                                                                                                            \n                                                                                                    <\/div>\n                                            <\/div>\n                                                                            <\/div>\n\n                                    <!-- Desktop Tab Content -->\n                                    <div class=\"tab-content hidden lg:block\">\n                                                                                    <div class=\"desktop-tab-pane block\"\n                                                data-tab-index=\"0\">\n                                                                                                    <!-- Single content layout -->\n                                                                                                            <div class=\"content-area text-primary [&#038;_h4]:text-brand1\">\n                                                            <p>Material handling and conveying are crucial components in the general and industrial sectors, enabling the efficient movement, storage, control, and protection of materials throughout the manufacturing process. Effective material handling systems ensure smooth transitions between production cells and raw material input, ultimately enhancing productivity and reducing downtime. Summit Dynamic Solutions supports this industry by providing comprehensive and innovative solutions that include traditional and pneumatic conveying, batch weighing systems, and integrated serial interface feedback. Our systems incorporate advanced pneumatic automation, including valves, valve manifolds, sensors, weighing load cells, and vacuum systems, ensuring seamless and efficient material transfer from start to finish.<\/p>\n                                                        <\/div>\n                                                                                                    \n                                                                                            <\/div>\n                                                                                    <div class=\"desktop-tab-pane hidden\"\n                                                data-tab-index=\"1\">\n                                                                                                    <!-- Single content layout -->\n                                                                                                            <div class=\"content-area text-primary [&#038;_h4]:text-brand1\">\n                                                            <p><strong>Silos<\/strong><\/p>\n<p>Designed for the storage and controlled discharge of bulk materials, our silos support the industrial industry by providing secure and efficient storage options for materials such as plastic pellets, chemicals, and metal powders, ensuring they are readily available for processing.<\/p>\n<p><a href=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/products\/vessels-hoppers-silos\/\">Click here for more information.<\/a><\/p>\n<p><strong>Screw Conveyors<\/strong><\/p>\n<p>Screw conveyors efficiently move bulk materials horizontally, vertically, or at an incline. For industrial applications, they ensure the consistent and controlled movement of products such as raw materials, waste, and other bulk items, facilitating seamless production and handling operations.<\/p>\n<p><a href=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/products\/screw-conveyors\/\">Click here for more information.<\/a><\/p>\n<p><strong>Bulk Bags &amp; FIBC Bulk Bag Stations<\/strong><\/p>\n<p>These systems are designed for the efficient handling, filling, and discharging of bulk bags. In the industrial industry, they streamline the transfer of materials such as granules, powders, and other bulk items, ensuring safe and contamination-free processing.<\/p>\n<p><a href=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/products\/bulk-bags-fibc\/\">Click here for more information.<\/a><\/p>\n<p><strong>Pneumatic Transfer Systems<\/strong><\/p>\n<p>Ideal for moving powders and granular materials through pipelines using air flow, our pneumatic transfer systems help the industrial industry maintain clean and efficient transfer of materials like metal powders, plastic granules, and chemicals, minimising manual handling and contamination risks.<\/p>\n<p><a href=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/products\/pneumatic-transfer-systems\/\">Click here for more information.<\/a><\/p>\n                                                        <\/div>\n                                                                                                    \n                                                                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                            <\/div>\n\n\n\n                                                                        <\/div>\n                                        <\/div>\n<\/div>\n\n\n\n<div id=\"\" class=\"block-wrapper bg-[#F7F7F7] text-primary py-20\">\n    <div class=\"container\">\n                                                                                        <div class=\"image-text-group mt-12\">\n                                                <div class=\"row justify-between items-center\">\n                                                            <div class=\"col-xl-6 col-lg-5 col-md-6 col-sm-12 order-2 md:order-1\">\n                                                                            <div class=\"content-area [&#038;_h4]:text-brand1  [&#038;_ul]:list-disc [&#038;_ul]:list-outside [&#038;_li]:relative [&#038;_li]:mb-4 [&#038;_li]:text-left [&#038;_li]:leading-relaxed\">\n                                            <h2>Why Choose Summit Dynamic Solutions?<\/h2>\n<p>Customers choose Summit Dynamic Solutions for their material handling and conveying needs due to our commitment to innovation, reliability, and efficiency. With a comprehensive range of advanced solutions tailored to various materials and industries, we ensure seamless integration and optimal performance. Our expertise in pneumatic automation and precise weighing systems guarantees enhanced productivity and reduced operational costs, making us a trusted partner in the industrial sector.<\/p>\n                                        <\/div>\n                                    \n                                                                    <\/div>\n                                                                    <div class=\"col-xl-5 col-lg-5 col-md-6 col-sm-12 order-1 md:order-2 mb-8 md:mb-0\">\n                                        <div class=\"image-wrapper\">\n                                            <img decoding=\"async\" src=\"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-content\/uploads\/sites\/5\/2024\/06\/Material-Handling-600x400-1.png\" alt=\"\" class=\"w-full h-full object-cover object-center\" \/>\n                                        <\/div>\n                                    <\/div>\n                                                                                    <\/div>\n                    <\/div>\n                                        <\/div>\n<\/div>\n\n\n\n<div id=\"\" class=\"block-wrapper bg-white text-primary py-20\">\n    <div class=\"container\">\n                                                                    <div class=\"columns-of-text-group\">\n                        \n                                                    <div class=\"row justify-between\">\n                                                                    <div class=\"column-item col-12\">\n                                                                                                                                <div class=\"content-area [&amp;_h4]:text-brand1\">\n                                                <h2>Applications<\/h2>\n<p>Our systems are used across a wide range of processing within the industry, including but not limited to:<\/p>\n                                            <\/div>\n                                        \n                                                                                                    <\/div>\n                                                            <\/div>\n                                            <\/div>\n                                                                <div class=\"faq-group mt-16\">\n                        <div class=\"row justify-between\">\n                            \n                                                            <div class=\"col-xl-12 col-lg-12 col-md-12 col-12\">\n                                    <div class=\"faq-accordion\">\n                                                                                    <div class=\"faq-item rounded-[8px] overflow-hidden\">\n                                                <button class=\"faq-toggle w-full flex items-center justify-between text-left py-4 text-brand1\">\n                                                    <h3 class=\"text-xl font-black\">Plastics<\/h3>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle transition-transform duration-300 text-sm md:text-base\"><\/i>\n                                                <\/button>\n                                                <div class=\"faq-content faq-closed transition-all duration-300 ease-out overflow-hidden\">\n                                                    <div class=\"content-area pb-4 text-primary [&#038;_h4]:text-brand1\">\n                                                        <p>Our efficient conveying systems are designed to handle plastic materials with precision, preventing contamination and ensuring consistent quality. These systems can manage various forms of plastics, including pellets, granules, and powders, maintaining the integrity of the material from storage to processing. Our advanced technology minimises degradation and ensures smooth transport, reducing waste and optimising production lines.<\/p>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"faq-item rounded-[8px] overflow-hidden\">\n                                                <button class=\"faq-toggle w-full flex items-center justify-between text-left py-4 text-brand1\">\n                                                    <h3 class=\"text-xl font-black\">Food<\/h3>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle transition-transform duration-300 text-sm md:text-base\"><\/i>\n                                                <\/button>\n                                                <div class=\"faq-content faq-closed transition-all duration-300 ease-out overflow-hidden\">\n                                                    <div class=\"content-area pb-4 text-primary [&#038;_h4]:text-brand1\">\n                                                        <p>For the food industry, we offer hygienic and safe material handling solutions that comply with stringent industry standards, such as FDA and HACCP. Our systems are designed to handle ingredients like milk powder, rice, nuts, grains, salt, and more, ensuring they are transported and processed in a contamination-free environment. We prioritise ease of cleaning and maintenance, which helps in maintaining the highest levels of food safety and quality.<\/p>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"faq-item rounded-[8px] overflow-hidden\">\n                                                <button class=\"faq-toggle w-full flex items-center justify-between text-left py-4 text-brand1\">\n                                                    <h3 class=\"text-xl font-black\">Rubber<\/h3>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle transition-transform duration-300 text-sm md:text-base\"><\/i>\n                                                <\/button>\n                                                <div class=\"faq-content faq-closed transition-all duration-300 ease-out overflow-hidden\">\n                                                    <div class=\"content-area pb-4 text-primary [&#038;_h4]:text-brand1\">\n                                                        <p>Handling rubber materials presents unique challenges due to their elasticity and stickiness. Our robust systems are capable of managing these properties efficiently. We offer specialised conveyors and handling equipment that prevent rubber from adhering to machinery, ensuring smooth and continuous movement through the production process. This minimises downtime and enhances the overall efficiency of rubber manufacturing operations.<\/p>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"faq-item rounded-[8px] overflow-hidden\">\n                                                <button class=\"faq-toggle w-full flex items-center justify-between text-left py-4 text-brand1\">\n                                                    <h3 class=\"text-xl font-black\">Metal<\/h3>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle transition-transform duration-300 text-sm md:text-base\"><\/i>\n                                                <\/button>\n                                                <div class=\"faq-content faq-closed transition-all duration-300 ease-out overflow-hidden\">\n                                                    <div class=\"content-area pb-4 text-primary [&#038;_h4]:text-brand1\">\n                                                        <p>Metal materials, due to their weight and abrasiveness, require durable and reliable systems for handling and conveying. Our solutions are designed to withstand the rigors of metal processing, including the transport of metal powders and swarf. We provide heavy-duty conveyors and robust storage solutions that ensure safe and efficient handling, reducing the risk of equipment wear and tear and ensuring consistent throughput.<\/p>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                                                                <div class=\"columns-of-text-group mt-16\">\n                        \n                                                    <div class=\"row justify-between\">\n                                                                    <div class=\"column-item col-12\">\n                                                                                                                                <div class=\"content-area [&amp;_h4]:text-brand1\">\n                                                <p>We provide tailored support for manufacturing involving a variety of materials, ensuring efficiency, safety, and quality throughout the production process. Our solutions are designed to meet the specific needs of each material type, enhancing operational performance and compliance with industry standards.<\/p>\n                                            <\/div>\n                                        \n                                                                                                                        <div class=\"flex gap-4 mt-8\">\n                                <a href=\"#cta\"\n                                    class=\"site-btn\"\n                                    target=\"_self\">\n                                    Contact us <i class=\"fa-solid fa-arrow-right\"><\/i>\n                                <\/a>\n                            <\/div>\n                                                            <\/div>\n                                                            <\/div>\n                                            <\/div>\n                                        <\/div>\n<\/div>\n\n\n\n<div id=\"\" class=\"block-wrapper bg-[#F7F7F7] text-primary py-20\">\n    <div class=\"container\">\n                                                                    <div class=\"columns-of-text-group\">\n                        \n                                                    <div class=\"row justify-between\">\n                                                                    <div class=\"column-item col-12\">\n                                                                                                                                <div class=\"content-area [&amp;_h4]:text-brand1\">\n                                                <h2>Choosing Your Solution<\/h2>\n<p>When selecting material handling and conveying solutions, it&#8217;s essential to consider several key factors to ensure optimal performance and efficiency. Firstly, material compatibility is crucial; the chosen system must handle the specific materials involved in your manufacturing process, whether they are plastics, metals, rubber, or food products. Efficiency is another critical aspect, as systems that enhance productivity and reduce downtime can significantly impact overall operational success. Integration capabilities are also vital, as the solutions must seamlessly fit into your existing production environment without causing disruptions.<\/p>\n<p>Additionally, opting for systems with advanced automation features and precise control mechanisms can streamline operations, reduce manual intervention, and improve accuracy. Compliance with industry standards and regulations is non-negotiable, ensuring safety and quality are maintained throughout the process. By considering these factors, you can select material handling and conveying solutions that not only meet your immediate needs but also support long-term growth and efficiency.<\/p>\n<p>Contact us today to start a successful partnership and receive a solution tailored to your unique needs.<\/p>\n<p>&nbsp;<\/p>\n<h3>Working With Us<\/h3>\n<p>After your system has been designed, manufactured and installed, our expert team provides after-sales and preventative maintenance services to ensure that your solution serves you for years to come.<\/p>\n                                            <\/div>\n                                        \n                                                                                                    <\/div>\n                                                            <\/div>\n                                            <\/div>\n                                                                <div class=\"faq-group mt-16\">\n                        <div class=\"row justify-between\">\n                            \n                                                            <div class=\"col-xl-12 col-lg-12 col-md-12 col-12\">\n                                    <div class=\"faq-accordion\">\n                                                                                    <div class=\"faq-item rounded-[8px] overflow-hidden\">\n                                                <button class=\"faq-toggle w-full flex items-center justify-between text-left py-4 text-brand1\">\n                                                    <h3 class=\"text-xl font-black\">Design &amp; Install<\/h3>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle transition-transform duration-300 text-sm md:text-base\"><\/i>\n                                                <\/button>\n                                                <div class=\"faq-content faq-closed transition-all duration-300 ease-out overflow-hidden\">\n                                                    <div class=\"content-area pb-4 text-primary [&#038;_h4]:text-brand1\">\n                                                        <p>We offer comprehensive services encompassing the\u00a0<a href=\"http:\/\/www.summitsytems.co.uk\/\" target=\"_blank\" rel=\"noopener\">design and installation<\/a>\u00a0of pneumatic conveying systems tailored precisely to your requirements. Our team of experts collaborates closely with you to understand your unique needs, challenges, and production goals. Through this collaborative process, we develop customised solutions that optimally meet your specifications and industry standards. From initial consultation to final implementation, our dedicated professionals ensure seamless integration and efficient operation of the systems. With our commitment to excellence and customer satisfaction, you can trust us to deliver reliable and innovative solutions that exceed your expectations.<\/p>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"faq-item rounded-[8px] overflow-hidden\">\n                                                <button class=\"faq-toggle w-full flex items-center justify-between text-left py-4 text-brand1\">\n                                                    <h3 class=\"text-xl font-black\">After-Sales<\/h3>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle transition-transform duration-300 text-sm md:text-base\"><\/i>\n                                                <\/button>\n                                                <div class=\"faq-content faq-closed transition-all duration-300 ease-out overflow-hidden\">\n                                                    <div class=\"content-area pb-4 text-primary [&#038;_h4]:text-brand1\">\n                                                        <p>We offer<a href=\"https:\/\/summitsystems.co.uk\/\">\u00a0expert technical advice and assistance<\/a>\u00a0in the event of a breakdown. We aim to ensure uptime and increase efficiency for all of our customers.<\/p>\n<p>Get in touch today, for help with stock spares, remote monitoring, energy saving, equipment hire, service engineer callouts, or technical support.<\/p>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"faq-item rounded-[8px] overflow-hidden\">\n                                                <button class=\"faq-toggle w-full flex items-center justify-between text-left py-4 text-brand1\">\n                                                    <h3 class=\"text-xl font-black\">Preventative Maintenance<\/h3>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle transition-transform duration-300 text-sm md:text-base\"><\/i>\n                                                <\/button>\n                                                <div class=\"faq-content faq-closed transition-all duration-300 ease-out overflow-hidden\">\n                                                    <div class=\"content-area pb-4 text-primary [&#038;_h4]:text-brand1\">\n                                                        <p>Our preventative maintenance packages are tailored to ensure the optimal performance and longevity of pneumatic conveying systems in the food industry. These packages include regular inspections, cleaning, lubrication, and adjustments to key components, minimising downtime and maximising productivity.<\/p>\n<p>With proactive maintenance, customers benefit from an extended equipment lifespan, reduced maintenance costs, and compliance with food safety regulations. Additionally, customers receive priority service, discounted rates on parts and labour, and prompt technical support.<\/p>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                                        <\/div>\n<\/div>\n\n\n\n<div id=\"\" class=\"block-wrapper bg-white text-primary py-20\">\n    <div class=\"container\">\n                                                                    <div class=\"faq-group\">\n                        <div class=\"row justify-between\">\n                                                            <div class=\"col-xl-4 col-lg-4 col-md-3 col-12\">\n                                    <h2 class=\"text-2xl font-black mb-4 text-primary\">Frequently asked questions<\/h2>\n                                <\/div>\n                            \n                                                            <div class=\"col-xl-7 col-lg-7 col-md-7 col-12\">\n                                    <div class=\"faq-accordion\">\n                                                                                    <div class=\"faq-item rounded-[8px] overflow-hidden\">\n                                                <button class=\"faq-toggle w-full flex items-center justify-between text-left py-4 text-brand1\">\n                                                    <h3 class=\"text-xl font-black\">What are the benefits of automated material handling systems?<\/h3>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle transition-transform duration-300 text-sm md:text-base\"><\/i>\n                                                <\/button>\n                                                <div class=\"faq-content faq-closed transition-all duration-300 ease-out overflow-hidden\">\n                                                    <div class=\"content-area pb-4 text-primary [&#038;_h4]:text-brand1\">\n                                                        <p>Automated material handling systems increase productivity, reduce labour costs, and enhance safety by minimising manual handling. These systems ensure consistent material movement, reducing downtime and improving overall efficiency. Summit Dynamic Solutions offers advanced automated systems that integrate seamlessly into production lines, enhancing operational performance.<\/p>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"faq-item rounded-[8px] overflow-hidden\">\n                                                <button class=\"faq-toggle w-full flex items-center justify-between text-left py-4 text-brand1\">\n                                                    <h3 class=\"text-xl font-black\">How do pneumatic conveying systems work, and what materials can they handle?<\/h3>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle transition-transform duration-300 text-sm md:text-base\"><\/i>\n                                                <\/button>\n                                                <div class=\"faq-content faq-closed transition-all duration-300 ease-out overflow-hidden\">\n                                                    <div class=\"content-area pb-4 text-primary [&#038;_h4]:text-brand1\">\n                                                        <p>Pneumatic conveying systems use air pressure or vacuum to transport bulk materials through pipelines, making them ideal for powders, granules, and small-sized materials. In the industrial sector, they handle plastic pellets, metal powders, and chemicals efficiently. Summit Dynamic Solutions provides clean, efficient pneumatic systems tailored to specific industrial needs.<\/p>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"faq-item rounded-[8px] overflow-hidden\">\n                                                <button class=\"faq-toggle w-full flex items-center justify-between text-left py-4 text-brand1\">\n                                                    <h3 class=\"text-xl font-black\">What factors should be considered when designing a material handling system?<\/h3>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle transition-transform duration-300 text-sm md:text-base\"><\/i>\n                                                <\/button>\n                                                <div class=\"faq-content faq-closed transition-all duration-300 ease-out overflow-hidden\">\n                                                    <div class=\"content-area pb-4 text-primary [&#038;_h4]:text-brand1\">\n                                                        <p>When designing a material handling system, consider material compatibility, efficiency, integration capabilities, automation features, and compliance with industry standards. Summit Dynamic Solutions designs tailored systems that address these factors, ensuring optimal performance and seamless integration into existing production environments.<\/p>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"faq-item rounded-[8px] overflow-hidden\">\n                                                <button class=\"faq-toggle w-full flex items-center justify-between text-left py-4 text-brand1\">\n                                                    <h3 class=\"text-xl font-black\">How can batch weighing systems improve manufacturing accuracy and efficiency?<\/h3>\n                                                    <i class=\"fa-kit fa-summit-faq-toggle transition-transform duration-300 text-sm md:text-base\"><\/i>\n                                                <\/button>\n                                                <div class=\"faq-content faq-closed transition-all duration-300 ease-out overflow-hidden\">\n                                                    <div class=\"content-area pb-4 text-primary [&#038;_h4]:text-brand1\">\n                                                        <p>Batch weighing systems ensure precise material measurement, maintaining product quality and reducing waste. They automate the measurement process, reducing human error and ensuring uniform production batches. Summit Dynamic Solutions offers advanced batch weighing systems with real-time data and control, optimising manufacturing processes and ensuring high-quality output.<\/p>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n                                        <\/div>\n<\/div>\n\n\n\n\n\n<div id=\"cta\" class=\"block-wrapper cta-block bg-white bg-white-img bg-cover bg-center text-primary py-20\">\n    <div class=\"container mx-auto\">\n        <div class=\"row justify-center\">\n            <div class=\"col-12\">\n                <div class=\"flex flex-col items-center justify-center gap-8 text-center\">\n                    <svg class=\"w-[102px] h-auto\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34\" height=\"22\" viewBox=\"0 0 34 22\" fill=\"none\">\n                        <g clip-path=\"url(#clip0_10_81)\">\n                            <path class=\"fill-brand1\" d=\"M17 0.5L0.5 21.5H2.14156H2.30566L8.90857 14.3653L9.28914 18.0471L9.88152 13.3127L11.3415 11.7207L11.7436 18.515L12.361 10.6179L13.8699 8.97936L14.279 18.7507L14.9016 7.86372L17 5.60733L31.6949 21.5H33.5L17.0227 0.528779L17 0.5Z\" \/>\n                        <\/g>\n                        <defs>\n                            <clipPath id=\"clip0_10_81\">\n                                <rect width=\"33\" height=\"21\" fill=\"white\" transform=\"translate(0.5 0.5)\" \/>\n                            <\/clipPath>\n                        <\/defs>\n                    <\/svg>\n                                            <h2 class=\"text-primary cta-heading text-3xl md:text-4xl lg:text-6xl font-bold mb-4\">\n                            Speak to the experts\u00a0<span class=\"text-brand3\">today<\/span>                        <\/h2>\n                                    <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"row justify-between pt-12\">\n            <div class=\"col-xl-6 col-lg-6 col-md-6 col-sm-12 mb-12 md:mb-0\">\n                                    <div class=\"text-primary cta-sub-text content-area w-full md:w-full lg:w-3\/4\">\n                        <p>Not sure what you need or just need advice? We have over 35 years of experience working in some of the most difficult industries, give us a call today to discuss your requirements.<\/p>\n                    <\/div>\n                \n                                    <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-2 gap-8 max-w-6xl mx-auto pt-12\">\n                                                    <div class=\"contact-section\">\n                                                                    <h3 class=\"text-primary text-xl font-bold mb-2 uppercase\">\n                                        For all enquiries, contact Wayne Kirby on:                                    <\/h3>\n                                \n                                                                    <div class=\"text-primary text-lg font-medium\">\n                                        <a href=\"tel:07498538319\">07498 538 319<\/a>                                    <\/div>\n                                                            <\/div>\n                                                    <div class=\"contact-section\">\n                                                                    <h3 class=\"text-dynamic_solutions text-xl font-bold mb-2 uppercase\">\n                                        Call Us                                    <\/h3>\n                                \n                                                                    <div class=\"text-primary text-lg font-medium\">\n                                        <a href=\"tel:+4401827265823\">+44(0)1827 265 823<\/a>                                    <\/div>\n                                                            <\/div>\n                                                    <div class=\"contact-section\">\n                                                                    <h3 class=\"text-primary text-xl font-bold mb-2 uppercase\">\n                                        General Enquiries                                    <\/h3>\n                                \n                                                                    <div class=\"text-primary text-lg font-medium\">\n                                        <a href=\"mailto:hello@summitdynamicsolutions.co.uk\">hello@summitdynamicsolutions.co.uk<\/a>                                    <\/div>\n                                                            <\/div>\n                                            <\/div>\n                            <\/div>\n\n                        \n                            <div class=\"col-xl-6 col-lg-6 col-md-6 col-sm-12 \">\n                    <div class=\"form-wrapper light-form-style\">\n                        <div class=\"frm_forms  with_frm_style frm_style_formidable-style\" id=\"frm_form_2_container\" data-token=\"3dd8e6accca3df799d386ea3b1b24888\">\n<form enctype=\"multipart\/form-data\" method=\"post\" class=\"frm-show-form  frm_pro_form \" id=\"form_contact-form2\" data-token=\"3dd8e6accca3df799d386ea3b1b24888\">\n<div class=\"frm_form_fields \">\n<fieldset>\n<legend class=\"frm_screen_reader\">Contact Us<\/legend>\r\n\r\n<div class=\"frm_fields_container\">\n<input type=\"hidden\" name=\"frm_action\" value=\"create\" \/>\n<input type=\"hidden\" name=\"form_id\" value=\"2\" \/>\n<input type=\"hidden\" name=\"frm_hide_fields_2\" id=\"frm_hide_fields_2\" value=\"\" \/>\n<input type=\"hidden\" name=\"form_key\" value=\"contact-form2\" \/>\n<input type=\"hidden\" name=\"item_meta[0]\" value=\"\" \/>\n<input type=\"hidden\" id=\"frm_submit_entry_2\" name=\"frm_submit_entry_2\" value=\"2af3b35282\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/dynamic-solutions\/wp-json\/wp\/v2\/pages\/10569\" \/><div id=\"frm_field_6_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_first frm_half\">\r\n\t<label for=\"field_qh4icy2\" id=\"field_qh4icy2_label\" class=\"frm_primary_label\">First Name\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input  type=\"text\" id=\"field_qh4icy2\" name=\"item_meta[6]\" value=\"\"  data-reqmsg=\"First Name cannot be blank.\" aria-required=\"true\" data-invmsg=\"First Name is invalid\" aria-invalid=\"false\"   \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_7_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_half\">\r\n\t<label for=\"field_ocfup12\" id=\"field_ocfup12_label\" class=\"frm_primary_label\">Surname\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input  type=\"text\" id=\"field_ocfup12\" name=\"item_meta[7]\" value=\"\"  data-reqmsg=\"Surname cannot be blank.\" aria-required=\"true\" data-invmsg=\"Surname is invalid\" aria-invalid=\"false\"   \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_8_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm6 frm_first\">\r\n\t<label for=\"field_ywm80\" id=\"field_ywm80_label\" class=\"frm_primary_label\">Company Name\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input  type=\"text\" id=\"field_ywm80\" name=\"item_meta[8]\" value=\"\"  data-reqmsg=\"Company Name cannot be blank.\" aria-required=\"true\" data-invmsg=\"Company Name is invalid\" aria-invalid=\"false\"   \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_9_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm6\">\r\n\t<label for=\"field_e69hi\" id=\"field_e69hi_label\" class=\"frm_primary_label\">Company Postcode\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input  type=\"text\" id=\"field_e69hi\" name=\"item_meta[9]\" value=\"\"  data-reqmsg=\"Company Postcode cannot be blank.\" aria-required=\"true\" data-invmsg=\"Company Postcode is invalid\" aria-invalid=\"false\"   \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_10_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm6 frm_first\">\r\n\t<label for=\"field_gcu4v\" id=\"field_gcu4v_label\" class=\"frm_primary_label\">Company Telephone\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input type=\"tel\" id=\"field_gcu4v\" name=\"item_meta[10]\" value=\"\"  data-reqmsg=\"Company Telephone cannot be blank.\" aria-required=\"true\" data-invmsg=\"Company Telephone is invalid\" aria-invalid=\"false\" pattern=\"\\+?[0-9()\\-\\ ]{7,20}$\"  \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_11_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm6\">\r\n\t<label for=\"field_29yf4d2\" id=\"field_29yf4d2_label\" class=\"frm_primary_label\">Company Email\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<input type=\"email\" id=\"field_29yf4d2\" name=\"item_meta[11]\" value=\"\"  data-reqmsg=\"Company Email cannot be blank.\" aria-required=\"true\" data-invmsg=\"Please enter a valid email address\" aria-invalid=\"false\"  \/>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_12_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_full\">\r\n\t<label for=\"field_9jv0r12\" id=\"field_9jv0r12_label\" class=\"frm_primary_label\">Message\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\">*<\/span>\r\n\t<\/label>\r\n\t<textarea name=\"item_meta[12]\" id=\"field_9jv0r12\" rows=\"5\"  data-reqmsg=\"Message cannot be blank.\" aria-required=\"true\" data-invmsg=\"Message is invalid\" aria-invalid=\"false\"  ><\/textarea>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_13_container\" class=\"frm_form_field  frm_html_container form-field\">Summit Systems needs the contact information you provide to us to contact you about our products and services. You may unsubscribe from these communications at any time. For information on how to unsubscribe, as well as our privacy practices and commitment to protecting your privacy, please review our Privacy Policy.<\/div>\n<div id=\"frm_field_15_container\" class=\"frm_form_field form-field  frm_none_container\">\r\n\t<label for=\"cf-turnstile-response\" id=\"field_jibhl_label\" class=\"frm_primary_label\">Captcha\r\n\t\t<span class=\"frm_required\" aria-hidden=\"true\"><\/span>\r\n\t<\/label>\r\n\t<div  id=\"field_jibhl\" class=\"frm-cf-turnstile\" data-sitekey=\"0x4AAAAAABom_qr-w_brp_dj\" data-language=\"en-US\" data-size=\"normal\" data-theme=\"light\"><\/div>\r\n\t\r\n\t\r\n<\/div>\n<div id=\"frm_field_14_container\" class=\"frm_form_field form-field \">\r\n\t<div class=\"frm_submit frm_flex\">\r\n<button class=\"frm_button_submit frm_final_submit\" type=\"submit\"   formnovalidate=\"formnovalidate\">Send Enquiry <i class=\"fa-solid fa-arrow-right\" aria-hidden=\"true\"><\/i><\/button>\r\n\r\n\r\n\r\n<\/div>\r\n<\/div>\n\t<input type=\"hidden\" name=\"item_key\" value=\"\" \/>\n\t\t\t<div id=\"frm_field_16_container\">\n\t\t\t<label for=\"field_2uyxt\" >\n\t\t\t\tIf you are human, leave this field blank.\t\t\t<\/label>\n\t\t\t<input  id=\"field_2uyxt\" type=\"text\" class=\"frm_form_field form-field frm_verify\" name=\"item_meta[16]\" value=\"\"  \/>\n\t\t<\/div>\n\t\t<input name=\"frm_state\" type=\"hidden\" value=\"jWy28OqG0LqpF0vvET3ppN1MURmrX0DFd4AzZU4drsRUyY8HzKDLgY0\/bNGMM4dP\" \/><\/div>\n<\/fieldset>\n<\/div>\n\n<\/form>\n<\/div>\n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Summit Dynamic Solutions enhances general and industrial operations with advanced material handling systems\u2014offering pneumatic and traditional conveying, batch weighing, and automated control for efficient, seamless production.<\/p>\n","protected":false},"author":1,"featured_media":6134,"parent":9391,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"flexible.php","meta":{"_acf_changed":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-10569","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/pages\/10569","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/comments?post=10569"}],"version-history":[{"count":1,"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/pages\/10569\/revisions"}],"predecessor-version":[{"id":10754,"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/pages\/10569\/revisions\/10754"}],"up":[{"embeddable":true,"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/pages\/9391"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/media\/6134"}],"wp:attachment":[{"href":"https:\/\/summitsystems.co.uk\/dynamic-solutions\/wp-json\/wp\/v2\/media?parent=10569"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}