{"id":3518,"date":"2026-07-16T14:23:31","date_gmt":"2026-07-16T14:23:31","guid":{"rendered":"https:\/\/tijdelijk.sintrex.nl\/laadmeter-berekenen\/"},"modified":"2026-08-05T12:48:27","modified_gmt":"2026-08-05T12:48:27","slug":"calculate-loading-meters","status":"publish","type":"page","link":"https:\/\/www.sintrex.nl\/en\/calculate-loading-meters\/","title":{"rendered":"Calculate loading meters"},"content":{"rendered":"\n<div class=\"wp-block-columns 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 id=\"laadmeter-tool\" style=\"background: #f4f7f9; color: #ff0000; padding: 25px; border-radius: 10px; border: 1px solid #d1dbe5; max-width: 450px; font-family: sans-serif;\">\n        <h3 style=\"margin-top: 0; color: #000;\">Loading meter calculator<\/h3>\n\n        <label>Pallet type<\/label>\n        <select id=\"palletType\" onchange=\"updateDim()\" style=\"width: 100%; padding: 10px; margin: 8px 0 15px;\">\n            <option value=\"euro\">Europallet (120 x 80 cm)<\/option>\n            <option value=\"blok\">Blokpallet (120 x 100 cm)<\/option>\n            <option value=\"custom\">Aangepast<\/option>\n        <\/select>\n        <div style=\"display: flex; gap: 10px;\">\n            <div style=\"flex: 1;\">\n                <label>Length (cm)<\/label>\n                <input type=\"number\" id=\"lengte\" value=\"120\" oninput=\"berekenLM()\" style=\"width: 100%; padding: 10px; margin-top: 5px;\">\n            <\/div>\n            <div style=\"flex: 1;\">\n                <label>Width (cm)<\/label>\n                <input type=\"number\" id=\"breedte\" value=\"80\" oninput=\"berekenLM()\" style=\"width: 100%; padding: 10px; margin-top: 5px;\">\n            <\/div>\n        <\/div>\n        <label style=\"display: block; margin-top: 15px;\">Number of pallets<\/label>\n        <input type=\"number\" id=\"aantal\" value=\"1\" oninput=\"berekenLM()\" style=\"width: 100%; padding: 10px; margin-top: 5px;\">\n        <div style=\"margin-top: 20px; padding: 15px; background: #000; color: #ffffff; border-radius: 5px; text-align: center;\">\n            <span style=\"font-size: 1.1em;\">Total Loading Meters:<\/span>\n            <h2 id=\"res\" style=\"margin: 5px 0 0 0; color: #ffffff;\">0.40m<\/h2>\n        <\/div>\n    <\/div>\n    <script>\n    function updateDim() {\n        var type = document.getElementById('palletType').value;\n        if(type == 'euro') { document.getElementById('lengte').value = 120; document.getElementById('breedte').value = 80; }\n        else if(type == 'blok') { document.getElementById('lengte').value = 120; document.getElementById('breedte').value = 100; }\n        berekenLM();\n    }\n    function berekenLM() {\n        var l = parseFloat(document.getElementById('lengte').value) \/ 100;\n        var b = parseFloat(document.getElementById('breedte').value);\n        var a = parseInt(document.getElementById('aantal').value);\n        var res = ((l * b) \/ 240) * a;\n        document.getElementById('res').innerText = (isNaN(res) || !isFinite(res) ? 0 : res.toFixed(2)) + 'm';\n    }\n    <\/script>\n    \n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">Loading meter calculator<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Would you like to calculate loading meters quickly? With this convenient tool, you instantly gain insight into the loading space required for your shipment. Simply enter the dimensions of your cargo, and the calculator will immediately show how many loading meters are needed. This makes it easy to determine the space your goods will occupy and plan your transport more efficiently.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A loading meter is a commonly used unit of measurement in road transport. It represents the length of the trailer floor occupied by a shipment across the full width of the truck. This provides an accurate indication of the required loading space and helps prevent unexpected issues during loading.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Calculating loading meters is especially important for shipments that cannot be stacked. It allows you to quickly determine how much floor space is required, make better use of the available loading capacity, estimate transport costs more accurately, and optimize your logistics planning.<\/p>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Loading meter calculator Would you like to calculate loading meters quickly? With this convenient tool, you instantly gain insight into the loading space required for your shipment. Simply enter the dimensions of your cargo, and the calculator will immediately show how many loading meters are needed. This makes it easy to determine the space your&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-3518","page","type-page","status-publish","hentry"],"acf":{"faq_items":null},"_links":{"self":[{"href":"https:\/\/www.sintrex.nl\/en\/wp-json\/wp\/v2\/pages\/3518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sintrex.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sintrex.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sintrex.nl\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sintrex.nl\/en\/wp-json\/wp\/v2\/comments?post=3518"}],"version-history":[{"count":1,"href":"https:\/\/www.sintrex.nl\/en\/wp-json\/wp\/v2\/pages\/3518\/revisions"}],"predecessor-version":[{"id":3520,"href":"https:\/\/www.sintrex.nl\/en\/wp-json\/wp\/v2\/pages\/3518\/revisions\/3520"}],"wp:attachment":[{"href":"https:\/\/www.sintrex.nl\/en\/wp-json\/wp\/v2\/media?parent=3518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}