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 Raritan DKX3-UST TAA Compliant?
Thank you for your inquiry,

All of Raritan\'s products meet the requirements of the Trade Agreements Act (TAA) and are approved to be acquired by the United States Government for use. These products are also compliant with GSA Schedules.

you can find more about Raritan\'s TAA Compliance here: Legal - About Us | Raritan
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Is there a proprietary statement or Trademarked statement about Raritan KVM over IP or user stations being compatible with Raritan products only?
Thank you for your inquiry,

DKX3-UST was designed to only work with Raritan products and should not be compatible with any other vendors products. See the links below for the latest release notes and data sheet that include DKX3-UST compatibility information-

DKX3 User Station Release Notes.

DKX3 User Station Brochure

After checking in with the Dominion KX3 product development team, I do not believe Raritan has any documentation that is more specific regarding the compatibility of the Dominion KX III User station only with Raritan products.

Please feel free to reach out to our sales team for any help you may need with your specific application.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
What's the resolution supported?
Thank you for your inquiry,

The Raritan DKX3-UST user station supports one or two seperate 1080p (1920x1080) video sessions at 30 FPS each.

Please let us know if there is anything else we can help you with!
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Have a Sony PWSK4403 control panel which connect with USB port of Raritan dkx3-ust. Is there any solution?
Thank you for your inquiry,

While we are not particularly acquainted with the Sony PWSK4403, this DKX3 User station would support virtual media USB devices.

Are you experiencing any troubles with this unit, or are you looking for a KVM switching solution for this?
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Hello, one of the electrical engineers has already chosen this device (DKS III UST), now I need to add it in the total assembly. Could you please provide the dimensions so that it is easy to incorporate to see how it will fit? Thank you.
Thank you for your inquiry,

The dimensions for the Raritan DKX3-UST are 190(L) x 165(W) x 43(H) mm, and the unit weighs 1.4 kg. For shipping, the unit ships in a package that weighs 2.3 kg.

Here are also the mounting dimensions for the DKX3-UST:
  1. DKX3-UST Ships with a VESA Mounting Kit that allows you to mount the Dominion User Station onto the back of for example a monitor with 75 mm (75 x 75 mm) or 100 mm (100 x 100 mm) VESA standards.
  2. An optional Rack Mount Kit (PN RACK-KIT-DKX3-UST) is also available which lets you mount the DKX3-UST into 1U of standard 19"EIA rack space.
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)
More Questions...
');document.getElementById('kwm-sr').style.display = 'none';