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.
What is the key command to change to next server
Thank you for your inquiry,

The hotkey combination to change servers is dependent on which KVM switch you have connected to the Avocent LRA185KMM-001 rack mount monitor (note, the LRA185KMM-001 does not ship by standard with a KVM switch; you can easily connect a KVM switch by plugging it into the local user ports of the KVM).

Please feel free to respond to this message with your KVM model, or contact your KVM Switches Online sales representative directly.
0% of 13 people found this helpful. Was this helpful to you? Yes(0) | No(13)
What type of DVI connector do I need?
Thank you for your inquiry,

If you are hoping to plug-in a DVI source to the console (i.e. this PN LRA185KMM-001 with no integrated KVM Switch), you will need an active VGA to DVI Converter (i.e. Adder DVA) or an active DVI to VGA Converter (i.e. NTI DVI-VGA).

If you have the console with an integrated KVM, you can simply use MPUIQ-VMCDV dongles for the server interface connections. The MPUIQ-VMCDV dongles feature Single-Link DVI-D connections.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Can you email the CCC certificate and energy efficiency certificate for lra185kmm-001
Thank you for your inquiry,

Please see files below regarding your requested CCC certificate for the Avocent (by Vertiv) LRA185KMM Console Drawer:
Note, Avocent products are typically certified for safety and EMC under a Certification Model Number (CMN). The CMN is the product designation that is most likely to appear in the safety and EMC reports and certificates. This designation will also be printed on the products label in addition to the sales/marketing/ordering product designation. The CMN that corresponds to LRA185KMM is CMN: 1099-002
0% of 1 people found this helpful. Was this helpful to you? Yes(0) | No(1)
What is the rating of power supply in Watts or Amps and if in Amps, at what voltage? This is for DoN/SPAWAR
Thank you for your inquiry,

The Power supply (PSU) for the LRA185KMM-001 is rated at 40 watts.

See below for the power rating of the LRA185KMM-001 LCD Tray itself:

Power Usage:
- Maximum: 20 Watts
- Nominal: 17 Watts
- Standby: 0.5 Watts

Power Input
- 90-264 VAC

Apologies for the longer than average delay while we confirmed this information with Vertiv product development team.

Please let us know if there is anything else we can help you with!
0% of 1 people found this helpful. Was this helpful to you? Yes(0) | No(1)
Are there replacement rackmount kits?
Thank you for your inquiry,

See below for replacement rail information for the Avocent (by Vertiv) LRA185KMM-001:

550-494-501 - HARDWARE KIT, RAIL INSTALLATION, PHASE 2

That being said, to receive replacement rails, the unit must still be covered with warranty; the rails are not sold separately.

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