Commit 854e687
committed
docs(opcua): dated CHANGELOG, issue-linked Future work, node ID discovery section
- ``CHANGELOG.rst``: replace "Forthcoming" header with the dated
``0.4.0 (2026-04-11)`` form used by other medkit packages so the
catkin release scripts do not have to ask. Expand the bullet list
to cover the fixes from this cleanup pass (per-entity capabilities,
connection-state propagation, deterministic entity order, all four
OPC-UA node ID identifier types).
- ``design/index.rst``: rewrite the Future work section to link tracked
issues (#366 open62541pp vendoring, #367 certificate auth, #368
optional browse CLI) directly, and split the list into "tracked in
the issue tracker" and "untracked, open an issue if you hit the
pain".
- ``README.md``: add a new "Finding Node IDs on your PLC" section
between ``SOVD Entity Model`` and ``Configuration`` pointing at
UaExpert, ``python -m asyncua.tools.uals`` and vendor toolchain
exports. This was the main quickstart gap flagged by reviewers -
without it, a new integrator reading the README would not know how
to populate the ``node_id`` field for a real PLC. The already-rich
inline comment block in ``config/tank_demo_nodes.yaml`` is now
discoverable from the main docs.1 parent 6c59389 commit 854e687
3 files changed
Lines changed: 54 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | | - | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
122 | 150 | | |
123 | 151 | | |
124 | 152 | | |
| |||
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
162 | 176 | | |
163 | | - | |
164 | 177 | | |
165 | | - | |
166 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
0 commit comments