var fDesc=new Array(); fDesc[0] = "It simulates connection with a vehicle ECM, the error code description data base is limited to generic and extended error codes description for Volvo.
The AMX530 scan tool is a versatile device designed to read diagnostic data from vehicle controllers compatible with the OBDII, EOBD or JOBD. The AMX530 supports ALL possible communication protocols: SAE J1850 PWM/VPW, ISO 9141, ISO 14230 (Keyword 2000), and ISO 15765 (CAN). The AMX530 diagnostic set is provided with an interface to a PC (version with the RS232 or USB connector) and specialized software application. The AMX530 fully complies with the valid SAEJ1978 standard, which defines properties and functions of an OBDII diagnostic scanner."; 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 = ''; } }