From c0f9446c61b48d2954ea87e99ea38ea11fc6e55b Mon Sep 17 00:00:00 2001 From: Paulus <kruger@astron.nl> Date: Thu, 22 Apr 2021 01:13:25 +0100 Subject: [PATCH] updated --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23ec5e0..8d3049d 100644 --- a/README.md +++ b/README.md @@ -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 ... ``` -- GitLab