mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-09-26 18:17:45 +08:00
Added support for offset on DNP3
This commit is contained in:
+13
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user