QUaModbusClient
Modbus to OPC UA Gateway
Install / Use
/learn @juangburgos/QUaModbusClientREADME
QUaModbusClient
Modbus client to OPC UA Server Gateway.
Easy to Configure
<p align="center"> <img src="./res/gifs/modbus01.gif"> </p>Maps Values to OPC UA
<p align="center"> <img src="./res/gifs/modbus02.gif"> </p>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)
Related Skills
node-connect
342.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
85.3kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
342.5kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
