dnp3-simulator icon indicating copy to clipboard operation
dnp3-simulator copied to clipboard

Add user defined description on points

Open jfgo20 opened this issue 10 years ago • 3 comments

It would be useful to be able to add user defined description on points. Those would be loaded/saved in the configuration file.

jfgo20 avatar Oct 30 '15 18:10 jfgo20

Agreed. This would be a nice feature.

jadamcrain avatar Oct 31 '15 00:10 jadamcrain

Do the library has something to parse and write the DNP3 device profile in XML? If yes, we could save the configuration has a DNP3 device profile, including the points description. If not, a more simple format could be used at first.

jfgo20 avatar Oct 31 '15 01:10 jfgo20

The core C++ library doesn't address the device profile. It would be easy to use xsdgen.exe to create bindings in C# from the device profile XSD.

Having looked at the profile in the past, however, it's not really intended for device configuration. There are some common parameters, but I think we'd need a custom format. As you say, it could be much simpler starting off. There's a ton of cruft in the device profile.

jadamcrain avatar Oct 31 '15 13:10 jadamcrain