I'm trying to make sense of the DLMS User Association, my usual area is web development, but in this case, I need to implement a protocol of this type.
I am reading the blue book and also the green one, although it is difficult for me to think about how to create a frame to send through the serial port, I do not know if all the protocol requires an object-oriented model (blue book) or if only it is possible to know HOW TO CREATE a frame to send all the queries to the device, that is, like a script...
I want to give thanks above all for your time, I sorry.... if the question is not very clarifying.
Note: The language to be implemented would be the same, it would use Java / Python.
DLMS-COSEM through Serial Port
Hi,
I believe that best way to go if you use our gurux.dlms.java library. DLMS is very complicated protocol and you don't just send frame and get a reply.
BR,
Mikko
Hi Mikko,
First, Thank you!
I will let you know with my advances!
Best Regards,
Morphheus
Can't execute: sampleclient (gurux.dlms.client.example.java)
I have errors on the file "pom.xml" when try import from Maven projects:
Plugin org.apache.maven.plugins: maven-clean-plugin: 2.5 or one of its dependencies could not be resolved.
I've also tried to configure it with: dependency-reduced-pom.xml
No errors, no warnings, nevertheless, I can not run main "sampleclient.java" because not exists configuration of the main class.
I forgot something?
I would like to try the examples to be able to get a complete idea of the DLMS-COSEM implementation,
BR,
Morphheus
Maven projects
Hi,
Are you using Eclipse?
BR,
Mikko
Eclipse
Yes, the last version,
BR