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.
Is the Icron Raven 3104 currently in stock? Or is this a 3 week lead item?
Thank you for your inquiry,

The Icron Raven 3104 (00-00421) is typically stocked with no lead time. As of 5/15/2018, we have 13 units in-stock and ready to ship - and a shipment of 90 is coming in soon.
50% of 2 people found this helpful. Was this helpful to you? Yes(1) | No(1)
Hello, do you have the Icron Raven 3104 - 4-Port USB 3.1 / 2 / 1 CAT 6a/7 Extender (330 ft) in stock (10/23/18)? If not, when do you expect to have it? Thanks!
Thanks for reaching out to us.

Typically the Icron Raven 3104 is standard stocked, but currently all channels are backordered- Here is the latest from Icron as of October 24th 2018: They believe we are looking at late November 2018 right now for additional stock on the Icron Raven 3104 (00421). We weren’t given the qty that are coming in so might be worth ordering in advance online to assure a place in line.

Let us know if you have any additional questions!

For the fastest and most up to date stock inquiries, please feel free to contact your KVM Switches Online sales representative directly.
50% of 2 people found this helpful. Was this helpful to you? Yes(1) | No(1)
Is the Icron Raven 3104 currently in stock?
Thank you for your inquiry,

As of January 28th, 2019 we don\'t currently have any units available. Icron should have some this Friday, but they recently underwent a little bit of restructuring, so we are currently awaiting confirmation for tracking information. The units ship out on a first-come-first basis directly from the vendor, so we can get you the next available Icron Raven 3104 units when you place an order.

For the fastest stock checks, please feel free to contact your KVM Switches Online sales representatives directly.

Please let us know if there is anything else we can help you with!
50% of 2 people found this helpful. Was this helpful to you? Yes(1) | No(1)
Do you have any Icron 3104 currently in stock?
Thank you for your inquiry,

As of February 6th, 2019: 18x Icron 3104s should be arriving tomorrow, of which 13 are currently committed. Icron units ship out on a first-come-first basis directly from the vendor, so when you place an order we can reserve the next available Icron Raven 3104 unit for you.

For the fastest and most up to date stock checks, please feel free to contact your KVM Switches Online sales representatives directly at Sales@KVMSO.com.

Please let us know if there is anything else we can help you with!
50% of 2 people found this helpful. Was this helpful to you? Yes(1) | No(1)
Do you have ICRON Raven 3104 in stock? If not, what is anticipated ship date?
Thank you for your inquiry,

February 18th, 2019: (20) Raven 3104 units are currently scheduled to arrive from the manufacturing start of March - (10) of these are allocated at the moment. Icron units ship out on a first-come-first-serve basis directly from the vendor, so we can get you the next available Icron Raven 3104 units when you place an order.

For the fastest and most up to date stock inquiries, please feel free to contact your KVM Switches Online sales representative directly.

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