var fDesc=new Array(); fDesc[0] = "Program designed for SINEAX CAM, APLUS, SINEAX VR660/A200R, VS30 and SINEAX Vx604s.
Features:
- Store configuration data into the devices
- Read configuration data from the devices
- Archiving configuration data for each device or a complete bus system
- Measurand display
- User friendly commissioning
- Pre-projecting of systems without connected devices possible
- Service functions"; 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 = ''; } }