FS-8700-47 DNP 3.0 Driver Manual
Page 39 of 51
FieldServer Technologies
1991 Tarob Court Milpitas, California 95035 USA
Web
: www.fieldserver.com
Tel
: (408) 262 2299
Fax
: (408) 262 2269
Toll Free
: (888) 509 1970
Appendix A.16. Controlling DA Offsets
Versions of the driver prior to 1.02a used a method to calculate DA offsets that was not consistent
with the general FieldServer model. This was corrected in versions 1.02a and later. To retain the old
offset calculation, specify the ‘Application’ parameter on the connection.
Use either ‘OriginalStyle’ or ‘OrigStyle-NoLink’ (to overwrite Link Reset).
Example
// Server Side Connections
Connections
Port
,Baud
,Parity
,Protocol
,Application
P8
,9600
,None
,DNP
,OriginalStyle
Appendix A.17. dnpIndexStyle
Normally the Server responds to requests for data using the same qualifier as the poll. Use this
parameter on a Server Map Descriptor to override the indexStyle of the qualifier in the response.
Refer to Section 5.3.6 for an example.
Supported
1
objects are prefixed with a one byte index
2
objects are prefixed with a two byte index
Unsupported
3
objects are prefixed with a four byte index
4
objects are prefixed with a one byte object size
5
objects are prefixed with a two byte object size
6
objects are prefixed with a three byte object size
Others
Unknown.