var fDesc=new Array(); fDesc[0] = "MULTICAL Module Programmer is used for configuring communication addresses for Kamstrup devices (e.g. the primary M-Bus address) in the meter via the optical eye.

The program can be used for configuring the communication addresses of the following modules:

- MULTICAL 302: M-Bus
- MULTICAL 402: M-Bus module
- MULTICAL 61/62/601/602/801: M-Bus top module and M-Bus base module, BACnet base module, N2 Metasys base module, Modbus base module."; 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 = ''; } }