mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
iec61850-9-2: added example config
This commit is contained in:
parent
2056ecab37
commit
16bc167628
1 changed files with 10 additions and 1 deletions
|
@ -256,7 +256,16 @@ nodes = {
|
|||
fields = [
|
||||
"a", "b", "c"
|
||||
]
|
||||
}
|
||||
},
|
||||
sampled_values_node = {
|
||||
type = "iec61850-9-2",
|
||||
|
||||
interface = "lo",
|
||||
|
||||
# List of data types
|
||||
publish = [ "float32", "float64", "int8", "int32" ],
|
||||
subscribe = [ "float32", "float64", "int8", "int32" ]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue