{"id":18154,"date":"2026-07-23T20:43:43","date_gmt":"2026-07-23T20:43:43","guid":{"rendered":"https:\/\/www.dynnox.com\/?page_id=18154"},"modified":"2026-07-23T22:02:44","modified_gmt":"2026-07-23T22:02:44","slug":"18154-2","status":"publish","type":"page","link":"https:\/\/www.dynnox.com\/en\/18154-2\/","title":{"rendered":""},"content":{"rendered":"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1456px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:20px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><!-- DYNNOX FAQ English: compact design, extended answers and English internal links. -->\n<style>\n  .dynnox-faq {\n    --dx-dark: #202326;\n    --dx-green: #9bc53d;\n    --dx-green-dark: #597d16;\n    --dx-light: #f4f5f3;\n    --dx-line: #dfe3dc;\n    --dx-text: #353a3d;\n    max-width: 1120px;\n    margin: 0 auto;\n    padding: 12px 20px 60px;\n    color: var(--dx-text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.62;\n  }\n\n  .dynnox-faq * { box-sizing: border-box; }\n\n  \/* Text-only introduction: no image, banner or decorative header. *\/\n  .dynnox-faq__hero {\n    padding: 0 0 18px;\n    margin: 0;\n    border-bottom: 1px solid var(--dx-line);\n    background: transparent;\n    color: var(--dx-dark);\n  }\n\n  .dynnox-faq h1 {\n    max-width: 860px;\n    margin: 0 0 10px;\n    color: var(--dx-dark);\n    font-size: clamp(32px, 4vw, 50px);\n    font-weight: 700;\n    line-height: 1.12;\n  }\n\n  .dynnox-faq__intro {\n    max-width: 860px;\n    margin: 0;\n    color: var(--dx-text);\n    font-size: clamp(16px, 1.7vw, 19px);\n  }\n\n  .dynnox-faq__quicklinks {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n    margin: 16px 0 2px;\n  }\n\n  .dynnox-faq__quicklinks a {\n    display: inline-block;\n    padding: 7px 12px;\n    border: 1px solid var(--dx-line);\n    border-radius: 999px;\n    color: var(--dx-dark);\n    background: #fff;\n    font-size: 14px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: 0.2s ease;\n  }\n\n  .dynnox-faq__quicklinks a:hover,\n  .dynnox-faq__quicklinks a:focus {\n    border-color: var(--dx-green);\n    background: #f6faee;\n  }\n\n  .dynnox-faq__group {\n    scroll-margin-top: 110px;\n    margin-top: 32px;\n  }\n\n  .dynnox-faq__group h2 {\n    margin: 0 0 12px;\n    color: var(--dx-dark);\n    font-size: clamp(24px, 3vw, 32px);\n    line-height: 1.2;\n  }\n\n  .dynnox-faq__group h2::after {\n    content: \"\";\n    display: block;\n    width: 48px;\n    height: 3px;\n    margin-top: 8px;\n    border-radius: 3px;\n    background: var(--dx-green);\n  }\n\n  \/* Compact spacing between questions. *\/\n  .dynnox-faq details {\n    margin: 0 0 4px;\n    overflow: hidden;\n    border: 1px solid var(--dx-line);\n    border-radius: 6px;\n    background: #fff;\n    box-shadow: none;\n  }\n\n  \/* Question titles deliberately use regular font weight. *\/\n  .dynnox-faq summary {\n    position: relative;\n    padding: 11px 46px 11px 15px;\n    color: var(--dx-dark);\n    font-size: 16px;\n    font-weight: 400 !important;\n    line-height: 1.4;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .dynnox-faq summary::-webkit-details-marker { display: none; }\n\n  .dynnox-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 13px;\n    width: 23px;\n    height: 23px;\n    transform: translateY(-50%);\n    border-radius: 50%;\n    background: var(--dx-green);\n    color: var(--dx-dark);\n    font-size: 18px;\n    font-weight: 400;\n    line-height: 22px;\n    text-align: center;\n  }\n\n  .dynnox-faq details[open] summary { background: #f7f8f6; }\n  .dynnox-faq details[open] summary::after { content: \"\u2212\"; }\n\n  .dynnox-faq__answer {\n    padding: 0 15px 14px;\n    border-top: 1px solid var(--dx-line);\n  }\n\n  .dynnox-faq__answer p { margin: 11px 0 0; }\n\n  .dynnox-faq__answer a {\n    color: var(--dx-green-dark);\n    font-weight: 600;\n    text-decoration: underline;\n    text-decoration-thickness: 1px;\n    text-underline-offset: 2px;\n  }\n\n  .dynnox-faq__answer a:hover,\n  .dynnox-faq__answer a:focus { color: var(--dx-dark); }\n\n  .dynnox-faq__cta {\n    display: grid;\n    grid-template-columns: minmax(0, 1fr) auto;\n    gap: 24px;\n    align-items: center;\n    margin-top: 40px;\n    padding: 26px;\n    border-radius: 12px;\n    background: var(--dx-light);\n    border-left: 5px solid var(--dx-green);\n  }\n\n  .dynnox-faq__cta h2 {\n    margin: 0 0 6px;\n    color: var(--dx-dark);\n    font-size: 27px;\n  }\n\n  .dynnox-faq__cta p { margin: 0; }\n\n  .dynnox-faq__button {\n    display: inline-block;\n    min-width: 190px;\n    padding: 13px 20px;\n    border-radius: 6px;\n    background: var(--dx-green);\n    color: var(--dx-dark) !important;\n    font-weight: 700;\n    text-align: center;\n    text-decoration: none;\n    transition: 0.2s ease;\n  }\n\n  .dynnox-faq__button:hover,\n  .dynnox-faq__button:focus {\n    transform: translateY(-1px);\n    background: #aad44b;\n  }\n\n  @media (max-width: 720px) {\n    .dynnox-faq { padding: 8px 14px 48px; }\n    .dynnox-faq__hero { padding-bottom: 15px; }\n    .dynnox-faq__group { margin-top: 27px; }\n    .dynnox-faq summary { padding: 10px 42px 10px 13px; }\n    .dynnox-faq__cta { grid-template-columns: 1fr; }\n    .dynnox-faq__button { width: 100%; }\n  }\n<\/style>\n<section class=\"dynnox-faq\" lang=\"en\" aria-labelledby=\"dynnox-faq-title\">\n  <header class=\"dynnox-faq__hero\">\n    <h1 id=\"dynnox-faq-title\">Frequently asked questions about Dynnox<\/h1>\n    <p class=\"dynnox-faq__intro\">Find detailed answers about how Dynnox works, the available models, commercial-vehicle compatibility, installation modules, fitting, safety, prices and service. Each answer contains a link to the relevant page on the English Dynnox website.<\/p>\n  <\/header>\n  <nav class=\"dynnox-faq__quicklinks\" aria-label=\"FAQ topics\">\n    <a href=\"#faq-general\">General<\/a>\n    <a href=\"#faq-use-vehicle\">Use and commercial vehicles<\/a>\n    <a href=\"#faq-customisation-installation\">Customisation and installation<\/a>\n    <a href=\"#faq-ordering-service\">Ordering and service<\/a>\n  <\/nav>\n  <section class=\"dynnox-faq__group\" id=\"faq-general\">\n    <h2>General<\/h2>\n    <details>\n      <summary>What is Dynnox?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Dynnox is a mobile loading, unloading and transport system for commercial vehicles. It combines a wheeled undercarriage with automatically folding legs, a vehicle interface in the load area and a custom installation module for tools, machines, parts or materials. The complete unit can be rolled directly to the work location, turning fixed van equipment into a practical mobile workstation. Discover <a href=\"https:\/\/www.dynnox.com\/en\/\" hreflang=\"en\">how Dynnox works<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>What are the main benefits of Dynnox?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Dynnox allows you to move tools, parts, machines and materials from the commercial vehicle to the worksite in a single operation. This reduces unnecessary walking, heavy lifting and preparation time. A well-organised mobile work unit also improves accessibility, supports a professional appearance and helps employees complete more work with less physical strain. Read more about <a href=\"https:\/\/www.dynnox.com\/en\/your-benefits\/\" hreflang=\"en\">the benefits of Dynnox<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>How much weight can a Dynnox carry?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>The Dynnox undercarriage has a maximum load capacity of 250 kg. When configuring a mobile work unit, the weight of the installation module, equipment and materials must all be taken into account. Weight distribution, the centre of gravity and secure attachment are equally important. A professional vehicle fitter should assess whether the final construction is safe and stable. See <a href=\"https:\/\/www.dynnox.com\/en\/quality-tuv\/\" hreflang=\"en\">Quality & T\u00dcV<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Can one person load and unload Dynnox?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Yes. Dynnox was developed so that one person can load, unload and move a complete mobile work unit. As the undercarriage moves onto or off the vehicle interface, the legs fold in or out automatically. The user therefore does not have to lift the complete load. A level route, correct adjustment and properly secured equipment remain essential. View the <a href=\"https:\/\/www.dynnox.com\/en\/assembly-instructions\/\" hreflang=\"en\">assembly and operating principle<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Which industries and types of work is Dynnox suitable for?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Dynnox is suitable for mobile professionals who use tools, components, machines or other heavy and bulky equipment on site. Typical applications include installation and maintenance, Smart Repair and PDR, landscaping, veterinary work, farriery, technical service and industrial processes. Because the installation module can be adapted to the work process, many other uses are possible. Explore <a href=\"https:\/\/www.dynnox.com\/en\/the-applications\/\" hreflang=\"en\">Dynnox applications<\/a>.<\/p><\/div>\n    <\/details>\n  <\/section>\n  <section class=\"dynnox-faq__group\" id=\"faq-use-vehicle\">\n    <h2>Use and commercial vehicles<\/h2>\n    <details>\n      <summary>Will Dynnox fit in my commercial vehicle?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Dynnox is intended for commercial vehicles and cannot be installed in a passenger car or pick-up. With three model sizes, adjustable height settings and installation through the rear or side door, it can be used in many vans. The door opening, loading height, floor space, wheel arches and required installation module must be checked before ordering. Compare the <a href=\"https:\/\/www.dynnox.com\/en\/the-models\/\" hreflang=\"en\">three Dynnox models<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Can Dynnox be loaded through both the rear and side door?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Yes. Depending on the vehicle and its interior layout, Dynnox can be installed for loading through the rear door or the side door. The best direction depends on the door opening, loading height, available floor space, walking route and dimensions of the installation module. This choice should be made before installation so that the vehicle interface is positioned correctly. See the <a href=\"https:\/\/www.dynnox.com\/en\/assembly-instructions\/\" hreflang=\"en\">assembly instructions<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>What is the vehicle interface?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>The vehicle interface, sometimes called the car interface, is the loading and locking system installed on the floor of the commercial vehicle. It guides the Dynnox undercarriage during loading, activates the mechanism that folds the legs and positions the unit for transport. Once loaded, the Dynnox is locked inside the vehicle. Learn more from the <a href=\"https:\/\/www.dynnox.com\/en\/assembly-instructions\/\" hreflang=\"en\">vehicle interface assembly instructions<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Can the vehicle interface be removed from the commercial vehicle?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Yes. In addition to a fixed installation, a removable vehicle interface is available for the Dynnox models. This allows you to free the load area when Dynnox is not required, use the vehicle more flexibly or deploy the system for specific projects. The removable version must still be installed, positioned and locked accurately. Review the options on the <a href=\"https:\/\/www.dynnox.com\/en\/the-models\/\" hreflang=\"en\">Dynnox model overview<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Can I transfer Dynnox to my next commercial vehicle?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>In many cases, the Dynnox undercarriage and installation module can be reused when you change commercial vehicles. However, the existing vehicle interface will not automatically suit every replacement van because loading height, floor construction, door dimensions and mounting points may differ. Before transferring the system, have a professional check which components can be reused safely. <a href=\"https:\/\/www.dynnox.com\/en\/contact\/\" hreflang=\"en\">Contact Dynnox for advice<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Are pneumatic tyres available for outdoor use or uneven surfaces?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Yes. Dynnox can optionally be fitted with four larger pneumatic tyres, which can make movement more comfortable over paving, yards and other less even surfaces. This option should preferably be selected before ordering because the pneumatic-tyre version is wider and requires a suitable wooden board and loading tray. View the <a href=\"https:\/\/www.dynnox.com\/en\/assembly-instructions\/\" hreflang=\"en\">pneumatic-tyre assembly option<\/a> or visit the <a href=\"https:\/\/www.dynnox.com\/en\/shop\/\" hreflang=\"en\">Dynnox shop<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Which Dynnox models are available?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Dynnox is available as the <a href=\"https:\/\/www.dynnox.com\/en\/the-models\/dynnox-l46\/\" hreflang=\"en\">L46<\/a>, <a href=\"https:\/\/www.dynnox.com\/en\/the-models\/dynnox-xl36\/\" hreflang=\"en\">XL36<\/a> and <a href=\"https:\/\/www.dynnox.com\/en\/the-models\/dynnox-xl53\/\" hreflang=\"en\">XL53<\/a>. The L46 is medium-sized and manoeuvrable, the XL36 is narrow and long, and the XL53 is the largest model for wider or more substantial applications. The correct model depends on the vehicle, loading route, installation-module dimensions and the way the unit will be used at the worksite.<\/p><\/div>\n    <\/details>\n  <\/section>\n  <section class=\"dynnox-faq__group\" id=\"faq-customisation-installation\">\n    <h2>Customisation and installation<\/h2>\n    <details>\n      <summary>Can the installation module be fully tailored to my work?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Yes. The Dynnox undercarriage can carry a custom installation module with drawers, cabinets, cases, parts bins, a worktop, machinery, measuring equipment, a water tank or a power supply. The layout should follow the order of your tasks, keep frequently used items accessible and maintain safe weight distribution. Explore <a href=\"https:\/\/www.dynnox.com\/en\/the-applications\/\" hreflang=\"en\">custom Dynnox applications<\/a> and the <a href=\"https:\/\/www.dynnox.com\/en\/the-basic-installation-module\/\" hreflang=\"en\">basic installation module<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Can my existing tools, machine or equipment be mounted on Dynnox?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>This is often possible, because Dynnox is designed to make both existing equipment and newly developed solutions mobile. Before installation, the dimensions, total weight, centre of gravity, mounting points and operating requirements must be assessed. The route between the vehicle and worksite also matters. A dealer or vehicle fitter can determine the correct model and construction. See <a href=\"https:\/\/www.dynnox.com\/en\/the-applications\/\" hreflang=\"en\">possible installation modules<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Who installs Dynnox in my commercial vehicle?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Dynnox recommends having the system assembled and installed by a professional commercial-vehicle fitter or coachbuilder. The installer positions and secures the vehicle interface, adjusts the undercarriage, checks the locking mechanism and tests the complete combination with the installation module. The installer remains responsible for complying with the relevant standards and vehicle requirements in the country of use. View the <a href=\"https:\/\/www.dynnox.com\/en\/assembly-instructions\/\" hreflang=\"en\">3D assembly instructions<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Is Dynnox safe and certified?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Dynnox has been awarded T\u00dcV certification and is locked to the vehicle interface during transport. Components are tested and inspected during production and are manufactured from high-quality materials. Certification does not replace correct installation, balanced loading, secure attachment and proper use. For a complete overview, read about <a href=\"https:\/\/www.dynnox.com\/en\/quality-tuv\/\" hreflang=\"en\">Quality & T\u00dcV<\/a> and <a href=\"https:\/\/www.dynnox.com\/en\/service-warranty\/\" hreflang=\"en\">service and warranty<\/a>.<\/p><\/div>\n    <\/details>\n  <\/section>\n  <section class=\"dynnox-faq__group\" id=\"faq-ordering-service\">\n    <h2>Ordering and service<\/h2>\n    <details>\n      <summary>How much does a Dynnox cost?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>The total cost depends on the selected model, standard wheels or pneumatic tyres, a fixed or removable vehicle interface, the wooden board, mounting materials, the installation module and fitting in the commercial vehicle. A complete customised solution therefore cannot be represented by one fixed price. Review the available models, components and current prices in the <a href=\"https:\/\/www.dynnox.com\/en\/shop\/\" hreflang=\"en\">Dynnox webshop<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>How do I request a quotation for a complete solution?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>You can request a quotation from an authorised Dynnox dealer or through the contact form. Include your company details and VAT number, the make and model of the commercial vehicle, loading height, preferred loading direction, equipment dimensions and weight, and a brief description of your work process. Photos of the load area are also useful for an initial assessment. Find a <a href=\"https:\/\/www.dynnox.com\/en\/dealer-locations\/\" hreflang=\"en\">Dynnox dealer<\/a> or use the <a href=\"https:\/\/www.dynnox.com\/en\/contact\/\" hreflang=\"en\">contact form<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>What is the delivery time?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Delivery time depends on stock availability, the selected model and options, and whether a custom installation module or installation appointment is required. Standard components may be available sooner, while bespoke equipment naturally requires additional preparation. The confirmed dispatch or completion date will be stated in the order confirmation. Check availability through the <a href=\"https:\/\/www.dynnox.com\/en\/shop\/\" hreflang=\"en\">webshop<\/a> or <a href=\"https:\/\/www.dynnox.com\/en\/contact\/\" hreflang=\"en\">contact Dynnox<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>What warranty applies to Dynnox?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Dynnox products are supplied with a standard one-year warranty. The warranty applies when the system has been assembled correctly, professionally installed in the commercial vehicle and used in accordance with the operating conditions. The installer must also follow the applicable standards in the country concerned. For the full conditions and any situation-specific questions, consult the <a href=\"https:\/\/www.dynnox.com\/en\/service-warranty\/\" hreflang=\"en\">Service & Warranty page<\/a>.<\/p><\/div>\n    <\/details>\n    <details>\n      <summary>Where can I go for maintenance, spare parts or technical questions?<\/summary>\n      <div class=\"dynnox-faq__answer\"><p>Your Dynnox dealer is normally the first point of contact for inspections, maintenance, replacement parts and changes to the installation module. During servicing, the wheels, legs, locking system, mounting points and vehicle interface should be checked. Dynnox can supply parts and provide technical support when additional assistance is required. Read about <a href=\"https:\/\/www.dynnox.com\/en\/service-warranty\/\" hreflang=\"en\">service and spare parts<\/a> or <a href=\"https:\/\/www.dynnox.com\/en\/contact\/\" hreflang=\"en\">contact Dynnox<\/a>.<\/p><\/div>\n    <\/details>\n  <\/section>\n  <section class=\"dynnox-faq__cta\" aria-label=\"Contact Dynnox\">\n    <div>\n      <h2>Is your question not listed?<\/h2>\n      <p>Tell us what you need to load, transport or use on site. We will help you identify a suitable Dynnox solution.<\/p>\n    <\/div>\n    <a class=\"dynnox-faq__button\" href=\"https:\/\/www.dynnox.com\/en\/contact\/\" hreflang=\"en\">Contact us<\/a>\n  <\/section>\n<\/section>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"inLanguage\": \"en\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is Dynnox?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Dynnox is a mobile loading, unloading and transport system for commercial vehicles. It combines a wheeled undercarriage with automatically folding legs, a vehicle interface in the load area and a custom installation module for tools, machines, parts or materials. The complete unit can be rolled directly to the work location, turning fixed van equipment into a practical mobile workstation. Discover how Dynnox works .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are the main benefits of Dynnox?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Dynnox allows you to move tools, parts, machines and materials from the commercial vehicle to the worksite in a single operation. This reduces unnecessary walking, heavy lifting and preparation time. A well-organised mobile work unit also improves accessibility, supports a professional appearance and helps employees complete more work with less physical strain. Read more about the benefits of Dynnox .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much weight can a Dynnox carry?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The Dynnox undercarriage has a maximum load capacity of 250 kg. When configuring a mobile work unit, the weight of the installation module, equipment and materials must all be taken into account. Weight distribution, the centre of gravity and secure attachment are equally important. A professional vehicle fitter should assess whether the final construction is safe and stable. See Quality & T\u00dcV .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can one person load and unload Dynnox?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Dynnox was developed so that one person can load, unload and move a complete mobile work unit. As the undercarriage moves onto or off the vehicle interface, the legs fold in or out automatically. The user therefore does not have to lift the complete load. A level route, correct adjustment and properly secured equipment remain essential. View the assembly and operating principle .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which industries and types of work is Dynnox suitable for?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Dynnox is suitable for mobile professionals who use tools, components, machines or other heavy and bulky equipment on site. Typical applications include installation and maintenance, Smart Repair and PDR, landscaping, veterinary work, farriery, technical service and industrial processes. Because the installation module can be adapted to the work process, many other uses are possible. Explore Dynnox applications .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Will Dynnox fit in my commercial vehicle?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Dynnox is intended for commercial vehicles and cannot be installed in a passenger car or pick-up. With three model sizes, adjustable height settings and installation through the rear or side door, it can be used in many vans. The door opening, loading height, floor space, wheel arches and required installation module must be checked before ordering. Compare the three Dynnox models .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can Dynnox be loaded through both the rear and side door?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Depending on the vehicle and its interior layout, Dynnox can be installed for loading through the rear door or the side door. The best direction depends on the door opening, loading height, available floor space, walking route and dimensions of the installation module. This choice should be made before installation so that the vehicle interface is positioned correctly. See the assembly instructions .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the vehicle interface?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The vehicle interface, sometimes called the car interface, is the loading and locking system installed on the floor of the commercial vehicle. It guides the Dynnox undercarriage during loading, activates the mechanism that folds the legs and positions the unit for transport. Once loaded, the Dynnox is locked inside the vehicle. Learn more from the vehicle interface assembly instructions .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the vehicle interface be removed from the commercial vehicle?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. In addition to a fixed installation, a removable vehicle interface is available for the Dynnox models. This allows you to free the load area when Dynnox is not required, use the vehicle more flexibly or deploy the system for specific projects. The removable version must still be installed, positioned and locked accurately. Review the options on the Dynnox model overview .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can I transfer Dynnox to my next commercial vehicle?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"In many cases, the Dynnox undercarriage and installation module can be reused when you change commercial vehicles. However, the existing vehicle interface will not automatically suit every replacement van because loading height, floor construction, door dimensions and mounting points may differ. Before transferring the system, have a professional check which components can be reused safely. Contact Dynnox for advice .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Are pneumatic tyres available for outdoor use or uneven surfaces?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Dynnox can optionally be fitted with four larger pneumatic tyres, which can make movement more comfortable over paving, yards and other less even surfaces. This option should preferably be selected before ordering because the pneumatic-tyre version is wider and requires a suitable wooden board and loading tray. View the pneumatic-tyre assembly option or visit the Dynnox shop .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Which Dynnox models are available?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Dynnox is available as the L46 , XL36 and XL53 . The L46 is medium-sized and manoeuvrable, the XL36 is narrow and long, and the XL53 is the largest model for wider or more substantial applications. The correct model depends on the vehicle, loading route, installation-module dimensions and the way the unit will be used at the worksite.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can the installation module be fully tailored to my work?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. The Dynnox undercarriage can carry a custom installation module with drawers, cabinets, cases, parts bins, a worktop, machinery, measuring equipment, a water tank or a power supply. The layout should follow the order of your tasks, keep frequently used items accessible and maintain safe weight distribution. Explore custom Dynnox applications and the basic installation module .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can my existing tools, machine or equipment be mounted on Dynnox?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"This is often possible, because Dynnox is designed to make both existing equipment and newly developed solutions mobile. Before installation, the dimensions, total weight, centre of gravity, mounting points and operating requirements must be assessed. The route between the vehicle and worksite also matters. A dealer or vehicle fitter can determine the correct model and construction. See possible installation modules .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Who installs Dynnox in my commercial vehicle?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Dynnox recommends having the system assembled and installed by a professional commercial-vehicle fitter or coachbuilder. The installer positions and secures the vehicle interface, adjusts the undercarriage, checks the locking mechanism and tests the complete combination with the installation module. The installer remains responsible for complying with the relevant standards and vehicle requirements in the country of use. View the 3D assembly instructions .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is Dynnox safe and certified?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Dynnox has been awarded T\u00dcV certification and is locked to the vehicle interface during transport. Components are tested and inspected during production and are manufactured from high-quality materials. Certification does not replace correct installation, balanced loading, secure attachment and proper use. For a complete overview, read about Quality & T\u00dcV and service and warranty .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much does a Dynnox cost?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"The total cost depends on the selected model, standard wheels or pneumatic tyres, a fixed or removable vehicle interface, the wooden board, mounting materials, the installation module and fitting in the commercial vehicle. A complete customised solution therefore cannot be represented by one fixed price. Review the available models, components and current prices in the Dynnox webshop .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I request a quotation for a complete solution?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"You can request a quotation from an authorised Dynnox dealer or through the contact form. Include your company details and VAT number, the make and model of the commercial vehicle, loading height, preferred loading direction, equipment dimensions and weight, and a brief description of your work process. Photos of the load area are also useful for an initial assessment. Find a Dynnox dealer or use the contact form .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is the delivery time?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Delivery time depends on stock availability, the selected model and options, and whether a custom installation module or installation appointment is required. Standard components may be available sooner, while bespoke equipment naturally requires additional preparation. The confirmed dispatch or completion date will be stated in the order confirmation. Check availability through the webshop or contact Dynnox .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What warranty applies to Dynnox?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Dynnox products are supplied with a standard one-year warranty. The warranty applies when the system has been assembled correctly, professionally installed in the commercial vehicle and used in accordance with the operating conditions. The installer must also follow the applicable standards in the country concerned. For the full conditions and any situation-specific questions, consult the Service & Warranty page .\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where can I go for maintenance, spare parts or technical questions?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Your Dynnox dealer is normally the first point of contact for inspections, maintenance, replacement parts and changes to the installation module. During servicing, the wheels, legs, locking system, mounting points and vehicle interface should be checked. Dynnox can supply parts and provide technical support when additional assistance is required. Read about service and spare parts or contact Dynnox .\"\n      }\n    }\n  ]\n}\n<\/script><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-18154","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>- Dynnox<\/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:\/\/www.dynnox.com\/en\/18154-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"- Dynnox\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dynnox.com\/en\/18154-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Dynnox\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/dynnox\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-23T22:02:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@dynnox\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.dynnox.com\\\/en\\\/18154-2\\\/\",\"url\":\"https:\\\/\\\/www.dynnox.com\\\/en\\\/18154-2\\\/\",\"name\":\"- Dynnox\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.dynnox.com\\\/en\\\/#website\"},\"datePublished\":\"2026-07-23T20:43:43+00:00\",\"dateModified\":\"2026-07-23T22:02:44+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.dynnox.com\\\/en\\\/18154-2\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.dynnox.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.dynnox.com\\\/en\\\/\",\"name\":\"Dynnox\",\"description\":\"smart trolley, easy (un)loading\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.dynnox.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.dynnox.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.dynnox.com\\\/en\\\/#organization\",\"name\":\"Dynnox\",\"url\":\"https:\\\/\\\/www.dynnox.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.dynnox.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.dynnox.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/dynnox_logo_witte_achtergrond.png\",\"contentUrl\":\"https:\\\/\\\/www.dynnox.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/dynnox_logo_witte_achtergrond.png\",\"width\":1077,\"height\":183,\"caption\":\"Dynnox\"},\"image\":{\"@id\":\"https:\\\/\\\/www.dynnox.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/dynnox\",\"https:\\\/\\\/x.com\\\/dynnox\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/dynnox\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCtQYDhnSicXD2jFkBsLzblg\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"- Dynnox","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:\/\/www.dynnox.com\/en\/18154-2\/","og_locale":"en_US","og_type":"article","og_title":"- Dynnox","og_url":"https:\/\/www.dynnox.com\/en\/18154-2\/","og_site_name":"Dynnox","article_publisher":"https:\/\/facebook.com\/dynnox","article_modified_time":"2026-07-23T22:02:44+00:00","twitter_card":"summary_large_image","twitter_site":"@dynnox","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.dynnox.com\/en\/18154-2\/","url":"https:\/\/www.dynnox.com\/en\/18154-2\/","name":"- Dynnox","isPartOf":{"@id":"https:\/\/www.dynnox.com\/en\/#website"},"datePublished":"2026-07-23T20:43:43+00:00","dateModified":"2026-07-23T22:02:44+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dynnox.com\/en\/18154-2\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.dynnox.com\/en\/#website","url":"https:\/\/www.dynnox.com\/en\/","name":"Dynnox","description":"smart trolley, easy (un)loading","publisher":{"@id":"https:\/\/www.dynnox.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dynnox.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dynnox.com\/en\/#organization","name":"Dynnox","url":"https:\/\/www.dynnox.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dynnox.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.dynnox.com\/wp-content\/uploads\/2022\/01\/dynnox_logo_witte_achtergrond.png","contentUrl":"https:\/\/www.dynnox.com\/wp-content\/uploads\/2022\/01\/dynnox_logo_witte_achtergrond.png","width":1077,"height":183,"caption":"Dynnox"},"image":{"@id":"https:\/\/www.dynnox.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/dynnox","https:\/\/x.com\/dynnox","https:\/\/www.linkedin.com\/company\/dynnox\/","https:\/\/www.youtube.com\/channel\/UCtQYDhnSicXD2jFkBsLzblg"]}]}},"_links":{"self":[{"href":"https:\/\/www.dynnox.com\/en\/wp-json\/wp\/v2\/pages\/18154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dynnox.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.dynnox.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.dynnox.com\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dynnox.com\/en\/wp-json\/wp\/v2\/comments?post=18154"}],"version-history":[{"count":1,"href":"https:\/\/www.dynnox.com\/en\/wp-json\/wp\/v2\/pages\/18154\/revisions"}],"predecessor-version":[{"id":18155,"href":"https:\/\/www.dynnox.com\/en\/wp-json\/wp\/v2\/pages\/18154\/revisions\/18155"}],"wp:attachment":[{"href":"https:\/\/www.dynnox.com\/en\/wp-json\/wp\/v2\/media?parent=18154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}