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
e21f49ce
Commit
e21f49ce
authored
3 years ago
by
Paulus Kruger
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
446fbcf9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-7
8 additions, 7 deletions
README.md
with
8 additions
and
7 deletions
README.md
+
8
−
7
View file @
e21f49ce
# PyPCC
Python OPC-UA server to control the I2C devices in the LTS.
...
...
@@ -34,21 +33,23 @@ python3 -m pip install -r requirements.txt
# Execute it
The software can be simply executed with Python3:
`python3 pypcc2.py -c RC
Y
,CLK,UNB2`
The software can be simply executed with Python3:
`python3 pypcc2.py -c RC
U
,CLK,UNB2`
Optional parameters are explained when the
`-h`
or
`--help`
parameter is supplied:
```
bash
python3 pypcc2.py
--help
cryptography is not installed, use of crypto disabled
cryptography is not installed, use of crypto disabled
usage: pypcc2.py
[
-h
]
[
-s
]
[
--no-lib-hack
]
[
-p
PORT]
usage: pypcc2.py
[
-h
]
[
-s
]
[
-t
]
[
-p
PORT]
[
-l
{
DEBUG,INFO,WARNING,ERROR
}]
[
-c
CONFIG]
optional arguments:
-h
,
--help
show this
help
message and
exit
-s
,
--simulator
Do not connect to I2c, but simulate behaviour.
-t
,
--test
Do not start OPC-UA server.
-p
PORT,
--port
PORT Port number to listen on
[
4842].
-c
..
-t
...
-l
{
DEBUG,INFO,WARNING,ERROR
}
,
--loglevel
{
DEBUG,INFO,WARNING,ERROR
}
Log level
[
INFO].
-c
CONFIG,
--config
CONFIG
YAML config files, comma seperated
[
RCU]
```
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