(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'); MDIs/BAIs - Copley Scientific

Contact Us

Contact Us

How Does a Cascade Impactor Work?

Play Video
Vertus III with DUSA Stack and Priming& Waste Module

MDIs: Semi-Automated APSD Measurement

The Vertus® III automated shake, fire and shot waste range is made up of integrated turn-key solutions for precise, controlled and reproducible MDI testing. Compatible with most MDIs, the Vertus III systems offer analysts complete control over:

  • The speed, angle and duration of shaking, ahead of actuation
  • Firing force and the speed of application and release of that force
  • The time delay between the end of shaking and device actuation
Find out more

Breath-Actuated MDIs (BAIs)

The Breath Actuation Controller BAC 100i can also be used for the testing of Breath-Actuated (or Breath-Operated) MDIs. In this case, the BAC 100i is used to initiate the flow, simultaneously triggering the breath-actuated inhaler.

Automation Tools

Improve efficiency
Reduce variability
Eliminate handling error
Increase testing capacity

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"); } }); }