mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 15:13:52 +01:00
Replaces Master-Slave with Client-Server
Expunging all occurrences of inappropriate language of the query and response paradigm of PLC communications. We are familiar with the Modbus terminology and fully support this change. https://www.modbus.org/docs/Client-ServerPR-07-2020-final.docx.pdf
This commit is contained in:
3
data/etc/revpipyload/aclplcserver.conf
Normal file
3
data/etc/revpipyload/aclplcserver.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# PLC-SERVER Access Control List (acl)
|
||||
# One entry per Line IPADRESS,LEVEL
|
||||
#
|
||||
@@ -1,3 +0,0 @@
|
||||
# PLC-SLAVE Access Control List (acl)
|
||||
# One entry per Line IPADRESS,LEVEL
|
||||
#
|
||||
@@ -17,9 +17,9 @@ rtlevel = 0
|
||||
zeroonerror = 1
|
||||
zeroonexit = 0
|
||||
|
||||
[PLCSLAVE]
|
||||
plcslave = 0
|
||||
aclfile = /etc/revpipyload/aclplcslave.conf
|
||||
[PLCSERVER]
|
||||
plcserver = 0
|
||||
aclfile = /etc/revpipyload/aclplcserver.conf
|
||||
bindip = *
|
||||
port = 55234
|
||||
watchdog = 1
|
||||
|
||||
Reference in New Issue
Block a user