Hello everyone,
we are struggling with the grouping of objects in DNP3. The net operatore wishes to get the objects in groups of the same type. While our implementation with the ReSyDNP3 library sends each object in single telegrammes.
Our wireshark is:
Object: Frist object, 1 point
-First Point: Value1
Object: Second object, 1 point
-First Point: Value2
Object: Third object, 1 point
-First Point: Value3
The desired output would be:
Object: Object Type, 18 points
-First Point: Value1
-Second Point: Value2
-Third Point: Value3
Any clue how to solve that grouping useing ReSyDNP3?
Cheers
Sorry for the delay.
Here is the answer from the developers of that library:
_our library ReSyDnp3 can only group event data, not static data. An implementation of a mechanism for grouping static data is not planned._At this point, I would also like to refer to our new development regarding Dnp3, the library ReSyDnp3HL. This is a completely newly developed library based on a C# stack, which we also developed ourselves. Compared to the standard Dnp3 library, the ReSyDnp3HL mainly has extended master functions, but can also group static data on the outstation side, for example. You can contact the developers of these libraries directly using the „Contact“ button on the app page in the PLCnext Store.