var fDesc=new Array(); fDesc[0] = "AcSELerator Architect is an application that allows you to easily configure and document IEC 61850 communications between devices from several suppliers. Import and export Substation Configuration Language (SCL) files to simplify system implementation. Reduce engineering effort with intuitive drag-and-drop graphical user interface.
Features:
- Create and edit data sets.
- Create Generic Object Oriented Substation Event (GOOSE) transmit messages.
- Map GOOSE receive messages to IED's input bits from SEL and non-SEL relays.
- Utilize predefined reports.
- Create configured IED description (CID) files to send to SEL IEC 61850-compliant relays.
- Read in all IEC 61850 Substation Configuration Language (SCL) files (SCD, ICD, CID)."; 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 = ''; } }