juangburgos / QUaModbusClient

Modbus to OPC UA Gateway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUaModbusClient

Modbus client to OPC UA Server Gateway.

Easy to Configure

Maps Values to OPC UA

Download

Dependencies

  • C++11 or higher.

  • Qt 5.7 or higher.

  • CMake.

  • Python.

Build

Clone this repo recursivelly to download the application's source code and the dependencies source code.

cd ${REPOS}
git clone https://github.com/juangburgos/QUaModbusClient.git QUaModbusClient.git
cd QUaModbusClient.git
git submodule update --init --recursive

Run qmake recursivelly to create project files for the application and its dependencies.

# Windows
qmake "CONFIG+=ua_events ua_historizing" -r -tp vc quamodbus.pro

# Linux
qmake "CONFIG+=ua_events ua_historizing" -r quamodbus.pro

Build using the generated VisualStudio solution (for Windows) or the generated Makefiles (for Linux).

# Windows
msbuild /m:8 /p:CL_MPCount=8 /p:Configuration=Release quamodbus.sln

# Linux
make -s -j$(nproc)

About

Modbus to OPC UA Gateway

License:MIT License


Languages

Language:C++ 92.9%Language:Shell 3.5%Language:QMake 3.1%Language:Qt Script 0.4%