{"id":172072,"date":"2024-09-30T16:10:01","date_gmt":"2024-09-30T20:10:01","guid":{"rendered":"https:\/\/innowise.com\/?page_id=172072"},"modified":"2026-02-24T03:56:53","modified_gmt":"2026-02-24T08:56:53","slug":"plc-programmierung","status":"publish","type":"page","link":"https:\/\/innowise.com\/de\/services\/plc-programming\/","title":{"rendered":"SPS-Programmierservices"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"172072\" class=\"elementor elementor-172072\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0dbb911 container-header back-animations e-flex e-con-boxed e-con e-parent\" data-id=\"0dbb911\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3194e38 e-con-full e-flex e-con e-child\" data-id=\"3194e38\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f791799 elementor-widget__width-inherit word-break elementor-widget elementor-widget-heading\" data-id=\"f791799\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">PLC programming services<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc3c563 e-con-full elementor-hidden-desktop e-flex e-con e-child\" data-id=\"dc3c563\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3d845a2 e-con-full e-flex e-con e-child\" data-id=\"3d845a2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5ba0a2 elementor-widget-tablet__width-initial elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"f5ba0a2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<span style=\"font-weight: 400;\">PLC programming is a gamechanger for manufacturing, as it fine-tunes the processes, boosts production efficiency, and keeps automation running smoothly. Thus, the demand for custom PLC programming solutions isn&#8217;t going to slow down.<\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fb226a6 elementor-align-center elementor-mobile-align-center elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"fb226a6\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\" id=\"main-block-link\">\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\">Contact us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-ffc2cde e-con-full e-flex e-con e-child\" data-id=\"ffc2cde\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-159ffa2 elementor-widget elementor-widget-html\" data-id=\"159ffa2\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"animated-mobile\">\n    <div class=\"animated-text-mobile\">\n        <div class=\"message-mobile\">\n            <p class=\"number-mobile\">15<\/p>\n            <p class=\"description-mobile\">offices worldwide<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"clutch-widget-container-mobile\">\n        <img decoding=\"async\" class=\"clutch-image-mobile\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/Clutch-Logo.svg\"\/ alt=\"\">\n        <div class=\"button-container-mobile\">\n        <a rel=\"nofollow\" href=\"https:\/\/clutch.co\/profile\/innowise?utm_source=widget&utm_medium=2&utm_campaign=widget&utm_content=logo&utm_term=innowise-group.com\" class=\"circle-button-mobile\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather-mobile feather-arrow-right-mobile\">\n                <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                <polyline points=\"12 5 19 12 12 19\"><\/polyline>\n            <\/svg>\n        <\/a>\n    <\/div>\n    <\/div>\n<\/div>\n\n\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const textElement = document.querySelector(\".animated-text-mobile\");\n    const messages = [\n        {\n            number: \"15\",\n            description: \"offices worldwide\"\n        },\n        {\n            number: \"93%\",\n            description: \"recurring customers\"\n        },\n        {\n            number: \"80%\",\n            description: \"senior and mid-level specialists\"\n        },\n    ];\n    \n    let index = 0;\n\n    function changeText() {\n        textElement.classList.add(\"hidden-mobile\");\n        setTimeout(() => {\n            textElement.querySelector(\".number-mobile\").textContent = messages[index].number;\n            textElement.querySelector(\".description-mobile\").textContent = messages[index].description;\n            textElement.classList.remove(\"hidden-mobile\");\n            index = (index + 1) % messages.length;\n        }, 1000);\n    }\n\n    setInterval(changeText, 4000);\n    changeText();\n});\n\n<\/script>\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-d7c9b27 elementor-widget-tablet__width-inherit elementor-widget__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-text-editor\" data-id=\"d7c9b27\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tPLC programming is a gamechanger for manufacturing, as it fine-tunes the processes, boosts production efficiency, and keeps automation running smoothly. Thus, the demand for custom PLC programming solutions isn&#8217;t going to slow down.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1cf4a1b elementor-align-center elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"1cf4a1b\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\">\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\">Contact us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-372a8df e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"372a8df\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ec8b2a elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"7ec8b2a\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"animated-block\">\n    <div class=\"animated-text\">\n        <div class=\"message\">\n            <p class=\"number\">15<\/p>\n            <p class=\"description\">offices worldwide<\/p>\n        <\/div>\n    <\/div>\n    <div class=\"clutch-widget-container\">\n        <img decoding=\"async\" class=\"clutch-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/06\/Clutch-Logo.svg\"\/ alt=\"\">\n        <div class=\"button-container\">\n        <a rel=\"nofollow\" href=\"https:\/\/clutch.co\/profile\/innowise?utm_source=widget&utm_medium=2&utm_campaign=widget&utm_content=logo&utm_term=innowise-group.com\" class=\"circle-button\" target=\"_blank\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"feather feather-arrow-right\">\n                <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                <polyline points=\"12 5 19 12 12 19\"><\/polyline>\n            <\/svg>\n        <\/a>\n    <\/div>\n    <\/div>\n<\/div>\n\n\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const textElement = document.querySelector(\".animated-text\");\n    const messages = [\n        {\n            number: \"15\",\n            description: \"offices worldwide\"\n        },\n        {\n            number: \"93%\",\n            description: \"recurring customers\"\n        },\n        {\n            number: \"80%\",\n            description: \"senior and mid-level specialists\"\n        },\n    ];\n    \n    let index = 0;\n\n    function changeText() {\n        textElement.classList.add(\"hidden\");\n        setTimeout(() => {\n            textElement.querySelector(\".number\").textContent = messages[index].number;\n            textElement.querySelector(\".description\").textContent = messages[index].description;\n            textElement.classList.remove(\"hidden\");\n            index = (index + 1) % messages.length;\n        }, 1000);\n    }\n\n    setInterval(changeText, 4000);\n    changeText();\n});\n\n<\/script>\t\t\t\t<\/div>\n\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-ae595f5 e-flex e-con-boxed e-con e-parent\" data-id=\"ae595f5\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d023f8d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"d023f8d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our custom PLC programming services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d60f7b5 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"d60f7b5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<span style=\"font-weight: 400;\">Looking to upgrade your industrial processes? Our team of experienced PLC engineers and technicians will deliver first-rate solutions that\u2019ll boost your operational efficiency and streamline your current workflow.<\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59be70b switcher-section-new elementor-widget elementor-widget-html\" data-id=\"59be70b\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"domains-container-new\">\r\n  <ul class=\"domains__list-new\">\r\n    <div class=\"domain__list_container-new\">\r\n      <li class=\"domains__list-item-new domains__list-item_active-new\">Processor, communications, and I\/O configuration<\/li>\r\n      <li class=\"domains__list-item-new\">I\/O mapping and scaling<\/li>\r\n      <li class=\"domains__list-item-new\">Manual mode device programming<\/li>\r\n      <li class=\"domains__list-item-new\">System auto-mode programming and sequencing<\/li>\r\n      <li class=\"domains__list-item-new\">Path selection and verification programming<\/li>\r\n      <li class=\"domains__list-item-new\">System alarm and status programming<\/li>\r\n      <li class=\"domains__list-item-new\">Messaging and interlock programming<\/li>\r\n      <li class=\"domains__list-item-new\">PLC\/HMI pre-startup emulation and testing<\/li>\r\n      <li class=\"domains__list-item-new\">Support and maintenance<\/li>\r\n    <\/div>\r\n  <\/ul>\r\n\r\n  <div class=\"domains__descriptions-new\">\r\n\r\n    <div class=\"domains__descriptions-item-new domains__descriptions-item_active-new\">\r\n      <div class=\"slider-title-new\">\r\n        <h3>Processor, communications, and I\/O configuration<\/h3>\r\n      <\/div>\r\n      <p class=\"slider-desc-new\">Our team handles the details of setting up processors, communication protocols, and I\/O modules \u2013 making sure your system's components work together perfectly for peak performance, 100% of the time.<\/p>\r\n      <div class=\"slider-image-block-new\">\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-65.png\" alt=\"\" \/>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"domains__descriptions-item-new\">\r\n      <div class=\"slider-title-new\">\r\n        <h3>I\/O mapping and scaling<\/h3>\r\n      <\/div>\r\n      <p class=\"slider-desc-new\">We\u2019ll map and scale your I\/O points, aligning them just right with your system\u2019s needs. The result? Accurate control and measurement across each and every one of your devices.<\/p>\r\n      <div class=\"slider-image-block-new\">\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-66.png\" alt=\"\" \/>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"domains__descriptions-item-new\">\r\n      <div class=\"slider-title-new\">\r\n        <h3>Manual mode device programming<\/h3>\r\n      <\/div>\r\n      <p class=\"slider-desc-new\">Our experts set up devices for manual mode operations \u2013 giving you hands-on control whenever you need to tweak things, run tests, or troubleshoot any issues that might pop up.<\/p>\r\n      <div class=\"slider-image-block-new\">\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-67.png\" alt=\"\" \/>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"domains__descriptions-item-new\">\r\n      <div class=\"slider-title-new\">\r\n        <h3>System auto-mode programming and sequencing<\/h3>\r\n      <\/div>\r\n      <p class=\"slider-desc-new\">We create smart auto-mode sequences that automate processes for efficiency, consistency, and reliable system performance.<\/p>\r\n      <div class=\"slider-image-block-new\">\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-68.png\" alt=\"\" \/>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"domains__descriptions-item-new\">\r\n      <div class=\"slider-title-new\">\r\n        <h3>Path selection and verification programming<\/h3>\r\n      <\/div>\r\n      <p class=\"slider-desc-new\">Our programming makes sure your system picks the right routes and double-checks everything for efficient, error-free operations.<\/p>\r\n      <div class=\"slider-image-block-new\">\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-69.png\" alt=\"\" \/>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"domains__descriptions-item-new\">\r\n      <div class=\"slider-title-new\">\r\n        <h3>System alarm and status programming<\/h3>\r\n      <\/div>\r\n      <p class=\"slider-desc-new\">We set up alarm and status indicators to keep you in the loop concerning your system\u2019s health \u2013 alerting you to any issues in real time.<\/p>\r\n      <div class=\"slider-image-block-new\">\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-70.png\" alt=\"\" \/>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"domains__descriptions-item-new\">\r\n      <div class=\"slider-title-new\">\r\n        <h3>Messaging and interlock programming<\/h3>\r\n      <\/div>\r\n      <p class=\"slider-desc-new\">Our messaging and interlock programming maintain system safety \u2013 blocking any unauthorized actions and making sure everything runs like clockwork.<\/p>\r\n      <div class=\"slider-image-block-new\">\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-71.png\" alt=\"\" \/>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"domains__descriptions-item-new\">\r\n      <div class=\"slider-title-new\">\r\n        <h3>PLC\/HMI pre-startup emulation and testing<\/h3>\r\n      <\/div>\r\n      <p class=\"slider-desc-new\">Before your PLC\/HMI setup goes live, our team runs a thorough emulation and testing process \u2013 identifying and resolving potential issues straight away.<\/p>\r\n      <div class=\"slider-image-block-new\">\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-72.png\" alt=\"\" \/>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"domains__descriptions-item-new\">\r\n      <div class=\"slider-title-new\">\r\n        <h3>Support and maintenance<\/h3>\r\n      <\/div>\r\n      <p class=\"slider-desc-new\">We\u2019re here for the long haul with ongoing support and maintenance to help your PLC systems run perfectly \u2013 minimizing downtime and keeping things efficient.<\/p>\r\n      <div class=\"slider-image-block-new\">\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-73.png\" alt=\"\" \/>\r\n      <\/div>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div class=\"mobile-domains-new\">\r\n  <div class=\"mobile-domains-navbar-new\">\r\n\r\n    <div class=\"mobile-domains-navitem-new\" data-mobile-domain=\"domain-1\">\r\n      <span>Processor, communications, and I\/O configuration<\/span>\r\n      <p class=\"slider-desc-new mobile-domain-list-new\">Our team handles the details of setting up processors, communication protocols, and I\/O modules \u2013 making sure your system's components work together perfectly for peak performance, 100% of the time.\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-65.png\" alt=\"\" \/>\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"mobile-domains-navitem-new\" data-mobile-domain=\"domain-2\">\r\n      <span>I\/O mapping and scaling<\/span>\r\n      <p class=\"slider-desc-new mobile-domain-list-new\">We\u2019ll map and scale your I\/O points, aligning them just right with your system\u2019s needs. The result? Accurate control and measurement across each and every one of your devices.\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-66.png\" alt=\"\" \/>\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"mobile-domains-navitem-new\" data-mobile-domain=\"domain-3\">\r\n      <span>Manual mode device programming<\/span>\r\n      <p class=\"slider-desc-new mobile-domain-list-new\">Our experts set up devices for manual mode operations \u2013 giving you hands-on control whenever you need to tweak things, run tests, or troubleshoot any issues that might pop up.\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-67.png\" alt=\"\" \/>\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"mobile-domains-navitem-new\" data-mobile-domain=\"domain-4\">\r\n      <span>System auto-mode programming and sequencing<\/span>\r\n      <p class=\"slider-desc-new mobile-domain-list-new\">We create smart auto-mode sequences that automate processes for efficiency, consistency, and reliable system performance.\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-68.png\" alt=\"\" \/>\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"mobile-domains-navitem-new\" data-mobile-domain=\"domain-5\">\r\n      <span>Path selection and verification programming<\/span>\r\n      <p class=\"slider-desc-new mobile-domain-list-new\">Our programming makes sure your system picks the right routes and double-checks everything for efficient, error-free operations.\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-69.png\" alt=\"\" \/>\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"mobile-domains-navitem-new\" data-mobile-domain=\"domain-6\">\r\n      <span>System alarm and status programming<\/span>\r\n      <p class=\"slider-desc-new mobile-domain-list-new\">We set up alarm and status indicators to keep you in the loop concerning your system\u2019s health \u2013 alerting you to any issues in real time.\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-70.png\" alt=\"\" \/>\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"mobile-domains-navitem-new\" data-mobile-domain=\"domain-7\">\r\n      <span>Messaging and interlock programming<\/span>\r\n      <p class=\"slider-desc-new mobile-domain-list-new\">Our messaging and interlock programming maintain system safety \u2013 blocking any unauthorized actions and making sure everything runs like clockwork.\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-71.png\" alt=\"\" \/>\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"mobile-domains-navitem-new\" data-mobile-domain=\"domain-8\">\r\n      <span>PLC\/HMI pre-startup emulation and testing<\/span>\r\n      <p class=\"slider-desc-new mobile-domain-list-new\">Before your PLC\/HMI setup goes live, our team runs a thorough emulation and testing process \u2013 identifying and resolving potential issues straight away.\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-72.png\" alt=\"\" \/>\r\n      <\/p>\r\n    <\/div>\r\n\r\n    <div class=\"mobile-domains-navitem-new\" data-mobile-domain=\"domain-9\">\r\n      <span>Support and maintenance<\/span>\r\n      <p class=\"slider-desc-new mobile-domain-list-new\">We\u2019re here for the long haul with ongoing support and maintenance to help your PLC systems run perfectly \u2013 minimizing downtime and keeping things efficient.\r\n        <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/picture-73.png\" alt=\"\" \/>\r\n      <\/p>\r\n    <\/div>\r\n\r\n  <\/div>\r\n<\/div>\r\n\r\n\r\n\r\n\r\n<script>\r\n\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n    const mobileNavItems = document.querySelectorAll('.mobile-domains-navitem-new');\r\n\r\n    mobileNavItems.forEach(item => {\r\n        item.addEventListener('click', () => {\r\n            const isActive = item.classList.contains('active');\r\n\r\n            \/\/ Collapse all items\r\n            mobileNavItems.forEach(nav => {\r\n                nav.classList.remove('active');\r\n                const ul = nav.querySelector('.mobile-domain-list');\r\n                if (ul) ul.style.maxHeight = '0';\r\n            });\r\n\r\n            \/\/ Expand clicked item only if it was not active\r\n            if (!isActive) {\r\n                item.classList.add('active');\r\n                const ul = item.querySelector('.mobile-domain-list');\r\n                if (ul) ul.style.maxHeight = ul.scrollHeight + 'px';\r\n            }\r\n        });\r\n    });\r\n    \r\n    const firstNavItem = mobileNavItems.item(0);\r\n    \r\n    if (firstNavItem && !firstNavItem.classList.contains('active')) {\r\n        firstNavItem.click();\r\n    }\r\n});\r\n\r\n<\/script>\r\n\r\n\r\n<script>\r\n    const domainsListItems = document.querySelectorAll(\r\n  '.domains-container-new  .domains__list-new  .domain__list_container-new  .domains__list-item-new'\r\n);\r\nconst domainsDescriptions = document.querySelectorAll(\r\n  '.domains-container-new  .domains__descriptions-new  .domains__descriptions-item-new'\r\n);\r\n\r\ndomainsListItems.forEach((domainsListItem, domainsListItemIndex, arr) => {\r\n  domainsListItem.addEventListener('click', () => {\r\n    arr.forEach((item) => {\r\n      if (item === domainsListItem) {\r\n        item.classList.add('domains__list-item_active-new');\r\n      } else {\r\n        item.classList.remove('domains__list-item_active-new');\r\n      }\r\n    });\r\n    domainsDescriptions.forEach(\r\n      (domainsDescriptionsItem, domainsDescriptionsItemIndex) => {\r\n        if (domainsListItemIndex === domainsDescriptionsItemIndex) {\r\n          domainsDescriptionsItem.classList.add(\r\n            'domains__descriptions-item_active-new'\r\n          );\r\n        } else {\r\n          domainsDescriptionsItem.classList.remove(\r\n            'domains__descriptions-item_active-new'\r\n          );\r\n        }\r\n      }\r\n    );\r\n  });\r\n});\r\n<\/script>\r\n\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-70001cb e-flex e-con-boxed e-con e-parent\" data-id=\"70001cb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b9249d elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"8b9249d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PLC programming development technologies we leverage<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-013e892 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"013e892\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<span style=\"font-weight: 400;\">At Innowise, we use cutting-edge PLC programming technologies to craft reliable and efficient automation solutions. Our expertise spans a wide variety of different programming methods\u00a0\u2014\u00a0meaning that your systems are always optimized for performance and flexibility.<\/span>\t\t\t\t\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-1dfd28e e-flex e-con-boxed e-con e-parent\" data-id=\"1dfd28e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-01fa293 e-grid e-con-full e-con e-child\" data-id=\"01fa293\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1cc6a0e e-flex e-con-boxed e-con e-child\" data-id=\"1cc6a0e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d58d159 elementor-widget elementor-widget-text-editor\" data-id=\"d58d159\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\">\n \t<li class=\"red-dot\">\n<h3 style=\"all: unset;\">Ladder diagram (LD)<\/h3>\n<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b16172f elementor-widget elementor-widget-text-editor\" data-id=\"b16172f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tOur team uses ladder diagrams for intuitive, visual programming. This industry-standard method simplifies the development process, resulting in easily maintainable logic with quick troubleshooting.\n\t\t\t\t\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-5e3dc47 e-flex e-con-boxed e-con e-child\" data-id=\"5e3dc47\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9edfc4e elementor-widget elementor-widget-text-editor\" data-id=\"9edfc4e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\">\n \t<li class=\"red-dot\">\n<h3 style=\"all: unset;\">Structured text (ST)<\/h3>\n<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a2687cc elementor-widget elementor-widget-text-editor\" data-id=\"a2687cc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tWhen it comes to handling complex calculations and data, we turn to structured text. This powerful, high-level language lets us create precise, efficient code, ideal for advanced PLC applications.\t\t\t\t\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-9c3f254 e-flex e-con-boxed e-con e-child\" data-id=\"9c3f254\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b39a9f1 elementor-widget elementor-widget-text-editor\" data-id=\"b39a9f1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\">\n \t<li class=\"red-dot\">\n<h3 style=\"all: unset;\">Function block diagram (FBD)<\/h3>\n<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8a54de elementor-widget elementor-widget-text-editor\" data-id=\"d8a54de\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tTo visualize system functions, we map out function block diagrams. This approach keeps things modular, allowing us to reuse and maintain code across different projects.\t\t\t\t\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-7f2ae02 e-flex e-con-boxed e-con e-child\" data-id=\"7f2ae02\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f6a582a elementor-widget elementor-widget-text-editor\" data-id=\"f6a582a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\">\n \t<li class=\"red-dot\">\n<h3 style=\"all: unset;\">Sequential function chart (SFC)<\/h3>\n<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-770df1f elementor-widget elementor-widget-text-editor\" data-id=\"770df1f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tFor step-by-step automation, our experts rely on sequential function charts to model process sequences. This method is perfect for keeping everything clear and straightforward\u00a0\u2014\u00a0meaning smooth transitions between operations.\t\t\t\t\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-1cc4433 e-flex e-con-boxed e-con e-child\" data-id=\"1cc4433\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df03616 elementor-widget elementor-widget-text-editor\" data-id=\"df03616\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul class=\"list\">\n \t<li class=\"red-dot\">\n<h3 style=\"all: unset;\">Instruction list (IL)<\/h3>\n<\/li>\n<\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83ba588 elementor-widget elementor-widget-text-editor\" data-id=\"83ba588\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tFor low-level, efficient programming \u2013 especially in resource-limited systems\u00a0\u2014\u00a0we use instruction lists. This text-based approach is ideal for situations where every instruction counts.\t\t\t\t\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\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-af9a929 e-flex e-con-boxed e-con e-parent\" data-id=\"af9a929\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eaad801 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"eaad801\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Advantages of PLC development services<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8d1bf1 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"c8d1bf1\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tInnowise\u2019s PLC development services are your go-to for unbeatable accuracy and reliability for your automation projects. Discover how these PLC development services can make a real difference for you.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e55b7d8 e-grid e-con-full e-con e-child\" data-id=\"e55b7d8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ab333d0 e-flex e-con-boxed e-con e-child\" data-id=\"ab333d0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e3b9da elementor-widget elementor-widget-image\" data-id=\"9e3b9da\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Cost-estimation.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-842d596 elementor-widget elementor-widget-heading\" data-id=\"842d596\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Cost savings<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c09541b elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"c09541b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tPLC automation reduces labor costs, minimizes errors, and optimizes resource utilization, leading to significant cost savings and higher levels of profitability.\t\t\t\t\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-f42d176 e-flex e-con-boxed e-con e-child\" data-id=\"f42d176\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7bcd669 elementor-widget elementor-widget-image\" data-id=\"7bcd669\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Frame-4716.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-334b197 elementor-widget elementor-widget-heading\" data-id=\"334b197\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Compliance and regulation<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a29b97d elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"a29b97d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tPLC programming ensures compliance with industry regulations and standards, mitigating risks and maintaining a reputation for quality and compliance.\t\t\t\t\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-e5468ce e-flex e-con-boxed e-con e-child\" data-id=\"e5468ce\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db07d53 elementor-widget elementor-widget-image\" data-id=\"db07d53\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Icons-110.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a292a8 elementor-widget elementor-widget-heading\" data-id=\"7a292a8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Flexibility and adaptability<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c4745d elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"4c4745d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>PLC development services enable the customization and reprogramming of PLCs to adapt to changing requirements and technological advancements.<\/p>\t\t\t\t\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-c3ebc7e e-con-full e-flex e-con e-child\" data-id=\"c3ebc7e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4d0d518 elementor-widget elementor-widget-image\" data-id=\"4d0d518\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Icons-75.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a609f6 elementor-widget elementor-widget-heading\" data-id=\"3a609f6\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Improved safety<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b4fae98 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"b4fae98\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tPLCs implement safety protocols, monitor critical parameters, and initiate emergency shutdowns\u00a0\u2014\u00a0improving workplace safety and preventing accidents.\t\t\t\t\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-4b479d8 e-con-full e-flex e-con e-child\" data-id=\"4b479d8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b414b89 elementor-widget elementor-widget-image\" data-id=\"b414b89\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Project-1.svg\" title=\"Project (1)\" alt=\"Project (1)\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9b1b34c elementor-widget elementor-widget-heading\" data-id=\"9b1b34c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Data acquisition and analysis<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c6529fd elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"c6529fd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tPLCs offer real-time data acquisition and analysis capabilities, providing insights into process performance and enabling data-driven decision-making.\t\t\t\t\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-b61bdfd e-con-full e-flex e-con e-child\" data-id=\"b61bdfd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15eddec elementor-widget elementor-widget-image\" data-id=\"15eddec\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/3.svg\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0698ef4 elementor-widget elementor-widget-heading\" data-id=\"0698ef4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Remote monitoring and control<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-18ca321 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"18ca321\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tPLC development services enable remote access to PLC systems for monitoring and control, boosting operational visibility and making troubleshooting a whole lot easier.\t\t\t\t\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-e5ec30c e-con-full e-flex e-con e-child\" data-id=\"e5ec30c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-069644f elementor-widget elementor-widget-image\" data-id=\"069644f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Improve-1.svg\" title=\"Improve\" alt=\"Improve\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a0e657 elementor-widget elementor-widget-heading\" data-id=\"5a0e657\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Increased efficiency<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b135a3d elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"b135a3d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tPLCs automate industrial processes, leading to higher efficiency, reduced labor costs, and improved productivity.\t\t\t\t\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-9bda7c1 e-con-full e-flex e-con e-child\" data-id=\"9bda7c1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-45a28bf elementor-widget elementor-widget-image\" data-id=\"45a28bf\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Frame-1410119167-2.svg\" title=\"Frame 1410119167 (2)\" alt=\"Frame 1410119167 (2)\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b4a45c elementor-widget elementor-widget-heading\" data-id=\"3b4a45c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Boosted reliability<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ee2104 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"5ee2104\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tPLCs are reliable and dependable in industrial environments, minimizing downtime and reducing the risk of equipment failures.\t\t\t\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7e09969 net-14 dt-15 faq-1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7e09969\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8cd76e5\" data-id=\"8cd76e5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-902af6c elementor-widget elementor-widget-heading\" data-id=\"902af6c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PLC software we use<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-14f4441 elementor-section-full_width net-142 dt-15-2 elementor-section-height-default elementor-section-height-default\" data-id=\"14f4441\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-a75db24\" data-id=\"a75db24\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-13db234 aws-services-acc elementor-widget elementor-widget-accordion\" data-id=\"13db234\" data-element_type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2081\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2081\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">TIA Portal (Totally Integrated Automation Portal)<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2081\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2081\">TIA Portal by Siemens is the all-in-one engineering tool for programming their S7 series PLCs. With our skills in TIA Portal, we deliver integrated and efficient PLC solutions that are tailored exactly to our clients\u2019 specific needs.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2082\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2082\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Codesys<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2082\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2082\">Codesys offers a manufacturer-independent platform for programming a wide range of PLCs across different industries. Thanks to our expertise in Codesys, we\u2019re able to create flexible, scalable solutions that improve your team\u2019s productivity\u00a0\u2014\u00a0whether you\u2019re dealing with complex industrial automation or simpler machine control.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2083\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2083\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">RSLogix\/Studio 5000<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2083\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2083\">Developed by Rockwell Automation (Allen-Bradley), RSLogix\/Studio 5000 is the premier software for programming ControlLogix, CompactLogix, and other PLCs. Our years of experience with this platform means we\u2019re well equipped to design strong, scalable PLC solutions that really shine in industrial automation environments.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2084\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2084\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">GX Developer\/GX Works<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2084\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2084\">Mitsubishi\u2019s GX Developer\/GX Works has been widely adopted for programming their extensive range of PLCs. With our in-depth knowledge of this platform, we create customized PLC solutions that offer a big boost to operational efficiency and drive up productivity.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2085\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2085\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Unity Pro\/Control Expert<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2085\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2085\">Unity Pro\/Control Expert, from Schneider Electric, is the go-to software for programming Modicon PLCs. Our expertise in this platform means we\u2019re in a prime position to craft high-quality PLC solutions that streamline automation and polish up your industrial processes.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2086\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2086\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Sysmac Studio<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2086\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2086\">Sysmac Studio\u00a0\u2014\u00a0developed by Omron\u00a0\u2014\u00a0is a must-have for programming their NX and NJ series PLCs. Our command of Sysmac Studio enables us to deliver advanced PLC solutions that facilitate real-time control and monitoring\u00a0\u2014\u00a0resulting in high-level precision and reliability in everything we do.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-7628e2f border-none e-flex e-con-boxed e-con e-parent\" data-id=\"7628e2f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-701fba9 elementor-widget elementor-widget-html\" data-id=\"701fba9\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"new-dark-cta\">\n    <div class=\"new-cta-text\">\n        <p>\n            Our clients count on us for PLC engineering and programming that amps up productivity, reliability, and safety. Thanks to our focus on innovation \u2013 plus our proven track record and history of success \u2014 we build systems that keep businesses competitive and thriving. At Innowise, we\u2019re not just about automation \u2014 we\u2019re here to fuel your business\u2019s transformation.\n        <\/p>\n        <div class=\"new-cta-desc\">\n            <span>Eugene Govor<\/span>\n            <p>Head of Embedded &amp; C++ <\/p>\n        <\/div>\n    <\/div>\n    <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/02\/eugene_govor.png\" \/ alt=\"\">\n<\/div>\n\n\n\n\n\n\n\n\n\n\n\n\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-50755ce e-flex e-con-boxed e-con e-parent\" data-id=\"50755ce\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c61dc8 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"5c61dc8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How much does it cost to develop a PLC?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-28ad684 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"28ad684\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe price of developing a PLC solution isn\u2019t a one-size-fits-all situation, and can vary depending on a number of factors\u00a0\u2014\u00a0including the complexity of the project, which PLC platform you choose, the scope of customization, and the level of support you\u2019re looking for. At Innowise, we offer competitive pricing for our PLC programming services, customized to fit your budget and needs. Contact us today for a personalized quote based on your project and its unique requirements.\t\t\t\t\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-a1e902f e-flex e-con-boxed e-con e-parent\" data-id=\"a1e902f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33c7bcc elementor-widget elementor-widget-html\" data-id=\"33c7bcc\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"python-container\">\n    <div class=\"item-full-stack\">\n        <span class=\"full-stack-title\">Complexity of the system<\/span>\n        <img decoding=\"async\" class=\"full-stack-image\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/objects.svg\" \/ alt=\"\">\n    <\/div>\n    <div class=\"small-items\">\n        <div class=\"python-item\">\n            <span class=\"python-item-title\">Scope of customization<\/span>\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/147.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"python-item\">\n            <span class=\"python-item-title\">Software licensing fees<\/span>\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/107.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"python-item\">\n            <span class=\"python-item-title\">System integration<\/span>\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/128.svg\" \/ alt=\"\">\n        <\/div>\n    <\/div>\n    <div class=\"small-items\">\n        <div class=\"python-item\">\n            <span class=\"python-item-title\">Hardware requirements<\/span>\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/implementation.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"python-item\">\n            <span class=\"python-item-title\">Testing and validation<\/span>\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/101.svg\" \/ alt=\"\">\n        <\/div>\n        <div class=\"python-item\">\n            <span class=\"python-item-title\">Support and maintenance<\/span>\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/149-1.svg\" \/ alt=\"\">\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div class=\"hidden-tech\">\n    <div class=\"python-item\">\n            <span class=\"python-item-title\">Scope of customization<\/span>\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/147.svg\" \/ alt=\"\">\n        <\/div>\n    <div class=\"python-item\">\n            <span class=\"python-item-title\">Software licensing fees<\/span>\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/107.svg\" \/ alt=\"\">\n        <\/div>\n\n<\/div>\n\n<div class=\"hidden-tech\">\n    <div style=\"max-width: calc(50% - 10px);\" class=\"python-item\">\n            <span class=\"python-item-title\">System integration<\/span>\n            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/128.svg\" \/ alt=\"\">\n        <\/div>\n<\/div>\n   \n    \n    \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-058372c e-flex e-con-boxed e-con e-parent\" data-id=\"058372c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bffd6c0 e-con-full e-flex e-con e-child\" data-id=\"bffd6c0\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b262381 e-con-full animated-circle-text e-flex e-con e-child\" data-id=\"b262381\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-285b2c4 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"285b2c4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">No need to break the bank for PLC programming!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e5aa6af elementor-widget-tablet__width-initial elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"e5aa6af\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<span style=\"font-weight: 400;\">Drop us a line to get an accurate cost estimate for your PLC programming development project<\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77433d7 elementor-align-center elementor-mobile-align-center elementor-widget-mobile__width-inherit elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"77433d7\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#contact-form\" id=\"main-block-link\">\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\">Get a quote<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\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-9bd9323 elementor-widget elementor-widget-html\" data-id=\"9bd9323\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"circleAnim\">\r\n    <\/div>\r\n    \r\n    <script defer src=\"https:\/\/cdn.jsdelivr.net\/npm\/gsap@3.12.5\/dist\/gsap.min.js\"><\/script>\r\n    <script>\r\n        document.addEventListener(\"DOMContentLoaded\", ()=> {\r\n            const minSize = 20;\r\n            const maxSize = 100;\r\n    \r\n            const step = 5;\r\n    \r\n            const animDuration = 6;\r\n    \r\n            const animElem = document.getElementById(\"circleAnim\")\r\n    \r\n            for (let size = minSize; size <= maxSize; size+=step) {\r\n                const elem = document.createElement(\"div\")\r\n                elem.classList.add(\"anim-circle\")\r\n                elem.style=`width: ${size}%; height: ${size}%; anim-duration:${animDuration}s;`\r\n                animElem.appendChild(elem)\r\n            }\r\n    \r\n            gsap.to(\".anim-circle\", {\r\n              rotateX: 180,\r\n              rotateY: -180,\r\n              ease: \"sine.inOut\",\r\n              duration: animDuration,\r\n              stagger: { each: 0.02 * animDuration, from: \"end\", repeat: -1, yoyo: true }\r\n            });\r\n        })\r\n    <\/script>\t\t\t\t<\/div>\n\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\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-034fb64 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"034fb64\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2b9a9aa\" data-id=\"2b9a9aa\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c4cc5bd elementor-widget elementor-widget-heading\" data-id=\"c4cc5bd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PLC programming services for all organizations<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d65bc07\" data-id=\"d65bc07\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c1e00c0 list elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c1e00c0\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0a9105b\" data-id=\"0a9105b\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f6b9027 elementor-widget elementor-widget-html\" data-id=\"f6b9027\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"c-intro-section__background_new c-intro-section__background_light_new\">\n    <div class=\"c-intro-section__container_new\">\n        <div class=\"c-intro-section__body_new\">\n                <div class=\"c-intro-section__info-text_new\">\n                    <p>Innowise delivers tailored PLC programming services for organizations of all shapes and sizes. Our talented team knows how to design, develop, and fine-tune PLC solutions that help you run more effectively and kickstart your productivity. Partner with us to fully leverage automation and drive your organization\u2019s success.<\/p>\n                    \n                    <div class='c-intro-section__info-text_new_lists'>\n                <ul class=\"red-dot-list\">\n                    <li><span>Manufacturing<\/span><\/li>\n                    <li><span>Energy<\/span><\/li>\n                    <li><span>Logistics<\/span><\/li>\n                <\/ul>\n                    \n                <ul class=\"red-dot-list\">\n                    <li><span>Automotive<\/span><\/li>\n                    <li><span>Retail & eCommerce<\/span><\/li>\n                    <li><span>Food services<\/span><\/li>\n                <\/ul>\n                    <\/div>\n\n                <\/div>\n            <img decoding=\"async\" class=\"c-intro-section__image_new\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/06\/Frame-1410119169.jpg\" alt=\"section-image\">\n        <\/div>\n    <\/div>\n<\/div>\n\n<style>\n    .c-intro-section__info-text_new_lists ul {\n        list-style-type: disc;\n        \/*padding-left: 20px;*\/\n    }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-f667459 e-flex e-con-boxed e-con e-parent\" data-id=\"f667459\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0426716 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"0426716\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How we handle PLC programming<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-812331d elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"812331d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe standard process for PLC programming typically involves several steps that can be adjusted to fit right into your business workflow.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-43faab6 e-flex e-con-boxed e-con e-child\" data-id=\"43faab6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ecb7af5 elementor-widget elementor-widget-html\" data-id=\"ecb7af5\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"new-steps-container\">\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #C63031;\n    border-color: #C63031;\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"scheme-progress-global-line\" style=\"width: 100%; background: #C63031\"><\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span class=\"new-step-item-title\">\n                Requirements gathering\n            <\/span>\n\n        \n            <p class=\"new-step-item-text\">\n                We kick things off by teaming up with you to get a solid grasp of your automation goals and what you\u2019re hoping to achieve.\n\n            <\/p>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #CD505D;\n    border-color: #CD505D;\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"scheme-progress-global-line\" style=\"width: 100%; background: #CD505D\"><\/div>\n        <\/div>\n                <div class=\"new-step-item-desc\">\n            <span class=\"new-step-item-title\">\n               System design\n            <\/span>\n\n        \n            <p class=\"new-step-item-text\">\n            Based on these requirements, we\u2019ll then design a customized PLC solution tailored to your wants, needs, and preferences \u2014 focusing on making it scalable, flexible, and \u2014 of course \u2014 efficient.\n            <\/p>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #D36F89;\n    border-color: #D36F89;\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"scheme-progress-global-line\" style=\"background: #D36F89; position: absolute; left: ; right: ; width: 100vw;\"><\/div>\n        <\/div>\n                <div class=\"new-step-item-desc\">\n            <span class=\"new-step-item-title\">\n               Programming and implementation\n            <\/span>\n\n        \n            <p class=\"new-step-item-text\">\nOur experienced PLC engineers use the right programming platform for your needs to develop and implement the PLC solution \u2014 always sticking to your design specifications.\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #E4BEF7;\n    border-color: #E4BEF7\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n        \n<div class=\"scheme-progress-global-line\" style=\"background: #E4BEF7; position: absolute; left: ; right: 33%; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span class=\"new-step-item-title\">\n                Testing and debugging\n            <\/span>\n        \n            <p class=\"new-step-item-text\">\n              We carry out thorough testing and debugging sessions \u2014 combing through your PLC solution to make sure everything is running functionality, reliability, and performing just right under different conditions.\n            <\/p>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #E4BEF7;\n    border-color: #E4BEF7\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"scheme-progress-global-line\" style=\"background: #E4BEF7; position: absolute; left:; right:33%; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span class=\"new-step-item-title\">\n               Deployment and integration\n            <\/span>\n        \n            <p class=\"new-step-item-text\">\n             Once all the boxes in the testing stage have been ticked, we\u2019ll deploy the PLC solution and integrate it with existing systems and technologies.\n            <\/p>\n        <\/div>\n    <\/div>\n    \n    \n    \n    <div class=\"new-step-item\">\n        <div class=\"figure-container\">\n            <div style=\"background-color: #BF9FD8;\n    border-color: #BF9FD8\" class=\"scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"scheme-progress-global-line\" style=\"width: 100%; background: linear-gradient(90deg, #BF9FD8 50%, transparent 0) 50% \/ 8px 2px repeat-x;\"><\/div>\n        <\/div>\n        <div class=\"new-step-item-desc\">\n            <span class=\"new-step-item-title\">\nTraining and support\n            <\/span>\n        \n            <p class=\"new-step-item-text\">\nWe provide comprehensive training and support to your team to make sure everyone\u2019s on the same page in terms of operating and maintaining the PLC system.\n            <\/p>\n        <\/div>\n    <\/div>    \n    \n\n    \n    \n<\/div>\n\n\n\n\n\n<div class=\"tablet-new-steps-container\">\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #C63031;\n    border-color: #C63031;\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"tablet-scheme-progress-global-line\" style=\"width: 100%; background: #C63031\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n           <span class=\"tablet-new-step-item-title\">\n        Requirements gathering\n            <\/span>\n\n        \n            <p class=\"tablet-new-step-item-text\">\nWe kick things off by teaming up with you to get a solid grasp of your automation goals and what you\u2019re hoping to achieve.\n\n            <\/p>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #CD505D;\n    border-color: #CD505D;\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"tablet-scheme-progress-global-line\" style=\"background: #CD505D; position: absolute; left: 50%; right: ; width: 100vw;\" ><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span class=\"tablet-new-step-item-title\">\n              System design\n            <\/span>\n\n        \n            <p class=\"tablet-new-step-item-text\">\nBased on these requirements, we\u2019ll then design a customized PLC solution tailored to your wants, needs, and preferences \u2014 focusing on making it scalable, flexible, and \u2014 of course \u2014 efficient.\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #D36F89;\n    border-color: #D36F89;\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"tablet-scheme-progress-global-line\" style=\"background: #D36F89; position: absolute; left: ; right: 50%; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span class=\"tablet-new-step-item-title\">\n               Programming and implementation\n            <\/span>\n\n        \n            <p class=\"tablet-new-step-item-text\">\nOur experienced PLC engineers use the right programming platform for your needs to develop and implement the PLC solution \u2014 always sticking to your design specifications.\n            <\/p>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #DD9ECB;\n    border-color: #DD9ECB\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"tablet-scheme-progress-global-line\" style=\"background: #DD9ECB; position: absolute; left: 50%; right: ; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span class=\"tablet-new-step-item-title\">\n               Testing and debugging\n            <\/span>\n\n        \n            <p class=\"tablet-new-step-item-text\">\nWe carry out thorough testing and debugging sessions \u2014 combing through your PLC solution to make sure everything is running functionality, reliability, and performing just right under different conditions.\n            <\/p>\n        <\/div>        \n    <\/div>\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #E4BEF7;\n    border-color: #E4BEF7\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"tablet-scheme-progress-global-line\" style=\"background: #E4BEF7; position: absolute; left: ; right: 50%; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span class=\"tablet-new-step-item-title\">\n               Deployment and integration\n            <\/span>\n\n        \n            <p class=\"tablet-new-step-item-text\">\nOnce all the boxes in the testing stage have been ticked, we\u2019ll deploy the PLC solution and integrate it with existing systems and technologies.\n            <\/p>\n        <\/div>        \n    <\/div>\n    \n\n    \n    \n    <div class=\"tablet-new-step-item\">\n        <div class=\"tablet-figure-container\">\n            <div style=\"background-color: #BF9FD8;\n    border-color: #BF9FD8\" class=\"tablet-scheme-progress-circle\">\n            \n        <\/div>\n        \n\n\n\n<div class=\"tablet-scheme-progress-global-line\" style=\"background: linear-gradient(90deg, #BF9FD8 50%, transparent 0) 50% \/ 8px 2px repeat-x; position: absolute; left: ; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"tablet-new-step-item-desc\">\n            <span class=\"tablet-new-step-item-title\">\nTraining and support\n            <\/span>\n\n        \n            <p class=\"tablet-new-step-item-text\">\nWe provide comprehensive training and support to your team to make sure everyone\u2019s on the same page in terms of operating and maintaining the PLC system.\n            <\/p>\n        <\/div>\n    <\/div>\n    \n    \n<\/div>\n\n\n\n\n\n\n\n\n<div class=\"mobile-new-steps-container\">\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #C63031;\n    border-color: #C63031;\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n            <div class=\"mobile-scheme-progress-global-line\" style=\"background: #C63031; position: absolute; left: 5%; right: ; width: 100vw;\"><\/div>\n        <\/div>\n        \n        <div class=\"mobile-new-step-item-desc\">\n           <span class=\"mobile-new-step-item-title\">\nRequirements gathering\n            <\/span>\n\n        \n            <p class=\"mobile-new-step-item-text\">\nWe kick things off by teaming up with you to get a solid grasp of your automation goals and what you\u2019re hoping to achieve.\n\n            <\/p>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #CD505D;\n    border-color: #CD505D;\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #CD505D; position: absolute; left: ; right: 95%; width: 100vw;\"><\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #CD505D; position: absolute; left: 5%; right: 0; width: 100vw;\"><\/div>\n        <\/div>\n         <div class=\"mobile-new-step-item-desc\">\n            <span class=\"mobile-new-step-item-title\">\n               System design\n            <\/span>\n\n        \n            <p class=\"mobile-new-step-item-text\">\nBased on these requirements, we\u2019ll then design a customized PLC solution tailored to your wants, needs, and preferences \u2014 focusing on making it scalable, flexible, and \u2014 of course \u2014 efficient.\n            <\/p>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #D36F89;\n    border-color: #D36F89;\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #D36F89; position: absolute; left: ; right: 95%; width: 100vw;\"><\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #D36F89; position: absolute; left: 5%; right: 0; width: 100vw;\"><\/div>\n        <\/div>\n       <div class=\"mobile-new-step-item-desc\">\n            <span class=\"mobile-new-step-item-title\">\n              Programming and implementation\n            <\/span>\n\n        \n            <p class=\"mobile-new-step-item-text\">\nOur experienced PLC engineers use the right programming platform for your needs to develop and implement the PLC solution \u2014 always sticking to your design specifications.\n            <\/p>\n        <\/div>\n    <\/div>\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #DD9ECB;\n    border-color: #DD9ECB\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #DD9ECB; position: absolute; left: ; right: 95%; width: 100vw;\"><\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #DD9ECB; position: absolute; left: 5%; right: 0; width: 100vw;\"><\/div>\n        <\/div>\n        <div class=\"mobile-new-step-item-desc\">\n            <span class=\"mobile-new-step-item-title\">\n               Testing and debugging\n            <\/span>\n\n        \n            <p class=\"mobile-new-step-item-text\">\nWe carry out thorough testing and debugging sessions \u2014 combing through your PLC solution to make sure everything is running functionality, reliability, and performing just right under different conditions.\n            <\/p>\n        <\/div>  \n    <\/div>\n    \n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #E4BEF7;\n    border-color: #E4BEF7\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #E4BEF7; position: absolute; left: ; right: 95%; width: 100vw;\"><\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #E4BEF7; position: absolute; left: 5%; right: 0; width: 100vw;\"><\/div>\n        <\/div>\n         <div class=\"mobile-new-step-item-desc\">\n            <span class=\"mobile-new-step-item-title\">\n               Deployment and integration\n            <\/span>\n\n        \n            <p class=\"mobile-new-step-item-text\">\nOnce all the boxes in the testing stage have been ticked, we\u2019ll deploy the PLC solution and integrate it with existing systems and technologies.\n            <\/p>\n        <\/div>  \n    <\/div>\n    \n\n    \n    <div class=\"mobile-new-step-item\">\n        <div class=\"mobile-figure-container\">\n            <div style=\"background-color: #BF9FD8;\n    border-color: #BF9FD8\" class=\"mobile-scheme-progress-circle\">\n            \n        <\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: #BF9FD8; position: absolute; left: ; right: 95%; width: 100vw;\"><\/div>\n<div class=\"mobile-scheme-progress-global-line\" style=\"background: linear-gradient(90deg, #BF9FD8 50%, transparent 0) 50% \/ 8px 2px repeat-x; position: absolute; left: 5%; right: 0; width: 100vw;\"><\/div>\n        <\/div>\n         <div class=\"mobile-new-step-item-desc\">\n            <span class=\"mobile-new-step-item-title\">\n           Training and support\n            <\/span>\n\n        \n            <p class=\"mobile-new-step-item-text\">\nWe provide comprehensive training and support to your team to make sure everyone\u2019s on the same page in terms of operating and maintaining the PLC system.\n            <\/p>\n        <\/div>  \n    <\/div>\n    \n    \n<\/div>\n\n\n\n\n\n\n\n\n\n\n\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\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1143541 related_case_container elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1143541\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e93dfea\" data-id=\"e93dfea\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4ce3d36 related_case_title_h2 elementor-widget elementor-widget-heading\" data-id=\"4ce3d36\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">PLC programming: our recent case studies<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cbd62e8 related_case_container case-studies elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cbd62e8\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6948c92\" data-id=\"6948c92\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cc9684d elementor-widget elementor-widget-shortcode\" data-id=\"cc9684d\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n        <div class=\"slider-overflow\">\n            <div class=\"swiper-related\">\n                <div class=\"swiper-wrapper\">\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/de\/case\/chatbot-for-data-analytics\/\" aria-label=\"block_171293\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Small-cover-Development-of-an-analytical-platform-using-the-existing-Large-Language-Models-LLM.jpg\" alt=\"Development of an analytical platform using the existing large language models\">\n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"hyphens: auto;\">\n                            <a href=\"https:\/\/innowise.com\/de\/case\/chatbot-for-data-analytics\/\" aria-label=\"Development of an analytical platform using the existing large language models\" >Development of an analytical platform using the existing large language models<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/de\/cases\/datenanalyse\/\">Data analytics<\/a><a href=\"\/de\/cases\/azure\/\">Azure<\/a><a href=\"\/de\/cases\/back-end-entwicklung\/\">Back-end development<\/a><a href=\"\/de\/cases\/chatbot\/\">Chatbot<\/a><a href=\"\/de\/cases\/ai\/\">AI<\/a><a href=\"\/de\/cases\/front-end-entwicklung\/\">Front-end development<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/de\/case\/chatbot-for-data-analytics\/\" aria-label=\"Read more about Development of an analytical platform using the existing large language models\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/de\/case\/healthcare-data-management-solutions\/\" aria-label=\"block_171118\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Precision-medicine-data-management-platform-Small-Cover.png\" alt=\"Precision medicine data management platform\">\n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"hyphens: auto;\">\n                            <a href=\"https:\/\/innowise.com\/de\/case\/healthcare-data-management-solutions\/\" aria-label=\"Precision medicine data management platform\" >Precision medicine data management platform<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/de\/cases\/datenanalyse\/\">Data analytics<\/a><a href=\"\/de\/cases\/aws\/\">AWS<\/a><a href=\"\/de\/cases\/data-science\/\">Data science<\/a><a href=\"\/de\/cases\/devops\/\">DevOps<\/a><a href=\"\/de\/cases\/gesundheitswesen\/\">Healthcare<\/a><a href=\"\/de\/cases\/python\/\">Python<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/de\/case\/healthcare-data-management-solutions\/\" aria-label=\"Read more about Precision medicine data management platform\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/de\/case\/data-management-in-banking\/\" aria-label=\"block_159849\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/05\/Data-lake-development-for-the-banking-industry-tizer.jpg\" alt=\"Data management repository for banking\">\n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"hyphens: auto;\">\n                            <a href=\"https:\/\/innowise.com\/de\/case\/data-management-in-banking\/\" aria-label=\"Data management repository for banking\" >Data management repository for banking<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/de\/cases\/datenanalyse\/\">Data analytics<\/a><a href=\"\/de\/cases\/banking\/\">Banking<\/a><a href=\"\/de\/cases\/business-intelligence\/\">Business intelligence<\/a><a href=\"\/de\/cases\/api\/\">API<\/a><a href=\"\/de\/cases\/datenmanagement\/\">Data management (DMS)<\/a><a href=\"\/de\/cases\/discovery\/\">Discovery<\/a><a href=\"\/de\/cases\/fintech\/\">FinTech<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/de\/case\/data-management-in-banking\/\" aria-label=\"Read more about Data management repository for banking\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/de\/case\/medical-research-software\/\" aria-label=\"block_155860\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/02\/Med-research-Small-cover.png\" alt=\"Medical research software\">\n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"hyphens: auto;\">\n                            <a href=\"https:\/\/innowise.com\/de\/case\/medical-research-software\/\" aria-label=\"Medical research software\" >Medical research software<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/de\/cases\/datenanalyse\/\">Data analytics<\/a><a href=\"\/de\/cases\/api\/\">API<\/a><a href=\"\/de\/cases\/cloud\/\">Cloud<\/a><a href=\"\/de\/cases\/ai\/\">AI<\/a><a href=\"\/de\/cases\/data-science\/\">Data science<\/a><a href=\"\/de\/cases\/gcp\/\">GCP<\/a><a href=\"\/de\/cases\/gesundheitswesen\/\">Healthcare<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/de\/case\/medical-research-software\/\" aria-label=\"Read more about Medical research software\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/de\/case\/investment-software-development\/\" aria-label=\"block_110804\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2023\/04\/Gokhman.png\" alt=\"Advanced modules for investment analytics software\">\n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"hyphens: auto;\">\n                            <a href=\"https:\/\/innowise.com\/de\/case\/investment-software-development\/\" aria-label=\"Advanced modules for investment analytics software\" >Advanced modules for investment analytics software<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/de\/cases\/datenanalyse\/\">Data analytics<\/a><a href=\"\/de\/cases\/api\/\">API<\/a><a href=\"\/de\/cases\/fintech\/\">FinTech<\/a><a href=\"\/de\/cases\/js\/\">JavaScript<\/a><a href=\"\/de\/cases\/php\/\">PHP<\/a><a href=\"\/de\/cases\/software-enhancement\/\">Software enhancement<\/a><a href=\"\/de\/cases\/web\/\">Web<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/de\/case\/investment-software-development\/\" aria-label=\"Read more about Advanced modules for investment analytics software\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/de\/case\/gestical-platform-modernization\/\" aria-label=\"block_194759\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/smart-meter-integration.png\" alt=\"Modernization of Gestical\u2019s operational platform\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/gestical.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"hyphens: auto;\">\n                            <a href=\"https:\/\/innowise.com\/de\/case\/gestical-platform-modernization\/\" aria-label=\"Modernization of Gestical\u2019s operational platform\" >Modernization of Gestical\u2019s operational platform<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/de\/cases\/energy\/\">Energy<\/a><a href=\"\/de\/cases\/staff-augmentation\/\">Staff augmentation<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/de\/case\/gestical-platform-modernization\/\" aria-label=\"Read more about Modernization of Gestical\u2019s operational platform\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/de\/case\/ios-and-vr-meditation-app-development\/\" aria-label=\"block_194217\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/iOS-and-VR-meditation-app-suite-for-Grozio-Planeta-UAB-2.png\" alt=\"iOS and VR meditation app suite for Gro\u017eio Planeta UAB\">\n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"hyphens: auto;\">\n                            <a href=\"https:\/\/innowise.com\/de\/case\/ios-and-vr-meditation-app-development\/\" aria-label=\"iOS and VR meditation app suite for Gro\u017eio Planeta UAB\" >iOS and VR meditation app suite for Gro\u017eio Planeta UAB<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/de\/cases\/aws\/\">AWS<\/a><a href=\"\/de\/cases\/django\/\">Django<\/a><a href=\"\/de\/cases\/gesundheitswesen\/\">Healthcare<\/a><a href=\"\/de\/cases\/mobile-development\/\">Mobile development<\/a><a href=\"\/de\/cases\/php\/\">PHP<\/a><a href=\"\/de\/cases\/python\/\">Python<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/de\/case\/ios-and-vr-meditation-app-development\/\" aria-label=\"Read more about iOS and VR meditation app suite for Gro\u017eio Planeta UAB\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n        <div class=\"swiper-slide\">\n            <div class=\"swiper-into-e1\">\n                <div class=\"swiper-slide__inner-container\">\n                    <div class=\"block-div-img-rel\">\n                        <a href=\"https:\/\/innowise.com\/de\/case\/ai-ergonomics-software-scaling\/\" aria-label=\"block_195080\">\n                            <img decoding=\"async\" class=\"slide__img-rel\" \n                             src=\"https:\/\/innowise.com\/wp-content\/uploads\/2026\/03\/image.png\" alt=\"Scaling AI ergonomics assessment software\">\n                    <div class=\"cases-post__thumbnail_opencase_img\">\n                        <div>\n                            <img decoding=\"async\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2025\/12\/prophaust.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                \n                        <\/a>\n                    <\/div>\n                    <div class=\"border-slide-rel\">\n                        <div class=\"swip-title-rel-qe mb-10\" style=\"hyphens: auto;\">\n                            <a href=\"https:\/\/innowise.com\/de\/case\/ai-ergonomics-software-scaling\/\" aria-label=\"Scaling AI ergonomics assessment software\" >Scaling AI ergonomics assessment software<\/a>\n                        <\/div>\n                        <div class=\"swip-array-rel\">\n                            <a href=\"\/de\/cases\/angular\/\">Angular<\/a><a href=\"\/de\/cases\/back-end-entwicklung\/\">Back-end development<\/a><a href=\"\/de\/cases\/unternehmen\/\">Enterprise<\/a><a href=\"\/de\/cases\/front-end-entwicklung\/\">Front-end development<\/a><a href=\"\/de\/cases\/node-js\/\">Node.js<\/a><a href=\"\/de\/cases\/qa\/\">QA<\/a>\n                        <\/div>\n                        <div class=\"slide__button-wrapper_mob\">\n                            <span class=\"slide__button-text_mob\">Read more<\/span>\n                            <img decoding=\"async\" class=\"slide__button-img_mob\" src=\"https:\/\/innowise.com\/wp-content\/uploads\/2021\/12\/arrow-more.svg\" alt=\"\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"slide__button-wrapper\">\n                <a href=\"https:\/\/innowise.com\/de\/case\/ai-ergonomics-software-scaling\/\" aria-label=\"Read more about Scaling AI ergonomics assessment software\">\n                    <div class=\"arrow-btn3-rel\">\n                        <svg class=\"arrow-btn__svg\"\n                             width=\"110\"\n                             height=\"18\"\n                             viewBox=\"0 0 110 18\"\n                             fill=\"none\"\n                             xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M9 1L17 8.99999L9 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M0 9.00018L17 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M99 1L107 8.99999L99 17\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                            <path d=\"M90 9.00018L107 9.00018\"\n                                  stroke=\"#C63031\"\n                                  stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/div>\n                <\/a>\n            <\/div>\n        <\/div>\n                <\/div>\n                \n                <div class=\"swiper-related__navigation\">\n                    <button class=\"swiper-related__navigation-btn\">\n                        <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <g>\n                                <path d=\"M12 4L4 12L12 20\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                                <path d=\"M21 12.0002L4 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                            <\/g>\n                        <\/svg>\n                    <\/button>\n                \n                    <button class=\"swiper-related__navigation-btn\">\n                        <svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <path d=\"M13 4L21 12L13 20\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                            <path d=\"M4 12.0002L21 12.0002\" stroke=\"#2E2E2E\" stroke-width=\"2\"\/>\n                        <\/svg>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"cases-swiper-pagination\"><\/div>\n        \n        <script src=\"\/wp-content\/themes\/hello-elementor\/assets\/js\/slb-case.js\"><\/script>  \n        <link rel=\"stylesheet\" href=\"\/wp-content\/themes\/hello-elementor\/assets\/css\/case-slider.css\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-82cdf44 e-flex e-con-boxed e-con e-parent\" data-id=\"82cdf44\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8045979 elementor-widget elementor-widget-html\" data-id=\"8045979\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div style=\"display:none !important; margin-top: 0; padding: 0;\" class=\"m-technological-all\">\n        <span><a style=\"all: unset; cursor: pointer;\" href=\"https:\/\/innowise.com\/cases\/\">All case studies<\/a><\/span>\n    <\/div>\n   \n    \n    \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\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-08149ec e-flex e-con-boxed e-con e-parent\" data-id=\"08149ec\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f474c7e elementor-widget elementor-widget-shortcode\" data-id=\"f474c7e\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">[clients_logos]<\/div>\n\t\t\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\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-15ca6fb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"15ca6fb\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-95ed839\" data-id=\"95ed839\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-217fef4 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-widget elementor-widget-heading\" data-id=\"217fef4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">What our customers think<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-121e974 e-con-full e-flex e-con e-parent\" data-id=\"121e974\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ae083f3 elementor-widget elementor-widget-html\" data-id=\"ae083f3\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"c-section__background c-section__background\">\r\n    <div class=\"c-section__container p-mad-testimonials__section-container\">\r\n      <div class=\"c-section__body\">\r\n        \r\n        <div class=\"p-mad-testimonials__swiper\">\r\n          <div class=\"swiper\">\r\n            <div class=\"swiper-wrapper\">\r\n  \r\n              <div class=\"swiper-slide p-mad-testimonial\">\r\n                <div class=\"p-mad-testimonial__cite-author\">\r\n                  <div class=\"p-mad-testimonial__author\">\r\n                    <span class=\"p-mad-testimonial__author-name\">Joakim Rosen<\/span>\r\n                    <span>Lead Developer<\/span>\r\n                    <span>YouWish AS<\/span>\r\n                  <\/div>\r\n                  <div class=\"p-mad-testimonial__company-icon-wrapper\">\r\n                    <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\r\n                         src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/youwish.no_.svg\"\r\n                         alt=\"company's logo\">\r\n                  <\/div>\r\n                <\/div>\r\n                <div class=\"p-mad-testimonial__cite-details\">\r\n                  <p class=\"p-mad-testimonial__cite\">\u201cInnowise has completed many projects and consistently performs well on their tasks. Their results-driven approach allows them to quickly scale their efforts depending on the required deliverables.\u201d\r\n                  <\/p>\r\n                  <ul class=\"p-mad-testimonial__details\">\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Industry<\/span>\r\n                            <span class=\"p-mad-testimonial__details-desc\">Consumer products<\/span>\r\n                        <\/li>\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Team size<\/span>\r\n                            <span class=\"p-mad-testimonial__details-desc\">4 specialists<\/span>\r\n                        <\/li>\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Duration<\/span>\r\n                            <span class=\"p-mad-testimonial__details-desc\">28+ months<\/span>\r\n                        <\/li>\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Services<\/span>\r\n                            <span class=\"p-mad-testimonial__details-desc\">Staff Augmentation, Retail Company, TypeScript, PHP, eCommerce<\/span>\r\n                        <\/li>\r\n                      <\/ul>\r\n                <\/div>\r\n              <\/div>\r\n  \r\n              <div class=\"swiper-slide p-mad-testimonial\">\r\n                <div class=\"p-mad-testimonial__cite-author\">\r\n                  <div class=\"p-mad-testimonial__author\">\r\n                    <span class=\"p-mad-testimonial__author-name\">Alice Bodnar<\/span>\r\n                    <span>COO<\/span>\r\n                    <span>Atlas Guides<\/span>\r\n                  <\/div>\r\n                  <div class=\"p-mad-testimonial__company-icon-wrapper\">\r\n                    <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\r\n                         src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Frame-1410119457.svg\"\r\n                         alt=\"company's logo\">\r\n                  <\/div>\r\n                <\/div>\r\n                <div class=\"p-mad-testimonial__cite-details\">\r\n                  <p class=\"p-mad-testimonial__cite\">\u201cInnowise\u2019s work met all expectations. The team was efficient, prompt, and on top of their project deliverables. Customers can expect an experienced team that offers an array of business services.\u201d\r\n\r\n                  <\/p>\r\n                  <ul class=\"p-mad-testimonial__details\">\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Industry<\/span>\r\n                            <span class=\"p-mad-testimonial__details-desc\">Software<\/span>\r\n                        <\/li>\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Team size<\/span>\r\n\r\n<span class=\"p-mad-testimonial__details-desc\">2-8 specialists<\/span>\r\n                        <\/li>\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Duration<\/span>\r\n                            <span class=\"p-mad-testimonial__details-desc\">24+ months <\/span>\r\n                        <\/li>\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Services<\/span>\r\n                            <span class=\"p-mad-testimonial__details-desc\">Mobile development, iOS, QA<\/span>\r\n                        <\/li>\r\n                      <\/ul>\r\n                <\/div>\r\n              <\/div>\r\n  \r\n              <div class=\"swiper-slide p-mad-testimonial\">\r\n                <div class=\"p-mad-testimonial__cite-author\">\r\n                  <div class=\"p-mad-testimonial__author\">\r\n                    <span class=\"p-mad-testimonial__author-name\">Stefania Basciu<\/span>\r\n                    <span>Senior Manager<\/span>\r\n                    <span>Topcon Agriculture<\/span>\r\n                  <\/div>\r\n                  <div class=\"p-mad-testimonial__company-icon-wrapper\">\r\n                    <img decoding=\"async\" class=\"p-mad-testimonial__company-icon\"\r\n                         src=\"https:\/\/innowise.com\/wp-content\/uploads\/2024\/09\/Topcon-Agriculture.svg\"\r\n                         alt=\"company's logo\">\r\n                  <\/div>\r\n                <\/div>\r\n                <div class=\"p-mad-testimonial__cite-details\">\r\n                  <p class=\"p-mad-testimonial__cite\">\u201cWe are more than satisfied with our fruitful cooperation with Innowise, as they perform tasks in accordance with our high requirements and corporate standards and bring the desired results.\u201d\r\n                  <\/p>\r\n                  <ul class=\"p-mad-testimonial__details\">\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Industry<\/span>\r\n                            <span class=\"p-mad-testimonial__details-desc\">Consulting<\/span>\r\n                        <\/li>\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Team size<\/span>\r\n                            <span class=\"p-mad-testimonial__details-desc\">2 specialists<\/span>\r\n                        <\/li>\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Duration<\/span>\r\n                            <span class=\"p-mad-testimonial__details-desc\">28 months<\/span>\r\n                        <\/li>\r\n                        <li>\r\n                            <span class=\"p-mad-testimonial__details-term\">Services<\/span>\r\n                            <span class=\"p-mad-testimonial__details-desc\">Software development, QA, platform updates, support, Java, JavaScript<\/span>\r\n                        <\/li>\r\n                      <\/ul>\r\n                <\/div>\r\n              <\/div>\r\n  \r\n            <\/div>\r\n            <div class=\"swiper-pagination\"><\/div>\r\n            \r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n  \r\n    <\/div>\r\n  <\/div>\r\n  \r\n  <script>\r\n  const options = {\r\n    grabCursor: true,\r\n    slidesPerView: 1,\r\n    spaceBetween: 20,\r\n    freeMode: {\r\n        enabled:true, sticky:true\r\n    },\r\n    pagination: {\r\n      el: '.swiper-pagination',\r\n    },\r\n    breakpoints: {\r\n       768: {\r\n        spaceBetween: 40\r\n       }\r\n      },\r\n  };\r\n  \r\n  let customerReviewsSwiper = new Swiper(\r\n    '.p-mad-testimonials__swiper .swiper',\r\n    options,\r\n  );\r\n  \r\n  customerReviewsSwiper.autoplay.stop();\r\n  \r\n  <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a2e7da net-14 dt-15 faq-2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3a2e7da\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fab84cc\" data-id=\"fab84cc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-079ef18 elementor-widget elementor-widget-heading\" data-id=\"079ef18\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">FAQ<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4049c17 e-con-full net-142 dt-15-2 e-flex e-con e-parent\" data-id=\"4049c17\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-21950ac e-con-full e-flex e-con e-child\" data-id=\"21950ac\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-da08557 faq elementor-widget elementor-widget-accordion\" data-id=\"da08557\" data-element_type=\"widget\" data-widget_type=\"accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion\">\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2281\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"button\" aria-controls=\"elementor-tab-content-2281\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">What exactly is PLC programming?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2281\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"region\" aria-labelledby=\"elementor-tab-title-2281\"><p><span style=\"font-weight: 400;\">PLC programming \u2013 or Programmable Logic Controller programming \u2013 involves writing and implementing logical instructions to control automated industrial processes.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2282\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"button\" aria-controls=\"elementor-tab-content-2282\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Which languages are used in PLC programming?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2282\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"region\" aria-labelledby=\"elementor-tab-title-2282\"><p>Several languages are used in PLC programming, including:<\/p><ul style=\"list-style-type: disc; list-style-position: inside; color: white;\"><li>Ladder Diagram (LD)<\/li><li>Structured Text (ST)<\/li><li>Function Block Diagram (FBD)<\/li><li>Sequential Function Chart (SFC)<\/li><li>Instruction List (IL)<\/li><\/ul><p>Each language has its own syntax and is suited for different types of applications and programming tasks.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2283\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"button\" aria-controls=\"elementor-tab-content-2283\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">How long will it take to develop a PLC program for my system?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2283\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"region\" aria-labelledby=\"elementor-tab-title-2283\"><p><span style=\"font-weight: 400;\">There\u2019s no one right answer to this question, as the time needed to develop a PLC program depends on a number of different factors, including the complexity of the system, the level of customization needed, and the availability of required resources.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2284\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"button\" aria-controls=\"elementor-tab-content-2284\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Can I modify the PLC program once it\u2019s been installed?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2284\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"region\" aria-labelledby=\"elementor-tab-title-2284\"><p><span style=\"font-weight: 400;\">Absolutely! Our PLC programs can be modified and updated as and when needed to accommodate changes in your production processes, equipment, or preferences. Our team can help you modify existing PLC setups or develop new ones from scratch to meet evolving needs \u2013 as well as those of the industry.<\/span><\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2285\" class=\"elementor-tab-title\" data-tab=\"5\" role=\"button\" aria-controls=\"elementor-tab-content-2285\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">Do you provide training for my staff on how to navigate the PLC system?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2285\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"region\" aria-labelledby=\"elementor-tab-title-2285\"><p>Yes: we offer ongoing support and training programs for your staff to make sure everyone has the necessary skills and knowledge to manage and maintain the PLC system. Our training sessions cover topics such as PLC operation, programming, troubleshooting, and maintenance, and more.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2286\" class=\"elementor-tab-title\" data-tab=\"6\" role=\"button\" aria-controls=\"elementor-tab-content-2286\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">What industries benefit from PLC programming services?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2286\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"region\" aria-labelledby=\"elementor-tab-title-2286\"><p>A huge range of industries benefit from PLC programming services \u2013 including manufacturing, automotive, food and beverage, pharmaceuticals, energy, utilities, to name a few. Essentially, any industry that involves the automated control of machinery and processes can benefit from PLC programming solutions.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2287\" class=\"elementor-tab-title\" data-tab=\"7\" role=\"button\" aria-controls=\"elementor-tab-content-2287\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">What are the costs associated with PLC programming services?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2287\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"region\" aria-labelledby=\"elementor-tab-title-2287\"><p>Honestly? It\u2019s hard to say exactly without knowing more: the costs associated with PLC programming services vary depending on a whole bunch of factors such as project scope, complexity, customization requirements, and industry standards. Our team is happy to provide customized quotes based on your specific needs and budget considerations.<\/p><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\n\t\t\t\t\t<div id=\"elementor-tab-title-2288\" class=\"elementor-tab-title\" data-tab=\"8\" role=\"button\" aria-controls=\"elementor-tab-content-2288\" aria-expanded=\"false\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-plus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-minus\"><\/i><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" tabindex=\"0\">What does the process for PLC programming services look like?<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2288\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"8\" role=\"region\" aria-labelledby=\"elementor-tab-title-2288\"><p>At Innowise, our tried-and-tested process for PLC programming involves several key steps, including:<\/p><ul style=\"list-style-type: disc; list-style-position: inside; color: white;\"><li>Initial consultation<\/li><li>Proposal stage<\/li><li>Development phase<\/li><li>Testing and validation<\/li><li>Deployment<\/li><li>Ongoing training and support<\/li><\/ul><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<script type=\"application\/ld+json\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What exactly is PLC programming?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">PLC programming \\u2013 or Programmable Logic Controller programming \\u2013 involves writing and implementing logical instructions to control automated industrial processes.<\\\/span><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Which languages are used in PLC programming?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Several languages are used in PLC programming, including:<\\\/p><ul style=\\\"list-style-type: disc; list-style-position: inside; color: white;\\\"><li>Ladder Diagram (LD)<\\\/li><li>Structured Text (ST)<\\\/li><li>Function Block Diagram (FBD)<\\\/li><li>Sequential Function Chart (SFC)<\\\/li><li>Instruction List (IL)<\\\/li><\\\/ul><p>Each language has its own syntax and is suited for different types of applications and programming tasks.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"How long will it take to develop a PLC program for my system?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">There\\u2019s no one right answer to this question, as the time needed to develop a PLC program depends on a number of different factors, including the complexity of the system, the level of customization needed, and the availability of required resources.<\\\/span><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Can I modify the PLC program once it\\u2019s been installed?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p><span style=\\\"font-weight: 400;\\\">Absolutely! Our PLC programs can be modified and updated as and when needed to accommodate changes in your production processes, equipment, or preferences. Our team can help you modify existing PLC setups or develop new ones from scratch to meet evolving needs \\u2013 as well as those of the industry.<\\\/span><\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"Do you provide training for my staff on how to navigate the PLC system?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Yes: we offer ongoing support and training programs for your staff to make sure everyone has the necessary skills and knowledge to manage and maintain the PLC system. Our training sessions cover topics such as PLC operation, programming, troubleshooting, and maintenance, and more.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What industries benefit from PLC programming services?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>A huge range of industries benefit from PLC programming services \\u2013 including manufacturing, automotive, food and beverage, pharmaceuticals, energy, utilities, to name a few. Essentially, any industry that involves the automated control of machinery and processes can benefit from PLC programming solutions.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What are the costs associated with PLC programming services?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>Honestly? It\\u2019s hard to say exactly without knowing more: the costs associated with PLC programming services vary depending on a whole bunch of factors such as project scope, complexity, customization requirements, and industry standards. Our team is happy to provide customized quotes based on your specific needs and budget considerations.<\\\/p>\"}},{\"@type\":\"Question\",\"name\":\"What does the process for PLC programming services look like?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"<p>At Innowise, our tried-and-tested process for PLC programming involves several key steps, including:<\\\/p><ul style=\\\"list-style-type: disc; list-style-position: inside; color: white;\\\"><li>Initial consultation<\\\/li><li>Proposal stage<\\\/li><li>Development phase<\\\/li><li>Testing and validation<\\\/li><li>Deployment<\\\/li><li>Ongoing training and support<\\\/li><\\\/ul>\"}}]}<\/script>\n\t\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>\n\t\t<div class=\"elementor-element elementor-element-18ae4fc e-con-full e-flex e-con e-child\" data-id=\"18ae4fc\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-86c9888 elementor-widget elementor-widget-html\" data-id=\"86c9888\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"faq-cta\">\n    <p class=\"faq-cta__text\">\n        Feel free to book a call and get all the answers you need.\n    <\/p>\n    <a class=\"faq-cta__link\" href=\"#contact-form\">\n        Schedule a call\n    <\/a>\n<\/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\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-ae1594f e-flex e-con-boxed e-con e-parent\" data-id=\"ae1594f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20efd7f elementor-widget elementor-widget-shortcode\" data-id=\"20efd7f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f100240-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"100240\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/de\/wp-json\/wp\/v2\/pages\/172072#wpcf7-f100240-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" enctype=\"multipart\/form-data\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"100240\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f100240-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/><input type=\"hidden\" name=\"_wpcf7_recaptcha_response\" value=\"\" \/>\n<\/fieldset>\n<style>\n#form-templates .contact__info {\n  background-color: #f4f4f4;\n  padding: 70px 44px 70px 50px;\n  position: relative;\n  max-width: 540px;\n  width: 100%;\nborder: 1px solid #AEB1B7;\n}\n\n#form-templates .contact__info-background {\n  z-index: -1;\n  position: absolute;\n  top: 20px;\n  left: 20px;\n  width: 100%;\n  height: 100%;\n  border: 1px dashed #ef4557;\n}\n\n\n#form-templates .new-container{\ndisplay: flex;\njustify-content: space-between;\nflex-wrap: wrap;\n}\n\n\n#form-templates{\npadding: 100px 15px 100px 15px;        \n}\n\n#form-templates .contact__info-heading {\n  font-family: 'Sora' !important;\n  font-style: normal !important;\n  font-weight: 400 !important;\n  font-size: 36px !important;\n  line-height: 46px !important;\n  color: #2E2E2E !important;\n   margin-bottom: 60px !important;\n\n}\n\n\n#form-templates .message label{\ncolor: #585858 !important;   \n}\n\n.elementor-widget-container.form-template h2,.elementor-widget-container.form-template h1{\n font-size: 60px !important;\n  line-height: 70px !important;\n  font-family: \"Sora\", Sans-serif;\n  font-weight: 400;\n  margin: 0;  \n  margin-bottom: 20px;\n}\n\n\n\n\n.elementor-widget-container.form-template p{\n  font-family: \"Karla\", Sans-serif;\n  font-size: 22px;\n  font-weight: 400;\n  line-height: 28px;\n  color: var( --e-global-color-primary );\n  max-width: 700px;\n  margin: 0; \n  margin-bottom: 40px;\n} \n  \n\n\n.new-container #spinner{\nwidth: 50%;\nmax-width: 700px;\n}\n\n\n#form-templates .new-container #spinner div.contact-us__wrapper:nth-child(6){\ngap:30px; \n    \n}\n\n\n#form-templates .contact__info-heading {\n  margin-bottom: 67px;\n  font-size: 36px;\n  font-family: karla;\n  color:  #2E2E2E;\n\n  line-height: 49px;\n}\n\n#form-templates .contact__info-steps {\n  display: flex;\n  flex-direction: column;\n  max-width: 425x;\n  row-gap: 20px;\n  border-left: 1px solid #2e2e2e;\n}\n\n#form-templates .contact__info-block {\n  position: relative;\n  padding-left: 45px;\n}\n\n#form-templates .contact__info-block:last-child {\n  box-shadow: -1px 0 0 1px #f4f4f4;\n}\n\n#form-templates .contact__info-step {\n  position: absolute;\n  border: 1px solid #2e2e2e;\n  width: 40px;\n  height: 40px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 20px;\n  left: -20px;\n  top: -8px;\n  background-color: #F4F4F4;\n  color:  #2E2E2E;\n\nfont-family: Karla;\nfont-weight: 700;\nfont-size: 18px;\nline-height: 28px;\n\n}\n\n.elementor-widget-global .contact__info-step {\n        color:  #2E2E2E;\n}\n\n#form-templates .contact__info-text {\n  margin: 0;\n  font-size: 16px;\n  line-height: 26px;\n  color: #2E2E2E;\n  font-family: karla;\n\n  width: 100%;\n}\n\n\n#form-templates .contact-us__send{\nflex-shrink: 0;\nmargin-top:0;\n}\n\n\n\n@media screen and (max-width: 1279px) {\n    .new-container #spinner{\n        width: 100%;\n        max-width:100%;\n        margin-bottom:40px;\n    }\n    \n\n    .new-container .contact__info {\n        max-width: 700px !important;\n    }\n    \n}\n\n\n@media screen and (max-width: 1279px) {\n#form-templates{\npadding: 60px 15px 70px 15px;     \n}\n}\n\n\n\n@media screen and (max-width: 767px) {\n\n#form-templates .new-container #spinner div.contact-us__wrapper:nth-child(6){\ngap:20px; \n \n}\n\n\n  #form-templates .contact__info {\n    padding: 20px 20px 40px 40px;\n    margin: 0 auto;\n  }\n\n\n#form-templates{\npadding: 40px 15px 50px 15px;  \n    \n}\n\n  \n   .new-container #spinner{\n       \n    margin-bottom:30px;   \n   }\n   \n   \n   .elementor-widget-container.form-template h2,.elementor-widget-container.form-template h1{\n   font-size: 32px !important;\n    line-height: 42px !important;    \n   }\n   \n   \n   .elementor-widget-container.form-template p{\n       \n    font-size: 16px;\n    line-height: 20px;  \n    margin-bottom: 30px;\n \n       \n   }\n   \n   #form-templates .contact__info-heading{\n   font-size: 24px !important;\n    line-height: 49px !important;    \n       \n   }\n   \n\n.mailToContact{\nmargin-top: 10px !important;        \n}\n   \n\n  #form-templates .contact__info-heading {\n    font-size: 24px;\n    margin-bottom: 37px;\n  }\n\n  #form-templates .contact__info-background {\n    top: 10px;\n    left: 10px;\n  }\n\n  #form-templates .contact__info-text {\n    font-size: 12px;\n    line-height: 20px;\n  }\n  \n  \n  #form-templates .contact__info-heading {\n   margin-bottom: 35px !important;\n\n}\n\n}\n\n@media (max-width: 767px) {\n    .mailToContact {\n        max-width: 100%;\n    }\n}\n<\/style>\n\n<script>\nwindow.addEventListener('hashchange',function(e){if(window.history.pushState){window.history.pushState('','\/',window.location.pathname)}else{window.location.hash=''}})\n<\/script>\n\n\n<div id=\"form-templates\">\n<div class=\"elementor-widget-container form-template\">\n<a name=\"contact-form\"><\/a>\n<h2>Contact us<\/h2>\n<p><a id=\"calendlylink\" style=\"color: #c63031; border-bottom: 1px solid #c63031; padding: 0;\">Book a call<\/a> or fill out the form below and we\u2019ll get back to you once we\u2019ve processed your request.<\/p>\n<\/div>\n\n<div class=\"new-container\">\n\n\n<div class=\"contact-us__main\" id=\"spinner\" data-no-defer=\"1\">\n\n<div class=\"contact-us__wrapper\">\n\n<div class=\"name\">\n<label>Name<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"field_name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required contact-us__name\" id=\"contact-name\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Name*\" value=\"\" type=\"text\" name=\"field_name\" \/><\/span>\n<\/div>\n\n<div class=\"company\">\n<label>Company<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"company\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required contact-us__company\" id=\"contact-company\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Company*\" value=\"\" type=\"text\" name=\"company\" \/><\/span>\n<\/div>\n\n<\/div>\n\n<div class=\"contact-us__wrapper\">\n\n<div class=\"email\">\n<label>Email<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email contact-us__email\" id=\"contact-email\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Corporate email*\" value=\"\" type=\"email\" name=\"email\" \/><\/span>\n<\/div>\n\n<div class=\"phone\">\n<label>Phone<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"tel\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-tel contact-us__phone\" id=\"contact-phone\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Phone*\" value=\"\" type=\"tel\" name=\"tel\" \/><\/span>\n<\/div>\n\n<\/div>\n<div class=\"contact-us__wrapper subj\">\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-recipient\"><select class=\"wpcf7-form-control wpcf7-select\" id=\"form-field-subj_js\" aria-invalid=\"false\" name=\"your-recipient\"><option value=\"\">Subject*<\/option><option value=\"IT staff augmentation\">IT staff augmentation<\/option><option value=\"Turnkey product development\">Turnkey product development<\/option><option value=\"Support and enhancement\">Support and enhancement<\/option><option value=\"Careers\">Careers<\/option><option value=\"Other\">Other<\/option><\/select><\/span>\n\n<span class=\"wpcf7-form-control-wrap\" data-name=\"form-field-budget_js\"><select class=\"wpcf7-form-control wpcf7-select\" id=\"form-field-budget_js\" aria-invalid=\"false\" name=\"form-field-budget_js\"><option value=\"\">Project budget<\/option><option value=\"Under $15K\">Under $15K<\/option><option value=\"$15K-$30K\">$15K-$30K<\/option><option value=\"$30K-$100K\">$30K-$100K<\/option><option value=\"$100K-$250K\">$100K-$250K<\/option><option value=\"$250K-$500K\">$250K-$500K<\/option><option value=\"More than $500K\">More than $500K<\/option><\/select><\/span>\n\n<\/div>\n\n\n<div class=\"message\">\n<label>Message<\/label>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"message\"><textarea cols=\"40\" rows=\"1\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea wpcf7-validates-as-required contact-us__message\" id=\"contact-message\" aria-required=\"true\" aria-invalid=\"false\" placeholder=\"Describe your needs in detail*\" name=\"message\"><\/textarea><\/span>\n<\/div>\n\n<div class=\"atvoice-wrap\">\n\n<div class=\"voice-wrap\">\n<span id=\"voice-mut\" class=\"voicetext\">Send us a voice message<\/span>\n         <div class=\"qc_voice_audio_wrapper\">\n            <div class=\"qc_voice_audio_container\">\n                <div class=\"qc_voice_audio_upload_main\" id=\"qc_audio_main\">\n                    <a class=\"qc_audio_record_button\" id=\"qc_audio_record\" href=\"#\" aria-label=\"Record an audio message\">\n                        <span class=\"dashicons dashicons-microphone\"><\/span> \u00a0<\/a> \n                <\/div>\n\n                <div class=\"qc_voice_audio_recorder\" id=\"qc_audio_recorder\" style=\"display:none\">\n\n                <\/div>\n                <div class=\"qc_voice_audio_display\" id=\"qc_audio_display\"  style=\"display:none\">\n                    <audio id=\"qc-audio\" controls src=\"\"><\/audio>\n                    <span title=\"Remove and back to main upload screen.\" class=\"qc_audio_remove_button dashicons dashicons-trash\"><\/span>\n                <\/div>\n            <\/div>\n            <input type=\"hidden\" value=\"\" name=\"qcwpvoicemessage\" id=\"qc_audio_url\" \/>\n        <\/div>\n        \n<\/div>\n\n\n<div class=\"attach-wrap\">\n<span class=\"voicetext\">Attach documents<\/span>\n\n<div class='attachment'>\n\n<div class=\"downloaded\">\n<span><\/span>\n<div class=\"deleteFile\"><\/div>\n<\/div>\n\n<div class=\"attachmentButton\" onclick=\"(function cl(e){if(e.target.nodeName == 'DIV'){e.target.parentNode.children[1].children[0].click(); }})(arguments[0]);\">\n\n<div class=\"innerText\">Upload file<\/div>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"att-files\"><input size=\"40\" class=\"wpcf7-form-control wpcf7-file\" accept=\".jpg,.png,.jpeg,.pdf\" aria-invalid=\"false\" type=\"file\" name=\"att-files\" \/><\/span>\n\n<div class=\"tip\" onclick=\"event.stopPropagation()\">\n<p>You can attach 1 file up to 2MB. Valid file formats: pdf, jpg, jpeg, png.<\/p>\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<\/div>\n\n\n\n<\/div>\n\n<div class=\"contact-us__wrapper\"> \n<p class=\"pp\">By clicking Send, you consent to Innowise processing your personal data per our<a href=\"\/privacy-notice\/\"> Privacy Policy <\/a>to provide you with relevant information. By submitting your phone number, you agree that we may contact you via voice calls, SMS, and messaging apps. Calling, message, and data rates may apply.<\/p>\n\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"scoring_point\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmCampaign\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmContent\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmMedium\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmSource\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"utmTerm\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"location\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"city\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"ip\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"Summ\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"gclid\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"rating\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"urlCompany\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"urlWithParams\" \/>\n<input class=\"wpcf7-form-control wpcf7-hidden\" value=\"\" type=\"hidden\" name=\"audioMessageLink\" \/>\n<input class=\"wpcf7-form-control wpcf7-submit has-spinner contact-us__send\" id=\"contact-send-button\" type=\"submit\" value=\"Send\" \/>\n<\/div>\n\n<div class='mailToContact'>You can also send us your request <\/br>to <a href=\"mailto:contact@innowise.com\">contact@innowise.com<\/a><\/div>\n\n<\/div>\n\n<div class=\"elementor-widget-container\" style=\"z-index:1;\">\n<div class=\"contact__info\">\n  <div class=\"contact__info-background\"><\/div>\n  <div class=\"contact__info-heading\">What happens next?<\/div>\n  <div class=\"contact__info-steps\">\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">1<\/div>\n      <p class=\"contact__info-text\">Once we\u2019ve received and processed your request, we\u2019ll get back to you to detail your\n        project needs and sign an NDA to ensure confidentiality.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">2<\/div>\n      <p class=\"contact__info-text\">After examining your wants, needs, and expectations, our team will devise a project\n        proposal with the scope of work, team size, time, and cost estimates.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">3<\/div>\n      <p class=\"contact__info-text\">We\u2019ll arrange a meeting with you to discuss the offer and nail down the details.<\/p>\n    <\/div>\n\n    <div class=\"contact__info-block\">\n      <div class=\"contact__info-step\">4<\/div>\n      <p class=\"contact__info-text\">Finally, we\u2019ll sign a contract and start working on your project right away.<\/p>\n    <\/div>\n  <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\n\n<\/div>\n\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n\t\t\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\t\t<\/div>\n\t\t<div class=\"other_services_container\">[need_other_services_v2]<\/div><script>\n            jQuery( document ).ready(function($) {\n                $('[data-elementor-type=\"wp-page\"]').children().last().before($('.other_services_container'));\n                var sections = $('[data-elementor-type=\"wp-page\"]').find('.net-15.dt-16');\n                $($('#form-templates').parents('.elementor-section')).before($('.other_services_container'));\n                for(var i = 0; i<sections.length; i++){\n                    if($(sections[i]).hasClass( 'net-15' ) && $(sections[i]).hasClass( 'dt-16' ) && $(sections[i]).hasClass( 'elementor-hidden-desktop' )==false){\n                        $(sections[i]).before($('.other_services_container'));\n                        if($(sections[i]).css('background-color')=='rgb(255, 255, 255)' || $(sections[i]).css('background-color')=='rgba(0, 0, 0, 0)'){\n                            $('.other_services_container').find('.elementor-section').css('background-color','#FBFBFD');\n                        }      \n                    }\n                }\n                \n            });\n        <\/script>","protected":false},"excerpt":{"rendered":"<p>PLC programming services PLC programming is a gamechanger for manufacturing, as it fine-tunes the processes, boosts production efficiency, and keeps automation running smoothly. Thus, the demand for custom PLC programming solutions isn&#8217;t going to slow down. Contact us 15 offices worldwide PLC programming is a gamechanger for manufacturing, as it fine-tunes the processes, boosts production [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":188933,"parent":356,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-172072","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/innowise.com\/de\/wp-json\/wp\/v2\/pages\/172072","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innowise.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/innowise.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/innowise.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/innowise.com\/de\/wp-json\/wp\/v2\/comments?post=172072"}],"version-history":[{"count":0,"href":"https:\/\/innowise.com\/de\/wp-json\/wp\/v2\/pages\/172072\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/innowise.com\/de\/wp-json\/wp\/v2\/pages\/356"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/innowise.com\/de\/wp-json\/wp\/v2\/media\/188933"}],"wp:attachment":[{"href":"https:\/\/innowise.com\/de\/wp-json\/wp\/v2\/media?parent=172072"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}