8000 GitHub - PaDaBooo/QUaModbusClient: Modbus to OPC UA Gateway
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PaDaBooo/QUaModbusClient

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.0%
  • Shell 3.5%
  • QMake 3.1%
  • Qt Scri 29CE pt 0.4%
0