The software is installed by executing: `python3 setup.py install`
# Execute it
The software can be simply executed with Python3: `python3 pypcc2.py -c RCU,CLK,UNB2`
The software can be executed using commandline parameters, for example specifying the config yaml file (RECVTR.yaml) and OPC-UA port (4840): `hwtr -c RECVTR -p 4840`
Optional parameters are explained when the `-h` or `--help` parameter is supplied:
Alternativly the 4 hardware translators can be executed, using it's default parameters as:
-`apscttr`
-`recvtr`
-`unb2tr`
-`apsputr`
# Install it as a service
The translators can also be installed as services:
-`cp bin/*.service /lib/systemd/system/.`
-`systemctl daemon-reload`
-`systemctl enable recvtr.service` so it is startup at boot
-`systemctr start recvtr.service` start the translator
The log can then be monited by `journalctl -f -u recvtr.service`