cszhangyi / dnp3

Automatically exported from code.google.com/p/dnp3
0 stars 0 forks source link

User application callback hook for deadband values #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On a DNP3 outstation (slave), it would be useful to have a callback hook so 
that the user application can be passed any deadband values that are set for an 
Analog point by the DNP3 master.  The use of the LogEntry event mechanism would 
be one acceptable solution.

Original issue reported on code.google.com by chris.ve...@gmail.com on 1 Oct 2011 at 8:07

GoogleCodeExporter commented 8 years ago
This issue would also involve adding support for Group 34 deadband 
reporting/writing.  I see that the DeviceTemplate class allows deadbands to be 
statically defined when the stack is first created, but no dynamic mechanism as 
is defined by the DNP3 IEEE Std 1815-2010 standard appears to exist (unless I'm 
missing something in the code).

Original comment by chris.ve...@gmail.com on 7 Oct 2011 at 7:51