Added support for offset on DNP3

This commit is contained in:
Thiago Alves 2018-12-27 15:16:56 -02:00 committed by GitHub
parent 2c330b53d9
commit 11e2e6ee01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -48,7 +48,19 @@ event_buffer_size = 10
# number of values the outstation will report at once
# AKA database size
database_size = 10
database_size = 8
# First data point offset for DI - required if slave device used (the address should represent 1st data point of slave device)
offset_di = 800
# First data point offset for DO - required if slave device used (the address should represent 1st data point of slave device)
offset_do = 800
# First data point offset for AI - required if slave device used (the address should represent 1st data point of slave device)
offset_ai = 100
# First data point offset for AO - required if slave device used (the address should represent 1st data point of slave device)
offset_ao = 100
#Timeout for solicited confirms
# in MS