Skip to content
Snippets Groups Projects
Commit 33f039ac authored by Thomas Juerges's avatar Thomas Juerges
Browse files

Add explanation why set masks after successful OPC-UA conn

parent a4edea62
No related branches found
No related tags found
No related merge requests found
...@@ -367,7 +367,13 @@ class RCUSCC(Device): ...@@ -367,7 +367,13 @@ class RCUSCC(Device):
# Start keep-alive # Start keep-alive
self.opcua_connection.start() self.opcua_connection.start()
# Set the masks # Set the masks.
#
# Attention!
# Set the masks only after the OPCUA connection has been
# established! The setting of the masks needs to go through
# to the server.
#
# TODO # TODO
# Read default masks from config DB # Read default masks from config DB
self.write_RCU_mask_RW(self._RCU_mask_RW) self.write_RCU_mask_RW(self._RCU_mask_RW)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment