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
5fafeb8e
Commit
5fafeb8e
authored
4 years ago
by
Jan David Mol
Browse files
Options
Downloads
Patches
Plain Diff
Go to FAULT if server's interface does not match what we expect
parent
86e5a13b
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
+6
-1
6 additions, 1 deletion
RCUSCC/RCUSCC/RCUSCC.py
with
6 additions
and
1 deletion
RCUSCC/RCUSCC/RCUSCC.py
+
6
−
1
View file @
5fafeb8e
...
@@ -362,7 +362,12 @@ class RCUSCC(Device):
...
@@ -362,7 +362,12 @@ class RCUSCC(Device):
return
return
# Retrieve and map server attributes
# Retrieve and map server attributes
self
.
_map_attributes
()
try
:
self
.
_map_attributes
()
except
Exception
as
e
:
self
.
error_stream
(
"
Could not map server interface: %s
"
,
e
)
self
.
Fault
()
return
# Start keep-alive
# Start keep-alive
self
.
opcua_connection
.
start
()
self
.
opcua_connection
.
start
()
...
...
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