iec61850bean icon indicating copy to clipboard operation
iec61850bean copied to clipboard

A Java IEC 61850 MMS stack for clients and servers.

Results 19 iec61850bean issues
Sort by recently updated
recently updated
newest added

I use a version of the TConnection which is similar to the one you can find here https://www.javatips.net/api/openiec61850-master/src/mms/jositransport/src/main/java/org/openmuc/jositransport/TConnection.java In startConnection() this version does something different when it comes to the...

![photo_2023-10-10_17-37-31](https://github.com/beanit/iec61850bean/assets/17737681/a0988435-77d7-4993-b90d-a5d0b8e7b27b) when i enable reports then i got error which is mention in image . exception is : java.io.EOFException at java.base/java.io.DataInputStream.readByte(DataInputStream.java:272) at com.beanit.jositransport.TConnection.receive(TConnection.java:501) at com.beanit.josistack.AcseAssociation.receive(AcseAssociation.java:838) at com.seiritech.alectra.beanit.iec61850bean.ServerAssociation.listenForMmsRequest(ServerAssociation.java:428) at com.seiritech.alectra.beanit.iec61850bean.ServerAssociation.handleConnection(ServerAssociation.java:248) at...

run ConsoleServer, when change a st value on serverside, client side doesn't update with new value. MX is ok. for example: "QQ1101MONT/GGIO1.Ind1.stVal" not working "QQ1101MONT/MMXN1.AnIn1.mag.f" working [61850.zip](https://github.com/beanit/openiec61850/files/3533523/61850.zip)

- Add ConnectionParam.java to extract the connection parameters under the ConnectedAP tag in the CID/SCD file while parsing it. - Add the ConnectionParam to the ServerModel.java to be retrieved after...

I'm trying to compile ITU provided ASN.1 files and the compiler is generating errors. The line in question is: Association-information ::= SEQUENCE SIZE (1, ..., 0 | 2..MAX) OF EXTERNAL...

- Add ConnectionParam.java to extract the connection parameters under the ConnectedAP tag in the CID/SCD file while parsing it. - Add the ConnectionParam to the ServerModel.java to be retrieved after...

I am using the current git repo. When I am setting for example "ied1lDevice1/DSCH1.NamPlt.vendor[DC]" to "TestClient" via ClientGUI or ConsoleClient, changes are available on each connected Client when sending a...

- Edit SclParser.java to set current timestamp. - Edit SclParser.java to let the Parsed CID/SCD (ServerModel) returns some attributes and Values that programmer may need after parsing. - Let each...

hi, This project is wonderful! Now I need to use Setting Group Control Block Model, but I do not find the implementation in this project. Thanks! SlianSun

I hava a server implimented with iec61850bean, and OMICRON IEDScout as client. The first time client connect sever with no problems, then I closed IEDScout and reconnect server, the problem...