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.
Can you provide the export classification for this item?
Thank you for your inquiry. The export classification is: ECCN: EAR99 THS: 847.80.1000
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
I have a switchview sc 240 and it will not recognize the usb keyboard or mouse that I plug in the rear. It also powers on as I connect the computers up without the power cord being plugged in. Is there a quick fix for this problem.
Thank you for your inquiry. Unfortunately, detailed product support is beyond the scope of this simple FAQ.

Having said that, you can attempt to "reset" the switch by first removing the power from the outlet, disconnect all the cable from the switch, wait 30 seconds and reconnect the computers to the switch first, then keyboard and mouse and finally reconnect to power cord to the outlet.

For additional support we recommend the Avocent Support Community. There is a specific group for the SwitchView SC series found here: http://community.emerson.com/networkpower/support/avocent/desktop/switchviewsec/f/188.aspx
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Hello! We have a Switchview sc 240 that "cut off" the most left side of the picture (approximately 1/3 of the Windows start button in size is cut off). When connecting the computer directly to the projector the picture is perfect. Used resolution is 1920 x 1080. I have tested with two diferent sc 240 switches with the same result. Greateful for any solution concept.
Thank you for your inquiry. Unfortunately, due to the varied nature of user environments, detailed product support is beyond the scope of this FAQ.

Having said that, here are a few things to try. It seems very odd that you would get this result. You might try some different resolutions and/or refresh rates to see if that corrects the issue. It may be that the particular resolution/refresh rate combination is not supported by the SC240. Another thing to check would be the connection, but since you have tried several KVMs it would appear you have checked that already. You can also try rebooting/resetting all the equipment.

If none of these ideas works, we would suggest contacting Avocent directly for technical support. http://www.emersonnetworkpower.com/en-US/Services/InfrastructureManagement/CustomerSupport/Pages/default.aspx.

There is also a robust Avocent support community that can be found here: http://community.emerson.com/networkpower/support/avocent/.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Is there a listing of compatible ergonomic mice for the Switchview SC240?
Thank you for your inquiry,

Unfortunately Avocent does not provide a list of compatible ergonomic mice with the SC240.

If you would like a recommendation based on your application, 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';