Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.42 KB

Usage.md

File metadata and controls

44 lines (28 loc) · 1.42 KB

Sample-Server

How do I work with the umati Sample-Server

  1. Operating System
  2. Sample-Server Environment
  3. Sample-Server package
  4. OPC UA Client

How to install the Sample-Server

Steps 1+2 OS and Environment

  • look at the corresponding installation manuals on the download pages

Step 3 Install Sample-Server package

  • download Sample-Server package docker pull ghcr.io/umati/sample-server:develop

  • run the container docker run -d -p 4840:4840 ghcr.io/umati/sample-server:develop

  • check if container is running docker container ls -a

Step 4 Install UaExpert OPC UA Client

  • open *.tar file with archive manager and run the *.AppImage

    RunAppImg

  • add a new server with the correct endpoint

    AddServer

  • connect to the server and browse to the Machines folder

    ConnectAndBrowse