var fDesc=new Array(); fDesc[0] = "Manufacturers have defined various MIB variables for their devices that are not covered by standard MIBs. HiFusion is a stand-alone application which allows users to generate what is known as a Product Specific Module (PSM). A device-specific PSM is a software container, which includes a device icon, a list of MIB variables which can be supervised, a hierarchy of these variables, as well as status threshold levels and status propagation. The PSM can be imported into Industrial HiVision. Whenever a relevant device is discovered, Industrial HiVision will use the PSM to display the above information.

HiFusion operates as a stand-alone application. It does not require Industrial HiVision to create or test the new PSM. You do not require a license for the program."; 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 = ''; } }