Giter VIP home page Giter VIP logo

Comments (9)

Morand84 avatar Morand84 commented on August 15, 2024

I forgot. Platform : Windows 7 64 bit , C API in Visual Studio 2013 32bit

from libiec61850.

mzillgith avatar mzillgith commented on August 15, 2024

I suspect that the MmsValue_update function fails for some reason. There has been a change in this commit 15ec6c7 . Maybe you can revert this commit and see if it works.

from libiec61850.

Morand84 avatar Morand84 commented on August 15, 2024

Yes, this is the problem.

Now it's working fine, I'm not losing anything from this SIPROTEC5 relay.
If you are interested I can sniff with wireshark the reporting packages that always fails and the packages that always works to check differences ..

Thanks a lot.

from libiec61850.

mzillgith avatar mzillgith commented on August 15, 2024

It would be great if you could sniff and post the packages that fails.

from libiec61850.

Morand84 avatar Morand84 commented on August 15, 2024

Sure!
I'm working on SIPROTEC5 7SA87
This is a reporting message of the RCB containing an electrical switch position.

In this case I've got an electrical switch open (reporting correctly recognize):

switch_open

Then I send a command of close, so the switch it's moving.. (reporting correctly recognize):

switch_in_movement

Then it's closed.. (reporting correctly recognize):

switch_closed

Then I cause an opening by trip (reporting Not recognize):

switch_open_by_protection_trip

I see the message it's quite different in this last case...

Hope I've been helpful.

from libiec61850.

pavel-ch avatar pavel-ch commented on August 15, 2024

Hello,
to make Wireshark to dissect PDU correctly, fill:
Under Edit/Preferences/Protocols/PRES/Edit... User Context List/
and fill in the following to a new line in the table:
Context Id: 3
Syntax Name OID: 1.0.9506.2.3
image

You can see correctly parsed 61850 packets then.
And, anyway, the best way is to extract packets and send in pcap format instead of screenshots.

br Pavel

from libiec61850.

mzillgith avatar mzillgith commented on August 15, 2024

@Morand84 Thanks for posting the information.

But as Pavel said, seeing only the bits makes it very hard to understand what is happening.

It would be great of you could post the pcap file.

Thanks,
Michael

from libiec61850.

Morand84 avatar Morand84 commented on August 15, 2024

Thanks, now it parse.
Here it is the pcap file.
libiec61850_111_reporting_probl.zip

Thanks a lot.

from libiec61850.

mzillgith avatar mzillgith commented on August 15, 2024

Thanks.
I guess the reason was the change of the size of the octet-string ("owner" I think). I updated the code to accept the different size octet string.

from libiec61850.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.