{"id":1266,"date":"2026-06-08T06:43:08","date_gmt":"2026-06-08T06:43:08","guid":{"rendered":"https:\/\/adhesivespackage.com\/?page_id=1266"},"modified":"2026-06-08T06:44:16","modified_gmt":"2026-06-08T06:44:16","slug":"nozzle-dead-volume-waste-calculator","status":"publish","type":"page","link":"https:\/\/adhesivespackage.com\/pt\/static-mixers\/sulzer-mixpac-3m-compatible\/nozzle-dead-volume-waste-calculator\/","title":{"rendered":"Calculadora de res\u00edduos de volume morto de bico"},"content":{"rendered":"\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-df5ee9d\" data-block-id=\"df5ee9d\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-df5ee9d-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-00d1293\" data-v=\"4\" data-block-id=\"00d1293\"><style>.stk-00d1293-container{margin-top:var(--stk--preset--spacing--40, 1rem) !important;margin-right:var(--stk--preset--spacing--40, 1rem) !important;margin-bottom:var(--stk--preset--spacing--40, 1rem) !important;margin-left:var(--stk--preset--spacing--40, 1rem) !important;}<\/style><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-00d1293-container stk--no-background stk--no-padding\"><div class=\"has-text-align-center stk-block-content stk-inner-blocks stk-00d1293-inner-blocks\"><div class=\"ct-breadcrumbs\" data-source=\"rankmath\" ><nav aria-label=\"breadcrumbs\" class=\"rank-math-breadcrumb\"><p><span class=\"last\">Home<\/span><\/p><\/nav><\/div><\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-71e2f7f\" data-block-id=\"71e2f7f\"><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-71e2f7f-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-1b7b647\" data-v=\"4\" data-block-id=\"1b7b647\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-1b7b647-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-1b7b647-inner-blocks\">\n<div id=\"ebt-waste\">\n<style>\n#ebt-waste{--c0:#000000;--c1:#fff;--c2:#E7211A;--cb:#3687C8;--c3:#F6F5F3;--c4:#E9E7E2;--c6:#6E6B63;--green:#16A56A;--fM:'IBM Plex Mono','Courier New',monospace;max-width:680px;margin:24px auto;border:1px solid var(--c4);background:var(--c1);}\n#ebt-waste *{box-sizing:border-box;}\n#ebt-waste .hd{background:var(--c0);color:var(--c1);padding:18px 22px;}\n#ebt-waste .hd h3{margin:0;font-size:18px;color:#fff;}\n#ebt-waste .hd p{margin:4px 0 0;font-size:12px;color:#bdbdbd;}\n#ebt-waste .bd{padding:22px;}\n#ebt-waste label{display:block;font-size:12px;font-weight:600;margin:14px 0 6px;text-transform:uppercase;letter-spacing:.4px;}\n#ebt-waste input{width:100%;height:44px;font-family:var(--fM);font-size:14px;border:1px solid var(--c4);padding:0 12px;border-radius:0;}\n#ebt-waste .roi{margin-top:20px;padding:22px;background:var(--c0);color:#fff;text-align:center;}\n#ebt-waste .roi .big{font-family:var(--fM);font-size:42px;font-weight:600;color:var(--c2);}\n#ebt-waste .roi .ctx{font-size:14px;opacity:.9;margin-top:6px;}\n#ebt-waste .roi .sub{font-size:12px;color:#bdbdbd;margin-top:10px;}\n#ebt-waste .cta{display:inline-block;margin-top:14px;height:46px;line-height:46px;padding:0 24px;background:var(--c2);color:#fff!important;font-weight:600;font-size:14px;text-decoration:none;}\n#ebt-waste .note{font-size:11px;color:var(--c6);margin-top:12px;}\n<\/style>\n<div class=\"hd\"><h3>Nozzle Dead-Volume Waste Calculator<\/h3><p>Estimate the adhesive your nozzles retain \u2014 and what a shorter geometry saves.<\/p><\/div>\n<div class=\"bd\">\n<label>Nozzles used per week<\/label><input type=\"number\" id=\"w-qty\" value=\"200\" min=\"0\">\n<label>Retained adhesive per nozzle, long helical (ml)<\/label><input type=\"number\" id=\"w-dead\" value=\"20\" min=\"0\" step=\"0.5\">\n<label>Adhesive cost (USD per ml)<\/label><input type=\"number\" id=\"w-cost\" value=\"0.15\" min=\"0\" step=\"0.01\">\n\n<div class=\"roi\" id=\"w-roi\">\n  <div id=\"w-roi-data\"><\/div>\n  <a class=\"cta\" href=\"#ct-popup-795\">Request a short-geometry sample \u2192<\/a>\n<\/div>\n\n<\/div>\n<\/div>\n<script>\n(function(){\n function n(id){return parseFloat(document.getElementById(id).value)||0;}\n function upd(){\n  var q=n('w-qty'),d=n('w-dead'),c=n('w-cost');\n  var shortDead=Math.max(d*0.25,0); \/\/ short\/square geometry ~25% of long\n  var saveMl=(d-shortDead)*q*52;\n  var saveUsd=saveMl*c;\n  \n  \/\/ \u53ea\u91cd\u5199\u6570\u636e\u5bb9\u5668\uff0c\u4fdd\u7559 <a> \u6807\u7b7e\u5b58\u6d3b\n  document.getElementById('w-roi-data').innerHTML='<div class=\"big\">$'+Math.round(saveUsd).toLocaleString()+'<\/div>'+\n   '<div class=\"ctx\">estimated annual adhesive saved by switching to a short \/ square-geometry mixer<\/div>'+\n   '<div class=\"sub\">\u2248 '+Math.round(saveMl).toLocaleString()+' ml\/yr recovered ('+Math.round(d)+' ml \u2192 ~'+shortDead.toFixed(1)+' ml retained per nozzle)<\/div>';\n }\n ['w-qty','w-dead','w-cost'].forEach(function(id){document.getElementById(id).addEventListener('input',upd);});\n upd();\n})();\n<\/script>\n<div style=\"max-width:680px;margin:0 auto;\"><p style=\"font-size:11px;color:#6E6B63;padding:0 4px;\">Order-of-magnitude estimate using an industry-reported ~75% dead-volume reduction for short\/square geometry (Adhesives &amp; Sealants Industry). Actual savings depend on pot life, bead size and changeover frequency.<\/p><\/div>\n<\/div><\/div><\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Nozzle Dead-Volume Waste Calculator Estimate the adhesive your nozzles retain \u2014 and what a shorter geometry saves. Nozzles used per week Retained adhesive per nozzle, long helical (ml) Adhesive cost (USD per ml) Request a short-geometry sample \u2192 Order-of-magnitude estimate using an industry-reported ~75% dead-volume reduction for short\/square geometry (Adhesives &amp; Sealants Industry). Actual savings [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":1246,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"","footnotes":""},"class_list":["post-1266","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/adhesivespackage.com\/pt\/wp-json\/wp\/v2\/pages\/1266","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/adhesivespackage.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/adhesivespackage.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/adhesivespackage.com\/pt\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/adhesivespackage.com\/pt\/wp-json\/wp\/v2\/comments?post=1266"}],"version-history":[{"count":0,"href":"https:\/\/adhesivespackage.com\/pt\/wp-json\/wp\/v2\/pages\/1266\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/adhesivespackage.com\/pt\/wp-json\/wp\/v2\/pages\/1246"}],"wp:attachment":[{"href":"https:\/\/adhesivespackage.com\/pt\/wp-json\/wp\/v2\/media?parent=1266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}