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.
Hello, will this work on MAC keyboards?
Thank you for your inquiry,

The Avocent SC945 is fully compatible with MAC keyboards, as long as the keyboard is plugged in using a standard USB connection. Sorry for the delay, we wanted to confirm with manufacturing.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Whats included in the box? Cables, Keyboard, etc...?
Thank you for your inquiry,

We have confirmed that the SC945-001 package ships with the SC945 KVM unit, the power supply, a power cable, and an user manual. KVM cables can be purchased separately in 6 ft and 10 ft lengths.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
We have 4, SC945 KVMs. The output from unit works fine to monitor but, when connected to Epson projector using HDMI, Projector sees no signal. Hooked monitor up to the same output cable going to the projector and it works fine. If I remove the KVM and go directly from the pc to the Epson using the same cables, it works fine. The units sit approximately 30' apart, is cable length an issue?
Thank you for your inquiry,

It is possible that the 30ft distance is enough to cut off the signal - digital signals like DVI do not degrade, they just cut off when there isn\'t enough data. You could test this by bringing in the projector closer and trying a shorter cable (3 to 10 ft cable). If cable distance is the problem, you can use either a DVI booster / DVI extender to extend the distance of the cable.

Many newer projectors also require HDCP (High-bandwidth Digital Content Protection) support to function - which unfortunately the SC945 does not support.

While I am currently not aware of a NIAP-certified \'Secure KVM switch\' which supports HDCP, if the security certification is not required, you may want to consider the Avocent SV340 instead, which does support HDCP.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Do you have volatility documentation?
Thank you for your inquiry,

See below for a LOV for all Avocent (by Vertiv) Secure SC-series KVM switches:

Letter of Volatility - Avocent SC Secure KVMs

Please let us know if there is anything else we can help you with!
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
What is the country of origin for SC945-001
Thank you for your inquiry,

The Country of Origin (COO) of the Avocent (by Vertiv) SC940-001 is USA.

Please let us know if there is anything else we can help you with!
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';