Hi all
I'm working on an RTU implementation using c#. I have managed to install the required dependencies and the OpenDNP3 nuget libraries install and they compile fine.
However, I'm having trouble finding any documentation that describes the C# DNP3 API. So far, all I have found is the C# outstation example program here:
I'm having trouble seeing how the demo program works - it creates some binary and analog points, and then, when the user presses return, it updates some points - but I can't see how the ChangeSet maps to the points that were created upon program and added via the databaseTemplate at startup. I'm presuming the API is documented somewhere?
Any pointers gratefully received.
Many thanks
Mark.