var fDesc=new Array(); fDesc[0] = "The Visual Gold Plus software communciates between a Patinum RI or Platinum RIM controls using either RS232 connection or a phone line.

The Internet Communication package allows you to monitor and adjust any Internet-ready Platinum Series heating control from any Internet browser. All the operating and recording software is contained within the panel. This means the control can be accessed from any computer with Internet connection.

- The same Platinum BACnet control can communciate using BACnet IP as well as BACnet MSTP.
- Remote access to Heat-Timer ® Platinum BACnet controls through a BACnet IP or MSTP networks.
- To communicate to other proprietary protocols; such as LonWorks, Metasys, N2, and others, use a Fieldserver Gateway with the appropriate drivers installed.

Platinum controls can be purchased or upgraded to a Modbus RTU communication. This allows Building Management Systems (BMS) or an Energy Management Systems (EMS) to view, edit, and log the operation of the different boilers, pumps, and valves managed by the Platinum control."; 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 = ''; } }