.intro-scroll-block { max-width: 900px; margin: 60px auto; padding: 30px 40px; background: #f5faff; border-left: 6px solid #0077c8; border-radius: 12px; box-shadow: 0 0 15px rgba(0,0,0,0.05); font-family: ‘Segoe UI’, sans-serif; } .intro-scroll-block h2 { font-size: 2em; color: #0077c8; margin-top: 0; margin-bottom: 20px; text-align: center; text-shadow: 1px 1px 2px rgba(0,0,0,0.05); } .intro-scroll-block p { font-size: 1.1em; color: #797979; line-height: 1.6; margin: 0; text-align: justify; } @media (max-width: 768px) { .intro-scroll-block { padding: 20px; } .intro-scroll-block h2 { font-size: 1.5em; } .intro-scroll-block p { font-size: 1em; } }

Bombas de vacío secas tipo scroll de alta velocidad de bombeo

Las bombas IDP-35 e IDP-45 de Agilent representan la solución ideal para aplicaciones científicas e industriales que requieren vacío limpio, sin aceite y con un alto rendimiento. Gracias a su innovador diseño scroll, ofrecen una alta velocidad de bombeo con bajo nivel de ruido y mantenimiento mínimo, siendo perfectas para entornos exigentes que valoran la eficiencia y la confiabilidad.

  • LIBRE DE ACEITE

    «En aplicaciones científicas, olvídate de los contaminantes típicos de las bombas de aceite»
  • VALVULA DE SEGURIDAD INTEGRADA

    Protege el sistema frente a cortes de energía o fallos, sin añadir altura adicional a la bomba ni comprometer su instalación.
  • MEDIDOR PIRANI INCORPORADO

    Permite monitorear el nivel de vacío en tiempo real, facilitando el control de procesos sin necesidad de sensores externos.
  • ACOPLAMIENTO MAGNÉTICO SIN CONTACTO

    Reduce el desgaste mecánico, eliminando sellos dinámicos y mejorando la fiabilidad y durabilidad del sistema de bombeo.
VELOCIDADES DE BOMBEO
HASTA 45 m³/h
.zoom-gallery-container { max-width: 1200px; margin: 40px auto; padding: 20px; } .zoom-gallery-title { text-align: center; color: #ffffff; font-size: 1.8em; margin-bottom: 40px; } .zoom-gallery { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; } .zoom-item { width: 45%; text-align: center; color: #ffffff; font-weight: bold; font-size: 1.2em; } .zoom-title { margin-bottom: 10px; } .zoom-item a { display: block; overflow: hidden; border-radius: 10px; } .zoom-item img { width: 100% !important; max-width: 100% !important; height: auto !important; border-radius: 10px; cursor: zoom-in; transition: transform 0.3s ease !important; box-shadow: 0 0 10px rgba(0,0,0,0.2); } .zoom-item img:hover { transform: scale(1.05) !important; } #lightbox-overlay { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.85); justify-content: center; align-items: center; } #lightbox-overlay img { max-width: 90%; max-height: 90%; border-radius: 10px; box-shadow: 0 0 20px #ffffff; } @media (max-width: 768px) { .zoom-item { width: 100%; } } function openLightbox(anchor) { document.getElementById(‘lightbox-img’).src = anchor.href; document.getElementById(‘lightbox-overlay’).style.display = ‘flex’; }
/* Banda blanca con imagen de fondo */ .banda-blanca-wrap { background-color: #ffffff; background-image: url(‘https://jevinstruments.com/wp-content/uploads/2025/05/BG_vacuum_expert-C.webp’); background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; padding: 60px 0; } .features-list { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0 20px; } .feature-box { background-color: #1e73be; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.2); opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; color: #ffffff; } .feature-box.visible { opacity: 1; transform: translateY(0); } .feature-box h3 { margin-top: 0; font-size: 1.2em; margin-bottom: 10px; color: #ffffff; display: flex; align-items: center; gap: 10px; } .feature-box h3 svg { width: 1.2em; height: 1.2em; fill: #ffffff; } .feature-box ul { padding-left: 20px; margin: 0; } .feature-box li { margin-bottom: 8px; }

Diseño scroll hermético

  • El sellado hermético evita fugas de gas, ideal para helio.

Motor con inversor

  • Rendimiento universal a todas las frecuencias y voltajes.
  • Velocidad ajustable para controlar bombeo y nivel de ruido.

Válvula de aislamiento integrada (opcional)

  • Protege el sistema ante cortes eléctricos o accidentes sin añadir altura.

Diseñada para el entorno

  • Bombeo rápido y vacío limpio sin aceite.
  • Bajo nivel de vibración y funcionamiento silencioso.

Comunicaciones

  • Interfaces RS-232 y RS-485, conector RJ-45.
  • Compatible con el software Agilent A-PLUS.

Diseño ergonómico y visualización

  • Ruedas integradas para fácil transporte en laboratorio o planta.
  • Pantalla LED con información como contador de horas.
document.addEventListener(‘DOMContentLoaded’, function () { const boxes = document.querySelectorAll(‘.feature-box’); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add(‘visible’); observer.unobserve(entry.target); } }); }, { threshold: 0.1 }); boxes.forEach(box => observer.observe(box)); });
.pump-table { max-width: 1200px; margin: 40px auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; font-family: sans-serif; text-align: center; } .pump-table .header { background-color: #ffffff; color: #0077c8; font-weight: bold; font-size: 1.2em; padding: 10px; border-radius: 8px; } .pump-table .image { padding: 20px 0; } .pump-table .image img { max-width: 100%; height: auto; transition: transform 0.3s ease, box-shadow 0.3s ease; border-radius: 8px; } .pump-table .image img:hover { transform: scale(1.05); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } .pump-table .code { background-color: #e8eff8; font-weight: bold; font-size: 1.1em; padding: 10px; color: #444; } .pump-table .label { background-color: #cfe0f3; padding: 10px; font-size: 1em; color: #333; } @media (max-width: 900px) { .pump-table { grid-template-columns: 1fr 1fr; } } @media (max-width: 600px) { .pump-table { grid-template-columns: 1fr; } }
IDP-45 Standard Pump
IDP-45 Standard Pump with Valve
IDP-45 Standard Pump with Gauge
IDP-45 Standard Pump with Valve and Gauge
IDP-35
IDP-35 with Valve
IDP-35 with Gauge
IDP-35 with Valve and Gauge
X3845-64000
X3845-64010
X3845-64001
X3845-64011
IDP-45
IDP-45 with Inlet Valve
IDP-45 with Gauge
IDP-45 with Inlet Valve and Gauge
.pump-grid { max-width: 1200px; margin: 40px auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; font-family: sans-serif; } .pump-card { background-color: #f2f8ff; border-radius: 12px; overflow: hidden; text-align: center; box-shadow: 0 0 8px rgba(0,0,0,0.05); padding: 10px; } .pump-card h3 { background-color: #ffffff; color: #0077c8; font-size: 1.1em; font-weight: bold; padding: 10px; margin: 0; border-radius: 8px; } .pump-card img { max-width: 100%; height: auto; margin: 15px 0; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .pump-card img:hover { transform: scale(1.03); box-shadow: 0 0 10px rgba(0,0,0,0.2); } .pump-card .code { background-color: #e8eff8; font-weight: bold; font-size: 1em; padding: 8px; color: #444; border-radius: 6px; margin: 8px 0; } .pump-card .label { background-color: #cfe0f3; font-size: 0.95em; padding: 8px; color: #333; border-radius: 6px; } @media (max-width: 900px) { .pump-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 600px) { .pump-grid { grid-template-columns: 1fr; } }

IDP-45 Standard
Pump

IDP-45
X3845-64000
IDP-45

IDP-45 Standard Pump with Valve

IDP-45 with Valve
X3845-64010
IDP-45 with Inlet Valve

IDP-45 Standard Pump with Gauge

IDP-45 with Gauge
X3845-64001
IDP-45 with Gauge

IDP-45 Standard Pump with Valve and Gauge

IDP-45 with Valve and Gauge
X3845-64011
IDP-45 with Inlet Valve and Gauge
.pump-table { max-width: 1200px; margin: 40px auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; font-family: sans-serif; text-align: center; } .pump-table .header { background-color: #ffffff; color: #0077c8; font-weight: bold; font-size: 1.2em; padding: 10px; border-radius: 8px; } .pump-table .image { padding: 20px 0; } .pump-table .image img { max-width: 100%; height: auto; transition: transform 0.3s ease, box-shadow 0.3s ease; border-radius: 8px; } .pump-table .image img:hover { transform: scale(1.05); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } .pump-table .code { background-color: #e8eff8; font-weight: bold; font-size: 1.1em; padding: 10px; color: #444; } .pump-table .label { background-color: #cfe0f3; padding: 10px; font-size: 1em; color: #333; } @media (max-width: 900px) { .pump-table { grid-template-columns: 1fr 1fr; } } @media (max-width: 600px) { .pump-table { grid-template-columns: 1fr; } }
IDP-35 Standard Pump
IDP-35 Standard Pump with Valve
IDP-35 Standard Pump with Gauge
IDP-35 Standard Pump with Valve and Gauge
IDP-35
IDP-35 with Valve
IDP-35 with Gauge
IDP-35 with Valve and Gauge
X3835-64000
X3835-64010
X3835-64001
X3835-64011
IDP-35
IDP-35 with Inlet Valve
IDP-35 with Gauge
IDP-35 with Inlet Valve and Gauge
.pump-grid { max-width: 1200px; margin: 40px auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; font-family: sans-serif; } .pump-card { background-color: #f2f8ff; border-radius: 12px; overflow: hidden; text-align: center; box-shadow: 0 0 8px rgba(0,0,0,0.05); padding: 10px; } .pump-card h3 { background-color: #ffffff; color: #0077c8; font-size: 1.1em; font-weight: bold; padding: 10px; margin: 0; border-radius: 8px; } .pump-card img { max-width: 100%; height: auto; margin: 15px 0; border-radius: 8px; transition: transform 0.3s ease, box-shadow 0.3s ease; } .pump-card img:hover { transform: scale(1.03); box-shadow: 0 0 10px rgba(0,0,0,0.2); } .pump-card .code { background-color: #e8eff8; font-weight: bold; font-size: 1em; padding: 8px; color: #444; border-radius: 6px; margin: 8px 0; } .pump-card .label { background-color: #cfe0f3; font-size: 0.95em; padding: 8px; color: #333; border-radius: 6px; } @media (max-width: 900px) { .pump-grid { grid-template-columns: 1fr 1fr; } } @media (max-width: 600px) { .pump-grid { grid-template-columns: 1fr; } }

IDP-35 Standard
Pump

IDP-35
X3835-64000
IDP-35

IDP-35 Standard Pump with Valve

IDP-35 with Valve
X3835-64010
IDP-35 with Inlet Valve

IDP-35 Standard Pump with Gauge

IDP-35 with Gauge
X3835-64001
IDP-35 with Gauge

IDP-35 Standard Pump with Valve and Gauge

IDP-35 with Valve and Gauge
X3835-64011
IDP-35 with Inlet Valve and Gauge
.scroll-cta { max-width: 1200px; margin: 60px auto; text-align: center; font-family: sans-serif; } .scroll-cta img { max-width: 100%; border-radius: 16px; box-shadow: 0 0 10px rgba(0,0,0,0.2); transition: transform 0.3s ease; } .scroll-cta a:hover img { transform: scale(1.02); } .scroll-cta h2 { margin-top: 20px; font-size: 2em; color: #ffffff; font-weight: bold; text-decoration: none; }
.technical-table { max-width: 1200px; margin: 60px auto; display: flex; flex-wrap: wrap; gap: 40px; font-family: sans-serif; align-items: flex-start; } .technical-table .image { flex: 1 1 500px; text-align: center; } .technical-table .image img { max-width: 100%; border-radius: 12px; box-shadow: 0 0 10px rgba(0,0,0,0.15); margin-bottom: 20px; } .technical-table .legend { flex: 1 1 400px; color: #ffffff; background-color: #1e73be; padding: 20px; border-radius: 12px; } .technical-table .legend h3 { margin-top: 0; font-size: 1.5em; color: #ffffff; } .technical-table .legend ol { padding-left: 20px; margin: 0; line-height: 1.6; } .technical-table .legend li { margin-bottom: 6px; }
Descripción técnica bomba scroll IDP Panel IDP bomba scroll

Descripción de elementos

  1. On/Off Switch
  2. Power Entry Module
  3. Serial Port
  4. Analog I/O Port
  5. USB Factory Service Port
  6. 5 Digit LED Display
  7. Red Error LED
  8. Green Status LED
  9. Up/Start Button
  10. Down Button
  11. Rear Cowling
  12. Lifting Point
  13. Front Cowling
  14. NW40 Inlet Port
  15. NW25 Exhaust Port
  16. Front Wheel
  17. Gas Ballast
  18. Mounting Bolt Holes
  19. Rubber Feet
.medidor-bloque { max-width: 1100px; margin: 60px auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; background-color: #ffffff; border-radius: 30px; padding: 40px; box-shadow: 0 0 15px rgba(0,0,0,0.05); gap: 40px; } .medidor-bloque img { width: 240px; max-width: 100%; height: auto; border-radius: 8px; } .medidor-texto { flex: 1; min-width: 260px; max-width: 480px; text-align: left; } .medidor-texto h3 { margin-top: 0; color: #222; font-size: 1.4em; } .medidor-texto h3 span { color: #00c48c; } .medidor-texto p { color: #666; margin: 10px 0 20px; font-size: 1em; } .medidor-texto a.boton-verde { display: inline-block; background-color: #00c48c; color: white; text-decoration: none; padding: 10px 20px; border-radius: 30px; font-weight: bold; transition: background 0.3s ease; } .medidor-texto a.boton-verde:hover { background-color: #00a373; } @media (max-width: 768px) { .medidor-bloque { flex-direction: column; text-align: center; } .medidor-texto { text-align: center; } }
Medidor Agilent

¿Necesitas soluciones de medición avanzadas?

Si necesitas medir en más puntos del sistema, consulta las opciones disponibles.

Ver más medidores
Agilent Technologies es una empresa especializada en instrumentos, software y servicios para laboratorios, fundada en 1999 como una escisión de Hewlett-Packard. Agilent ha consolidado su posición como líder global en soluciones de laboratorio. En 2009, Agilent Technologies anunció la compra de Varian Vacuum.
JEV Instruments es el distribuidor de la división de vacío de Agilent en España y Portugal.

¿QUIÉN ES JEVI INSTRUMENTS?

JEVI INSTRUMENTS TECHNOLOGIES es distribuidor oficial de Agilent Technologies en España y Portugal, especializado en tecnologías de vacío y detección de fugas. Con más de 20 años de experiencia en espectrometría de masas, vacío científico e industrial, criogenia y análisis instrumental, nuestros fundadores han consolidado la empresa como un referente en soluciones avanzadas para investigación y producción. Representamos marcas líderes como Agilent Technologies, HIDEN Analytical, VACGEN, PVR, ELETTRORAVA, LABTECH y CRYOPRIDE. Ofrecemos soporte técnico especializado, consultoría en sistemas de vacío y servicio postventa. Colaboramos estrechamente con centros de excelencia como el ALBA Synchrotron, CIEMAT, INTA, ICMAB, ICN2, BCMaterials y muchos otros.

FAQS.