Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PyPCC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
PyPCC
Commits
c0f9446c
Commit
c0f9446c
authored
3 years ago
by
Paulus Kruger
Browse files
Options
Downloads
Patches
Plain Diff
updated
parent
cb6c0105
No related branches found
No related tags found
1 merge request
!11
Pypcc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-3
4 additions, 3 deletions
README.md
with
4 additions
and
3 deletions
README.md
+
4
−
3
View file @
c0f9446c
...
...
@@ -2,7 +2,7 @@
# PyPCC
Python OPC-UA server to control the I2C devices in the LTS.
+
opcuserv
.py: OPC-UA server that expose (visible) variables and methods.
+
pypcc2
.py: OPC-UA server that expose (visible) variables and methods.
# Prerequisites
...
...
@@ -34,7 +34,7 @@ python3 -m pip install -r requirements.txt
# Execute it
The software can be simply executed with Python3:
`python3
opcuaserv.py
`
The software can be simply executed with Python3:
`python3
pypcc2.py -c RCY,CLK,UNB2
`
Optional parameters are explained when the
`-h`
or
`--help`
parameter is supplied:
...
...
@@ -47,7 +47,8 @@ usage: pypcc2.py [-h] [-s] [--no-lib-hack] [-p PORT]
optional arguments:
-h
,
--help
show this
help
message and
exit
-s
,
--simulator
Do not connect to I2c, but simulate behaviour.
--no-lib-hack
Do not require a hacked opcua library. Breaks behaviour.
-p
PORT,
--port
PORT Port number to listen on
[
4842].
-c
..
-t
...
```
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