DESCRIPTION Description Filax 2: the ultra-fast transfer switch The Filax has been designed to switch sensitive loads, such as computers or modern entertainment equipment from one AC source to another. The priority source typically is the mains, a generator or shore power. The alternate source typically is an inverter. With its switching time of less than 20 milliseconds, sensitive loads will continue to operate without disruption. The Filax is not intended to supply high power household equipment like washing machines or electric motors. Open transition transfer The Filax is an open transition (break before make) transfer switch. The maximum load transfer time is 16ms. The load is normally supplied by the priority source, and is transferred to the alternate source if: - The voltage of the priority source drops below the threshold value. - The frequency of the priority source drops below the low frequency threshold value, or increases beyond the high frequency threshold value. Reverse transfer from the alternate source to the priority source is initiated when the priority source has operated within the voltage and frequency reverse switching limits during 30s Read More SPECIFICATIONS Specifications DOWNLOADS Downloads Download User Manual document.addEventListener('DOMContentLoaded', function() { // Select all links within the .product_downloads element const links = document.querySelectorAll('.product_downloads a'); // Iterate through the NodeList and set target attribute to "_blank" links.forEach(link => { link.setAttribute('target', '_blank'); }); }); FAQ's FAQs Can I wire this myself ? - Only if you are a Qualified Licensed Electrician .faq-item { border-bottom: 1px solid #ddd; } .faq-question { cursor: pointer; padding: 15px 40px 15px 0; font-weight: 600; position: relative; } .faq-question::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 300; } .faq-item.active .faq-question::after { content: '−'; } .faq-answer { display: none; padding: 0 0 15px 0; line-height: 1.6; } .faq-item.active .faq-answer { display: block; } document.addEventListener('DOMContentLoaded', function() { var raw = document.getElementById('faq-raw-content'); var output = document.getElementById('faq-accordion-output'); if (!raw || !output) return; var temp = document.createElement('div'); temp.innerHTML = raw.innerHTML; var paragraphs = temp.querySelectorAll('p'); var faqs = []; var currentQ = null; var currentA = []; paragraphs.forEach(function(p) { var text = p.innerText || p.textContent || ''; text = text.trim(); if ((!text || text === '\u00a0') && !p.querySelector('img')) return; if (text.startsWith('Q:')) { if (currentQ) faqs.push({ q: currentQ, a: currentA.join('') }); currentQ = text.replace(/^Q:\s*/, '').trim(); currentA = []; } else if (text.startsWith('A:')) { var answerHtml = p.innerHTML; answerHtml = answerHtml.replace(/^(\s*\s*)?A[:.]?\s*(\s*)?/i, '').trim(); currentA.push(answerHtml); } else if (currentQ) { currentA.push(p.innerHTML); } }); if (currentQ) faqs.push({ q: currentQ, a: currentA.join('') }); var html = ''; faqs.forEach(function(faq) { html += '' + '' + faq.q + '' + '' + faq.a + '' + ''; }); output.innerHTML = html; output.querySelectorAll('.faq-question').forEach(function(q) { q.addEventListener('click', function() { var item = this.parentElement; var isActive = item.classList.contains('active'); output.querySelectorAll('.faq-item').forEach(function(i) { i.classList.remove('active'); }); if (!isActive) item.classList.add('active'); }); }); });