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 support this change.
https://www.modbus.org/docs/Client-ServerPR-07-2020-final.docx.pdf

An adapted version already exists for the server side. Since the server
side cannot be updated immediately, there is still a translation
function in this project to maintain compatibility.
This commit is contained in:
2023-02-07 13:10:36 +01:00
parent 43d4a97edd
commit a96d7d4269
6 changed files with 3105 additions and 3063 deletions

View File

@@ -149,7 +149,7 @@
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="1">
<widget class="QPushButton" name="btn_aclplcslave">
<widget class="QPushButton" name="btn_aclplcserver">
<property name="text">
<string>Edit ACL</string>
</property>
@@ -163,14 +163,14 @@
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="cbx_plcslave">
<widget class="QCheckBox" name="cbx_plcserver">
<property name="text">
<string>Start RevPi piControl server</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="lbl_slave_status">
<widget class="QLabel" name="lbl_server_status">
<property name="text">
<string>status</string>
</property>
@@ -180,7 +180,7 @@
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lbl_lbl_slave_status">
<widget class="QLabel" name="lbl_lbl_server_status">
<property name="text">
<string>piControl server is:</string>
</property>