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

readme.md changes

parent 7846fe87
No related branches found
No related tags found
No related merge requests found
......@@ -15,16 +15,41 @@ This project can iterate **JSON-Models** generated from SOIL-Interfaces and conv
## Usage:
## Usage with Dockerfile
3. Change file name of the json file in line 16 of the Dockerfile to the name of the file which you wish to generate
4. run the dockerfile
### Usage with Dockerfile
1. Change file name of the json file in line 16 of the Dockerfile to the name of the file which you wish to generate
2. run the dockerfile
## Usage manually
### Usage manually
run:
```$ python newmodeljsonparse.py <name of your file>```
## OPC UA Server explanation:
### Event Severity Table:
```
debug = 200
info = 400
warning = 600
error = 800
critical = 1000
```
### Getting events and Streams displayed:
The Events and Streams will get displayed if you subscribe to the component nodes events.
This can be done by using left-click on the componentsnode in the opcua client. Then you will be shown a small menu from which you need to choose subscribe to events.
If you don't want to see the events anymore just use the same menu and choose unsubscribe to events.
On the opcua-client.exe from [Git Hub opcua client](https://github.com/FreeOpcUa/opcua-client-gui)
### How are those events and streams displayed:
In the window events you will see each event plop up if you drag the bar below the window to the right you will see the message and the severity of each event.
On the opcua-client.exe from [Git Hub opcua client](https://github.com/FreeOpcUa/opcua-client-gui)
For streams the message contains the shown measurement and the value.
## 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