Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:mervis-scada:80-mqtt [2020/08/27 10:40] l.osladil [Weintek compatible format] |
en:mervis-scada:80-mqtt [2024/05/08 10:42] (current) |
||
|---|---|---|---|
| Line 122: | Line 122: | ||
| ==== Weintek compatible format ==== | ==== Weintek compatible format ==== | ||
| * We assume that all datetime values are in **UTC** | * We assume that all datetime values are in **UTC** | ||
| + | * Print screens are from EasyBuilder Pro SW | ||
| === Variable values === | === Variable values === | ||
| * Publishes values of variables | * Publishes values of variables | ||
| Line 131: | Line 132: | ||
| * metadata format: | * metadata format: | ||
| * " | * " | ||
| - | * " | + | * " |
| * " | * " | ||
| Line 148: | Line 149: | ||
| </ | </ | ||
| + | {{ : | ||
| === Command registration === | === Command registration === | ||
| * Topic: $deviceId/ | * Topic: $deviceId/ | ||
| Line 157: | Line 159: | ||
| * " | * " | ||
| * " | * " | ||
| - | * " | + | * " |
| * " | * " | ||
| * " | * " | ||
| Line 168: | Line 170: | ||
| } | } | ||
| </ | </ | ||
| + | choose/ | ||
| + | {{ : | ||
| + | set general tab by screenshot | ||
| + | {{ : | ||
| + | add commands | ||
| + | {{ : | ||
| ===Our supported types=== | ===Our supported types=== | ||
| - | * our types: | ||
| * " | * " | ||
| * " | * " | ||
| Line 183: | Line 190: | ||
| * " | * " | ||
| * " | * " | ||
| - | ===Create subcribe topic for executing command=== | + | ===Create |
| * for previous command example | * for previous command example | ||
| - | * topic $deviceId/ | + | * create |
| * with two addresses: | * with two addresses: | ||
| - | * temperature | + | * temperature(32-bit float) |
| - | * date | + | * date(string) |
| + | {{ : | ||