var fDesc=new Array(); fDesc[0] = "UCDS is a multifunctional device for integrated diagnostics and configuration of FORD computer automotive systems.

Diagnostic adapter from the hardware-software Universal Can Diagnostic system (UCDS) is manufactured on a standard printed circuit board with the use of modern high-speed electronic components. It's manufactured in Russia, Saint-Petersburg. PCB with the necessary controls and indicator lights is built into the standard plastic mini-box (photos 1-5) with USB-connector for connection to a PC with pre-installed drivers and software and OBD II connector for connection to the car diagnostic interface. Inspection lights allow you to visually determine the current state of the power supply, a process that takes place in real time (read/write data), depending on the mode of operation of the adapter. External controls on the adapter are made in the form of push-buttons that serve solely for the adapter mode without connecting to a PC. The adapter has built-in capability to update its internal software (firmware). For the latest version, please contact the developers."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }