SWR-020
Modbus server forwards configuration update requests to config manager for validation and commit.
Relation Diagram
![digraph swr_fbf5d76d_87e9_4bf5_8203_94fe5044896a {
rankdir=LR;
graph [fontname="Helvetica" fontsize=10];
node [shape="box" style="filled" fillcolor="#eaf3ff" fontname="Helvetica" fontsize=10 color="#3a3a3a"];
edge [fontname="Helvetica" fontsize=9 color="#555555"];
source [label="ao_modbus_server"];
target [label="ao_config_manager"];
source -> target [label=<<B>SWR-020</B>> arrowhead="vee", style="dashed"];
}](../../../_images/graphviz-9e12af31d60ddd2f221bf9fae6ad591e4e0f8e19.png)
Relation Summary
Field |
Value |
|---|---|
Source Unit |
|
Target Unit |
|
UML Type |
dependency |
Visibility |
private |
Interface Realizations
Interface |
Kind |
Direction |
Interaction Mode |
Description |
|---|---|---|---|---|
command |
source_to_target |
async |
Modbus server asynchronously delivers validated configuration updates for atomic apply and acknowledgement. |