var fDesc=new Array(); fDesc[0] = "Lab-SCADA IEC 60870-5-104 Master Protocol Simulator implements master station role of the IEC 60870-5-104 communication protocol and consists of the following components: iec104msd.dll - implements the core communication services of the IEC 104 Master protocol simulator; ls104msgui.exe - Windows GUI control application providing control interface to the iec104msd.dll application.

IEC 104 Master Simulator Features: Implements IEC 60870-5-104 Master Station communication protocol and Application Functions (IEC 60870-5-5): Station initialization, Clock Synchronization, Test Procedure, Data Acquisition, Acquisition of Events, Cyclic Data Transmission, General Interrogation, Command Transmission, Transmission of Integrated Totals, Parameter Loading

Support for simultaneous communication to multiple remote slaves (IEC 104 controlled stations). Maximum 60 sessions supported concurrently. Windows GUI control program, On-the-fly configuration of link parameters (no application restart needed): Adding, Removing, Modifying link properties, Built-in protocol analyzer / Protocol Trace, Extensive logging with configurable severity, Protocol / communication statistic counters"; 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 = ''; } }