(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NK8H86R'); DDU Testing - Copley Scientific

Contact Us

Contact Us

Inhaler Testing Workstation™ ITW – DDU Testing

The ITW keeps the DUSA Collection Tube, Filter Support Cap, vacuum connection, flow meter and Waste Shot Collector (WSC2) in place during the testing process.

  • Stable and secure platform for test components

  • Quick-slide attachments for rapid method change

  • Supplied with Quick-Release Connectors for easy interfacing

  • Suitable for both right- and left-handed configurations

  • Flexible configurations to suit different testing requirements

The Inhaler Testing Workstation™ (ITW)

Play Video

Rotatable DUSA Holder enables easy manipulation of the sampling apparatus

Holder for DUSA Filter Cap

Tubing attachments ensure the workstation remains organised

Supplied with quick-release connectors for easy interfacing

Angled Nasal Device Holder

The new Angled Nasal Device Holder gives you precise, controlled firing angles (±45°) for nasal product testing, ensuring consistent, repeatable conditions in DDU assessments.

View Brochure

Related Services

// Placeholder for dropdowns const $placeholder = $("select[placeholder]"); if ($placeholder.length) { $placeholder.each(function() { const $this = $(this); // Check if placeholder option already exists if (!$this.find("option[value='']").length) { // Initial $this.addClass("placeholder-shown"); const placeholder = $this.attr("placeholder"); $this.prepend(`${placeholder}`); } // Change $this.on("change", (event) => { const $this = $(event.currentTarget); if ($this.val()) { $this.removeClass("placeholder-shown").addClass("placeholder-hidden"); } else { $this.addClass("placeholder-shown").removeClass("placeholder-hidden"); } }); // Check initial value and add/remove class accordingly if ($this.val()) { $this.removeClass("placeholder-shown").addClass("placeholder-hidden"); } else { $this.addClass("placeholder-shown").removeClass("placeholder-hidden"); } }); }