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:
2023-02-07 09:54:03 +01:00
parent affa12712d
commit f591621614
6 changed files with 141 additions and 141 deletions

View File

@@ -0,0 +1,3 @@
# PLC-SERVER Access Control List (acl)
# One entry per Line IPADRESS,LEVEL
#

View File

@@ -1,3 +0,0 @@
# PLC-SLAVE Access Control List (acl)
# One entry per Line IPADRESS,LEVEL
#

View File

@@ -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