Skip to content
Snippets Groups Projects
Commit 28e69e03 authored by Susanna Weber's avatar Susanna Weber
Browse files

readme.md changes

parent b0b802f0
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
OPC UA-Generation from JSON-Files
## Description
This project can iterate **JSON-Models** generated from SOIL-Interfaces and convert them into an **OPC UA Server**. At the moment everything except enums can be generated. Our code generates the functions as empty bodies, but you get a **descripton** and a **small guide** on how to integrate your algorithm.
This project can iterate **JSON-Models** generated from SOIL-Interfaces and convert them into an **OPC UA Server**. At the moment everything except enums can be generated. Our code generates the **functions** as empty bodies, but you get a **descripton** and a **small guide** on how to integrate your algorithm.
## Installation
1. Clone Project in a Directory of your choice
......@@ -20,10 +20,11 @@ This project can iterate **JSON-Models** generated from SOIL-Interfaces and conv
4. run the dockerfile
## Usage manually
1. run:
run:
```$ python newmodeljsonparse.py <name of your file>```
## How to modify the server
1. Functions:
- To get the value of a node use:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment