diff --git a/RCUSCC/RCUSCC/RCUSCC.py b/RCUSCC/RCUSCC/RCUSCC.py
index 40b816bf303b9e5ead47236e934a47fb1a3e4558..2555956523c9d776b289742c39f1ffc62d528ad8 100644
--- a/RCUSCC/RCUSCC/RCUSCC.py
+++ b/RCUSCC/RCUSCC/RCUSCC.py
@@ -367,7 +367,13 @@ class RCUSCC(Device):
         # Start keep-alive
         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
         # Read default masks from config DB
         self.write_RCU_mask_RW(self._RCU_mask_RW)