Skip to content
Snippets Groups Projects
Commit c0f9446c authored by Paulus Kruger's avatar Paulus Kruger
Browse files

updated

parent cb6c0105
No related branches found
No related tags found
1 merge request!11Pypcc2
......@@ -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 ...
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment