{"id":123087,"date":"2022-06-29T09:58:00","date_gmt":"2022-06-29T07:58:00","guid":{"rendered":"https:\/\/wassermann-group.com\/?page_id=123087"},"modified":"2026-05-28T12:23:46","modified_gmt":"2026-05-28T10:23:46","slug":"produktivitaetsrechner","status":"publish","type":"page","link":"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/","title":{"rendered":"Productivity calculator"},"content":{"rendered":"\n<div class=\"wp-block-columns has-grey-background-color has-background is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div\r\n  class=\"explanation  \">\r\n    <h2 class=\"custom_headline h2\" class=\"custom_headline h2\" id=\"how-it-works\" class=\"custom_headline h2\" class=\"custom_headline h2\" id=\"how-it-works\" class=\"custom_headline h2\" class=\"custom_headline h2\" id=\"how-it-works\" class=\"custom_headline h2\" class=\"custom_headline h2\" id=\"how-it-works\" class=\"custom_headline h2\" class=\"custom_headline h2\" id=\"how-it-works\" class=\"custom_headline h2\" class=\"custom_headline h2\" id=\"how-it-works\" class=\"custom_headline h2\" class=\"custom_headline h2\" id=\"how-it-works\" class=\"custom_headline h2\" class=\"custom_headline h2\" id=\"how-it-works\">\r\n    \r\n        <b>How it works<\/b>\r\n      <\/h2>\r\n  \r\n  \r\n  <div class=\"content\"><ol>\n<li><strong data-rich-text-format-boundary=\"true\">Define your current status<\/strong>\n<ul>\n<li>Experience and tips are available via the info field<\/li>\n<\/ul>\n<\/li>\n<li><strong>Define your automation goals  <\/strong>\n<ul>\n<li>Specify here what you expect from your automation<\/li>\n<\/ul>\n<\/li>\n<li><strong>Experience increased productivity<\/strong><\/li>\n<\/ol>\n<\/div>\r\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n<style id=\"spacer_6a334b525af02\" class=\"wp-block-spacer\" style=\"height: 30px; display: none\">#spacer_6a334b525af02 + * {\r\n                    margin-top: 4.5rem;\r\n                  }\r\n                  @media (max-width: 768px) {\r\n                    #spacer_6a334b525af02 + * {\r\n                      margin-top: 3rem;\r\n                    }\r\n                  }\r\n                  <\/style>\r\n<div id=\"productivity_calculator\" class=\"wassermann_block\">\r\n  <script>\r\n    let pageURL = \"https:\/\/wassermann-group.com\/en\/wp-json\/wp\/v2\/pages\/123087\/\";\r\n  let contactPerson = {\"name\":\"Sebastian Auth\",\"title\":\"<p>Dipl.-Ing. (FH)<br \\\/>\\nDeputy Chairman Sales Manager <\\\/p>\\n\",\"mobile\":\"+49 (0) 151 146 177 39\",\"phone\":\"+49 (0) 6659  82-67\",\"mail\":\"s.auth@wassermann-technologie.de\",\"thumb\":\"https:\\\/\\\/wassermann-group.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/Sebastian-Auth.jpg\"}  <\/script>\r\n\r\n  <div class=\"col\">\r\n    <div class=\"lg_6\" v-for=\"(attributeCategory, index) in attributes\" :key=\"index\">\r\n\r\n      <h2 class=\"custom_headline h2\" class=\"custom_headline h2\" id=\"attributecategory-label-attribute-label-attribute-description\">\r\n        <b>{{ attributeCategory.label }}<\/b>\r\n      <\/h2>\r\n      <div class=\"attribute-row col\" v-for=\"attribute in attributeCategory.entries\" :key=\"attribute.key\">\r\n        <div class=\"lg_2\">\r\n          <label :for=\"attribute.key + '_input'\">{{ attribute.label }}<\/label>\r\n          <input type=\"text\" :name=\"attribute.key + '_input'\" :id=\"attribute.key + '_input'\" :value=\"attribute.value\"\r\n            @keyup=\"updateValueByInput($event, attribute)\">\r\n        <\/div>\r\n        <div class=\"lg_6\">\r\n          <label :for=\"attribute.key + '_slider'\">{{ attribute.description }}<\/label>\r\n          <div :id=\"attribute.key + '_slider'\">\r\n            <div v-if=\"attribute.basicvalue !== undefined\" class=\"slider_stop\"\r\n              v-bind:style=\"{ left: attribute.basicvalue + '%'}\" :title=\"attribute.text\"><\/div>\r\n          <\/div>\r\n          <div class=\"min-max-values\">\r\n            <span class=\"min_value\">{{ attribute.min }} {{ attribute.unit }}<\/span>\r\n            <span class=\"value_text\" v-if=\"attribute.basicvalue !== undefined\" v-if=\"attribute.text\"\r\n              v-bind:style=\"{ left: attribute.basicvalueLabel + '%'}\">{{attribute.text}}<\/span>\r\n            <span class=\"max_value\">{{ attribute.max }} {{ attribute.unit }}<\/span>\r\n          <\/div>\r\n        <\/div>\r\n        <span class=\"lg_2\" v-if=\"attribute.infotext\">\r\n          <div class=\"info-i\">i<\/div>\r\n          <div class=\"tooltip\" :id=\"'tooltip_' + attribute.key\">{{ attribute.infotext }}<\/div>\r\n        <\/span>\r\n        <span class=\"lg_2\" v-else><\/span>\r\n      <\/div>\r\n\r\n      <div class=\"advantages-container no-negative-margin col\" v-if=\"attributeCategory.show_short_advantages\">\r\n        <h2 class=\"custom_headline h2\">\r\n          <b>Advantages<\/b>\r\n        <\/h2>\r\n\r\n        <div class=\"table\">\r\n          <div class=\"table-group\" v-for=\"(advantageSection, index) in advantages\" :key=\"index\">\r\n            <template v-for=\"(advantage, aKey) in advantageSection\" :key=\"aKey\">\r\n              <div class=\"result-row\" v-if=\"advantage.show_in_short_advantages\">\r\n                <span class=\"value\">{{ getAdvantage(advantage.key, true) }}<\/span>\r\n                <span class=\"unit\">{{ advantage.unit }}<\/span>\r\n                <span class=\"label\">\r\n                  {{ advantage.label }}\r\n                  <span class=\"infobox\" v-if=\"advantage.infotext\">\r\n                    <div class=\"info-i\">i<\/div>\r\n                    <div class=\"tooltip\" :id=\"'tooltip_' + advantage.key\">{{ advantage.infotext }}<\/div>\r\n                  <\/span>\r\n                <\/span>\r\n              <\/div>\r\n            <\/template>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n\r\n\r\n  <div class=\"chart-container col\">\r\n    <div class=\"lg_4 bg_12\">\r\n      <canvas id=\"is-state-chart\"><\/canvas>\r\n    <\/div>\r\n    <div class=\"lg_4 bg_12\">\r\n      <canvas id=\"automated-production-chart\"><\/canvas>\r\n    <\/div>\r\n  <\/div>\r\n\r\n\r\n  <div class=\"accordion-container accordion-block\">\r\n    <div class=\"accordion_entry\">\r\n      <a href=\"#\" class=\"headline active\">\r\n        <h2 class=\"custom_headline h3\">\r\n          <b>Time is money \u2013 your added value<\/b>\r\n        <\/h2>\r\n\r\n\r\n      <\/a>\r\n      <div class=\"accordion_content\" style=\"display:block\">\r\n        <div class=\"content advantages-container col\">\r\n          <div class=\"table\">\r\n            <div class=\"table-group\" v-for=\"(advantageSection, index) in advantages\" :key=\"index\">\r\n              <template v-for=\"(advantage, aKey) in advantageSection\" :key=\"aKey\">\r\n                <div class=\"result-row\" v-if=\"!advantage.show_in_short_advantages\">\r\n                  <span class=\"value\">{{ getAdvantage(advantage.key, true) }}<\/span>\r\n                  <span class=\"unit\">{{ advantage.unit }}<\/span>\r\n                  <span class=\"label\">\r\n                    {{ advantage.label }}\r\n                    <span class=\"infobox\" v-if=\"advantage.infotext\">\r\n                      <div class=\"info-i\">i<\/div>\r\n                      <div class=\"tooltip\" :id=\"'tooltip_' + advantage.key\">{{ advantage.infotext }}<\/div>\r\n                    <\/span>\r\n                  <\/span>\r\n                <\/div>\r\n              <\/template>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n\r\n  <div class=\"accordion-container accordion-block\">\r\n    <div class=\"accordion_entry\">\r\n      <a href=\"#\" class=\"headline\">\r\n        <h2 class=\"custom_headline h3\">\r\n\r\n          <b>Do you know the compound interest of automation?<\/b>\r\n        <\/h2>\r\n      <\/a>\r\n      <div class=\"accordion_content\" style=\"display:none\">\r\n        <div class=\"content compound-interest-container col\">\r\n          <div class=\"text-row\" v-for=\"attribute in compoundInterest.attributes\" :key=\"attribute.key\">\r\n            <div class=\"lg_12\" v-html=\"attribute.infotext\"><\/div>\r\n          <\/div>\r\n\r\n          <div class=\"attribute-row col\" v-for=\"attribute in compoundInterest.attributes\" :key=\"attribute.key\">\r\n\r\n            <div class=\"lg_2\">\r\n              <label :for=\"attribute.key + '_input'\">{{ attribute.label }}<\/label>\r\n              <input type=\"text\" :name=\"attribute.key + '_input'\" :id=\"attribute.key + '_input'\"\r\n                :value=\"attribute.value\" @keyup=\"updateValueByInput($event, attribute)\">\r\n            <\/div>\r\n            <div class=\"lg_6\">\r\n              <label :for=\"attribute.key + '_slider'\">{{ attribute.description }}<\/label>\r\n              <div :id=\"attribute.key + '_slider'\"><\/div>\r\n              <div class=\"min-max-values\">\r\n                <span class=\"min_value\">{{ attribute.min }} {{ attribute.unit }}<\/span>\r\n                <span class=\"max_value\">{{ attribute.max }} {{ attribute.unit }}<\/span>\r\n              <\/div>\r\n            <\/div>\r\n\r\n            <span class=\"lg_2\"><\/span>\r\n          <\/div>\r\n\r\n          <div class=\"table\">\r\n            <div class=\"table-group\">\r\n              <div class=\"result-row\" v-for=\"(result, aKey) in compoundInterest.results\" :key=\"aKey\">\r\n                <span class=\"value\">{{ Number(getCompoundInterestResult(result.key, true)).toLocaleString() }}<\/span>\r\n                <span class=\"unit\">{{ result.unit }}<\/span>\r\n                <span class=\"label\">{{ result.label }}\r\n                  <span class=\"infobox\" v-if=\"result.infotext\">\r\n                    <div class=\"info-i\">i<\/div>\r\n                    <div class=\"tooltip\" :id=\"'tooltip_' + result.key\">{{ result.infotext }}<\/div>\r\n                  <\/span>\r\n\r\n                <\/span>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"accordion-container accordion-block\">\r\n    <div class=\"accordion_entry\">\r\n      <a href=\"#\" class=\"headline\">\r\n        <h2 class=\"custom_headline h3\">\r\n          <b>Figures, data, facts<\/b>\r\n        <\/h2>\r\n\r\n      <\/a>\r\n      <div class=\"accordion_content\" style=\"display:none\">\r\n        <div class=\"content result-container col\">\r\n\r\n          <div class=\"lg_6\" data-headline=\"Current status\">\r\n            <div class=\"result-entry\" v-for=\"(resultAttribute, index) in resultAttributesWithoutAutomation\"\r\n              :key=\"index\">\r\n              <span class=\"headline\"\r\n                :title=\"resultAttribute.label + ' (Current status)'\">{{ resultAttribute.label }}<\/span>\r\n              <div class=\"table\">\r\n                <div class=\"table-group\">\r\n                  <div class=\"result-row\" v-for=\"resultAttributeEntry in resultAttribute.entries\"\r\n                    :key=\"resultAttributeEntry.key\">\r\n                    <span\r\n                      :class=\"'value ' + resultAttributeEntry.key\">{{ Number(getResultsWithoutAutomation(resultAttributeEntry.key, true)).toLocaleString() }}<\/span>\r\n                    <span class=\"unit\">\r\n                      {{ resultAttributeEntry.unit }}\r\n                      <span class=\"infobox\" v-if=\"resultAttributeEntry.infotext\">\r\n                        <div class=\"info-i\">i<\/div>\r\n                        <div class=\"tooltip\" :id=\"'tooltip_' + resultAttributeEntry.key\">\r\n                          {{ resultAttributeEntry.infotext }}\r\n                        <\/div>\r\n                      <\/span>\r\n                    <\/span>\r\n\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n\r\n          <div class=\"lg_6\" data-headline=\"Automated production\">\r\n            <div class=\"result-entry\" v-for=\"(resultAttribute, index) in resultAttributesWithAutomation\" :key=\"index\">\r\n              <span class=\"headline\"\r\n                :title=\"resultAttribute.label + ' (Automated production)'\">{{ resultAttribute.label }}<\/span>\r\n              <div class=\"table\">\r\n                <div class=\"table-group\">\r\n                  <div class=\"result-row\" v-for=\"resultAttributeEntry in resultAttribute.entries\"\r\n                    :key=\"resultAttributeEntry.key\">\r\n                    <span\r\n                      :class=\"'value ' + resultAttributeEntry.key\">{{ Number(getResultsWithAutomation(resultAttributeEntry.key, true)).toLocaleString() }}<\/span>\r\n                    <span class=\"unit\">\r\n                      {{ resultAttributeEntry.unit }}\r\n                      <span class=\"infobox\" v-if=\"resultAttributeEntry.infotext\">\r\n                        <div class=\"info-i\">i<\/div>\r\n                        <div class=\"tooltip\" :id=\"'tooltip_' + resultAttributeEntry.key\">\r\n                          {{ resultAttributeEntry.infotext }}\r\n                        <\/div>\r\n                      <\/span>\r\n                    <\/span>\r\n                  <\/div>\r\n                <\/div>\r\n              <\/div>\r\n            <\/div>\r\n          <\/div>\r\n\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n\r\n\r\n  <div class=\"wp-container-3 wp-block-columns\">\r\n    <div class=\"wp-container-1 wp-block-column\">\r\n    <\/div>\r\n\r\n    <div class=\"wp-container-2 wp-block-column\">\r\n      <div class=\"button-controll-wrapper\">\r\n        <div class=\"desc\">\r\n          <p><strong>Summary <\/strong>(as PDF)          <\/p>\r\n        <\/div>\r\n        <div class=\"button-wrapper\">\r\n          <a href=\"#\" id=\"download-summary\" class=\"button outline blue download-form-pr\" @click=\"download($event)\">\r\n            <span>Download<\/span>\r\n          <\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n\r\n\r\n<\/div>\n<div class=\"wp-block-columns has-grey-background-color has-background is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column has-grey-background-color has-background is-layout-flow wp-block-column-is-layout-flow\">\n<h2 id=\"retrofit-concept\" class=\"wp-block-heading\" id=\"retrofit-concept\" class=\"wp-block-heading\" id=\"retrofit-concept\" class=\"wp-block-heading\" id=\"retrofit-concept\" class=\"wp-block-heading\" id=\"retrofit-concept\" class=\"wp-block-heading\" id=\"retrofit-concept\" class=\"wp-block-heading\" id=\"retrofit-concept\" class=\"wp-block-heading\" id=\"retrofit-concept\" class=\"wp-block-heading\"><strong>Retrofit concept<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">We will create an initial automation concept for your machinery free of charge and without obligation.<\/p>\n\n\n\r\n\r\n<div id=\"block-66ead08d84c89\" class=\"button-controll-wrapper wassermann_block left white_bg_orange_text\">\r\n\r\n  \r\n  <div class=\"button-wrapper\">\r\n\r\n    \r\n    \r\n        <a href=\"\" class=\"button calendly-load\" title=\"Make an appointment\">\r\n            <span>Make an appointment<\/span>\r\n          <\/a>\r\n\r\n    \r\n      <\/div>\r\n\r\n  \r\n        <\/div>\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column has-grey-background-color has-background is-layout-flow wp-block-column-is-layout-flow\">\n<h2 id=\"checklist\" class=\"wp-block-heading\" id=\"checklist\" class=\"wp-block-heading\" id=\"checklist\" class=\"wp-block-heading\" id=\"checklist\" class=\"wp-block-heading\"><strong>Checklist<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here you will find all the information we need to create your automation concept.<br\/><br\/><\/p>\n\n\n\r\n\r\n<div id=\"block-66ead08d84cab\" class=\"button-controll-wrapper wassermann_block left white_bg_blue_text\">\r\n\r\n  \r\n  <div class=\"button-wrapper\">\r\n\r\n            <a href=\"https:\/\/wassermann-group.com\/wp-content\/uploads\/2022\/07\/Checkliste-Nachru\u0308stkonzept_final-2.pdf\" class=\"button outline blue\" title=\"Download checklist\"\r\n      target='_blank'>\r\n            <span>Download checklist<\/span>\r\n          <\/a>\r\n          <\/div>\r\n\r\n  \r\n        <\/div><\/div>\n<\/div>\n\n<h2 id=\"has-the-productivity-calculator-helped-you\" class=\"wp-block-heading\" id=\"has-the-productivity-calculator-helped-you\" class=\"wp-block-heading\">Has the productivity calculator helped you?<\/h2>\n\n<div class=\"wp-block-contact-form-7-contact-form-selector\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f122002-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"122002\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/en\/wp-json\/wp\/v2\/pages\/123087#wpcf7-f122002-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"122002\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f122002-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<p><span id=\"wpcf7-6a334b52671f2-wrapper\" class=\"wpcf7-form-control-wrap honeypot-222-wrap\" data-cf7apps-honeypot=\"honeypot-222\" style=\"display: block;\n\t\t    width: 0px;\n\t\t    height: 0px;\n\t\t    padding: 0px;\n\t\t    border: 1px solid transparent;\n\t\t    display: block;\n\t\t    overflow: hidden;\n\t\t    \"><input type=\"hidden\" name=\"honeypot-222-random-hash\" value=\"20860197\"><label\n\t\t    for=\"wpcf7-6a334b52671f2-field\"\n\t\t    class=\"hp-message\"\n        >Please leave this field empty.<\/label><input\n\t    id=\"wpcf7-6a334b52671f2-field\"\n\t    \n\t    class=\"wpcf7-form-control wpcf7-text\"\n\t    type=\"text\"\n\t    name=\"w8qxiw2slfcy\"\n\t    value=\"\"\n\t    size=\"40\"\n\t    autocomplete=\"off\"\n\t    tabindex=\"1000\"\n    \/><\/span><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"feedback_slider\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"feedback_slider\" \/><\/span>\n<\/p>\n<div class=\"feedback_slider\">\n\t<div id=\"feedback_slider\">\n\t<\/div>\n\t<div class=\"min-max-values\">\n\t\t<p><span class=\"min_value\">not helped<\/span><br \/>\n<span class=\"max_value\">helped a lot<\/span>\n\t\t<\/p>\n\t<\/div>\n<\/div>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner button outline blue\" type=\"submit\" value=\"Send feedback\" \/>\n<\/p>\n<p><small>This evaluation is anonymous and serves to improve our computer. If you carry out the evaluation, no personal data will be collected from you.<\/small>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Retrofit concept We will create an initial automation concept for your machinery free of charge and without obligation. Checklist Here you will find all the information we need to create your automation concept. Has the productivity calculator helped you?<\/p>\n","protected":false},"author":1,"featured_media":98349,"parent":123083,"menu_order":20,"comment_status":"closed","ping_status":"closed","template":"templates\/template-services.php","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-123087","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Productivity calculator - Wassermann Technologie GmbH<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Productivity calculator - Wassermann Technologie GmbH\" \/>\n<meta property=\"og:description\" content=\"Retrofit concept We will create an initial automation concept for your machinery free of charge and without obligation. Checklist Here you will find all the information we need to create your automation concept. Has the productivity calculator helped you?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/\" \/>\n<meta property=\"og:site_name\" content=\"Wassermann Technologie GmbH\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-28T10:23:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wassermann-group.com\/wp-content\/uploads\/2022\/06\/GP_8132_komprimiert.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1281\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/use-cases\\\/produktivitaetsrechner\\\/\",\"url\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/use-cases\\\/produktivitaetsrechner\\\/\",\"name\":\"Productivity calculator - Wassermann Technologie GmbH\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/NEW\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/use-cases\\\/produktivitaetsrechner\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/use-cases\\\/produktivitaetsrechner\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/wassermann-group.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GP_8132_komprimiert.jpg\",\"datePublished\":\"2022-06-29T07:58:00+00:00\",\"dateModified\":\"2026-05-28T10:23:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/use-cases\\\/produktivitaetsrechner\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wassermann-group.com\\\/en\\\/use-cases\\\/produktivitaetsrechner\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/use-cases\\\/produktivitaetsrechner\\\/#primaryimage\",\"url\":\"https:\\\/\\\/wassermann-group.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GP_8132_komprimiert.jpg\",\"contentUrl\":\"https:\\\/\\\/wassermann-group.com\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GP_8132_komprimiert.jpg\",\"width\":1920,\"height\":1281},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/use-cases\\\/produktivitaetsrechner\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Applications\",\"item\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/use-cases\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Productivity calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/NEW\\\/#website\",\"url\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/NEW\\\/\",\"name\":\"Wassermann Technologie GmbH\",\"description\":\"We think automatically\",\"publisher\":{\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/NEW\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/NEW\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/NEW\\\/#organization\",\"name\":\"Wassermann Technologie GmbH\",\"url\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/NEW\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/NEW\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/wassermann-group.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-WASSERMANN-GROUP.png\",\"contentUrl\":\"https:\\\/\\\/wassermann-group.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/cropped-WASSERMANN-GROUP.png\",\"width\":314,\"height\":276,\"caption\":\"Wassermann Technologie GmbH\"},\"image\":{\"@id\":\"https:\\\/\\\/wassermann-group.com\\\/en\\\/NEW\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Productivity calculator - Wassermann Technologie GmbH","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/","og_locale":"en_US","og_type":"article","og_title":"Productivity calculator - Wassermann Technologie GmbH","og_description":"Retrofit concept We will create an initial automation concept for your machinery free of charge and without obligation. Checklist Here you will find all the information we need to create your automation concept. Has the productivity calculator helped you?","og_url":"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/","og_site_name":"Wassermann Technologie GmbH","article_modified_time":"2026-05-28T10:23:46+00:00","og_image":[{"width":1920,"height":1281,"url":"https:\/\/wassermann-group.com\/wp-content\/uploads\/2022\/06\/GP_8132_komprimiert.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/","url":"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/","name":"Productivity calculator - Wassermann Technologie GmbH","isPartOf":{"@id":"https:\/\/wassermann-group.com\/en\/NEW\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/#primaryimage"},"image":{"@id":"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/#primaryimage"},"thumbnailUrl":"https:\/\/wassermann-group.com\/wp-content\/uploads\/2022\/06\/GP_8132_komprimiert.jpg","datePublished":"2022-06-29T07:58:00+00:00","dateModified":"2026-05-28T10:23:46+00:00","breadcrumb":{"@id":"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/#primaryimage","url":"https:\/\/wassermann-group.com\/wp-content\/uploads\/2022\/06\/GP_8132_komprimiert.jpg","contentUrl":"https:\/\/wassermann-group.com\/wp-content\/uploads\/2022\/06\/GP_8132_komprimiert.jpg","width":1920,"height":1281},{"@type":"BreadcrumbList","@id":"https:\/\/wassermann-group.com\/en\/use-cases\/produktivitaetsrechner\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/wassermann-group.com\/en\/"},{"@type":"ListItem","position":2,"name":"Applications","item":"https:\/\/wassermann-group.com\/en\/use-cases\/"},{"@type":"ListItem","position":3,"name":"Productivity calculator"}]},{"@type":"WebSite","@id":"https:\/\/wassermann-group.com\/en\/NEW\/#website","url":"https:\/\/wassermann-group.com\/en\/NEW\/","name":"Wassermann Technologie GmbH","description":"We think automatically","publisher":{"@id":"https:\/\/wassermann-group.com\/en\/NEW\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wassermann-group.com\/en\/NEW\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wassermann-group.com\/en\/NEW\/#organization","name":"Wassermann Technologie GmbH","url":"https:\/\/wassermann-group.com\/en\/NEW\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wassermann-group.com\/en\/NEW\/#\/schema\/logo\/image\/","url":"https:\/\/wassermann-group.com\/wp-content\/uploads\/2025\/12\/cropped-WASSERMANN-GROUP.png","contentUrl":"https:\/\/wassermann-group.com\/wp-content\/uploads\/2025\/12\/cropped-WASSERMANN-GROUP.png","width":314,"height":276,"caption":"Wassermann Technologie GmbH"},"image":{"@id":"https:\/\/wassermann-group.com\/en\/NEW\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/wassermann-group.com\/en\/wp-json\/wp\/v2\/pages\/123087","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wassermann-group.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wassermann-group.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wassermann-group.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wassermann-group.com\/en\/wp-json\/wp\/v2\/comments?post=123087"}],"version-history":[{"count":0,"href":"https:\/\/wassermann-group.com\/en\/wp-json\/wp\/v2\/pages\/123087\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/wassermann-group.com\/en\/wp-json\/wp\/v2\/pages\/123083"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wassermann-group.com\/en\/wp-json\/wp\/v2\/media\/98349"}],"wp:attachment":[{"href":"https:\/\/wassermann-group.com\/en\/wp-json\/wp\/v2\/media?parent=123087"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}