Skip to content

Pro/opcua-modeling-tutorial-server

Repository files navigation

OPC UA Modeling Tutorial Server

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/

Quick start

Currently this is tested on Linux, but should also work on other platforms.

  1. Install open62541 as mentioned here: https://open62541.org/doc/current/installing.html
  2. Clone this repo: git clone --recurse-submodules https://github.com/Pro/opcua-modeling-tutorial-server
  3. cd opcua-modeling-tutorial-server && mkdir build && cd build
  4. cmake ..
  5. make -j
  6. And then start the server: ./src/opcua-modeling-tutorial-server
  7. Connect any OPC UA Client to the server, e.g., UaExpert. opc.tcp://localhost:4840

About

Example server for the OPC UA Modeling Tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published