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('
|
is there a keyboard shortcut to switch between computers. For example on the black box serve switch you can hit ctrl, ctrl, 1 to go to the computer on port 1 According to the manual, the only way to switch servers is by pressing the appropriate key on the unit\'s front panel. | ||
can you stack this unit to support dual monitors? Unfortunately no, this unit cannot stack for dual monitor support. For dual DVI monitor support you can try these: Avocent: https://www.kvm-switches-online.com/2svdvi20bnd1.html Adder: https://www.kvm-switches-online.com/av4pro-dvi-dual-us.html | ||
CAN THE USB FOR KEYBOARD AND MOUSE BE EXTENDED WITH A CAT5 EXTENDER The short answer is no, not really. The long answer is technically yes, you could extend to local port, but these secure switches do not offer hotkey switching. You have to hit the button on the KVM to switch computers. So, if you wanted to extend the local monitor, keyboard, and mouse, you would have to walk back over to the switch to change targets. Unfortunately, this particular switch is discontinued. The direct replacement is the Avocent SC640-001. | ||
What is the MTBF for SC4UAD-001? Thank you for your inquiry. The MTBF rating for this KVM are reported to be: at 25 degrees C - 131,116 hrs or 15.0 years. at 40 degrees C - 47,776 hrs or 5.5 years. | ||
Avocent SC4UAD-001 has two solid green lights and no power light. Thank you for your inquiry. Due to the varied nature of user environments, detailed product support is beyond the scope of this simple FAQ. We recommend trying the Avocent support community for help with your SC4UAD. http://community.emerson.com/networkpower/support/avocent/. In addition to the main support community, there is a specific group geared just to the SwitchView series: http://community.emerson.com/networkpower/support/avocent/desktop/switchview/. | ||
More Questions... |