From 28e69e03cbc5d1315694bfc3a4e8ac77b60e6e17 Mon Sep 17 00:00:00 2001 From: Susa Giogoli <su.giogoli@icloud.com> Date: Tue, 11 Jul 2023 14:15:19 +0200 Subject: [PATCH] readme.md changes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea42297..cae1d41 100644 --- a/README.md +++ b/README.md @@ -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: -- GitLab