Motor-Driven Piston Dosing Pump | Autoflo Technology
:root {
--accent: #800059;
--accent-tint: #FAEEF5;
--cta-bg: #FEBE4F;
--cta-text: #331A00;
--dark-bg: #2A001D;
--bg: #FFFFFF;
--bg-alt: #F3F4F6;
--text: #111827;
--muted: #4B5563;
--border: #E5E7EB;
--container: 1240px;
--ease: cubic-bezier(0.22, 1, 0.36, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: clip; width: 100%; margin: 0; padding: 0; }
body { font-family: 'Inter', system-ui, sans-serif; background: var(--bg); color: var(--text); -webkit-font-smoothing: antialiased; overflow-x: clip; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 40px; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; border-radius: 4px; padding: 13px 28px; transition: all 0.3s var(--ease); white-space: nowrap; cursor: pointer; position: relative; overflow: hidden; font-family: inherit; border: none; }
.btn::after { content: ''; position: absolute; top: 0; left: -100%; width: 50%; height: 100%; background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent); transform: skewX(-25deg); transition: left 0.6s var(--ease); pointer-events: none; }
.btn:hover::after { left: 150%; }
.btn-accent { background: linear-gradient(135deg, #ffd080, #FEBE4F); color: var(--cta-text); box-shadow: 0 4px 12px rgba(254,190,79,0.2); }
.btn-accent:hover { background: linear-gradient(135deg, #ffe9a8, #ffd080); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(254,190,79,0.3); }
.cat-intro { padding: 100px 0; background: var(--bg); border-bottom: 1px solid var(--border); }
.cat-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.cat-intro-image { position: relative; border-radius: 12px; overflow: hidden; aspect-ratio: 4 / 5; background: var(--bg-alt); box-shadow: 0 24px 48px rgba(0,0,0,0.08); }
.cat-intro-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.cat-intro-image:hover img { transform: scale(1.03); }
.cat-intro-badge { position: absolute; top: 16px; left: 16px; background: var(--dark-bg); color: #fff; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 4px; border: 1px solid rgba(255,255,255,0.15); }
.cat-intro-label { font-size: 14px; font-weight: 600; letter-spacing: 0.05em; color: var(--accent); text-transform: uppercase; display: inline-block; margin-bottom: 8px; }
.cat-intro-title { font-family: 'Outfit', system-ui, sans-serif; font-size: clamp(32px, 4vw, 40px); font-weight: 600; color: var(--text); letter-spacing: -0.02em; line-height: 1.15; margin-top: 4px; }
.cat-intro-desc { font-size: 17px; color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
.feature-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.feature-item { display: flex; align-items: flex-start; gap: 12px; }
.feature-check { width: 20px; height: 20px; border-radius: 50%; background: var(--accent-tint); border: 1px solid rgba(128,0,89,0.2); flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center; }
.feature-check svg { width: 11px; height: 11px; color: var(--accent); }
.feature-item p { font-size: 15px; color: var(--muted); line-height: 1.6; }
.feature-item strong { color: var(--text); font-weight: 600; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 1024px) { .container { padding: 0 24px; } }
@media (max-width: 900px) { .cat-intro-grid { grid-template-columns: 1fr; gap: 40px; } }
Injecta Electromechanical Pumps
Motor-Driven Piston Dosing Pump
Piston-Precision Dosing at High Pressure
The piston version of the Taurus platform uses the same geared-motor and eccentric-cam mechanism as the diaphragm range, but drives an SS316 or ceramic piston directly against an SS316 or PVC pump head instead of a flexible diaphragm. The rigid piston stroke gives tighter dosing accuracy and lets the pump hold up to 20 bar across its full flow range, well beyond typical diaphragm pressure ratings. As with the rest of the Taurus range, the mechanism runs in an oil-bath aluminium housing for smooth, low-wear continuous operation. Flow is set by adjusting stroke length manually, or automatically via a 4–20 mA signal, inverter, or the optional electric actuator for proportional dosing. A 12VDC-powered variant is also available for solar or battery-fed installations. These pumps are specified across Malaysia wherever a process needs precise, high-pressure chemical injection.
Motor-driven eccentric cam — a geared electric motor drives the piston stroke, in an oil-bath housing for continuous duty
SS316 or ceramic piston — paired with an SS316 or PVC pump head for chemical compatibility
Pressure up to 20 bar — rigid piston stroke holds pressure across the full flow range, TP15 and TP25 series
Manual or proportional dosing — stroke length dial for constant flow, or 4–20 mA/inverter/electric-actuator control for automated dosing
Request Engineering Quote
(function () {
const obs = new IntersectionObserver(entries => {
entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('is-visible'); obs.unobserve(e.target); } });
}, { threshold: 0.08 });
document.querySelectorAll('.reveal').forEach(el => obs.observe(el));
})();