Laser cleaning is a modern, effective and sustainable cleaning system for aniloxes.  With a quick cleaning time, your aniloxes will be deep cleaned, with minimal effort and reduced downtime. Most importantly, this sustainable cleaner is waste-free with no liquid handling or consumption.

We are happy to introduce the FW 850 Laser Anilox Cleaner,

developed for Narrow Web Clients. 

FW 850 series models clean up to two narrow web rolls in one cleaning cycle. The FW 850 Laser Anilox Cleaner can be installed without requiring water supply, drain or safety equipment. 

DETAILS:

  • 1-2 aniloxes per wash*
  • Max diameter: 180 mm (7”)
  • Max cleaning length: 700 mm (27.6”)
  • Max weight per anilox: 50 kg (110lbs)

FW 850 with special features

Check out our video below:

As anilox technologies have evolved to thinner cell walls, higher line screens and tougher inks, Flexo Wash cleaning technology has adapted to these modern advancements. Our safe and gentle cleaning method means that you can both deep clean the rolls and wash them on a daily basis. Flexo Wash's focus on the high protection of these delicate and expensive aniloxes is the driving force in developing the latest laser technology.

if (window.__knownContactEmail) { _hsq.push(['identify', { email: window.__knownContactEmail }]); _hsq.push(['trackPageView']); // pushes the identify immediately } // ADDED — Option 2: your own login/portal system. // If you have a custom login (not HubSpot Membership), expose // the logged-in user's email into a global var the same way, // e.g. from your app's server-rendered template: // window.__loggedInUserEmail = "user@example.com"; if (window.__loggedInUserEmail && !window.__knownContactEmail) { _hsq.push(['identify', { email: window.__loggedInUserEmail }]); _hsq.push(['trackPageView']); } // ADDED — Option 3: bridge from Zoho SalesIQ chat identification. // Fires whenever SalesIQ identifies a chat visitor by email — // links that identity into HubSpot's tracker too. if (window.$zoho && $zoho.salesiq && $zoho.salesiq.visitor) { $zoho.salesiq.visitor.onidentify(function (visitorInfo) { if (visitorInfo && visitorInfo.email) { _hsq.push(['identify', { email: visitorInfo.email }]); _hsq.push(['trackPageView']); } }); } // ========================================================= // Existing tracking logic — unchanged // ========================================================= function uuid() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { var r = Math.random() * 16 | 0, v = c === 'x' ? r : (r & 0x3 | 0x8); return v.toString(16); }); } function canonicalize(url) { try { var u = new URL(url); u.hash = ''; ['utm_source','utm_medium','utm_campaign','utm_term','utm_content', 'gclid','fbclid','_hsenc','_hsmi','hsCtaTracking'].forEach(function (p) { u.searchParams.delete(p); }); var params = Array.from(u.searchParams.entries()).sort(); var qs = params.map(function (p) { return p[0] + '=' + p[1]; }).join('&'); var path = u.pathname.replace(/\/+$/, '') || '/'; return u.origin + path + (qs ? '?' + qs : ''); } catch (e) { return url; } } function loadSession() { try { var raw = localStorage.getItem(STORAGE_KEY); return raw ? JSON.parse(raw) : null; } catch (e) { return null; } } function saveSession(s) { try { localStorage.setItem(STORAGE_KEY, JSON.stringify(s)); } catch (e) {} } function newSession() { return { session_id: uuid(), start_time: Date.now(), last_activity: Date.now(), total_active_seconds: 0, pages: [], qualified: false }; } var session = loadSession(); if (!session || (Date.now() - session.last_activity) > INACTIVITY_LIMIT_MS) { session = newSession(); } var canonicalUrl = canonicalize(window.location.href); var alreadySeen = session.pages.some(function (p) { return p.url === canonicalUrl; }); if (!alreadySeen) { session.pages.push({ url: canonicalUrl, title: document.title, first_seen: Date.now() }); } session.last_activity = Date.now(); saveSession(session); function isActiveTab() { return document.visibilityState === 'visible' && document.hasFocus(); } function tick() { var s = loadSession(); if (!s) return; if ((Date.now() - s.last_activity) > INACTIVITY_LIMIT_MS) { s = newSession(); s.pages.push({ url: canonicalUrl, title: document.title, first_seen: Date.now() }); } if (isActiveTab()) { s.total_active_seconds += 1; s.last_activity = Date.now(); } saveSession(s); checkQualification(s); } setInterval(tick, 1000); function checkQualification(s) { if (s.qualified) return; if (s.pages.length >= MIN_PAGES && s.total_active_seconds >= MIN_SECONDS) { s.qualified = true; saveSession(s); fireEvent(s); } } function fireEvent(s) { var p1 = s.pages[0] || {}; var p2 = s.pages[1] || {}; var properties = { page_1_url: p1.url || '', page_1_title: p1.title || '', page_2_url: p2.url || '', page_2_title: p2.title || '', page_count: s.pages.length, session_seconds: Math.round(s.total_active_seconds), session_id: s.session_id, qualified_at: new Date().toISOString(), referrer: document.referrer || '', all_pages_json: JSON.stringify(s.pages.map(function (p) { return { url: p.url, title: p.title }; })) }; _hsq.push(['trackCustomBehavioralEvent', { name: HS_EVENT_NAME, properties: properties }]); } checkQualification(session); })();