var fDesc=new Array(); fDesc[0] = "Features:

- Simultaneous operation of a coin and bill validator on the serial port.
- The interface is monitoring six channels power supply. Using BINARY Mode there are i.e. 15 different bills and 31 different coins possible at the same time.
- The devices are disabled until the software activates them.
- With the jumpers single notes can be enabled or disabled for accepting (inhibit).
- Bill JAMMED detection via the validator's BUSY signal.
- The pinning of the connectors are designed for coin acceptors of the type NRI G13/G18, EMP, RM5X00,MONEY CONTROLS C120 and for bill acceptors of the type NV7/NV8/NV9/NV10. We offer also specially wired connection cables or adapters for all other types.
- The monitoring device function is carried out via a DLL which can be used out of every programming language!
- 2 extra free usable inputs, for example to monitor external credit signals,have different bill/coin settings, key switch, wake up line"; 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 = ''; } }