mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-09-23 23:12:19 +08:00
dnp3 offsets starting on zero
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user