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 @@ ...@@ -2,7 +2,7 @@
# PyPCC # PyPCC
Python OPC-UA server to control the I2C devices in the LTS. 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 # Prerequisites
...@@ -34,7 +34,7 @@ python3 -m pip install -r requirements.txt ...@@ -34,7 +34,7 @@ python3 -m pip install -r requirements.txt
# Execute it # 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: 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] ...@@ -47,7 +47,8 @@ usage: pypcc2.py [-h] [-s] [--no-lib-hack] [-p PORT]
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
-s, --simulator Do not connect to I2c, but simulate behaviour. -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]. -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.
Please register or to comment