dnp3 offsets starting on zero

This commit is contained in:
Thiago Alves
2019-01-14 03:46:33 -06:00
committed by GitHub
parent 19bafca0ba
commit 0c87c66c92
+4 -4
View File
@@ -51,16 +51,16 @@ event_buffer_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
offset_di = 0
# First data point offset for DO - required if slave device used (the address should represent 1st data point of slave device)
offset_do = 800
offset_do = 0
# First data point offset for AI - required if slave device used (the address should represent 1st data point of slave device)
offset_ai = 100
offset_ai = 0
# First data point offset for AO - required if slave device used (the address should represent 1st data point of slave device)
offset_ao = 100
offset_ao = 0
#Timeout for solicited confirms
# in MS