(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'); SCP7 - Copley Scientific

Contact Us

Contact Us

SCP7 – Super Capacity Vacuum Pump

Capable of generating sonic (P3/P2 ≤ 0.5) flow rates through the Next Generation Impactor (NGI) up to 100 L/min, the SCP7 provides a maximum unregulated flow of 683 L/min, ideal for DPI applications. Designed to provide a viable alternative to the use of two HCP7 pumps to provide these conditions, the SCP7 can also be used for MDI, nebuliser and nasal product testing applications via a flow control valve, which regulates the flow rate between 0 and 280 L/min.

  • Low maintenance

  • Advanced sound insulation

  • Oil-lubricated rotary vane

  • Left and right vacuum inlets – choose where to place pump in system

  • Dual filtration process ensures there is virtually no oil vapour in the exhaust air, making it suitable for use in a laboratory environment

SCP7 Vacuum Pump Technical Specifications
Type:
Rotary vane
Lubrication type:
Oil
Max. flow in L/Min (unrestricted):
683
Max. sonic flow through NGI:
100
Max. vacuum level:
<0.1 kPa
Applications:
MDIs, DPIs, Nebulisers, ADIs, Nasal Products
Dimensions (w x d x h): 480 x 690 x 460 mm

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