Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
33f039ac
Commit
33f039ac
authored
4 years ago
by
Thomas Juerges
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
RCUSCC/RCUSCC/RCUSCC.py
+7
-1
7 additions, 1 deletion
RCUSCC/RCUSCC/RCUSCC.py
with
7 additions
and
1 deletion
RCUSCC/RCUSCC/RCUSCC.py
+
7
−
1
View file @
33f039ac
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment