This repository contains an example Server for the OPC UA Modeling Tutorial on https://opcua.rocks/from-modelling-to-execution-opc-ua-information-model-tutorial/
and the corresponding model: https://github.com/Pro/opcua-modeling-tutorial/
Currently this is tested on Linux, but should also work on other platforms.
- Install open62541 as mentioned here: https://open62541.org/doc/current/installing.html
- Clone this repo:
git clone --recurse-submodules https://github.com/Pro/opcua-modeling-tutorial-server
cd opcua-modeling-tutorial-server && mkdir build && cd build
cmake ..
make -j
- And then start the server:
./src/opcua-modeling-tutorial-server
- Connect any OPC UA Client to the server, e.g., UaExpert.
opc.tcp://localhost:4840