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

When to support MMS file services (browse, get file, set file, delete/rename file)

Hi, Could someone help me with the exception below? I followed the examples and tested using IED Explorer. Using com.beanit.iec61850bean.clientgui.ClientGui everything works. `16:55:53.204 [iec61850bean-server-thread-1] DEBUG com.beanit.iec61850bean.ServerAssociation - Connection was closed...

iec61850bean server wrongly announces support for "identify" request/response in servicesSupportedCalled, if the support was requested from client. But in fact, this service is not implemented by the iec61850bean and should...

Are there plans to implement ACSI SetFile / MMS ObtainFile request?

Hello, Is there any possibility of reading Log records from the server on the client side? Thanks.

I saw the method of obtaining data: getDataValues, But it seems that he can only read data from a single Fc dataobj, and the getAllDataValues method only recursively calls the...

Hey, I've added a batch read request called getDataValueList in this PR. This request returns an error map, where the key represents the node that failed to read, and the...

Fixing bugs [#39]( https://github.com/beanit/iec61850bean/issues/39) 1. Fixing wrong maxNumBits for BdaReasonForInclusion (thanks to [tusky2015](https://github.com/tusky2015) for the [idea](https://github.com/beanit/iec61850bean/issues/39#issuecomment-1763567301)). 2. Fixing bug in acceptable values for optional fields for ReportControlBlock.

When trying to run iec61850bean-console-client I'm getting the following error: Error: Could not find or load main class com.beanit.iec61850bean.app.ConsoleClient Caused by: java.lang.ClassNotFoundException: com.beanit.iec61850bean.app.ConsoleClient Thought maybe I was missing some kind...