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 I just get the power supply only for this unit? My Longview is oaky, just the power supply has gone bad.
Thank you for your inquiry. You can find the replacement power supply for the Longview here: https://www.kvm-switches-online.com/psc0002.html.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
I want to order a Avocent LongView1000R( model: LV1000R SERIAL NO.:xxxxxxxxxx MPN:510-134-501 UID NO.:xxxxxxxxxxxxxxxx) for spare parts, Is there any difference with your product(Part # LV1000R-001)?
Thank you for your inquiry. The -001 at the end of the part number is simply a country specif code assigned by Avocent (-001 is for North America). Outside of that, this is a a brand new, unopened Avocent LongView1000R.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Is this product TAA compliant?
Thank you for your inqury,

The Avocent LV1000R-001 is currently being manufactured in Romania - so it is unfortnately not TAA compliant. Since the LV1000R is part of the LongView series, there is no direct replacement that would be TAA compliant. We do however offer KVM extenders that are TAA compliant -

If you would like a recommendation based on your setup, please feel free to contact your KVM Switches Online sales representative directly at 1-877-586-6654, at sales@kvm-switches-online.com, or via our online Chat functionality.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
What is the max current, operating current and power for this?
Thank you for your inquiry,

The Avocent LV1000R-001 supports 100-240V (50-60Hz) AC current with a maximum 25W AC-input power.

Please note that the LV1000R was recently discontinued and replaced by the newer LV3010P which supports 100-240V (50-60Hz) AC current with a 5V Input.

If you would like a recommendation based on your setup, please feel free to contact your KVM Switches Online sales representative directly at 1-877-586-6654, at sales@kvm-switches-online.com, or via our online Chat functionality.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
I have a custom USB keyboard that requires 300 milliamp and 5V to operate. What is the USB power output for the LV 1000R model?
Thank you for your inquiry,

Unfortunately the detailed specifications for this discontinued product are no longer available. However we did find this old manual which mentions the following:

"LongView provides power to the keyboard which is connected to the LongView Receiver. LongView\'s power supply is able to supply enough current to power any normal keyboard. It is possible, however, that a very unusual keyboard may require more power than LongView can supply (see the Specifications chart in the Appendices). If your keyboard needs more current than LongView provides, contact [Avocent] Technical Support. Please note that many keyboards use much less current than what they specify on their product labels. For example, some keyboards have labels calling for 275mA, but in reality require only about 40mA."

In relation (Specifications chart in the Appendices), the manual also mentions that the power input is 24Vdc @ 500mA from 115Vac or 230Vac adapter.

If you would like more detailed information regarding the USB port on this unit, we would suggest contacting the manufacturer at support.avocent@vertivco.com.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
More Questions...
');document.getElementById('kwm-sr').style.display = 'none';