A Streamlit Viewer for LADS OPC UA Servers
Project description
Streamlit Viewer for LADS OPC UA Servers
After installing the lads_opcua_viewer library, the Streamlit all can be started by running:
lads_opcua_viewer
The viewer will open in your default browser and you can start exploring the LADS OPC UA Server.
If a config.json file (as examplified below) is present in the current working directory, the viewer will
automatically connect to the server/s specified in the config file. If a connection is not enabled, no connection
will be established.
{
"connections": [
{
"url": "opc.tcp://localhost:XXXX",
"user": "the_user",
"password": "the_password",
"enabled": true
},
{
"url": "opc.tcp://localhost:XXXX",
"enabled": false
},
{
"url": "opc.tcp://localhost:XXXX",
"enabled": false
}
]
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lads_opcua_viewer-0.1.0.tar.gz.
File metadata
- Download URL: lads_opcua_viewer-0.1.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b52538af0c458a815761054bb6b68d2853fb7ff9e83e5f76b02f2f6703d52052
|
|
| MD5 |
198888a18b55ebc1af236e9366e3436a
|
|
| BLAKE2b-256 |
3601ffd78c12ad9aa3df0e8a6c3af14ba9898a5930726ff8a1979564b7b77cc2
|
File details
Details for the file lads_opcua_viewer-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lads_opcua_viewer-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
217911005fdafccf04da6fbbee16405bca3650e8be366ffd3df1df17bf7cec71
|
|
| MD5 |
ea59533804763280ca7f373adc3bfdb0
|
|
| BLAKE2b-256 |
7d34025f26c166b753048f29c00c701efd5d5b624650941cc1b898fa1028d425
|