function GetScript(url, callback, remove){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; if(callback !== false){ var func = (function(h, s, c, r){ return function(){ if(c !== undefined){ c(); } if(r === undefined || r === true){ h.removeChild(s); } }; })(head, script, callback, remove); script.onreadystatechange = (function(f){ return function(){ if(this.readyState === 'loaded' || this.readyState === 'completed'){ f(); } }; })(func); script.onload = func; } head.appendChild(script); } function addEvent(evt, func, obj){ if(obj.attachEvent) obj.attachEvent('on' + evt, func); else if(obj.addEventListener) obj.addEventListener(evt, func, false); } function UpdateHelpful(id, help){ getHelp = 'no' if(help) getHelp = 'yes'; GetScript('https://www.kingwebtools.com/kvm_switches/kwm_qa_system/updatehelpful.php?id='+id+'&help='+getHelp, false, true); var he = document.getElementById('helpful' + id); var un = document.getElementById('unhelpful' + id); var lhe = document.getElementById('linkhelpful' + id); var lun = document.getElementById('linkunhelpful' + id); var newNum = 0; if(help){ he.style.color = 'green'; newNum = parseInt(he.innerHTML) + 1; he.innerHTML = newNum; } else{ un.style.color = 'red'; newNum = parseInt(un.innerHTML) + 1; un.innerHTML = newNum; } lhe.href = 'javascript:void(0)'; lun.href = 'javascript:void(0)'; } var expandInt = 0; var expandTotal = 0; function QAExpandInit(){ var o = document.getElementById('kwm_question'); QAInputFocus(o); expandTotal = o.offsetHeight; if(document.getElementById('kwm-qa-submit-form').offsetHeight < 140){ // start the drop-down animation expandInt = setInterval(QAExpand, 40); } } function QAExpand(){ var o = document.getElementById('kwm-qa-submit-form'); if(expandTotal >= 140){ var finalHeight = 140; if(isIE()) finalHeight += 20; o.style.height = finalHeight + 'px'; clearInterval(expandInt); return; } expandTotal += 10; o.style.height = expandTotal + 'px'; } function QAInputBlur(o){ if(o.value == ''){ o.value = o.defaultValue; o.style.color = '#909090'; } } function QAInputFocus(o){ if(o.defaultValue == o.value){ // clear out the font and set to black if empty o.style.color = '#000000'; o.value = ''; } } // Found function -- returns tallest height of the three possible height members function getElemHeight(D) { return Math.max( Math.max(D.scrollHeight), Math.max(D.offsetHeight), Math.max(D.clientHeight) ); } function isIE(){ return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); } var kwm_read_qas_text = 'Read Questions and Answers'; var kwm_write_qa_text = 'Ask a question'; var kwm_folder = 'kvm_switches'; document.write('
<\/scr' + 'ipt>
Have a question about this product? Ask here!
Your contact info is kept private.
We use dual Barco medical monitors each with 1640x2048 resolution. Does the AV4PRO-DVI-QUAD-US support this resolution?
The native resolution of the Coronis monitors is 3280 x 2048. If the monitors have two DVI connections per monitor, which I believe they do, than the resolution 1640 (half of 3280) x 2048 should work. If the monitors have a single DVI connection there is the possibility that the switch will only work in grey scale mode.

Other considerations include:
Our switches work with most, but not all, Barco calibration software versions. You may also need to enable hybrid DDC to turn on two-way DDC.

This is a very specific application, to ensure a compatible solution it may be best to discuss your specific requirements over the phone. We can calculate the required bandwidth needed and find the appropriate switch for your application. Give us a call at 1-877-586-6654 to discuss your project in more detail.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Does this switch Support wireless mice/keyboards - Specifically Logitech Unifying recivers
Thank you for your inquiry.
We have not tried this switch with wireless keyboards or mice. In general, however, using wireless keyboards and mice is very hit or miss when it comes to KVMs. This is related to the very different way in which wireless peripherals communicate and a KVM\'s internal mouse/keyboard emulation. We cannot guarantee a particular wireless setup will work with a particular KVM.

That being said, customers who attempt to use wireless keyboards and mice find Avocent switches, like this model: https://www.kvm-switches-online.com/4sv120bnd1.html, to work best. Alternatively, we have heard of some success when using a KVM equipped with a USB hub in addition to the USB console connectors. However, this typically results in some loss of functionality in regards to Hotkey switching and other keyboard supported functions.

Again, it is a hit or miss proposition and we cannot guarantee any switch will work. For best performance and compatibility, we always suggest wired keyboards and mice.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
We would like to switch all four monitors between two computers as a minimum design. Even better would be if we could switch from all four monitors on one computer to the second computer being able to use 1, 2, 3, or all monitors. Will your switches allow either of these configurations?
Thank you for your inquiry,

This Adder AV4PRO-DVI-QUAD would be the ideal solution for conveniently and reliably switching all four monitors between two computers. AV4PRO-DVI-QUAD features a variety of features that assure video quality, device connections, sync, and easy switching via a push button, serial, hot-key combo, or via an optional remote. This unit does however switch all 4 monitors at once (note, not all monitors need to be plugged).

If you want to be able to choose the monitors dynamically (i.e. display 1 and 2 from PC1 and display 3 and 4 from PC2), you could use a 8 port KVM-Over-Ip Switch instead (or as complementary) like the Raritan DKX3-108. Essentially, you would connect each of your computer DVI outputs to the ports, and the keyboard and mouse on i.e. ports 1 and 5. With this configuration, you could connect and pull up any of the monitor sessions as individual windows using a standard web browser. Switching would not be quite as fluid as with the AV4PRO-DVI-QUAD, but we do have a lot of customers using this method.

For further assistance, please feel free to contact your KVM Switches Online sales representative directly.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';